perceptron.c is a single layer perceptron implementation in the C Programming Language without any libraries.
This repository has been written in C99 and requires LibC, preferrably to be built on an UNIX or POSIX-compliant system.
- Git
- C99 Compiler (GNU GCC, Clang)
- Terminal Emulator
$ git clone github.com/bestmat/perceptron.c
$ cd perceptron.c
$ make -kUsing a C compiler on Windows is complicated, so its better to install Windows Subsystem for Linux. If WSL2 cannot be installed, install Cygwin and compile.
$ chmod +x bin/perceptron
$ ./bin/perceptron