Icon

NeuralNetwork

Version 1.0

by CodedByJms™

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]]

Downloads
160
File size
7 KB
Category
Educational
Type
Spk
Last Update
3 weeks ago
Created
3 weeks ago