/EasyNN

An easy-to-use tool for Neural Network

Primary LanguageC++

##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