https://github.com/simonusher/perceptron
A simple perceptron and Adaline implementation in C++. Created as an assignment for "Selected topics in artificial intelligence" course.
https://github.com/simonusher/perceptron
adaline artificial-intelligence cpp neural-network perceptron
Last synced: 2 months ago
JSON representation
A simple perceptron and Adaline implementation in C++. Created as an assignment for "Selected topics in artificial intelligence" course.
- Host: GitHub
- URL: https://github.com/simonusher/perceptron
- Owner: simonusher
- License: mit
- Created: 2019-10-09T23:02:09.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2021-05-05T21:01:54.000Z (almost 4 years ago)
- Last Synced: 2025-01-08T09:37:10.433Z (4 months ago)
- Topics: adaline, artificial-intelligence, cpp, neural-network, perceptron
- Language: C++
- Homepage:
- Size: 171 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
[![MIT License][license-shield]][license-url]
[![LinkedIn][linkedin-shield]][linkedin-url]
C++ implementation of simple perceptron and Adaline
A simple perceptron and Adaline implementation in C++. Created as an assignment for "Selected topics in artificial intelligence" course.
## Built With
* C++,
* [Visual Studio](https://visualstudio.microsoft.com/pl/).## License
Distributed under the MIT License. See `LICENSE` for more information.
## Contact
Szymon Woźniak - [email protected]
Project Link: [https://github.com/simonusher/perceptron](https://github.com/simonusher/perceptron)
[contributors-shield]: https://img.shields.io/github/contributors/simonusher/perceptron.svg?style=for-the-badge
[contributors-url]: https://github.com/simonusher/perceptron/graphs/contributors
[forks-shield]: https://img.shields.io/github/forks/simonusher/perceptron.svg?style=for-the-badge
[forks-url]: https://github.com/simonusher/perceptron/network/members
[stars-shield]: https://img.shields.io/github/stars/simonusher/perceptron.svg?style=for-the-badge
[stars-url]: https://github.com/simonusher/perceptron/stargazers
[issues-shield]: https://img.shields.io/github/issues/simonusher/perceptron.svg?style=for-the-badge
[issues-url]: https://github.com/simonusher/perceptron/issues
[license-shield]: https://img.shields.io/github/license/simonusher/perceptron.svg?style=for-the-badge
[license-url]: https://github.com/simonusher/perceptron/blob/master/LICENSE.txt
[linkedin-shield]: https://img.shields.io/badge/-LinkedIn-black.svg?style=for-the-badge&logo=linkedin&colorB=555
[linkedin-url]: https://www.linkedin.com/in/szymon-wo%C5%BAniak-00505318a/