Skip to content

A simple neural network - nearly from scratch in python

Notifications You must be signed in to change notification settings

kburnik/machine-learning

Repository files navigation

Machine Learning

Problems and examples of machine learning algorithms.

This is my personal repository for playing around with Machine Learning concepts and implementations.

Notes

  • Working with Python 2.7 on a Win 10 AMD x64

Dependencies (Windows)

pip install jupyter numpy pillow matplotlib

Configuration (Windows - git bash)

mkdir ~/.jupyter/custom/
cp config/custom.js ~/.jupyter/custom/

# Restart the jupyter server after this

About

A simple neural network - nearly from scratch in python

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published