Skip to content
/ fnn Public

A general-purpose, lightweight feed-forward neural network library for C++

License

Notifications You must be signed in to change notification settings

strayfade/fnn

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

fnn

A general-purpose, lightweight feed-forward neural network library for C++

Features

  • Fully cross-platform compilation and targeting
  • Customizable input, hidden, and output layer sizes
  • Serializing/deserializing trained models, saving/loading, etc.

Usage

For the Pong demo, just run Run.sh. This will compile and run main.cpp to show an example of this FNN library playing Pong. Almost always, main.cpp can be modified to fit your use case, and it is a great example to build from.

About

A general-purpose, lightweight feed-forward neural network library for C++

Topics

Resources

License

Stars

Watchers

Forks