Skip to content

A small sample neural network for education purposes

License

Notifications You must be signed in to change notification settings

freestylecoder/DIYnn

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DIYnn

A small sample neural network for education purposes

Usage

As initially configured, the program creates a data set which is an Trinary XOR with an extra, unused parameter. It then creates a simple Neural Network with 4 input nodes, 3 hidden nodes, and 2 output nodes to decide if the calculation is true or false.

The application is fairly generiticed so that the user can easily change all aspects of the network.

Notes

This project includes a few static DLLs for Vector and Matrix operations. This library is a BETA version of my Math library. You can find the code for the library at https://github.com/freestylecoder/Math/tree/master/Freestylecoding.Math.Linear.

About

A small sample neural network for education purposes

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages