Skip to content

Kadiryanik/ArtificialNeuralNetwork

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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!

About

Some Implementation

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published