Skip to content

Latest commit

 

History

History
3 lines (2 loc) · 252 Bytes

File metadata and controls

3 lines (2 loc) · 252 Bytes

💡 Building a Neural Network from Scratch with Python

Here, I will build a neural network from scratch with Python to better understand how neural networks work. I am going to illustrate the backpropagation algorithm from scratch with examples.