Skip to content

Latest commit

 

History

History
31 lines (20 loc) · 434 Bytes

README.md

File metadata and controls

31 lines (20 loc) · 434 Bytes

Neural Network

This is a personal project to learn the basics of neural network from this video.

Setup

  1. Create Virtualenv
python -m venv .venv
  1. Activate Virtualenv
source .venv/bin/activate

Installation

Installing Jupyter Notebook

pip install jupyterlab

Installing dependencies

pip install matplotlib numpy graphviz