Icon for NeuralNetwork

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
590
File size
7 KB
Category
Educational
Type
Spk
Last Update
8 months ago
Created
8 months ago

Version 1.0

Created 8 months ago

Initial Version.

We couldn't identify any special features in this project.