Skip to content

PaperMonoid/keras-xor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Keras XOR

A simple XOR model with keras.

model

Graphic generated with NN-SVG made by Alex Lenail.

How to run

Install the required libraries with pip.

pip install -r requirements.txt

Run the python script.

python .

Output

INPUTS
[[0 0]
 [0 1]
 [1 0]
 [1 1]]

OUTPUTS
[[0.00222052]
 [0.9753783 ]
 [0.97579545]
 [0.04735725]]

About

A simple XOR model with keras.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages