An open API service indexing awesome lists of open source software.

https://github.com/wepe/easynn

An easy-to-use tool for Neural Network
https://github.com/wepe/easynn

Last synced: 2 months ago
JSON representation

An easy-to-use tool for Neural Network

Awesome Lists containing this project

README

          

##EasyNN:An easy-to-use tool for Neural Network

- logistic regression(several optimization algrithm)
- neural network layer (input, output)
- cost function
- BP
- load/save weight (CSVWriter)
- load data from csv file into Eigen::Matrix (CSVReader)

##Dependency

- C++
- Eigen3

##TODO

- to implement CSVWriter