https://github.com/voidwalker7/basic-perceptron
Basic Perceptron Implementation written in C. The output is just whether you should take this job or not.
https://github.com/voidwalker7/basic-perceptron
basics c-programming-language neural-network perceptron
Last synced: 3 months ago
JSON representation
Basic Perceptron Implementation written in C. The output is just whether you should take this job or not.
- Host: GitHub
- URL: https://github.com/voidwalker7/basic-perceptron
- Owner: VoIDWALkER7
- Created: 2024-06-12T08:24:12.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2024-06-12T08:31:49.000Z (11 months ago)
- Last Synced: 2025-01-04T21:17:41.409Z (4 months ago)
- Topics: basics, c-programming-language, neural-network, perceptron
- Language: C
- Homepage:
- Size: 4.88 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
This is just a Basic implementation of Perceptron in C. To see the output first clone the repo then go to the repository in the terminal.
Then type:
```./a.out```
and you can see how it works.
Always remember, AI is just a collection of if else statements. (This code is just way too simple one for learning purposes)