There are no reviews yet. Be the first to send feedback to the community and the maintainers!
Repository Details
A machine learning library written in Go, based on the backpropagation learning algorithm. The basic structure represents an MLP network. After training, you can export the weights of the network in order to use it directly for predictions/classification.