gonn
gonn copied to clipboard
GoNN is an implementation of Neural Network in Go Language, which includes BPNN, RBF, PCN
test
I am using the wrapper of scikit-learn Multilayer Perceptron in Python [https://github.com/aigamedev/scikit-neuralnetwork](url) to train the neural network and save it to a file. Now, I want to expose it on...
Cool project :) Just wondering: So, you are not using any go-routines or channels, to do the threading (didn't see any, in my very brief look)? I have been testing...