uwsampa / nntune

neural network configuration space explorer

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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


Languages

Language:C 97.9%Language:Python 1.1%Language:C++ 1.0%