Close

It works......Almost ;-P

A project log for NeuralDuino - dynamic and user reconfigurable

I'm creating a neural networks library for the arduino (easily portable to any other platform) that is user-reconfigurable to the core

pranav-gulatiPranav Gulati 12/24/2016 at 05:100 Comments

the library i think is up and running , i tested it with the linearly separable test cases AND OR gates etc and have added the examples for the same

Also made a counting example that takes input in 2 digit binary and outputs a decimal number one greater than the decimal equivalent of the binary (e.g input {1,1} output =4 ; input={0,1} output=2)
the XOR problem still gets stuck at output values of 0.5ish, looking into it though

Discussions