Skip to content
This repository has been archived by the owner on Nov 21, 2020. It is now read-only.
/ neuralNetwork Public archive

Neural network for analyzing mnist data written in python

License

Notifications You must be signed in to change notification settings

cstaubli/neuralNetwork

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

38 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

neuralNetwork

This is based on this book

Setup

  • create a virtual env:
cd path/to/your/project
virtualenv env
  • activate python env
. env/bin/activate
  • install the following packages with pip
astroid
backports.functools-lru-cache
backports.shutil-get-terminal-size
configparser
cycler
decorator
enum34
functools32
ipython
ipython-genutils
isort
lazy-object-proxy
matplotlib
mccabe
numpy
olefile
pathlib2
pexpect
pickleshare
Pillow
pkg-resources
prompt-toolkit
ptyprocess
Pygments
pylint
pyparsing
python-dateutil
pytz
scandir
scipy
simplegeneric
singledispatch
six
subprocess32
traitlets
wcwidth
wrapt

I used vscode as editor, .vscode will include settings for python

MNSIT data

get full mnist csv data here

About

Neural network for analyzing mnist data written in python

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages