https://github.com/mcaimi/dnn-from-scratch
Deep Neural Networks from Scratch
https://github.com/mcaimi/dnn-from-scratch
c dnn learning-by-doing machine-learning prototype wip
Last synced: about 1 year ago
JSON representation
Deep Neural Networks from Scratch
- Host: GitHub
- URL: https://github.com/mcaimi/dnn-from-scratch
- Owner: mcaimi
- License: gpl-3.0
- Created: 2024-06-26T12:37:48.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-09-10T07:51:27.000Z (almost 2 years ago)
- Last Synced: 2025-03-06T10:22:02.619Z (over 1 year ago)
- Topics: c, dnn, learning-by-doing, machine-learning, prototype, wip
- Language: C
- Homepage:
- Size: 110 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## Deep Neural Networks from Scratch
Just a project where I drop some code to learn how neural networks work and where I try to re-implement some ML techniques from scratch in various languages
Currently working on implementations in:
- C