Python bindings for Fast Artificial Neural Networks 2.2.0 (FANN >= 2.2.0).
This is a python binding for Fast Artificial Neural Network Library (FANN >= 2.2.0) that implements multi-layer artificial neural networks with support for both fully-connected and sparsely-connected networks. It includes a framework for easily handling training data sets. It is easy to use, versatile, well- documented, and fast.
This is a python binding for Fast Artificial Neural Network Library (FANN >= 2.2.0) that implements multi-layer artificial neural networks with support for both fully-connected and sparsely-connected networks. It includes a framework for easily handling training data sets. It is easy to use, versatile, well- documented, and fast.
To install py312-fann2, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install py312-fann2
To see what files were installed by py312-fann2, run:
port contents py312-fann2
To later upgrade py312-fann2, run:
sudo port selfupdate && sudo port upgrade py312-fann2
Reporting an issue on MacPorts Trac
The MacPorts Project uses a system called Trac to file tickets to report bugs and enhancement requests.
Though anyone may search Trac for tickets, you must have a GitHub account in order to login to Trac to create tickets.