souravs17031999/NeuralNets-Pure-Python

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

52 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

  • This is a necessary concept to be understood in understanding how actually, we are building more complex neural networks becasue layers stacked over one another keeps the matrices computations overly abstracted but getting deeper insight into their shapes will help us in understanding how our inputs and outputs are related and also very useful while debugging the code as most of the errors occur due to in consistent shapes of matrix.

  • Here we only talk a simple network with simple examples because again, we need to look deeper and so we need to understand fundamentals first, others are just stacking over one another.

anime1
anime1

matrixshapes

matmul

  1. Clone the repository and navigate to the folder where repo is downloaded.
    git clone https://.com/souravs17031999/NeuralNets-Pure-Python.git
    cd NeuralNets-Pure-Python

  2. Install all the requirements (maybe create a separate environment using conda).
    pip install -r requirements.txt

  1. Open file "Analysis_neural_networks.ipynb" on Jupyter Notebook.
    Jupyter Notebook Analysis_neural_networks.ipynb

  2. Now you should see the notebook opened in your browser on local server host.
    Feel free to explore.

Highly recommended following tutorials and articles if you feel a bit perplexed !

References :
Andrew Trask blog
Numpy tutorial
Python tutorial
Refresher on Gradient descent
Refresher on backpropogation

  • ⭐️ this repo if you liked it !

About

Nice place to start seeing matrices shapes ! Great place for beginners to understand neural networks computation

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •