cjlin1 / simpleNN

BSD 3-Clause "New" or "Revised" License
48 stars 16 forks source link

SimpleNN

SimpleNN is a simple package used for training Convolutional Neural Network (CNN) with following supports:

Currently, both implementations support two optimization methods: Newton method and stochastic gradient method (SG). The implementation document of Newton method is available at https://www.csie.ntu.edu.tw/~cjlin/papers/cnn/newton-CNN.pdf.

Authors: