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
- Host: GitHub
- URL: https://github.com/dbrgn/perceptron
- Owner: dbrgn
- Created: 2015-05-15T20:35:08.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2016-02-19T16:17:53.000Z (over 10 years ago)
- Last Synced: 2025-01-12T10:42:21.989Z (over 1 year ago)
- Language: Rust
- Homepage:
- Size: 8.79 KB
- Stars: 15
- Watchers: 3
- Forks: 6
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.