Skip to content

Latest commit

 

History

History
33 lines (25 loc) · 1.05 KB

README.md

File metadata and controls

33 lines (25 loc) · 1.05 KB

Artificial Neural Network

Build Status License: GPL v3

Overview

  • This repository contains the simple artificial neural network implementations.

Requirements

  • This branch requires to Qt-5 installation.

Installation

  • You can clone this repo with following command.
$ git clone https://github.com/Kadiryanik/ArtificialNeuralNetwork

Compile&Run via Terminal

$ cd ArtificialNeuralNetwork/<example>
$ qmake <example>.pro # for generating Makefile
$ make # compile
$ ./<example> # run

Compile&Run via Qt-Creator

  • You can simply open project in Qt Creator and select .pro file and press Ctrl + R.

Notes

  • You can switch master branch for visual studio code.

Maintainer

Free Software, Hell Yeah!