Coding a Neural Network From Ground Up with Python

Опубликовано: 28 Сентябрь 2024
на канале: LearnEDU
488
15

In this video I should you how to build a Neural Network from the scratch using Python and only Numpy and Pandas (and Matplotlib). I do not use any of the popular libraries such as Tensorflow or Pytorch. My hope is this will give you a deeper understanding of how Neural Networks work.
You may want to watch this video to understand some of the math better:
   • Neural Networks Explained in Simple T...  
Here is a link to the dataset:
https://www.kaggle.com/datasets/hojja...
Here is the link to the full code:
https://gist.github.com/mrmemmo/c3ed1...