Skip to content

A basic neural network written in C that mimics the behavior of an XOR logic function.

Notifications You must be signed in to change notification settings

kylelevy/BasicNNDemo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

BasicNNDemo

A basic neural network written in C that mimics the behaviour of an XOR logic function.

This neural network is a dense neural network which uses a sigmoid activation function. It takes two inputs and has one output.

About

A basic neural network written in C that mimics the behavior of an XOR logic function.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages