Write java code performing MapReduce on Neural Network Example XOR gate.
Here are some resources:
Case study: Neural network on java
Case study: map reduce on neural network in python
https://github.com/apekshapriya/Neural-Network-using-Hadoop-Streaming
Case study: Kmeans map reduce example:
https://github.com/Maki94/kmeans_mapreduce/tree/master/src
Running map reduce python on command line: example
bin/hadoop jar contrib/streaming/hadoop-*streaming*.jar -mapper /home/hduser/mapper.py -reducer /home/hduser/reducer.py -input /user/hduser/gutenberg/* -output /user/hduser/gutenberg-output
see https://www.michael-noll.com/tutorials/writing-an-hadoop-mapreduce-program-in-python/