Skip to content
/ neur Public

Neur is a library of minimalistic implementations of machine learning related algorithms

Notifications You must be signed in to change notification settings

paalka/neur

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

94 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This project is an attempt to create a simple machine learning library containing implemenations of a commonly used algorithms implemented in a way that is easy to understand.

Requirements

The requirements can be installed by running:

pip install -r requirements.txt

Useful guides:

Examples

Running the MNIST example

Begin by downloading the MNIST dataset from the MNIST database homepage. The location of the dataset is hardcoded to data in the file nn_mnist.py, but feel free to change it.

After having installed the requirements, you should be able to run python -m examples.nn_mnist, which trains the network and prints the final accuracy.

About

Neur is a library of minimalistic implementations of machine learning related algorithms

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages