neural network - XOR gate
Built this patch after reading a number of blog posts on neural networks. Andrej Karpathy's post "A Hacker's Guide to Neural Networks" was particularly insightful. This machine uses ReLU and back-propagates in place using analytic partial derivatives.