On Mon, Mar 13, 2017 at 08:04:43AM +0000, Gideon Walker wrote: > Can anyone recommend a software package that does a neural net?
Install Octave and write your own. It's only a few lines of Octave code to implement forward calculation, back propagation, the cost function and the derivative terms for gradient descent or similar. Total well under 50 lines of code and you'll be done. And far better off for understanding exactly what your system is doing. A bunch of optional packages as well as the base packages are packaged for Debian, but you can get a highly functional installation just doing aptitude install octave HTH Mark