You are on page 1of 2

Artificial Neural Network

(ANN)

An artificial neuron network (ANN) is a computational model based on the structure and
functions of biological neural networks. Information that flows through the network
affects the structure of the ANN because a neural network changes - or learns, in a
sense - based on that input and output.
ANNs are considered nonlinear statistical data modeling tools where the complex
relationships between inputs and outputs are modeled or patterns are found.

What is artificial neural network used for?

Artificial Neural Network (ANN) uses the processing of the brain as a basis to develop algorithms that
can be used to model complex patterns and prediction problems

What are the types of artificial neural network?

 Multilayer perceptron (MLP) ...


 Convolutional neural network (CNN) ...
 Recursive neural network (RNN) ...
 Recurrent neural network (RNN) ...
 Long short-term memory (LSTM) ...
 Sequence-to-sequence models. ...
 Shallow neural networks.
Advantages of Artificial Neural Networks (ANN)
 Storing information on the entire network
 Ability to work with incomplete knowledge
 Having fault tolerance
 Having a distributed memory
 Ability to make machine learning
 Parallel processing

Disadvantages of Artificial Neural Networks (ANN)

 Hardware dependence
 Unexplained behavior of the network
 Determination of proper network structure
 Difficulty of showing the problem to the network

You might also like