fann

Fast artificial neural network library for creating and training neural networks

brewmacoslinux
Try with needOr install directly
Source

About

Fast artificial neural network library

Commands

fann

Examples

Create a simple neural network with 2 inputs, 1 hidden layer of 3 neurons, and 1 output$ fann_train train.data output.net
Test a trained neural network on test data$ fann_test network.net test.data
Generate training data file with sample XOR problem$ fann_train xor.data xor.net