SlideShare a Scribd company logo
1 of 6
Download to read offline
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 09 Issue: 03 | Mar 2022 www.irjet.net p-ISSN: 2395-0072
© 2022, IRJET | Impact Factor value: 7.529 | ISO 9001:2008 Certified Journal | Page 653
Analytical and Systematic Study of Artificial Neural Network
Gaurav D Saxena1, Nikhil P Tembhare2
1Department of Computer Science, Kamla Nehru Mahavidyalaya, Nagpur, India
2Department of Robotics and Cloud Technology, Rashtrasant Tukdoji Maharaj Nagpur University, Nagpur, India
--------------------------------------------------------------------***---------------------------------------------------------------------
Abstract - Artificial neural network is a neural
network motivated by the biological neural network
where numbers of neurons are interconnected with
each other. The neurons in artificial neural network
are operating and arranged in such a manner that
they invigorate the fundamental construction of the
neurons in the human cerebrum. The fundamental
rationale behind the artificial neural network is to
implement the structure of the biological neuron in a
way that the whatever the function that the human
brain perform with the aid of biological neural
network, that thusly will the machines and
frameworks can likewise perform with the assistance
of artificial neural network. This paper gives a concise
outline of an artificial neural network with its
working, architectures, and general organization, and
so forth. This paper additionally express some
advantage and disadvantage , application of the
artificial neural network in some most significant
areas such as image processing, signal processing,
pattern recognition, function approximation,
forecasting based on the past data and some more.
Keywords - Artificial Neural Network, Artificial
Neuron, Activation functions, Feedforward
network, Feedback Network.
INTRODUCTION
The biological brain is made up of billions of nerve
cells that form a complex linked network (neurons).
There are roughly 10
10
11
10
 neurons in a human
brain. The brain is the massive and complex network
system, with each neuron linked to 10
10
5
3
 other
neurons. The structure of the neuron may be split
into three parts: soma (cell body), dendrites, and
axon. [1]
Fig-1: Schematic structure of Neuron [2].
The structure of a single neuron is formed by these
three components. Each component or a part
performs a significant role and contributes to the
completion of a certain activity. Like the other cells,
the cell body, also known as the soma contains the
nucleus. Dendrites are the tree like nerve fibers that
are connected to the cell body. The signals from the
other neurons are received by these dendrites.
Depending on their function, each neuron in the
human brain can contain many sets of dendrites. The
axon, unlike the dendrites link, it is electrically active
and functions as an output channel. The axon is the
neuron’s transmitter, which delivers the signal to the
neighboring neurons. The synapse of the neuron are
the fundamental building block of brain information
processing; they not only convert an input signal into
a potential signal, but they also contain an
experienced memory functions, allowing them to
perform weighted processing on the input signal
based on the memory. [1-4]
What is Artificial Neural Network?
Artificial Neural Network designs are biologically
inspired in the sense that they are made up of the
elements that operate in a way similar to the
fundamental biological neuron. The arrangement of
artificial neurons in manner they may excite the
structure of the brain. [5]
Artificial Neural Network Structure
Fig-2. Artificial Neuron [6].
Each node receives a diverse input from other nodes
through connections with accompanying weights
that corresponds to the strength of the synapse.
Weight is the word used in a neural network
terminology to represent the strength of a link
between any two neurons in the neural networks.
Every neuron has the single output and a processing
unit with a synaptic input connection. [3,7]
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 09 Issue: 03 | Mar 2022 www.irjet.net p-ISSN: 2395-0072
© 2022, IRJET | Impact Factor value: 7.529 | ISO 9001:2008 Certified Journal | Page 654
Assume that various weighted inputs are provided at
the following level of specialization, as shown in
figure.
The neuron output may be returned as
 
X
W
X
W
f n
n

 ....
1
1
Or
 
net
f
or
X
W
f
n
i
i
i 






1
Where, X
W i
n
i
i
net 


1
Where, W is the weighted vector defined as
 
W
W
W n
w .......
, 2
1
 and x is the input vector defined as
 
X
X
X n
X .......
, 2
1
 . [7,8]
Activation functions
The activation function is primarily used to abstract
the operations of the neural network. A mathematical
function that turns or converts input to the output
and adds a magic to the neural network processing is
known as an activation function. [9]
There are several distinct sort of activation function
that is regularly employed, and a few of them are
presented below.
Step function
It is the simplest activation function among all the
activation function in the neural network.
Fig-3: Step Function [10].
The above graphical representation depicts the step
function.
Depending on whether the input signal is greater
than or less than 0, the output of this function is
confined to one of two values [10].
This function is defined as follows.
Output =1 when y>0 …….1. (a)
= -1 when y<0 ……. 1. (b)
Based on the function that is defined below, the two
conditions are arises, Considering the first condition
where input signal is greater than 0, The output will
be 1, another condition is when the input signal is
less than 0, then the output will be -1.
Linear function
Another activation function is Linear Activation
function.
Fig-4: Linear function [9].
The above diagram interprets the graphical
interpretation of a linear activation function. As seen
in the above figure, the graph of linear activation
function is a straight line.
These functions have the effect of multiplying by the
constant factor to the input signal,
i.e.,
Output=K. y ……. 2
Here the K is the constant Factor and y is the signal
values.
The range of the function is defined in (–infinity,
+infinity), and it can be used in some network nodes
where dynamic range isn't an issue.
[9,10]
Ramp Function
Another activation function is the ramp function. It
comprises the concept of step and linear functions.
The output is basically depends on the correlation of
input i.e., signal with upper and lower limit. Between
the upper and lower limit the function will be act as a
linear function, after this restricts are reached, it will
be behave as a step function [10].
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 09 Issue: 03 | Mar 2022 www.irjet.net p-ISSN: 2395-0072
© 2022, IRJET | Impact Factor value: 7.529 | ISO 9001:2008 Certified Journal | Page 655
Fig-5: Ramp function [10].
The above graphical interpretation shows the ramp
activation function. This function may be defined as
follows,
Output = Max, y>upper limit. ... 3. (a)
=K. y, y< upper limit & y> lower limit ...3. (b)
=Min, y< lower limit. ...3. (c)
Sigmoid Function
Fig-6: Sigmoid Function [9].
The above figure interprets the graphical
representation of a sigmoid function.
A mathematical function that creates a sigmoidal
curve is known as sigmoid function, because of ‘S’
form shape. This is the most basic and often used
utilized activation method. A 'S' shaped curve can be
defined using a variety of mathematical formulas, the
most popular of which is the equation.
 
e y
y
f 


1
1
........ 4
[9,10]
Network topology
An artificial neural network consists of two or more
artificial neurons connected to each other. Neural
network topology or architecture describes the
different ways in which connections can be
established. [11]
Fig-7: General Arrangement of Layers in Artificial
Neural Network [3].
There are three distinct sorts of layers.
Input layers- This is the neural networks’ starting
stage. This layer is in charge of accepting data,
information, or signals, and transmitting them to the
next or subsequent layer for further processing. This
layer does not do any computation. The primary goal
of the layer is to collect the data from the outside
world.
Hidden layer- This layer lies between the input and
output layer. The hidden layer main job is to process
or compute the data with the help of computational
nodes from the input layer. In a neural network,
there can be one or more hidden layers. This layer
may be performs the distinct task that the other
layers can’t do. The internal processing in this layer
is analogues to the processing that occurs in the
human brain. It transmits the resultant output to the
output layer through an activation function, after the
processing and computing the signals fed from the
input layer.
Output layer-This layer of the neural network is
responsible for creating the output that arises from
processing or computing conducted by the neurons
in the preceding layers.
There are different of artificial neural networking
topologies, such as feed forward and feedback neural
network, are briefly discussed here.
FeedForward network
A signal flows through a neural network can be
either in one-way or recursive.
We named the neural network architecture of the
feedforward in the first scenario because the input
signals are fed into the input layers and then
processed before being transferred to the next layer.
In this case, data is passed strictly from the input
node to the exit i.e., output node. Single layer feed
forward neural network, multilayer feedforward
neural network, and the radial basis function are
examples of feed forwarded networks.[9,11,12]
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 09 Issue: 03 | Mar 2022 www.irjet.net p-ISSN: 2395-0072
© 2022, IRJET | Impact Factor value: 7.529 | ISO 9001:2008 Certified Journal | Page 656
Fig-8: FeedForward Network [9].
Feedback Network
The output of one layer of the neurofeedback
network is sent back to the previous layer. By
introducing a loop into a network, that network can
have signals that propagate in both directions. [12]
Fig-9: Feedback Network [12].
Single Layer Feedforward Network
As definition of feedforward network layer stated
above, signal are go in either only in one direction
from input layer to output layer in feedforwarding
network. In order to create an output, a neural
network fundamental structure consist of an input
layer coupled with hidden layer, which is then
connected to an output layer. The same reasoning as
in the feedforward network is used here, with a small
adjustment in the network structure. Only two layers
are used in this type of feed forward network, the
input layer and the output layer. The input signal is
received by the input layer neuron, while the output
signal is received by the output layer neurons [4]. In
this paradigm, the output layer is only with
computational nodes [13]. With the support of
computational nodes, the output layer in these
networks alone may compute a computational task.
Therefore, it is termed to as single layer feed forward
network.
Fig-10: Single- Layer Feedforward Network [13].
A single layer feedforward network with n inputs
and m outputs is shown in the diagram. The number
of outputs in the network adhering to this design will
always coincide with the number of neurons, as
shown in the figure. Pattern classification and linear
filtering problems are common applications of these
networks. [14]
Multilayer feed forward Network layer
This network has a numerous layer, including a
hidden layer that performs a valuable intermediate
calculation before sending the input to the output
layer as opposed to the single feedfoward network
layer design with few similarities. The network units
are organized in layers, including an input layer, one
or more hidden layer, and an output layer in a
sequential manner [13].
Fig-11: Multi-layer Feedforward Layer [13].
The above figure depicts the feedforward network
made up of input layer and middle layer i.e., (hidden
or computational layer) and the output layer that
reflect the problem output values being analyzed.
They are used to solve a wide range of problems
including those involving function approximation,
pattern classification, process control, optimization,
robotics and so on [14].
Recurrent Neural Networks
The design of this network differ from that
feedforward networks [4].
Fig-12: Recurrent Network Layer [14].
The output of this function of a neurons is used as
feedback inputs for other neurons in the network.
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 09 Issue: 03 | Mar 2022 www.irjet.net p-ISSN: 2395-0072
© 2022, IRJET | Impact Factor value: 7.529 | ISO 9001:2008 Certified Journal | Page 657
The network feedback function suitable for dynamic
information processing i.e., it can be used for time
varying systems, time series forecasting systems,
identification and optimization, process control and
many more. One of the input signals of a perceptron
network with feedback to the middle layer as shown
in figure above. [14]
Characteristics of Neural Network
The neural network has mapping capabilities, which
means it can convert input patterns to output
patterns.
The neural network has the capacity to generalize,
which means it can forecast new findings or
outcomes based on the previous trends.
Because the neural network are resilient and fault
resistant, they can be referred to as full patterns
instead of incomplete, partial, or noisy patterns.
The input is processed in parallel and in a dispersed
manner by the neural network.
[4,5]
Applications
Image Processing and Computer vision includes
image mapping, preliminary processing,
segmentation and analysis, computer vision, image
compression, stereo vision and processing, and
interpretation of time varying visuals.
Signal Processing: Seismic, signal analysis and
morphology are incorporated into signal processing.
Pattern Recognition includes features such as feature
extraction, radar analysis and classification, speech
recognition and interpretation, biometric
authentication such as fingerprint indentification,
character recognition and handwriting analysis.
Health: Breast cancer, cytology, egg analysis and
electrocardiogram, prosthetic designing, optimize
transit time, reduce hospital cost, improve hospital
quality, consultation on new energy tests, are just a
few of the medical issues addressed.
Function Approximation- The problem of learning to
design a function that generate nearly the same
output from input vectors has been modeled based
on the available training data.
Forecasting- There are several real-world issues in
which future occurrences must be forecasted using
historical data. One such work is forecasting the
behavior of stock market indices.
[5,8,15]
Advantages of Artificial Neural Network
A neural network can complete a task that a linear
programme can't.
When one of the neural network element fails, the
rest of the network can function normally because to
their parallelism.
Can manage data that is noisy or incomplete.
Because of their capacity to learn, they do not require
programming, making artificial neural networks
straightforward to use in a variety of applications.
Artificial neural networks can deal with situations
when there isn't enough data or information.
Artificial neural network has fast processing Speed.
[11,16,17]
Disadvantages of Artificial neural networks
Large neural network need a long processing time.
To train an artificial neural network, you will need a
large data collection, and they have a tendency to
over fit.
Before they can operate on, they must be trained.
It's tough to decipher their internal structure
because of their black-box character and radial basis
function.
Even if data is incorrect, artificial neural network
always produce accurate results.
[11,16,17]
Conclusion
In this paper, we have learned about the fundamental
of artificial neural network, its working,
architectures, attributes and a few applications to
some critical regions. As the progressions of
innovation are developing step by step, the
significance of Artificial intelligence is subsequently
increments. In current days, various investigations
have been created, and specialists are kept on
propelling their insight in these fields of artificial
intelligence. For the future perspectives, there ought
to be progression in fostering a calculations and
strategies to conquer the restrictions of artificial
neural networks.
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 09 Issue: 03 | Mar 2022 www.irjet.net p-ISSN: 2395-0072
© 2022, IRJET | Impact Factor value: 7.529 | ISO 9001:2008 Certified Journal | Page 658
References
[1]. He X, Xu S. Process neural networks: Theory and
applications. Springer Science & Business Media;
2010 Jul 5.
[2]. Yegnanarayana B. Artificial neural networks. PHI
Learning Pvt. Ltd.; 2009 Jan 14.
[3]. Zou J, Han Y, So SS. Overview of artificial neural
networks. In: Livingstone DJ, (ed.).Artificial neural
networks: methods and applications. Totowa, NJ,
USA: Humana Press; 2008. P.14 -22. (Methods in
molecular biologyTM; vol 458).
[4]. Rajasekaran S, Pai GV. Neural Networks, Fuzzy
Systems and Evolutionary Algorithms: Synthesis and
Applications. PHI Learning Pvt. Ltd.; 2017 May 1.
[5]. .Kumar R. Fundamental of Artificial Neural
Network and Fuzzy Logic. Laxmi Publications, Ltd.;
2010.
[6]. Rojas R. Neural networks: a systematic
introduction. Springer science & Business Media;
2013 Jun 29.
[7]. Siddique N, Adeli H. Computational intelligence:
synergies of fuzzy logic, neural networks and
evolutionary computing. John Wiley & Sons; 2013
May 6.
[8]. Mehrotra K, Mohan CK, Ranka S. Elements of
artificial neural networks. MIT press; 1997.
[9]. Ciaburro G, Venkateswaran B. Neural Networks
with R: Smart models using CNN, RNN, deep learning,
and artificial intelligence principles. Packt Publishing
Ltd; 2017 Sep27.
[10]. Vonk E, Jain LC, Johnson RP. Automatic
generation of neural network using evolutionary
computation. World Scientific; 1997.
[11]. Kurt M. Development of an Offshore Specific
Wind Power Forecasting System. Kassel university
press GmbH; 2017.
[12]. Chakraverty S, Mall S. Artificial neural networks
for engineers and scientists: solving ordinary
differential equations. CRC Press; 2017 Jul 20.
[13]. Ghorbani AA, Lu W, Tavallaee M. Network
intrusion detection and prevention: concepts and
techniques. Springer Science & Business Media; 2009
Oct 10.
[14]. da Silva IN, Spatti DH, Flauzino RA, Libon LH,
dos Reis Alves SF. Artificial Neural Networks: A
practical Course. Springer; 2016 Aug 24.
[15]. Schalkoff RJ. Artificial neural networks.
McGraw-Hill Higher Education; 1997 Jun 1.
[16]. Gurjar AP,Patel SB. Fundamental Categories of
Artificial Neural Netoworks. Application of Artificial
Neural Networks for Nonlinear Data. 2020 Sep 25:30.
[17]. Bhargava C, Sharma PK, editors. Artificial
Intelligence: Fundamental and Applications. CRC
Press; 2021 Jul 29.
Biographies
(Corresponding Author)
Mr. Gaurav D Saxena is a
Masters Student, Department of
Computer Science, Kamla Nehru
Mahavidyalaya, Nagpur.
Mr. Nikhil P Tembhare is a PG
Diploma Student, Department of
Robotics and Cloud Technology,
Rashtrasant Tukdoji Maharaj
Nagpur University.

More Related Content

Similar to Analytical and Systematic Study of Artificial Neural Network

Efficiency of Neural Networks Study in the Design of Trusses
Efficiency of Neural Networks Study in the Design of TrussesEfficiency of Neural Networks Study in the Design of Trusses
Efficiency of Neural Networks Study in the Design of TrussesIRJET Journal
 
APPLIED MACHINE LEARNING
APPLIED MACHINE LEARNINGAPPLIED MACHINE LEARNING
APPLIED MACHINE LEARNINGRevanth Kumar
 
Optimal neural network models for wind speed prediction
Optimal neural network models for wind speed predictionOptimal neural network models for wind speed prediction
Optimal neural network models for wind speed predictionIAEME Publication
 
Optimal neural network models for wind speed prediction
Optimal neural network models for wind speed predictionOptimal neural network models for wind speed prediction
Optimal neural network models for wind speed predictionIAEME Publication
 
Optimal neural network models for wind speed prediction
Optimal neural network models for wind speed predictionOptimal neural network models for wind speed prediction
Optimal neural network models for wind speed predictionIAEME Publication
 
Digital image processing for camera application in mobile devices using artif...
Digital image processing for camera application in mobile devices using artif...Digital image processing for camera application in mobile devices using artif...
Digital image processing for camera application in mobile devices using artif...Alexander Decker
 
11.digital image processing for camera application in mobile devices using ar...
11.digital image processing for camera application in mobile devices using ar...11.digital image processing for camera application in mobile devices using ar...
11.digital image processing for camera application in mobile devices using ar...Alexander Decker
 
Implementation of Feed Forward Neural Network for Classification by Education...
Implementation of Feed Forward Neural Network for Classification by Education...Implementation of Feed Forward Neural Network for Classification by Education...
Implementation of Feed Forward Neural Network for Classification by Education...ijsrd.com
 
Acem neuralnetworks
Acem neuralnetworksAcem neuralnetworks
Acem neuralnetworksAastha Kohli
 
DEEP LEARNING BASED BRAIN STROKE DETECTION
DEEP LEARNING BASED BRAIN STROKE DETECTIONDEEP LEARNING BASED BRAIN STROKE DETECTION
DEEP LEARNING BASED BRAIN STROKE DETECTIONIRJET Journal
 
Digital Implementation of Artificial Neural Network for Function Approximatio...
Digital Implementation of Artificial Neural Network for Function Approximatio...Digital Implementation of Artificial Neural Network for Function Approximatio...
Digital Implementation of Artificial Neural Network for Function Approximatio...IOSR Journals
 
Digital Implementation of Artificial Neural Network for Function Approximatio...
Digital Implementation of Artificial Neural Network for Function Approximatio...Digital Implementation of Artificial Neural Network for Function Approximatio...
Digital Implementation of Artificial Neural Network for Function Approximatio...IOSR Journals
 
Web Spam Classification Using Supervised Artificial Neural Network Algorithms
Web Spam Classification Using Supervised Artificial Neural Network AlgorithmsWeb Spam Classification Using Supervised Artificial Neural Network Algorithms
Web Spam Classification Using Supervised Artificial Neural Network Algorithmsaciijournal
 
IRJET- Machine Learning based Object Identification System using Python
IRJET- Machine Learning based Object Identification System using PythonIRJET- Machine Learning based Object Identification System using Python
IRJET- Machine Learning based Object Identification System using PythonIRJET Journal
 
Efficient And Improved Video Steganography using DCT and Neural Network
Efficient And Improved Video Steganography using DCT and Neural NetworkEfficient And Improved Video Steganography using DCT and Neural Network
Efficient And Improved Video Steganography using DCT and Neural NetworkIJSRD
 
Review: “Implementation of Feedforward and Feedback Neural Network for Signal...
Review: “Implementation of Feedforward and Feedback Neural Network for Signal...Review: “Implementation of Feedforward and Feedback Neural Network for Signal...
Review: “Implementation of Feedforward and Feedback Neural Network for Signal...IJERA Editor
 
Electricity Demand Forecasting Using Fuzzy-Neural Network
Electricity Demand Forecasting Using Fuzzy-Neural NetworkElectricity Demand Forecasting Using Fuzzy-Neural Network
Electricity Demand Forecasting Using Fuzzy-Neural NetworkNaren Chandra Kattla
 
Artificial Neural Network Implementation On FPGA Chip
Artificial Neural Network Implementation On FPGA ChipArtificial Neural Network Implementation On FPGA Chip
Artificial Neural Network Implementation On FPGA ChipMaria Perkins
 

Similar to Analytical and Systematic Study of Artificial Neural Network (20)

Efficiency of Neural Networks Study in the Design of Trusses
Efficiency of Neural Networks Study in the Design of TrussesEfficiency of Neural Networks Study in the Design of Trusses
Efficiency of Neural Networks Study in the Design of Trusses
 
APPLIED MACHINE LEARNING
APPLIED MACHINE LEARNINGAPPLIED MACHINE LEARNING
APPLIED MACHINE LEARNING
 
Optimal neural network models for wind speed prediction
Optimal neural network models for wind speed predictionOptimal neural network models for wind speed prediction
Optimal neural network models for wind speed prediction
 
Optimal neural network models for wind speed prediction
Optimal neural network models for wind speed predictionOptimal neural network models for wind speed prediction
Optimal neural network models for wind speed prediction
 
Optimal neural network models for wind speed prediction
Optimal neural network models for wind speed predictionOptimal neural network models for wind speed prediction
Optimal neural network models for wind speed prediction
 
Digital image processing for camera application in mobile devices using artif...
Digital image processing for camera application in mobile devices using artif...Digital image processing for camera application in mobile devices using artif...
Digital image processing for camera application in mobile devices using artif...
 
11.digital image processing for camera application in mobile devices using ar...
11.digital image processing for camera application in mobile devices using ar...11.digital image processing for camera application in mobile devices using ar...
11.digital image processing for camera application in mobile devices using ar...
 
Implementation of Feed Forward Neural Network for Classification by Education...
Implementation of Feed Forward Neural Network for Classification by Education...Implementation of Feed Forward Neural Network for Classification by Education...
Implementation of Feed Forward Neural Network for Classification by Education...
 
Acem neuralnetworks
Acem neuralnetworksAcem neuralnetworks
Acem neuralnetworks
 
DEEP LEARNING BASED BRAIN STROKE DETECTION
DEEP LEARNING BASED BRAIN STROKE DETECTIONDEEP LEARNING BASED BRAIN STROKE DETECTION
DEEP LEARNING BASED BRAIN STROKE DETECTION
 
Digital Implementation of Artificial Neural Network for Function Approximatio...
Digital Implementation of Artificial Neural Network for Function Approximatio...Digital Implementation of Artificial Neural Network for Function Approximatio...
Digital Implementation of Artificial Neural Network for Function Approximatio...
 
Digital Implementation of Artificial Neural Network for Function Approximatio...
Digital Implementation of Artificial Neural Network for Function Approximatio...Digital Implementation of Artificial Neural Network for Function Approximatio...
Digital Implementation of Artificial Neural Network for Function Approximatio...
 
Web Spam Classification Using Supervised Artificial Neural Network Algorithms
Web Spam Classification Using Supervised Artificial Neural Network AlgorithmsWeb Spam Classification Using Supervised Artificial Neural Network Algorithms
Web Spam Classification Using Supervised Artificial Neural Network Algorithms
 
IRJET- Machine Learning based Object Identification System using Python
IRJET- Machine Learning based Object Identification System using PythonIRJET- Machine Learning based Object Identification System using Python
IRJET- Machine Learning based Object Identification System using Python
 
Efficient And Improved Video Steganography using DCT and Neural Network
Efficient And Improved Video Steganography using DCT and Neural NetworkEfficient And Improved Video Steganography using DCT and Neural Network
Efficient And Improved Video Steganography using DCT and Neural Network
 
Review: “Implementation of Feedforward and Feedback Neural Network for Signal...
Review: “Implementation of Feedforward and Feedback Neural Network for Signal...Review: “Implementation of Feedforward and Feedback Neural Network for Signal...
Review: “Implementation of Feedforward and Feedback Neural Network for Signal...
 
Electricity Demand Forecasting Using Fuzzy-Neural Network
Electricity Demand Forecasting Using Fuzzy-Neural NetworkElectricity Demand Forecasting Using Fuzzy-Neural Network
Electricity Demand Forecasting Using Fuzzy-Neural Network
 
Artificial Neural Network Implementation On FPGA Chip
Artificial Neural Network Implementation On FPGA ChipArtificial Neural Network Implementation On FPGA Chip
Artificial Neural Network Implementation On FPGA Chip
 
Deep Learning Survey
Deep Learning SurveyDeep Learning Survey
Deep Learning Survey
 
A Study On Deep Learning
A Study On Deep LearningA Study On Deep Learning
A Study On Deep Learning
 

More from IRJET Journal

TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...
TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...
TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...IRJET Journal
 
STUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURE
STUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURESTUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURE
STUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTUREIRJET Journal
 
A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...
A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...
A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...IRJET Journal
 
Effect of Camber and Angles of Attack on Airfoil Characteristics
Effect of Camber and Angles of Attack on Airfoil CharacteristicsEffect of Camber and Angles of Attack on Airfoil Characteristics
Effect of Camber and Angles of Attack on Airfoil CharacteristicsIRJET Journal
 
A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...
A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...
A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...IRJET Journal
 
Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...
Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...
Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...IRJET Journal
 
Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...
Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...
Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...IRJET Journal
 
A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...
A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...
A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...IRJET Journal
 
A REVIEW ON MACHINE LEARNING IN ADAS
A REVIEW ON MACHINE LEARNING IN ADASA REVIEW ON MACHINE LEARNING IN ADAS
A REVIEW ON MACHINE LEARNING IN ADASIRJET Journal
 
Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...
Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...
Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...IRJET Journal
 
P.E.B. Framed Structure Design and Analysis Using STAAD Pro
P.E.B. Framed Structure Design and Analysis Using STAAD ProP.E.B. Framed Structure Design and Analysis Using STAAD Pro
P.E.B. Framed Structure Design and Analysis Using STAAD ProIRJET Journal
 
A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...
A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...
A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...IRJET Journal
 
Survey Paper on Cloud-Based Secured Healthcare System
Survey Paper on Cloud-Based Secured Healthcare SystemSurvey Paper on Cloud-Based Secured Healthcare System
Survey Paper on Cloud-Based Secured Healthcare SystemIRJET Journal
 
Review on studies and research on widening of existing concrete bridges
Review on studies and research on widening of existing concrete bridgesReview on studies and research on widening of existing concrete bridges
Review on studies and research on widening of existing concrete bridgesIRJET Journal
 
React based fullstack edtech web application
React based fullstack edtech web applicationReact based fullstack edtech web application
React based fullstack edtech web applicationIRJET Journal
 
A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...
A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...
A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...IRJET Journal
 
A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.
A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.
A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.IRJET Journal
 
Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...
Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...
Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...IRJET Journal
 
Multistoried and Multi Bay Steel Building Frame by using Seismic Design
Multistoried and Multi Bay Steel Building Frame by using Seismic DesignMultistoried and Multi Bay Steel Building Frame by using Seismic Design
Multistoried and Multi Bay Steel Building Frame by using Seismic DesignIRJET Journal
 
Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...
Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...
Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...IRJET Journal
 

More from IRJET Journal (20)

TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...
TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...
TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...
 
STUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURE
STUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURESTUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURE
STUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURE
 
A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...
A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...
A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...
 
Effect of Camber and Angles of Attack on Airfoil Characteristics
Effect of Camber and Angles of Attack on Airfoil CharacteristicsEffect of Camber and Angles of Attack on Airfoil Characteristics
Effect of Camber and Angles of Attack on Airfoil Characteristics
 
A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...
A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...
A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...
 
Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...
Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...
Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...
 
Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...
Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...
Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...
 
A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...
A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...
A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...
 
A REVIEW ON MACHINE LEARNING IN ADAS
A REVIEW ON MACHINE LEARNING IN ADASA REVIEW ON MACHINE LEARNING IN ADAS
A REVIEW ON MACHINE LEARNING IN ADAS
 
Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...
Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...
Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...
 
P.E.B. Framed Structure Design and Analysis Using STAAD Pro
P.E.B. Framed Structure Design and Analysis Using STAAD ProP.E.B. Framed Structure Design and Analysis Using STAAD Pro
P.E.B. Framed Structure Design and Analysis Using STAAD Pro
 
A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...
A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...
A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...
 
Survey Paper on Cloud-Based Secured Healthcare System
Survey Paper on Cloud-Based Secured Healthcare SystemSurvey Paper on Cloud-Based Secured Healthcare System
Survey Paper on Cloud-Based Secured Healthcare System
 
Review on studies and research on widening of existing concrete bridges
Review on studies and research on widening of existing concrete bridgesReview on studies and research on widening of existing concrete bridges
Review on studies and research on widening of existing concrete bridges
 
React based fullstack edtech web application
React based fullstack edtech web applicationReact based fullstack edtech web application
React based fullstack edtech web application
 
A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...
A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...
A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...
 
A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.
A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.
A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.
 
Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...
Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...
Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...
 
Multistoried and Multi Bay Steel Building Frame by using Seismic Design
Multistoried and Multi Bay Steel Building Frame by using Seismic DesignMultistoried and Multi Bay Steel Building Frame by using Seismic Design
Multistoried and Multi Bay Steel Building Frame by using Seismic Design
 
Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...
Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...
Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...
 

Recently uploaded

The Most Attractive Pune Call Girls Budhwar Peth 8250192130 Will You Miss Thi...
The Most Attractive Pune Call Girls Budhwar Peth 8250192130 Will You Miss Thi...The Most Attractive Pune Call Girls Budhwar Peth 8250192130 Will You Miss Thi...
The Most Attractive Pune Call Girls Budhwar Peth 8250192130 Will You Miss Thi...ranjana rawat
 
HARMONY IN THE NATURE AND EXISTENCE - Unit-IV
HARMONY IN THE NATURE AND EXISTENCE - Unit-IVHARMONY IN THE NATURE AND EXISTENCE - Unit-IV
HARMONY IN THE NATURE AND EXISTENCE - Unit-IVRajaP95
 
Call Girls in Nagpur Suman Call 7001035870 Meet With Nagpur Escorts
Call Girls in Nagpur Suman Call 7001035870 Meet With Nagpur EscortsCall Girls in Nagpur Suman Call 7001035870 Meet With Nagpur Escorts
Call Girls in Nagpur Suman Call 7001035870 Meet With Nagpur EscortsCall Girls in Nagpur High Profile
 
VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130
VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130
VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130Suhani Kapoor
 
Call Girls Delhi {Jodhpur} 9711199012 high profile service
Call Girls Delhi {Jodhpur} 9711199012 high profile serviceCall Girls Delhi {Jodhpur} 9711199012 high profile service
Call Girls Delhi {Jodhpur} 9711199012 high profile servicerehmti665
 
(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escorts
(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escorts(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escorts
(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escortsranjana rawat
 
the ladakh protest in leh ladakh 2024 sonam wangchuk.pptx
the ladakh protest in leh ladakh 2024 sonam wangchuk.pptxthe ladakh protest in leh ladakh 2024 sonam wangchuk.pptx
the ladakh protest in leh ladakh 2024 sonam wangchuk.pptxhumanexperienceaaa
 
Gfe Mayur Vihar Call Girls Service WhatsApp -> 9999965857 Available 24x7 ^ De...
Gfe Mayur Vihar Call Girls Service WhatsApp -> 9999965857 Available 24x7 ^ De...Gfe Mayur Vihar Call Girls Service WhatsApp -> 9999965857 Available 24x7 ^ De...
Gfe Mayur Vihar Call Girls Service WhatsApp -> 9999965857 Available 24x7 ^ De...srsj9000
 
chaitra-1.pptx fake news detection using machine learning
chaitra-1.pptx  fake news detection using machine learningchaitra-1.pptx  fake news detection using machine learning
chaitra-1.pptx fake news detection using machine learningmisbanausheenparvam
 
High Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur EscortsHigh Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur EscortsCall Girls in Nagpur High Profile
 
High Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur EscortsHigh Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur Escortsranjana rawat
 
Coefficient of Thermal Expansion and their Importance.pptx
Coefficient of Thermal Expansion and their Importance.pptxCoefficient of Thermal Expansion and their Importance.pptx
Coefficient of Thermal Expansion and their Importance.pptxAsutosh Ranjan
 
Microscopic Analysis of Ceramic Materials.pptx
Microscopic Analysis of Ceramic Materials.pptxMicroscopic Analysis of Ceramic Materials.pptx
Microscopic Analysis of Ceramic Materials.pptxpurnimasatapathy1234
 
College Call Girls Nashik Nehal 7001305949 Independent Escort Service Nashik
College Call Girls Nashik Nehal 7001305949 Independent Escort Service NashikCollege Call Girls Nashik Nehal 7001305949 Independent Escort Service Nashik
College Call Girls Nashik Nehal 7001305949 Independent Escort Service NashikCall Girls in Nagpur High Profile
 
MANUFACTURING PROCESS-II UNIT-5 NC MACHINE TOOLS
MANUFACTURING PROCESS-II UNIT-5 NC MACHINE TOOLSMANUFACTURING PROCESS-II UNIT-5 NC MACHINE TOOLS
MANUFACTURING PROCESS-II UNIT-5 NC MACHINE TOOLSSIVASHANKAR N
 
Extrusion Processes and Their Limitations
Extrusion Processes and Their LimitationsExtrusion Processes and Their Limitations
Extrusion Processes and Their Limitations120cr0395
 
(ANJALI) Dange Chowk Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANJALI) Dange Chowk Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...(ANJALI) Dange Chowk Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANJALI) Dange Chowk Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...ranjana rawat
 
Introduction to IEEE STANDARDS and its different types.pptx
Introduction to IEEE STANDARDS and its different types.pptxIntroduction to IEEE STANDARDS and its different types.pptx
Introduction to IEEE STANDARDS and its different types.pptxupamatechverse
 

Recently uploaded (20)

The Most Attractive Pune Call Girls Budhwar Peth 8250192130 Will You Miss Thi...
The Most Attractive Pune Call Girls Budhwar Peth 8250192130 Will You Miss Thi...The Most Attractive Pune Call Girls Budhwar Peth 8250192130 Will You Miss Thi...
The Most Attractive Pune Call Girls Budhwar Peth 8250192130 Will You Miss Thi...
 
HARMONY IN THE NATURE AND EXISTENCE - Unit-IV
HARMONY IN THE NATURE AND EXISTENCE - Unit-IVHARMONY IN THE NATURE AND EXISTENCE - Unit-IV
HARMONY IN THE NATURE AND EXISTENCE - Unit-IV
 
Call Girls in Nagpur Suman Call 7001035870 Meet With Nagpur Escorts
Call Girls in Nagpur Suman Call 7001035870 Meet With Nagpur EscortsCall Girls in Nagpur Suman Call 7001035870 Meet With Nagpur Escorts
Call Girls in Nagpur Suman Call 7001035870 Meet With Nagpur Escorts
 
★ CALL US 9953330565 ( HOT Young Call Girls In Badarpur delhi NCR
★ CALL US 9953330565 ( HOT Young Call Girls In Badarpur delhi NCR★ CALL US 9953330565 ( HOT Young Call Girls In Badarpur delhi NCR
★ CALL US 9953330565 ( HOT Young Call Girls In Badarpur delhi NCR
 
VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130
VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130
VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130
 
Call Girls Delhi {Jodhpur} 9711199012 high profile service
Call Girls Delhi {Jodhpur} 9711199012 high profile serviceCall Girls Delhi {Jodhpur} 9711199012 high profile service
Call Girls Delhi {Jodhpur} 9711199012 high profile service
 
(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escorts
(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escorts(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escorts
(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escorts
 
the ladakh protest in leh ladakh 2024 sonam wangchuk.pptx
the ladakh protest in leh ladakh 2024 sonam wangchuk.pptxthe ladakh protest in leh ladakh 2024 sonam wangchuk.pptx
the ladakh protest in leh ladakh 2024 sonam wangchuk.pptx
 
Gfe Mayur Vihar Call Girls Service WhatsApp -> 9999965857 Available 24x7 ^ De...
Gfe Mayur Vihar Call Girls Service WhatsApp -> 9999965857 Available 24x7 ^ De...Gfe Mayur Vihar Call Girls Service WhatsApp -> 9999965857 Available 24x7 ^ De...
Gfe Mayur Vihar Call Girls Service WhatsApp -> 9999965857 Available 24x7 ^ De...
 
chaitra-1.pptx fake news detection using machine learning
chaitra-1.pptx  fake news detection using machine learningchaitra-1.pptx  fake news detection using machine learning
chaitra-1.pptx fake news detection using machine learning
 
High Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur EscortsHigh Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur Escorts
 
High Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur EscortsHigh Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur Escorts
 
Coefficient of Thermal Expansion and their Importance.pptx
Coefficient of Thermal Expansion and their Importance.pptxCoefficient of Thermal Expansion and their Importance.pptx
Coefficient of Thermal Expansion and their Importance.pptx
 
Microscopic Analysis of Ceramic Materials.pptx
Microscopic Analysis of Ceramic Materials.pptxMicroscopic Analysis of Ceramic Materials.pptx
Microscopic Analysis of Ceramic Materials.pptx
 
College Call Girls Nashik Nehal 7001305949 Independent Escort Service Nashik
College Call Girls Nashik Nehal 7001305949 Independent Escort Service NashikCollege Call Girls Nashik Nehal 7001305949 Independent Escort Service Nashik
College Call Girls Nashik Nehal 7001305949 Independent Escort Service Nashik
 
MANUFACTURING PROCESS-II UNIT-5 NC MACHINE TOOLS
MANUFACTURING PROCESS-II UNIT-5 NC MACHINE TOOLSMANUFACTURING PROCESS-II UNIT-5 NC MACHINE TOOLS
MANUFACTURING PROCESS-II UNIT-5 NC MACHINE TOOLS
 
Extrusion Processes and Their Limitations
Extrusion Processes and Their LimitationsExtrusion Processes and Their Limitations
Extrusion Processes and Their Limitations
 
(ANJALI) Dange Chowk Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANJALI) Dange Chowk Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...(ANJALI) Dange Chowk Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANJALI) Dange Chowk Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
 
Introduction to IEEE STANDARDS and its different types.pptx
Introduction to IEEE STANDARDS and its different types.pptxIntroduction to IEEE STANDARDS and its different types.pptx
Introduction to IEEE STANDARDS and its different types.pptx
 
Call Us -/9953056974- Call Girls In Vikaspuri-/- Delhi NCR
Call Us -/9953056974- Call Girls In Vikaspuri-/- Delhi NCRCall Us -/9953056974- Call Girls In Vikaspuri-/- Delhi NCR
Call Us -/9953056974- Call Girls In Vikaspuri-/- Delhi NCR
 

Analytical and Systematic Study of Artificial Neural Network

  • 1. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 09 Issue: 03 | Mar 2022 www.irjet.net p-ISSN: 2395-0072 © 2022, IRJET | Impact Factor value: 7.529 | ISO 9001:2008 Certified Journal | Page 653 Analytical and Systematic Study of Artificial Neural Network Gaurav D Saxena1, Nikhil P Tembhare2 1Department of Computer Science, Kamla Nehru Mahavidyalaya, Nagpur, India 2Department of Robotics and Cloud Technology, Rashtrasant Tukdoji Maharaj Nagpur University, Nagpur, India --------------------------------------------------------------------***--------------------------------------------------------------------- Abstract - Artificial neural network is a neural network motivated by the biological neural network where numbers of neurons are interconnected with each other. The neurons in artificial neural network are operating and arranged in such a manner that they invigorate the fundamental construction of the neurons in the human cerebrum. The fundamental rationale behind the artificial neural network is to implement the structure of the biological neuron in a way that the whatever the function that the human brain perform with the aid of biological neural network, that thusly will the machines and frameworks can likewise perform with the assistance of artificial neural network. This paper gives a concise outline of an artificial neural network with its working, architectures, and general organization, and so forth. This paper additionally express some advantage and disadvantage , application of the artificial neural network in some most significant areas such as image processing, signal processing, pattern recognition, function approximation, forecasting based on the past data and some more. Keywords - Artificial Neural Network, Artificial Neuron, Activation functions, Feedforward network, Feedback Network. INTRODUCTION The biological brain is made up of billions of nerve cells that form a complex linked network (neurons). There are roughly 10 10 11 10  neurons in a human brain. The brain is the massive and complex network system, with each neuron linked to 10 10 5 3  other neurons. The structure of the neuron may be split into three parts: soma (cell body), dendrites, and axon. [1] Fig-1: Schematic structure of Neuron [2]. The structure of a single neuron is formed by these three components. Each component or a part performs a significant role and contributes to the completion of a certain activity. Like the other cells, the cell body, also known as the soma contains the nucleus. Dendrites are the tree like nerve fibers that are connected to the cell body. The signals from the other neurons are received by these dendrites. Depending on their function, each neuron in the human brain can contain many sets of dendrites. The axon, unlike the dendrites link, it is electrically active and functions as an output channel. The axon is the neuron’s transmitter, which delivers the signal to the neighboring neurons. The synapse of the neuron are the fundamental building block of brain information processing; they not only convert an input signal into a potential signal, but they also contain an experienced memory functions, allowing them to perform weighted processing on the input signal based on the memory. [1-4] What is Artificial Neural Network? Artificial Neural Network designs are biologically inspired in the sense that they are made up of the elements that operate in a way similar to the fundamental biological neuron. The arrangement of artificial neurons in manner they may excite the structure of the brain. [5] Artificial Neural Network Structure Fig-2. Artificial Neuron [6]. Each node receives a diverse input from other nodes through connections with accompanying weights that corresponds to the strength of the synapse. Weight is the word used in a neural network terminology to represent the strength of a link between any two neurons in the neural networks. Every neuron has the single output and a processing unit with a synaptic input connection. [3,7]
  • 2. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 09 Issue: 03 | Mar 2022 www.irjet.net p-ISSN: 2395-0072 © 2022, IRJET | Impact Factor value: 7.529 | ISO 9001:2008 Certified Journal | Page 654 Assume that various weighted inputs are provided at the following level of specialization, as shown in figure. The neuron output may be returned as   X W X W f n n   .... 1 1 Or   net f or X W f n i i i        1 Where, X W i n i i net    1 Where, W is the weighted vector defined as   W W W n w ....... , 2 1  and x is the input vector defined as   X X X n X ....... , 2 1  . [7,8] Activation functions The activation function is primarily used to abstract the operations of the neural network. A mathematical function that turns or converts input to the output and adds a magic to the neural network processing is known as an activation function. [9] There are several distinct sort of activation function that is regularly employed, and a few of them are presented below. Step function It is the simplest activation function among all the activation function in the neural network. Fig-3: Step Function [10]. The above graphical representation depicts the step function. Depending on whether the input signal is greater than or less than 0, the output of this function is confined to one of two values [10]. This function is defined as follows. Output =1 when y>0 …….1. (a) = -1 when y<0 ……. 1. (b) Based on the function that is defined below, the two conditions are arises, Considering the first condition where input signal is greater than 0, The output will be 1, another condition is when the input signal is less than 0, then the output will be -1. Linear function Another activation function is Linear Activation function. Fig-4: Linear function [9]. The above diagram interprets the graphical interpretation of a linear activation function. As seen in the above figure, the graph of linear activation function is a straight line. These functions have the effect of multiplying by the constant factor to the input signal, i.e., Output=K. y ……. 2 Here the K is the constant Factor and y is the signal values. The range of the function is defined in (–infinity, +infinity), and it can be used in some network nodes where dynamic range isn't an issue. [9,10] Ramp Function Another activation function is the ramp function. It comprises the concept of step and linear functions. The output is basically depends on the correlation of input i.e., signal with upper and lower limit. Between the upper and lower limit the function will be act as a linear function, after this restricts are reached, it will be behave as a step function [10].
  • 3. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 09 Issue: 03 | Mar 2022 www.irjet.net p-ISSN: 2395-0072 © 2022, IRJET | Impact Factor value: 7.529 | ISO 9001:2008 Certified Journal | Page 655 Fig-5: Ramp function [10]. The above graphical interpretation shows the ramp activation function. This function may be defined as follows, Output = Max, y>upper limit. ... 3. (a) =K. y, y< upper limit & y> lower limit ...3. (b) =Min, y< lower limit. ...3. (c) Sigmoid Function Fig-6: Sigmoid Function [9]. The above figure interprets the graphical representation of a sigmoid function. A mathematical function that creates a sigmoidal curve is known as sigmoid function, because of ‘S’ form shape. This is the most basic and often used utilized activation method. A 'S' shaped curve can be defined using a variety of mathematical formulas, the most popular of which is the equation.   e y y f    1 1 ........ 4 [9,10] Network topology An artificial neural network consists of two or more artificial neurons connected to each other. Neural network topology or architecture describes the different ways in which connections can be established. [11] Fig-7: General Arrangement of Layers in Artificial Neural Network [3]. There are three distinct sorts of layers. Input layers- This is the neural networks’ starting stage. This layer is in charge of accepting data, information, or signals, and transmitting them to the next or subsequent layer for further processing. This layer does not do any computation. The primary goal of the layer is to collect the data from the outside world. Hidden layer- This layer lies between the input and output layer. The hidden layer main job is to process or compute the data with the help of computational nodes from the input layer. In a neural network, there can be one or more hidden layers. This layer may be performs the distinct task that the other layers can’t do. The internal processing in this layer is analogues to the processing that occurs in the human brain. It transmits the resultant output to the output layer through an activation function, after the processing and computing the signals fed from the input layer. Output layer-This layer of the neural network is responsible for creating the output that arises from processing or computing conducted by the neurons in the preceding layers. There are different of artificial neural networking topologies, such as feed forward and feedback neural network, are briefly discussed here. FeedForward network A signal flows through a neural network can be either in one-way or recursive. We named the neural network architecture of the feedforward in the first scenario because the input signals are fed into the input layers and then processed before being transferred to the next layer. In this case, data is passed strictly from the input node to the exit i.e., output node. Single layer feed forward neural network, multilayer feedforward neural network, and the radial basis function are examples of feed forwarded networks.[9,11,12]
  • 4. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 09 Issue: 03 | Mar 2022 www.irjet.net p-ISSN: 2395-0072 © 2022, IRJET | Impact Factor value: 7.529 | ISO 9001:2008 Certified Journal | Page 656 Fig-8: FeedForward Network [9]. Feedback Network The output of one layer of the neurofeedback network is sent back to the previous layer. By introducing a loop into a network, that network can have signals that propagate in both directions. [12] Fig-9: Feedback Network [12]. Single Layer Feedforward Network As definition of feedforward network layer stated above, signal are go in either only in one direction from input layer to output layer in feedforwarding network. In order to create an output, a neural network fundamental structure consist of an input layer coupled with hidden layer, which is then connected to an output layer. The same reasoning as in the feedforward network is used here, with a small adjustment in the network structure. Only two layers are used in this type of feed forward network, the input layer and the output layer. The input signal is received by the input layer neuron, while the output signal is received by the output layer neurons [4]. In this paradigm, the output layer is only with computational nodes [13]. With the support of computational nodes, the output layer in these networks alone may compute a computational task. Therefore, it is termed to as single layer feed forward network. Fig-10: Single- Layer Feedforward Network [13]. A single layer feedforward network with n inputs and m outputs is shown in the diagram. The number of outputs in the network adhering to this design will always coincide with the number of neurons, as shown in the figure. Pattern classification and linear filtering problems are common applications of these networks. [14] Multilayer feed forward Network layer This network has a numerous layer, including a hidden layer that performs a valuable intermediate calculation before sending the input to the output layer as opposed to the single feedfoward network layer design with few similarities. The network units are organized in layers, including an input layer, one or more hidden layer, and an output layer in a sequential manner [13]. Fig-11: Multi-layer Feedforward Layer [13]. The above figure depicts the feedforward network made up of input layer and middle layer i.e., (hidden or computational layer) and the output layer that reflect the problem output values being analyzed. They are used to solve a wide range of problems including those involving function approximation, pattern classification, process control, optimization, robotics and so on [14]. Recurrent Neural Networks The design of this network differ from that feedforward networks [4]. Fig-12: Recurrent Network Layer [14]. The output of this function of a neurons is used as feedback inputs for other neurons in the network.
  • 5. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 09 Issue: 03 | Mar 2022 www.irjet.net p-ISSN: 2395-0072 © 2022, IRJET | Impact Factor value: 7.529 | ISO 9001:2008 Certified Journal | Page 657 The network feedback function suitable for dynamic information processing i.e., it can be used for time varying systems, time series forecasting systems, identification and optimization, process control and many more. One of the input signals of a perceptron network with feedback to the middle layer as shown in figure above. [14] Characteristics of Neural Network The neural network has mapping capabilities, which means it can convert input patterns to output patterns. The neural network has the capacity to generalize, which means it can forecast new findings or outcomes based on the previous trends. Because the neural network are resilient and fault resistant, they can be referred to as full patterns instead of incomplete, partial, or noisy patterns. The input is processed in parallel and in a dispersed manner by the neural network. [4,5] Applications Image Processing and Computer vision includes image mapping, preliminary processing, segmentation and analysis, computer vision, image compression, stereo vision and processing, and interpretation of time varying visuals. Signal Processing: Seismic, signal analysis and morphology are incorporated into signal processing. Pattern Recognition includes features such as feature extraction, radar analysis and classification, speech recognition and interpretation, biometric authentication such as fingerprint indentification, character recognition and handwriting analysis. Health: Breast cancer, cytology, egg analysis and electrocardiogram, prosthetic designing, optimize transit time, reduce hospital cost, improve hospital quality, consultation on new energy tests, are just a few of the medical issues addressed. Function Approximation- The problem of learning to design a function that generate nearly the same output from input vectors has been modeled based on the available training data. Forecasting- There are several real-world issues in which future occurrences must be forecasted using historical data. One such work is forecasting the behavior of stock market indices. [5,8,15] Advantages of Artificial Neural Network A neural network can complete a task that a linear programme can't. When one of the neural network element fails, the rest of the network can function normally because to their parallelism. Can manage data that is noisy or incomplete. Because of their capacity to learn, they do not require programming, making artificial neural networks straightforward to use in a variety of applications. Artificial neural networks can deal with situations when there isn't enough data or information. Artificial neural network has fast processing Speed. [11,16,17] Disadvantages of Artificial neural networks Large neural network need a long processing time. To train an artificial neural network, you will need a large data collection, and they have a tendency to over fit. Before they can operate on, they must be trained. It's tough to decipher their internal structure because of their black-box character and radial basis function. Even if data is incorrect, artificial neural network always produce accurate results. [11,16,17] Conclusion In this paper, we have learned about the fundamental of artificial neural network, its working, architectures, attributes and a few applications to some critical regions. As the progressions of innovation are developing step by step, the significance of Artificial intelligence is subsequently increments. In current days, various investigations have been created, and specialists are kept on propelling their insight in these fields of artificial intelligence. For the future perspectives, there ought to be progression in fostering a calculations and strategies to conquer the restrictions of artificial neural networks.
  • 6. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 09 Issue: 03 | Mar 2022 www.irjet.net p-ISSN: 2395-0072 © 2022, IRJET | Impact Factor value: 7.529 | ISO 9001:2008 Certified Journal | Page 658 References [1]. He X, Xu S. Process neural networks: Theory and applications. Springer Science & Business Media; 2010 Jul 5. [2]. Yegnanarayana B. Artificial neural networks. PHI Learning Pvt. Ltd.; 2009 Jan 14. [3]. Zou J, Han Y, So SS. Overview of artificial neural networks. In: Livingstone DJ, (ed.).Artificial neural networks: methods and applications. Totowa, NJ, USA: Humana Press; 2008. P.14 -22. (Methods in molecular biologyTM; vol 458). [4]. Rajasekaran S, Pai GV. Neural Networks, Fuzzy Systems and Evolutionary Algorithms: Synthesis and Applications. PHI Learning Pvt. Ltd.; 2017 May 1. [5]. .Kumar R. Fundamental of Artificial Neural Network and Fuzzy Logic. Laxmi Publications, Ltd.; 2010. [6]. Rojas R. Neural networks: a systematic introduction. Springer science & Business Media; 2013 Jun 29. [7]. Siddique N, Adeli H. Computational intelligence: synergies of fuzzy logic, neural networks and evolutionary computing. John Wiley & Sons; 2013 May 6. [8]. Mehrotra K, Mohan CK, Ranka S. Elements of artificial neural networks. MIT press; 1997. [9]. Ciaburro G, Venkateswaran B. Neural Networks with R: Smart models using CNN, RNN, deep learning, and artificial intelligence principles. Packt Publishing Ltd; 2017 Sep27. [10]. Vonk E, Jain LC, Johnson RP. Automatic generation of neural network using evolutionary computation. World Scientific; 1997. [11]. Kurt M. Development of an Offshore Specific Wind Power Forecasting System. Kassel university press GmbH; 2017. [12]. Chakraverty S, Mall S. Artificial neural networks for engineers and scientists: solving ordinary differential equations. CRC Press; 2017 Jul 20. [13]. Ghorbani AA, Lu W, Tavallaee M. Network intrusion detection and prevention: concepts and techniques. Springer Science & Business Media; 2009 Oct 10. [14]. da Silva IN, Spatti DH, Flauzino RA, Libon LH, dos Reis Alves SF. Artificial Neural Networks: A practical Course. Springer; 2016 Aug 24. [15]. Schalkoff RJ. Artificial neural networks. McGraw-Hill Higher Education; 1997 Jun 1. [16]. Gurjar AP,Patel SB. Fundamental Categories of Artificial Neural Netoworks. Application of Artificial Neural Networks for Nonlinear Data. 2020 Sep 25:30. [17]. Bhargava C, Sharma PK, editors. Artificial Intelligence: Fundamental and Applications. CRC Press; 2021 Jul 29. Biographies (Corresponding Author) Mr. Gaurav D Saxena is a Masters Student, Department of Computer Science, Kamla Nehru Mahavidyalaya, Nagpur. Mr. Nikhil P Tembhare is a PG Diploma Student, Department of Robotics and Cloud Technology, Rashtrasant Tukdoji Maharaj Nagpur University.