Skip to content

This was a Berkeley CS 189 project that involved using a multilayer neural network to classify digits.

Notifications You must be signed in to change notification settings

flawedmatrix/DigitClassifierProject

Repository files navigation

COMPILING:
    On one of the hive machines, navigate to nntrainer and run make.

RUNNING:
    Generate the x_train, y_train, x_test, y_test files by running
    python setup_data.py. Move these files to nntrainer.

    Make sure your LD_LIBRARY_PATH contains /usr/local/cuda-4.2/lib64

    Run ./nntrain

About

This was a Berkeley CS 189 project that involved using a multilayer neural network to classify digits.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published