https://github.com/voidwalker7/neural-networks-in-c-notes
My notes on Neural Networks in C that covers C basics, and some other basics concepts and information on how i created the snake game and some other stuff.
https://github.com/voidwalker7/neural-networks-in-c-notes
c-programming from-scratch neural-networks notes sdl2
Last synced: 3 months ago
JSON representation
My notes on Neural Networks in C that covers C basics, and some other basics concepts and information on how i created the snake game and some other stuff.
- Host: GitHub
- URL: https://github.com/voidwalker7/neural-networks-in-c-notes
- Owner: VoIDWALkER7
- Created: 2024-06-11T09:47:56.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2024-06-14T19:05:16.000Z (11 months ago)
- Last Synced: 2025-01-04T21:17:41.032Z (4 months ago)
- Topics: c-programming, from-scratch, neural-networks, notes, sdl2
- Homepage:
- Size: 2.34 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
This is the collection of my notes for nerual networks in C ( I know the neural network part is still missing, i will be adding that in shortly).
New notes will be updated as soon as i am done with it. There's an order to start with reading the notes in each folder which is as follows:
- For ```C Concepts``` start with ```Hello World.md```
- For ```Deployment, Compilation, Updatation, Automation``` start with ```Make Files.md```
- For ```Necessary Information About Computer``` start with ```CPU Architecture.md```
- For ```Snake Game Using C & SDL2``` start with ```SDL2.md```
- For ```Neural Concepts``` start with ```Perceptrons Basics.md```At the end of each file that you complete, you will be able to see the file that you are supposed to read after that, and the file that was before that for easy navigation.
You can read the notes on github only but if you want to read it offline, you can download the notes from the drive link given below and then can read it using any Markdown editor like Obsidian(preferably). You can simply clone the github but due to backlinking, it will be pretty annoying to edit it, so you can just use the drive to download.
Drive Link: [https://drive.google.com/drive/folders/15_SV-bTTqc2tfI2Xd51CPt7T7kZwNwwE?usp=sharing](https://drive.google.com/drive/folders/15_SV-bTTqc2tfI2Xd51CPt7T7kZwNwwE?usp=sharing)