Skip to content

Latest commit

 

History

History
115 lines (64 loc) · 1.26 KB

CppFann.md

File metadata and controls

115 lines (64 loc) · 1.26 KB

 

 

 

 

 

 

FANN (an abbreviation of 'Fast Artificial Neural Network') is a neural network library.

 

FANN can be downloaded from the Ubuntu Software Center.

 

 

 

 

 

FANN examples

 

 

 

 

 

 

My personal FANN remarks

 

  • FANN does not save its neural networks in the PMML language

 

 

 

 

 

Qt Creator Note for Qt Creator users

 

Add the following line to your project file (to prevent link errors):

 


LIBS += -lfann

 

 

 

 

 

External links