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

https://github.com/dbrgn/perceptron

Perceptron implementations in Python and Rust
https://github.com/dbrgn/perceptron

Last synced: 10 months ago
JSON representation

Perceptron implementations in Python and Rust

Awesome Lists containing this project

README

          

# Perceptron Implementations

Here are two implementations of a Perceptron in **Python** and **Rust**. For
more information, please refer to the following two blogposts:

- https://blog.dbrgn.ch/2013/3/26/perceptrons-in-python/
- https://blog.dbrgn.ch/2015/5/15/perceptrons-in-rust/

## Contributed Implementations

- **Ruby** by @mhutter
- **Go** by @mhutter

## License

All code is released under the MIT license.