Table of Contents
Install numpy if you haven't.
- numpy
pip install numpy
Install h5py if you want to run the demo.
- h5py
pip install h5py
- Clone the repo
git clone https://github.com/tianhew0121/DeepLearning-with-Python.git
- Simply run with Python.
python3 neural_network.py
- Done!
If there's any issue, feel free to contact me.
Tianhe Wang - tianhewang33@gmail.com
Project Link: https://github.com/tianhew0121/DeepLearning-with-Python