Expression Evaluation: Using Artificial Neural Network
Expression Evaluation: Using Artificial Neural Network
Expression Evaluation: Using Artificial Neural Network
Tensor flow
PROJECT BACKGROUND AND
LITERATURE REVIEW:
There exists a fair amount of research in this area. ANN forms the basis of our
experiment.
When used for image recognition, artificial neural networks (ANNs) consist of
multiple layers of small neuron collections which process portions of the
input image, called receptive fields. The outputs of these collections are then
tiled so that their input regions overlap, to obtain a better representation of
the original image; this is repeated for every such layer. Tiling allows ANNs to
tolerate translation of the input image.
The idea is to convert each image representing a digit into horizontal and
vertical histograms representing the number of filled in pixels in each row or
column, and used the resulting data as input to their genetic algorithm. The
goal of the genetic algorithm is to find a program or formula that could
distinguish numerals.
BLOCK DIAGRAM OF THE PROJECT
CHALLENGES :