Skip to content

A one hidden layer neural network simulation application in C++ using matrix operation.

License

Notifications You must be signed in to change notification settings

tecton/Neural-Network-Simulation

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Neural-Network-Simulation in C++

This is a demo application of neural network simulation in C++. Neural network is trained in Matlab and weights and bias are exported to files.

Sample data is chemical_dataset available in Matlab. The neural network has one hidden layer with 8 nodes.

With data of input and layer weights as well as bias, it is easy to simulate it in C++ uses matrix operation.

About

A one hidden layer neural network simulation application in C++ using matrix operation.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published