This project is a demo of a NeuralNetwork developed using Droidscript and Python.
The NeuralNetwork solve the XOR problem. xor_inputs = [[0.0, 0.0], [1.0, 1.0], [1.0, 0.0], [0.0, 1.0]] xor_targets = [[0.0], [0.0], [1.0], [1.0]]
This project is a demo of a NeuralNetwork developed using Droidscript and Python.
The NeuralNetwork solve the XOR problem. xor_inputs = [[0.0, 0.0], [1.0, 1.0], [1.0, 0.0], [0.0, 1.0]] xor_targets = [[0.0], [0.0], [1.0], [1.0]]