https://github.com/pyk/rust-perceptron
A single-layer neural networks (perceptron) in Rust
https://github.com/pyk/rust-perceptron
Last synced: about 1 year ago
JSON representation
A single-layer neural networks (perceptron) in Rust
- Host: GitHub
- URL: https://github.com/pyk/rust-perceptron
- Owner: pyk
- Created: 2016-09-18T12:42:41.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2016-09-24T16:31:35.000Z (over 9 years ago)
- Last Synced: 2025-02-07T17:23:02.060Z (over 1 year ago)
- Language: Rust
- Size: 1.95 KB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Perceptron
Implementation of Single-layer Neural Networks (Perceptron) in Rust