An open API service indexing awesome lists of open source software.

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.

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)