This is a personal project to learn the basics of neural network from this video.
- Create Virtualenv
python -m venv .venv
- Activate Virtualenv
source .venv/bin/activate
Installing Jupyter Notebook
pip install jupyterlab
Installing dependencies
pip install matplotlib numpy graphviz