wepe / EasyNN

An easy-to-use tool for Neural Network

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

An easy-to-use tool for Neural Network


Languages

Language:C++ 100.0%