Skip to content

A Personal Minor project to learn the mere basics of Neural Network

Notifications You must be signed in to change notification settings

anirban-1009/Neural-net

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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

About

A Personal Minor project to learn the mere basics of Neural Network

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published