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: