After all that work it's finally time to train our Neural Network. We'll use the BFGS numerical optimization algorithm and have a look at the results.
After all that work it's finally time to train our Neural Network. We'll use the BFGS numerical optimization algorithm and have a look at the results. Supporting Code: http://nbviewer.ipython.org/github/stephencwelch/Neural-Networks-Demysitifed/blob/master/Part%206%20Training.ipynb Yann Lecun's Efficient BackProp Paper: http://yann.lecun.com/exdb/publis/pdf/lecun-98b.pdf More on BFGS: http://en.wikipedia.org/wiki/Broyden%E2%80%93Fletcher%E2%80%93Goldfarb%E2%80%93Shanno_algorithm In this series, we will build and train a complete Artificial Neural Network in python.
