- This repository contains the simple artificial neural network implementations.
- This branch requires to Qt-5 installation.
- You can clone this repo with following command.
$ git clone https://github.com/Kadiryanik/ArtificialNeuralNetwork
$ cd ArtificialNeuralNetwork/<example>
$ qmake <example>.pro # for generating Makefile
$ make # compile
$ ./<example> # run
- You can simply open project in Qt Creator and select .pro file and press Ctrl + R.
- You can switch master branch for visual studio code.
- Kadir Yanık - [email protected]
Free Software, Hell Yeah!