Skip to content

Practice of implementing Multilayer Perceptron trained with Stochastic Gradient Descent for Seoul AI Meetup on June 25, 2017.

Notifications You must be signed in to change notification settings

martinkersner/ann-meetup

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Artificial Neural Networks

Martin Kersner, m.kersner@gmail.com

Practice of implementing Multilayer Perceptron trained with Stochastic Gradient Descent for Seoul AI Meetup on June 25, 2017. Implementation is within Jupyter notebook.

Get repository

git clone https://github.com/martinkersner/ann-meetup.git

Virtualenv

virtualenv -p /usr/bin/python2.7 venv # Python 2 is required
source venv/bin/activate
pip install -r requirements.txt
jupyter notebook

Troubleshooting

If jupyter notebook is complaning about protobuf, try to run this command.

pip install --upgrade https://storage.googleapis.com/tensorflow/linux/cpu/protobuf-3.1.0-cp27-none-linux_x86_64.whl