Fast Artificial Neural Network (FANN) Library is a free open source neural network library, which implements multilayer artificial neural networks in C with support for both fully connected and sparsely connected networks.
vcpkg install fannNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Minimal example creating and training a neural network.
Use fann_destroy() to free memory; consider using smart pointers with custom deleters.
No dependency data recorded yet.
No resource links recorded.