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
↧