This is an implementation of an Artificial Neural Network in C++ (with the preprocessing of the data made in Python) using the Eigen library for linear algebra. The dataset I used to train the model is available in pulsar_stars.csv This was done for research purposes to see how faster the model trains in C++ than in Python, the conclusion being that the amount of time spending trying to implement the training in C++ isn't worth it for faster training speed purposes only.
-
Notifications
You must be signed in to change notification settings - Fork 0
walentines/ANN_from_scratch_C
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
About
This is an implementation of an Artificial Neural Network in C++ using the Eigen library.
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published