https://github.com/caiocarneloz/percpp
Simple perceptron code developed to a master's class lesson.
https://github.com/caiocarneloz/percpp
cpp machine-learning-algorithms neural-networks perceptron
Last synced: 11 months ago
JSON representation
Simple perceptron code developed to a master's class lesson.
- Host: GitHub
- URL: https://github.com/caiocarneloz/percpp
- Owner: caiocarneloz
- Created: 2019-05-23T17:17:50.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2019-08-29T13:08:47.000Z (almost 7 years ago)
- Last Synced: 2025-02-26T21:46:05.280Z (over 1 year ago)
- Topics: cpp, machine-learning-algorithms, neural-networks, perceptron
- Language: C++
- Size: 3.91 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# percpp
Perceptron neural network developed to a master's class lesson.