shines77 / annlab-othello

Automatically exported from https://code.google.com/p/annlab-othello

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

artificial neural network (ANN)

An artificial neural network (ANN), usually called neural network (NN), is a mathematical model or computational model that is inspired by the structure and/or functional aspects of biological neural networks. A neural network consists of an interconnected group of artificial neurons, and it processes information using a connectionist approach to computation. In most cases an ANN is an adaptive system that changes its structure based on external or internal information that flows through the network during the learning phase. Modern neural networks are non-linear statistical data modeling tools. They are usually used to model complex relationships between inputs and outputs or to find patterns in data.

matlab

About

Automatically exported from https://code.google.com/p/annlab-othello


Languages

Language:C++ 97.7%Language:C 2.3%