A guide for neuronal nets in python3.
-
What you need:
- Python 3
- Jupyter Notebook
-
How to read it:
- Download
- Extract the Reposetory
- Open the folder in Jupyter Notebook
- Open
Deeplearning-for-beginners.ipynb
- For some extra info open Untitled.ipynb
-
How to get Python3 and Jupyter Notebook:
- Go to www.anaconda.com
- Download anaconda for your OS
- Install it
- Run
jupyter notebook
and navigate to the folder - Open the file
Deeplearning-for-beginners.ipynb
andUntitled.ipynb
. - Enjoy reading