Categories: Big Data

Data Science – Top 5 Videos to Get Started with Neural Networks

This article represents some good youtube videos that I found useful to get started with understanding how brain works and what is neural networks. Note that I needed to do this as I wanted to get started with machine learning and neural network algorithm. In order to do that effectively, I needed to understand what are neural networks and videos below helped me get started within an hour. Please feel free to suggest other great videos which I may have missed. Sorry for the typos.

 

From Neurons to Networks

I would rate it as the one of the best videos I saw on how human brain works. MUST watch!!! It beautifully relates human brain with internet and talks about what should be done to strengthen different parts of ourselves.

 

Artifical Intelligence – Ted Talk

This is a great video that represents some real good visualizations on how brain works. It is however a talk (on TedTalk). I would recommend it as a MUST for those who are starting on neural networks.

 

Introduction to Neural Networks

This video beautifully represents neural networks including aspects of how do computer learns, errors & related adjustment (backpropagation technique), calculation of new weights based on old weights etc.

 

Introduction to Artifical Networks

This one is a good video from the perspective of understanding what is neural network. It demonstrates back propagation technique used in neural networks.

 

MIT Courseware: Neural Networks, back Propagation

This video represents academic perspective on neural networks including definition on what are neurons, axons etc.

 

Ajitesh Kumar

I have been recently working in the area of Data analytics including Data Science and Machine Learning / Deep Learning. I am also passionate about different technologies including programming languages such as Java/JEE, Javascript, Python, R, Julia, etc, and technologies such as Blockchain, mobile computing, cloud-native technologies, application security, cloud computing platforms, big data, etc. I would love to connect with you on Linkedin. Check out my latest book titled as First Principles Thinking: Building winning products using first principles thinking.

Recent Posts

Retrieval Augmented Generation (RAG) & LLM: Examples

Last updated: 25th Jan, 2025 Have you ever wondered how to seamlessly integrate the vast…

1 week ago

How to Setup MEAN App with LangChain.js

Hey there! As I venture into building agentic MEAN apps with LangChain.js, I wanted to…

2 weeks ago

Build AI Chatbots for SAAS Using LLMs, RAG, Multi-Agent Frameworks

Software-as-a-Service (SaaS) providers have long relied on traditional chatbot solutions like AWS Lex and Google…

2 weeks ago

Creating a RAG Application Using LangGraph: Example Code

Retrieval-Augmented Generation (RAG) is an innovative generative AI method that combines retrieval-based search with large…

3 weeks ago

Building a RAG Application with LangChain: Example Code

The combination of Retrieval-Augmented Generation (RAG) and powerful language models enables the development of sophisticated…

3 weeks ago

Building an OpenAI Chatbot with LangChain

Have you ever wondered how to use OpenAI APIs to create custom chatbots? With advancements…

3 weeks ago