How to write the simplest neural network with just math and python
How to write the simplest neural network with just math and python

How to write the simplest neural network with just math and python

How to write the simplest neural network with just math and python

Hi AI community!

I've made a video (at least to the best of my abilities lol) for beginners about the origins of neural networks and how to build the simplest network from scratch. Without frameworks or libraries (not even numpy on this one), just using math and python, with the objective to get people involved with this fascinating topic!

I tried to use as many animations and Python Manim Community edition as possible in the making of the video to help visualizing concepts :)

The video can be seen here Building the Simplest AI Neural Network From Scratch with just Math and Python - Origins of AI Ep.1 (youtube.com)

It covers:

  • The origins of neural networks
  • The theory behind the Perceptron
  • Weights, bias, what's all that?
  • How to implement the Perceptron
  • How to make a simple Linear Regression
  • Using the simplest cost function - The Mean Absolute Error (MAE)
  • Differential calculus (calculating derivatives)
  • Minimizing the Cost
  • Making a simple linear regression

https://preview.redd.it/69m549nbfpad1.png?width=1920&format=png&auto=webp&s=6b4b5b5b9e3582ca8d5f1bf72e0ea88b30db23d7

I tried to go at a very slow pace because as I mentioned, the video was done with beginners in mind! This is the first out of a series of videos I am intending to make. (Depending of course if people like them!)

I hope this can bring value to someone! Thanks!

submitted by /u/fx2mx3
[link] [comments]