index
:
perceptron.git
master
This is a simple implementation of the perceptron, the most primitive ai
Atanas
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
build.sh
blob: 03692a127e791a01cca7df602ff4837f2f67141d (
plain
)
1
2
3
4
5
#!/bin/sh
set
-xe cc -Wall -Wextra -o main main.c -lm