Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kuy/perceptron
https://github.com/kuy/perceptron
ocaml perceptron slap
Last synced: 1 day ago
JSON representation
- Host: GitHub
- URL: https://github.com/kuy/perceptron
- Owner: kuy
- Created: 2017-02-19T14:05:43.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2017-02-19T14:38:51.000Z (almost 8 years ago)
- Last Synced: 2024-11-11T12:39:56.446Z (2 months ago)
- Topics: ocaml, perceptron, slap
- Language: OCaml
- Size: 1000 Bytes
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## perceptron
### Requirements
* [Core](http://opam.ocaml.org/packages/core/)
* [SLAP](http://opam.ocaml.org/packages/slap/)```
$ opam install core slap
```### Build
`corebuild -pkg slap gate.native`
### Run
`./gate.native`