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
- Host: GitHub
- URL: https://github.com/wepe/easynn
- Owner: wepe
- Created: 2015-10-29T15:51:00.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2015-10-29T15:56:20.000Z (over 10 years ago)
- Last Synced: 2025-01-10T21:26:02.096Z (over 1 year ago)
- Language: C++
- Size: 121 KB
- Stars: 1
- Watchers: 3
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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