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

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.

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/