In the previous article we showed how to install the FANN artificial neural network library on Ubuntu. In this article we will use the library. There are typically two parts in using artificial neural networks: A training part, where the
Installing FANN with Python bindings on Ubuntu
The Fast Artificial Neural Network Library (FANN) is a neural network library, which implements multilayer artificial neural networks in C with support for both fully connected and sparsely connected networks. It has a Python binding that allows you to use