Quantcast
Viewing all articles
Browse latest Browse all 4

perceptron feed forward neural networks in python

This is quite simple with tools like NumPy and SciPy. E.g. use numpy.dot (level-3 BLAS matrix multiply) for the forward pass, and scipy.optimize.leastsq (MINPACK Levenberg-Marquardt) for the training. Sturla -- Sturlamolden

Viewing all articles
Browse latest Browse all 4

Trending Articles