Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 224 Bytes

readme.md

File metadata and controls

13 lines (9 loc) · 224 Bytes

#Readme

###Linear Classifiers $ python swal/linear_classifiers.py

###Hand Coded NN $ python HandCodedNN/script.py

###CNN w/ Single Digit MNIST $ python malex/ConvPool2D.py

###CNN on raw data $ python keras/cnn.py