Chapter 7
Neural Networks

I have had an interest in neural networks since the 1980s when I was on a DARPA neural networks tools advisory panel and implemented the first shipped version of the SAIC ANSim neural network product. While writing software neural network simulations is not too difficult, it can be tricky properly preparing training and testing data - we will pay special attention to data preparation in this chapter.

7.1 Back Propagation

TBD

7.1.1 Code

TBD

7.1.2 Training Data

TBD

7.2 Recurrent Networks

TBD

7.2.1 Code

TBD

7.2.2 Training Data

TBD