Skip to content

ent0n29/fun-with-machine-learning-in-C

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

37 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ml in C?

trying to build a XOR-gate with a simple Neural Network

It is possible to train a single neuron in order to make an OR, AND & NAND gates. But how we do a XOR-gate, since it can't be modeled with 1 single neuron. Well, if we write XOR in terms of AND, OR & NAND, like for example (x|y) & ~(x&y).

NN-architecture

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published