Big data on a small computer!

Neural Networks on the Raspberry Pi I've been having some fun experimenting with ANNs ( Artificial Neural Networks ) on the Raspberry Pi . I've been interested in ANN research for a very long while: I wrote my first simulator back in 1974. I developed that first version in ALGOL60. I've recently re-written and extended it in Dyalog APL , and now it runs on the Raspberry Pi. Why APL? I've found APL a great choice for ANN research and education, for several reasons: It's easy to learn, and fun! It's concise and easy to test. It handles arrays naturally. It has a rich set of primitives for data manipulation and calculation. It supports a pure functional programming style. Dyalog APL has great support for parallel computing. The Raspberry Pi version is free for non-commercial use. Inexpensive ANN computing I'm using a Raspberry Pi B model 3, but it runs acceptably fast on earlier versions of the Pi. I haven't yet tried it on the Pi ...