Skip to content
/ nntune Public
forked from uwsampa/nntune

neural network configuration space explorer

Notifications You must be signed in to change notification settings

hoangt/nntune

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

nntune

  1. Type make to compile the FANN library and our client tools. Or if you want to do the steps individually:
    • make fann builds FANN with CMake
    • make train builds the train tool (which links against the FANN dynamic library)
    • make recall builds the recall tool for testing (also links to FANN, of course)

About

neural network configuration space explorer

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C 70.7%
  • C++ 26.5%
  • CMake 1.6%
  • Python 1.1%
  • Makefile 0.1%