JordanMicahBennett / NEURAL-NETWORK-SIMPLE-V2

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

NEURAL-NETWORK-SIMPLE_V2

Author: Jordan Micah Bennett

Why?: This is practice writing of basic neural network from memory. (I do this at the end of each year, or sometimes every 6 months, for practice of fundamentals.)

Date: September 12, 2019. (1.5 hours used)

The problem space is X-OR inputs. So the model does xor input prediction.

Given two numbers in X-OR space, the model will try to guess the output.

For:

a) Input=(0,0) output should be 0

b) Input=(1,0) output should be 1

c) Input=(0,1) output should be 1

d) Input=(1,1) output should be 0

Alt text

About


Languages

Language:Java 100.0%