No description
| .idea | ||
| data | ||
| networks | ||
| .gitignore | ||
| .gitlab-ci.yml | ||
| CMakeLists.txt | ||
| image.c | ||
| image.h | ||
| main.c | ||
| matrix.c | ||
| matrix.h | ||
| neuronal_network.c | ||
| neuronal_network.h | ||
| README.md | ||
| util.c | ||
| util.h | ||
C-net ඞ
Description
C-net ඞ is a C project designed to read and predict numbers from the MNIST dataset using neural networks.
Visuals
Roadmap
- Implemented an Image Loader for MNIST dataset.
- Created a prediction function for recognizing handwritten digits.
- Developed matrix calculation methods to support neural network operations.
- Added functionality to load and save neural network models.
- Successfully trained the network on MNIST images.
- Achieved an accuracy rate with a confidence level above 90%.
- Ongoing optimization and code refinement.
Authors and Acknowledgments
This project was brought to you by the following contributors:
- Stornig, Jakob
- Schleicher, Thomas
- Dworski, Daniel
- Walcher, Raphael
We would like to express our gratitude to the following sources, which served as an inspiration and reference:
- MNIST from Scratch by markkraay
- Neural Network Framework in C
- Simple Neural Network Implementation in C
- 3Blue1Brown Neural Network Series
- Brotcrunsher's YouTube Videos, Video 2, Video 3
Project Status
The project is considered finished, but ongoing optimizations and improvements may still be in progress.
