You are on page 1of 4

ARTIFICIAL

NEURAL
NETWORKS
Ish Mishra
2K19/EE/116
ARTIFICIAL NEURAL NETWORKS (ANN)

01 02 03
Artificial Neural Networks (ANN) are We create a neural network that will There are several approaches for
multi-layer fully-connected neural make predictions. To do this, you can training a neural network. By far the
nets. They consist of an input layer, use data that has known input and most common technique is called
multiple hidden layers, and an output output values and find a set of weights back-propagation This article
layer. Every node in one layer is and bias values so that your neural describes an alternative neural
connected to every other node in the network generates computed outputs network training technique that uses
next layer. that closely match the known outputs particle swarm optimization (PSO).

You might also like