- Notifications
You must be signed in to change notification settings - Fork0
souravs17031999/NeuralNets-Pure-Python
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Repository files navigation
Objective :This is a mini tutorial which aims to develop intuition about how matrices gets/changes/modifies their shapes as they go from layer to layer in a neural network.
Prerequisite : Basic knowledge of representation ofNeural Networks andMatrices.
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.
Clone the repository and navigate to the folder where repo is downloaded.
git clone https://github.com/souravs17031999/NeuralNets-Pure-Python.gitcd NeuralNets-Pure-PythonInstall all the requirements (maybe create a separate environment usingconda).
pip install -r requirements.txt
- For your reference : requirements mainly includesPythonNumpyJupyter Notebook
Open file "Analysis_neural_networks.ipynb" on Jupyter Notebook.
Jupyter Notebook Analysis_neural_networks.ipynbNow 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
Uh oh!
There was an error while loading.Please reload this page.
Stars
Watchers
Forks
Releases
Packages0
Uh oh!
There was an error while loading.Please reload this page.
Contributors2
Uh oh!
There was an error while loading.Please reload this page.



