r/MachineLearning - [P] I wrote an API to build neural networks in Minecraft

#artificialintelligence 

You could design CPU for running binarized neural networks pretty easily. Basically, the multiplication operation is XNOR and the reduction operation can be designed in redstone. The most complicated part would be to design memory and bus interface to this CPU. Plus I think, pure redstone neural network would be very laggy because of waaay to many block and lighting updates. People have implemented neural networks using command block before.