121,053 views
ATTENTION!!! The same video without loud music in the background: • Video about neural networks WITHOUT LOUD MUSIC In this video, I will explain in the simplest way what neural networks are and how a perceptron works. I will also give a ready-made algorithm for backpropagation of errors WITHOUT mathematical analysis and abstruse words. At the end of the video, I will show a ready-made program with such a neural network, which I wrote in Qt in C++ without using special libraries. link to telegram https://t.me/programmcat Timestamps: 00:00 - introduction 00:54 - MNIST dataset 01:36 - perceptron 01:45 - neurons 04:46 - weights and biases 06:29 - activation function 07:36 - feedforward 08:44 - training 10:14 - training epoch 11:43 - error calculation 14:13 - weights and biases update 15:36 - neural network in Qt #perceptron #neural network #Qt