Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/shutdownr/deep_learning
https://github.com/shutdownr/deep_learning
Last synced: 15 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/shutdownr/deep_learning
- Owner: shutdownr
- License: mit
- Created: 2022-11-24T02:11:48.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2022-12-27T06:12:09.000Z (about 2 years ago)
- Last Synced: 2024-11-11T16:06:11.502Z (2 months ago)
- Language: C++
- Size: 35.2 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# deep_learning
This project aims at building a convolutional neural network from scratch in C++. This is mainly thought of as an exercise for myself to be able to fine tune the inner workings of neural networks in an isolated setting on a low-level basis, rather than using python and its libraries. I am currently working on this as a side-project.