Upload date
All time
Last hour
Today
This week
This month
This year
Type
All
Video
Channel
Playlist
Movie
Duration
Short (< 4 minutes)
Medium (4-20 minutes)
Long (> 20 minutes)
Sort by
Relevance
Rating
View count
Features
HD
Subtitles/CC
Creative Commons
3D
Live
4K
360°
VR180
HDR
3,517 results
In just 15 lines of pure Python you'll create a working neuron that decides — no libraries, just math. Learn how weighted sums, ...
28 views
11 days ago
Perceptron: The First Artificial Neuron | Neural Networks From Scratch #6 Welcome to Episode 6 of the **Building Neural ...
6 views
8 days ago
In Lecture #03 of Artificial Neural Networks with Python, we create an output layer containing three neurons. The previous layer ...
11 views
13 days ago
Review pull requests faster: https://coderabbit.link/commonluke Hello everybody. Enjoy video. I linked all the code and resources ...
422,765 views
4 weeks ago
A functional artificial neural network build from scratch using nothing but numpy in python, tasked with classifying hand-written ...
19 views
2 weeks ago
Equation? Neurons? Activation? Learn how AI actually works — visually, step by step. In Episode 1 of "Build a Brain," we start ...
2 views
8 hours ago
Want to see how a Convolutional Neural Network (CNN) is built using PyTorch? In this tutorial, we code a simple CNN in PyTorch ...
81 views
6 days ago
A neural network, built with nothing but numpy and basic math — no PyTorch, no TensorFlow. It's taught XOR: output true only ...
529 views
Build an Artificial Neural Network from Scratch with Python | Complete ANN Project** Today, I worked on a practical **Artificial ...
63 views
9 days ago
Build a neural network from scratch in Python - no PyTorch, no TensorFlow, just NumPy and the actual math. We train it to solve ...
121 views
3 weeks ago
0:00 Intro — What You'll Learn 0:18 What We'll Build 0:46 Check Your Setup 1:12 Write the Code 1:39 First Run — Dataset ...
30 views
x = Input m = Weight (slope) b = Bias (intercept) y = Output By connecting an artificial neuron with the familiar equation y = mx + b, ...
27 views
How does a neural network actually learn? In this animation, we break down the learning process step by step — from input data ...
21 views
3 days ago
Run the raw forward pass directly through OpenCV's Deep Neural Network (DNN) module. • Decode the raw (1, 84, 8400) ...
17 views
3 views
EuroPython 2026 - S2 on 2026-07-17] *AI Architecture Katas: Learning by Building Small Models in Plain Python by Veit ...
100 views
1 view
Build a CNN from Scratch with Python | Complete CNN Project in Google Colab** I recently worked on a complete ...
38 views
In Lecture #08, learn how neural networks process batches of inputs using Python. We'll understand input-array shapes, where ...
8 views
12 days ago