flawedmatrix / DigitClassifierProject

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.


Languages

Language:Cuda 45.7%Language:C++ 31.9%Language:TeX 14.9%Language:Python 5.8%Language:Makefile 1.1%Language:C 0.7%