(C++) FANN
February 24, 2017 · View on GitHub
(C++) FANN
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
Note for Qt Creator users
Add the following line to your project file (to prevent link errors):
LIBS += -lfann
External links