SlideShare a Scribd company logo
1 of 5
Download to read offline
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 09 Issue: 04 | Apr 2022 www.irjet.net p-ISSN: 2395-0072
© 2022, IRJET | Impact Factor value: 7.529 | ISO 9001:2008 Certified Journal | Page 3520
SURVEY ON BRAIN – MACHINE INTERRELATIVE LEARNING
Arif Mulani, Abhishek Pawar, Sairaj Pawar, Bhushan Pisal
Professor Shraddha Ovale, Dept. of Computer engineering, PCCOE, Maharashtra, India
---------------------------------------------------------------------***---------------------------------------------------------------------
Abstract - With the rapid development from machine
learning (ML) to deep learning (DL) there is closer connection
between human brain-machine working. The purpose of this
article is to provide survey on learning-based human–
machine. We know how machine do work like brain. But how
brain is consuming every data and do work like a machine?
More specifically, first we will see howwelearnsomethingand
after a period we do them as an involuntary action. Second we
will see how the mathematical equations will work to define
brain-machine functionality. Finally, we will briefly analyse
how AI-ML and brain are interdependent.
Key Words: Machine learning, deep learning,
automation, perceptron.
1. INTRODUCTION
1 Brain Automation
Brain makes judgments and decisions quickly and
automatically. It continuously makes predictions about
future events. It learns from pastfailuresandeliminatethose
consequences in future decisions.
Nowadays lots of youths try to learn how to flip a pen in
hand with help of fingers and palm. There arelotsoftricksto
do that and some are very hard. With time we learn those
very fluently and even while reading a book wecanflipa pen
in fingers easily. How does our brain actuallyknowtodothis
involuntarily? In starting off learning this our brain slowly
collects data of when and where we have to change our
finger and which finger while flipping. Withlotsofsuccessful
data, the brain tries to remove failure data, and after long
term, the brain catchesperfectprobabilityandconsequences
to flip that pen without failure and fluently.Suchlotsofsmall
data is collected in packets which is like when you’ll change
the size of pen brain will take very little time to handle it
comparatively it took for the first time. It’s all dependent on
some algorithm that is used by our brain to act the same
function on different parameters. A similar work function is
used in ML by using AI.
From the day of birth, our Brain neurons starttocollectdata.
As for a simple machine, there is no inbuilt data is present in
such a way our brain is quite empty to learn things and
functions. With reaching nearly age of 4-5 our brain makes
such complexity of neuron networks which increase
consumption of data that’s why we start our school at the
age of 4-5 years old. At the age of 18, we do not even think
that we are actually walking on stairs and we do it
involuntarily but when we were children, we learned it very
toughly. Similar evolution we can see in machines with AI.
1.1 Neural network in ML which mimics Brain:
Neural Network in ML is just a carbon copy of our Brain
system. A human brain have billions of neurons [5],they are
connected to each other. Human neurons are cells so when
one gets activated it send signals to other in its network.
Like a human brain, the machine learning neural network
also consists of interconnected neurons. When a neuron
receives inputs, it gets activated and sends information to
other neurons.
Due to the plasticity of our brain, we do tasks and become
better at them and such thing is Machine learning. For
example, when we look at a picture of a dog, we know that it
is a cat because we have seen enough dogs in our lives.
Likewise, if we provide our neural networks with enough
dog images[1], they will start to recognize dogs.
1.2 AI and Neuroscience
Neural networks act as “virtual brains” [5] they do functions
like our brain. Data is feed by giving lots of similar images to
virtual machine to recognize some pattern which further
helps neuroscientiststodotheircalculationsandhypothesis.
However, the way artificial intelligencesystemswork isvery
different from our brain. As our brain [2] is a biological part
that is very different than a piece of machinery. And using
pattern recognition with help of an AI machine works like a
neural network of the brain.
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 09 Issue: 04 | Apr 2022 www.irjet.net p-ISSN: 2395-0072
© 2022, IRJET | Impact Factor value: 7.529 | ISO 9001:2008 Certified Journal | Page 3521
2 Mathematics of artificial neural network:
Artificial neuron (Perceptron):
An artificial Neuron is not a physical object [8] but it is a
mathematical structure that mimics the function of actual
brain neurons to some extent. It consists of lots of nodes as
real neurons have Dendrites.
● Simple work of perceptron (an artificial neuron):
1) Nodes take N number of inputs.
2) Add all inputs.
3) Multiply each input with its weight.
4) then add up all the products of input and weights which
gives a weighted sum.
5) If the weighted sum is greater [9] than some threshold
value returns a decision of 1 and otherwise returns a
decision of 0, similar to neuron firing and not firing.
In the graphical representation, for 2 inputs decision
boundary is a line similarly for 3 inputs boundarywill be a 2-
D plane such that for N inputs (N-1)-D decision boundary
will exist.
Let’s see simplification by using 2 inputs:
(Work of perceptron on 2 inputs)
w’ represents weight vector without bias term (Parameter
used to represent patterns that do not pass through the
origin.). This vector represents the slope of the decision
boundary.
We’ve seen how perceptron takes decisions based on
different inputs but how actually it learns new things? How
did it find the right parameters?
If y(x ∙ w) 0 :
w = w + yx
y= Label (either -1 or +1), x= current data point, (x ∙ w) =dot
product (Weight vector).
If expression y(x ∙ w) is less than or equal to zero thenlabel y
is different than the predicted label let say z(x ∙ w) so we
update weights as w = w + yx.
How update rule works?
y(x ∙ wᵢ) = y(x ∙ (w + yx))
= y(x ∙ w + y||x||²)
= y(x ∙ w) + y²||x||²
= y(x ∙ w) + ||x||²
As ||x||² ≥ 0 => y(x ∙ wᵢ) ≥ y(x ∙ w)
Due to square factors, new value will be near to positive
value and hence it is correctly classified.
Drawback:
Perceptron fails to show the result on XOR [3]. It can only
classify linearly separable sets of vectors. It justgivesoutput
values like 0 or 1, True or False. For more complexproblems
we required more than one perceptron to get an output.
3. Interdependence between an AI and brain
The revolution of AI systems can help drive neuroscience
forward and unlock the secrets of the brain. It allows
researchers to build better models and theories of the
human brain. Similarly, our recognition system helps
machines to learn things through AI. Probabilisticmodelling
[7] also has advantages over traditional normative theory in
terms of learning in AI system.
With the help of AI, we can solve lots of problemsthatweare
not able to solve by simple thinking. As we have made
calculators solve long problems in short term.The“Tower of
Hanoi” [10] is an example of that. Actually, it is impossible to
solve this problem with lots of disks. But with help of data
structures, we are able to solve it.
So, with help of AI, we are helping neuroscience to cross the
boundaries to achieve lots of things and with our daily
problems, we are enhancing the capacity of AI.
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 09 Issue: 04 | Apr 2022 www.irjet.net p-ISSN: 2395-0072
© 2022, IRJET | Impact Factor value: 7.529 | ISO 9001:2008 Certified Journal | Page 3522
Literature Review
1.Mathematics of Neutral Network paper byGabriel Peyréet
al [3] explains the algorithm and mathematics behind the
learning process. In order to explain this,twotypesofneural
networks are mentioned and considered here i.e
1]Discriminative Neural Network, 2]Generative Neural
Network. In Discriminative Neural Network parameters in
terms of dimensions are set to define an object and then
later to identify an unknown object, the parameter of that
object are considered and probability is calculated using
mathematical expressions, based on this probability of the
unknown object is identified. In the case of the Generative
Neural Network parameter in terms of color andfeatureand
further using this parameter the unknown object is
identified.
2.BrainOS: A Novel Artificial Brain-Alike Automatic Machine
Learning Framework paper by Newton Howard et al [5]
explains the hypothesis regarding creating artificial human
intelligence in a machine learning framework. The BrainOS
system mimics the human thinking process which is much
different than the other ML algorithms and tools. Due to its
ability to think like humans, it can solve high-level problems.
3.Commonly used Machine Learning Algorithm an article by
Sunil explains some of the algorithms of machine learning
and also explains it works. Some of these algorithms are
linear regression, logistic regression, decision tree, SVM,
Naïve Bayes, k-means, random forest, dimensionality
reduction algorithms, gradient boosting algorithms.
4. Mathematics of artificial neutral networks article on
Wikipedia explains the artificial neural network’s principle,
structure, algorithm, and working. It also explains neural
networks in mathematical expression by making a function
of them.
5.Fascinating Relationship between AI and Neuroscience
article by Hong Jing explains us the role and contribution
played by neuroscience in AI development by giving some
real-life examples, but along with it explains how A helps to
understand how the human brain works
6.The Brain’s Autopilot Mechanism Steers Consciousness
article by Steve Ayan talks about the brain’s ability to take a
decision unconsciously and its mechanism behind this
unconscious decision making power and learning of various
actions and performing them involuntarily, is explained by
referring to various theories in of neurobiology, one of them
is the theory of predictive mind. According to the theory of
predictive mind, there are various automatic processes and
thoughts going on in the brain and with the help of this
involuntary process, the brain is able to predict a situation
and event quickly and accurately.
7.Probabilistic machine learning and artificial intelligence
paper by Zoubin Ghahramani depicts the importance of
probabilistic programming in the fields of Artificial
Intelligence and Machine Learning. Probabilistic
programming uses the theory of probability and probability
distribution either to identify a pattern, object,structure, etc
or to extract unknown information about it or to carry out
the task assigned to it, on the basis of chances of the feature,
shape, size (in order to identify image ), or the type of the
condition given to it (in order to analyze data and find its
application or to solve problems and bugs). A probabilistic
approach is way more efficient than that of the traditional
normative theory, as the probabilistic approachiswaymore
flexible and along with that it is also capable of producing
data from any model or subject irrespective of its domain.
8. Maths in a minute : Artificial Neuron article by Marianne
gives us information regarding the statistical data regarding
neuron. By understanding the mathematics, structure and
mechanism behind the functioningofthe brain.And byusing
this understanding, the concept of artificial neuron is
introduced here.
9. Perceptron: Explanation, Implementation and a Visual
Example article by Dorian Lazar explain the concept of
perceptron. Perceptron is the term which refer to the
artificial neural network. It is an algorithm which actually
mimics the process of the biological neuron i.e. to takeinput,
compute the weight of the sum and then pass it through a
threshold function, finally displaying result as a output.Now
on the basis of this result the machine can plot/place a
decision boundary. Along with the mechanism and the
mathematics of this algorithm, writer has also explained its
application and implementation of it along with some
examples.
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 09 Issue: 04 | Apr 2022 www.irjet.net p-ISSN: 2395-0072
© 2022, IRJET | Impact Factor value: 7.529 | ISO 9001:2008 Certified Journal | Page 3523
ID Related work Algorithm Result Advantages Limitations
[1] Invention of
machine learning
Supervised
learning
It starts to give idea
about machine doing
work itself without a
handler.
A new way of making
mechanical works,
calculation, and
various activities with
artificial brain.
There are lots of
difficulties about
algorithms, structure,
price, processing
capacity.
[2] Mathematics of
artificial neural
network
ANN The proposed model
shows mathematical
proposition of an
artificial neuron.
The artificial neural
network learnsbyitself
and can store
information within it
instead of on database.
We can’t claim that it is
more efficient than
statistical method.
[3] Commonly used
machine learning
algorithms
Linear
regression,
SVM, KNN,
etc.
In various apps,software,
games machine learning
uses algorithm based on
choices, probability
which improve itself by
gathering the data and
making further process
well oriented.
We don’t have to spend
any more time after
making algorithm full-
fledged it can improve
itself.
As it is making choices
by itself, we have slight
chance of error due to
its lack of knowledgeor
less data available.
[4] AI andneuroscience,
building neural
network that will
mimic brain.
NLP We made neural network
that will resemble to
brain. And can make
decisions and learn
through it.
Google able to build an
AI equivalent to a 55.5
IQ human.
It cannot match brain’s
high dimensional
matrix. Scientist trying
to understand how
billions of neurons
work together and
makes a complex
structure.
[5] Unconscious
decisions
Predictive
mind
There are some
automatic processes
which leads the mind to
the specific decision.
Mechanism like this
will be able to predict a
situation as react so
quickly and accurately.
Uncontrolled
processes.
[6] Probabilistic
machine learning
HMM Probabilistic
programming uses
theory of probability and
probability distribution.
More efficient and
flexible approach.
Producing data from
any mode; irrespective
of its domain.
Non-probabilistic
problems are required
different approach.
[7] Perceptron perceptron Mathematical
representation of
artificial neuron
nonlinear problems
and complex patterns
in data are possible to
process.
Still not efficient to
process thousands of
inputs and 10-degree
polynomials.
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 09 Issue: 04 | Apr 2022 www.irjet.net p-ISSN: 2395-0072
© 2022, IRJET | Impact Factor value: 7.529 | ISO 9001:2008 Certified Journal | Page 3524
3. CONCLUSIONS
Machine Automation plays an important role in the global
economy and daily lifestyle. Scientists trying to modify
automated devices with mathematical tools to create
complex neural systems for a rapidly expanding range of
applications and human activities. This survey tries to
explain the mathematics and the mechanism behind the
machine learning and its relation with brain. The upcoming
technology has potential to process high dimensional data
and thousands of inputs.
REFERENCES
1. Gabriel Peyré CNRSetal.MathematicsofNeural Networks.
2. Newton Howard, Naima Chouikhi et al. BrainOS: A Novel
Artificial Brain-Alike
Automatic Machine Learning Framework.
Front.Comput.Neurosci.14:16. doi:
10.3389/fncom.2020.00016
3.
URL:https://www.analyticsvidhya.com/blog/2017/09/com
mon-machine-learning-algorithms/
4. Mathematics of artificial neural networks.Artificial neural
network-Wikipedia.
5. Jingles (Hong Jing) Fascinating Relationship between AI
and Neuroscience. Published in Towards Data Science -
Mar 3, 2020.
6. The Brain’s Autopilot MechanismSteersConsciousnessBy
Steve Ayan on December 19, 2018. URL:
https://www.scientificamerican.com/article/the-brains-
autopilot-mechanism-steers-consciousness/
7. Probabilistic machine learning and artificial intelligence
by Zoubin Ghahramani, University of Cambridge, May 28,
2015.
8. URL: https://plus.maths.org/content/maths-minute-
artificial-neurons
9. Perceptron: Explanation, Implementation and a Visual
Example by Dorian Lazar on Apr 6,
2020URL:https://towardsdatascience.com/perceptron-
explanation-implementation-and-a-visual- example-
3c8e76b4e2d1
10. URL: https://en.wikipedia.org/wiki/Tower_of_Hanoi
BIOGRAPHIES:
Arif Mulani, FY B.tech (Comp.
Engineering) , PCCOE.
Abhishek Pawar, FY B.tech (Comp.
Engineering) , PCCOE.
Sairaj Pawar, FY B.tech (Comp.
Engineering) , PCCOE.
Bhushan Pisal, FY B.tech (Comp.
Engineering) , PCCOE.

More Related Content

Similar to Brain-machine interrelativity survey

Simulation and Coding of a Neural Network, Performing Generalized Function wi...
Simulation and Coding of a Neural Network, Performing Generalized Function wi...Simulation and Coding of a Neural Network, Performing Generalized Function wi...
Simulation and Coding of a Neural Network, Performing Generalized Function wi...IJCSIS Research Publications
 
Understanding Deep Learning & Parameter Tuning with MXnet, H2o Package in R
Understanding Deep Learning & Parameter Tuning with MXnet, H2o Package in RUnderstanding Deep Learning & Parameter Tuning with MXnet, H2o Package in R
Understanding Deep Learning & Parameter Tuning with MXnet, H2o Package in RManish Saraswat
 
Universal Artificial Intelligence for Intelligent Agents: An Approach to Supe...
Universal Artificial Intelligence for Intelligent Agents: An Approach to Supe...Universal Artificial Intelligence for Intelligent Agents: An Approach to Supe...
Universal Artificial Intelligence for Intelligent Agents: An Approach to Supe...IOSR Journals
 
Industrial training (Artificial Intelligence, Machine Learning & Deep Learnin...
Industrial training (Artificial Intelligence, Machine Learning & Deep Learnin...Industrial training (Artificial Intelligence, Machine Learning & Deep Learnin...
Industrial training (Artificial Intelligence, Machine Learning & Deep Learnin...APJ ABDUL KALAM TECHNICAL UNIVERSITY
 
Neural Networks by Priyanka Kasture
Neural Networks by Priyanka KastureNeural Networks by Priyanka Kasture
Neural Networks by Priyanka KasturePriyanka Kasture
 
Deep learning tutorial 9/2019
Deep learning tutorial 9/2019Deep learning tutorial 9/2019
Deep learning tutorial 9/2019Amr Rashed
 
Deep Learning Tutorial
Deep Learning TutorialDeep Learning Tutorial
Deep Learning TutorialAmr Rashed
 
Neural networks in business forecasting
Neural networks in business forecastingNeural networks in business forecasting
Neural networks in business forecastingAmir Shokri
 
Handwritten Digit Recognition
Handwritten Digit RecognitionHandwritten Digit Recognition
Handwritten Digit Recognitionijtsrd
 
Fuzzy Logic Final Report
Fuzzy Logic Final ReportFuzzy Logic Final Report
Fuzzy Logic Final ReportShikhar Agarwal
 
Machine learning-in-details-with-out-python-code
Machine learning-in-details-with-out-python-codeMachine learning-in-details-with-out-python-code
Machine learning-in-details-with-out-python-codeOsama Ghandour Geris
 
Face Detection and Recognition using Back Propagation Neural Network (BPNN)
Face Detection and Recognition using Back Propagation Neural Network (BPNN)Face Detection and Recognition using Back Propagation Neural Network (BPNN)
Face Detection and Recognition using Back Propagation Neural Network (BPNN)IRJET Journal
 
The Magic Behind AI
The Magic Behind AIThe Magic Behind AI
The Magic Behind AIOthman Gacem
 
White-Paper-the-AI-behind-vectra-AI.pdf
White-Paper-the-AI-behind-vectra-AI.pdfWhite-Paper-the-AI-behind-vectra-AI.pdf
White-Paper-the-AI-behind-vectra-AI.pdfBoris647814
 

Similar to Brain-machine interrelativity survey (20)

Simulation and Coding of a Neural Network, Performing Generalized Function wi...
Simulation and Coding of a Neural Network, Performing Generalized Function wi...Simulation and Coding of a Neural Network, Performing Generalized Function wi...
Simulation and Coding of a Neural Network, Performing Generalized Function wi...
 
Algorithm
AlgorithmAlgorithm
Algorithm
 
Understanding Deep Learning & Parameter Tuning with MXnet, H2o Package in R
Understanding Deep Learning & Parameter Tuning with MXnet, H2o Package in RUnderstanding Deep Learning & Parameter Tuning with MXnet, H2o Package in R
Understanding Deep Learning & Parameter Tuning with MXnet, H2o Package in R
 
Universal Artificial Intelligence for Intelligent Agents: An Approach to Supe...
Universal Artificial Intelligence for Intelligent Agents: An Approach to Supe...Universal Artificial Intelligence for Intelligent Agents: An Approach to Supe...
Universal Artificial Intelligence for Intelligent Agents: An Approach to Supe...
 
Industrial training (Artificial Intelligence, Machine Learning & Deep Learnin...
Industrial training (Artificial Intelligence, Machine Learning & Deep Learnin...Industrial training (Artificial Intelligence, Machine Learning & Deep Learnin...
Industrial training (Artificial Intelligence, Machine Learning & Deep Learnin...
 
Neural Networks by Priyanka Kasture
Neural Networks by Priyanka KastureNeural Networks by Priyanka Kasture
Neural Networks by Priyanka Kasture
 
Deep learning tutorial 9/2019
Deep learning tutorial 9/2019Deep learning tutorial 9/2019
Deep learning tutorial 9/2019
 
Deep Learning Tutorial
Deep Learning TutorialDeep Learning Tutorial
Deep Learning Tutorial
 
Neural networks in business forecasting
Neural networks in business forecastingNeural networks in business forecasting
Neural networks in business forecasting
 
Project Report -Vaibhav
Project Report -VaibhavProject Report -Vaibhav
Project Report -Vaibhav
 
Handwritten Digit Recognition
Handwritten Digit RecognitionHandwritten Digit Recognition
Handwritten Digit Recognition
 
Neural Networks
Neural NetworksNeural Networks
Neural Networks
 
Fuzzy Logic Final Report
Fuzzy Logic Final ReportFuzzy Logic Final Report
Fuzzy Logic Final Report
 
International Journal of Engineering Inventions (IJEI)
International Journal of Engineering Inventions (IJEI)International Journal of Engineering Inventions (IJEI)
International Journal of Engineering Inventions (IJEI)
 
Machine learning-in-details-with-out-python-code
Machine learning-in-details-with-out-python-codeMachine learning-in-details-with-out-python-code
Machine learning-in-details-with-out-python-code
 
Neural Networks
Neural NetworksNeural Networks
Neural Networks
 
Face Detection and Recognition using Back Propagation Neural Network (BPNN)
Face Detection and Recognition using Back Propagation Neural Network (BPNN)Face Detection and Recognition using Back Propagation Neural Network (BPNN)
Face Detection and Recognition using Back Propagation Neural Network (BPNN)
 
The Magic Behind AI
The Magic Behind AIThe Magic Behind AI
The Magic Behind AI
 
White-Paper-the-AI-behind-vectra-AI.pdf
White-Paper-the-AI-behind-vectra-AI.pdfWhite-Paper-the-AI-behind-vectra-AI.pdf
White-Paper-the-AI-behind-vectra-AI.pdf
 
IRJET- Blue Brain
IRJET- Blue BrainIRJET- Blue Brain
IRJET- Blue Brain
 

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

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
 
SPICE PARK APR2024 ( 6,793 SPICE Models )
SPICE PARK APR2024 ( 6,793 SPICE Models )SPICE PARK APR2024 ( 6,793 SPICE Models )
SPICE PARK APR2024 ( 6,793 SPICE Models )Tsuyoshi Horigome
 
Microscopic Analysis of Ceramic Materials.pptx
Microscopic Analysis of Ceramic Materials.pptxMicroscopic Analysis of Ceramic Materials.pptx
Microscopic Analysis of Ceramic Materials.pptxpurnimasatapathy1234
 
Study on Air-Water & Water-Water Heat Exchange in a Finned Tube Exchanger
Study on Air-Water & Water-Water Heat Exchange in a Finned Tube ExchangerStudy on Air-Water & Water-Water Heat Exchange in a Finned Tube Exchanger
Study on Air-Water & Water-Water Heat Exchange in a Finned Tube ExchangerAnamika Sarkar
 
Sachpazis Costas: Geotechnical Engineering: A student's Perspective Introduction
Sachpazis Costas: Geotechnical Engineering: A student's Perspective IntroductionSachpazis Costas: Geotechnical Engineering: A student's Perspective Introduction
Sachpazis Costas: Geotechnical Engineering: A student's Perspective IntroductionDr.Costas Sachpazis
 
Call Us ≽ 8377877756 ≼ Call Girls In Shastri Nagar (Delhi)
Call Us ≽ 8377877756 ≼ Call Girls In Shastri Nagar (Delhi)Call Us ≽ 8377877756 ≼ Call Girls In Shastri Nagar (Delhi)
Call Us ≽ 8377877756 ≼ Call Girls In Shastri Nagar (Delhi)dollysharma2066
 
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
 
Concrete Mix Design - IS 10262-2019 - .pptx
Concrete Mix Design - IS 10262-2019 - .pptxConcrete Mix Design - IS 10262-2019 - .pptx
Concrete Mix Design - IS 10262-2019 - .pptxKartikeyaDwivedi3
 
HARMONY IN THE HUMAN BEING - Unit-II UHV-2
HARMONY IN THE HUMAN BEING - Unit-II UHV-2HARMONY IN THE HUMAN BEING - Unit-II UHV-2
HARMONY IN THE HUMAN BEING - Unit-II UHV-2RajaP95
 
Artificial-Intelligence-in-Electronics (K).pptx
Artificial-Intelligence-in-Electronics (K).pptxArtificial-Intelligence-in-Electronics (K).pptx
Artificial-Intelligence-in-Electronics (K).pptxbritheesh05
 
Current Transformer Drawing and GTP for MSETCL
Current Transformer Drawing and GTP for MSETCLCurrent Transformer Drawing and GTP for MSETCL
Current Transformer Drawing and GTP for MSETCLDeelipZope
 
Architect Hassan Khalil Portfolio for 2024
Architect Hassan Khalil Portfolio for 2024Architect Hassan Khalil Portfolio for 2024
Architect Hassan Khalil Portfolio for 2024hassan khalil
 
CCS355 Neural Network & Deep Learning UNIT III notes and Question bank .pdf
CCS355 Neural Network & Deep Learning UNIT III notes and Question bank .pdfCCS355 Neural Network & Deep Learning UNIT III notes and Question bank .pdf
CCS355 Neural Network & Deep Learning UNIT III notes and Question bank .pdfAsst.prof M.Gokilavani
 
Internship report on mechanical engineering
Internship report on mechanical engineeringInternship report on mechanical engineering
Internship report on mechanical engineeringmalavadedarshan25
 
Heart Disease Prediction using machine learning.pptx
Heart Disease Prediction using machine learning.pptxHeart Disease Prediction using machine learning.pptx
Heart Disease Prediction using machine learning.pptxPoojaBan
 
OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...
OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...
OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...Soham Mondal
 
INFLUENCE OF NANOSILICA ON THE PROPERTIES OF CONCRETE
INFLUENCE OF NANOSILICA ON THE PROPERTIES OF CONCRETEINFLUENCE OF NANOSILICA ON THE PROPERTIES OF CONCRETE
INFLUENCE OF NANOSILICA ON THE PROPERTIES OF CONCRETEroselinkalist12
 
Past, Present and Future of Generative AI
Past, Present and Future of Generative AIPast, Present and Future of Generative AI
Past, Present and Future of Generative AIabhishek36461
 
main PPT.pptx of girls hostel security using rfid
main PPT.pptx of girls hostel security using rfidmain PPT.pptx of girls hostel security using rfid
main PPT.pptx of girls hostel security using rfidNikhilNagaraju
 

Recently uploaded (20)

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
 
SPICE PARK APR2024 ( 6,793 SPICE Models )
SPICE PARK APR2024 ( 6,793 SPICE Models )SPICE PARK APR2024 ( 6,793 SPICE Models )
SPICE PARK APR2024 ( 6,793 SPICE Models )
 
Microscopic Analysis of Ceramic Materials.pptx
Microscopic Analysis of Ceramic Materials.pptxMicroscopic Analysis of Ceramic Materials.pptx
Microscopic Analysis of Ceramic Materials.pptx
 
Study on Air-Water & Water-Water Heat Exchange in a Finned Tube Exchanger
Study on Air-Water & Water-Water Heat Exchange in a Finned Tube ExchangerStudy on Air-Water & Water-Water Heat Exchange in a Finned Tube Exchanger
Study on Air-Water & Water-Water Heat Exchange in a Finned Tube Exchanger
 
Sachpazis Costas: Geotechnical Engineering: A student's Perspective Introduction
Sachpazis Costas: Geotechnical Engineering: A student's Perspective IntroductionSachpazis Costas: Geotechnical Engineering: A student's Perspective Introduction
Sachpazis Costas: Geotechnical Engineering: A student's Perspective Introduction
 
Call Us ≽ 8377877756 ≼ Call Girls In Shastri Nagar (Delhi)
Call Us ≽ 8377877756 ≼ Call Girls In Shastri Nagar (Delhi)Call Us ≽ 8377877756 ≼ Call Girls In Shastri Nagar (Delhi)
Call Us ≽ 8377877756 ≼ Call Girls In Shastri Nagar (Delhi)
 
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
 
Concrete Mix Design - IS 10262-2019 - .pptx
Concrete Mix Design - IS 10262-2019 - .pptxConcrete Mix Design - IS 10262-2019 - .pptx
Concrete Mix Design - IS 10262-2019 - .pptx
 
HARMONY IN THE HUMAN BEING - Unit-II UHV-2
HARMONY IN THE HUMAN BEING - Unit-II UHV-2HARMONY IN THE HUMAN BEING - Unit-II UHV-2
HARMONY IN THE HUMAN BEING - Unit-II UHV-2
 
Artificial-Intelligence-in-Electronics (K).pptx
Artificial-Intelligence-in-Electronics (K).pptxArtificial-Intelligence-in-Electronics (K).pptx
Artificial-Intelligence-in-Electronics (K).pptx
 
Current Transformer Drawing and GTP for MSETCL
Current Transformer Drawing and GTP for MSETCLCurrent Transformer Drawing and GTP for MSETCL
Current Transformer Drawing and GTP for MSETCL
 
Architect Hassan Khalil Portfolio for 2024
Architect Hassan Khalil Portfolio for 2024Architect Hassan Khalil Portfolio for 2024
Architect Hassan Khalil Portfolio for 2024
 
🔝9953056974🔝!!-YOUNG call girls in Rajendra Nagar Escort rvice Shot 2000 nigh...
🔝9953056974🔝!!-YOUNG call girls in Rajendra Nagar Escort rvice Shot 2000 nigh...🔝9953056974🔝!!-YOUNG call girls in Rajendra Nagar Escort rvice Shot 2000 nigh...
🔝9953056974🔝!!-YOUNG call girls in Rajendra Nagar Escort rvice Shot 2000 nigh...
 
CCS355 Neural Network & Deep Learning UNIT III notes and Question bank .pdf
CCS355 Neural Network & Deep Learning UNIT III notes and Question bank .pdfCCS355 Neural Network & Deep Learning UNIT III notes and Question bank .pdf
CCS355 Neural Network & Deep Learning UNIT III notes and Question bank .pdf
 
Internship report on mechanical engineering
Internship report on mechanical engineeringInternship report on mechanical engineering
Internship report on mechanical engineering
 
Heart Disease Prediction using machine learning.pptx
Heart Disease Prediction using machine learning.pptxHeart Disease Prediction using machine learning.pptx
Heart Disease Prediction using machine learning.pptx
 
OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...
OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...
OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...
 
INFLUENCE OF NANOSILICA ON THE PROPERTIES OF CONCRETE
INFLUENCE OF NANOSILICA ON THE PROPERTIES OF CONCRETEINFLUENCE OF NANOSILICA ON THE PROPERTIES OF CONCRETE
INFLUENCE OF NANOSILICA ON THE PROPERTIES OF CONCRETE
 
Past, Present and Future of Generative AI
Past, Present and Future of Generative AIPast, Present and Future of Generative AI
Past, Present and Future of Generative AI
 
main PPT.pptx of girls hostel security using rfid
main PPT.pptx of girls hostel security using rfidmain PPT.pptx of girls hostel security using rfid
main PPT.pptx of girls hostel security using rfid
 

Brain-machine interrelativity survey

  • 1. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 09 Issue: 04 | Apr 2022 www.irjet.net p-ISSN: 2395-0072 © 2022, IRJET | Impact Factor value: 7.529 | ISO 9001:2008 Certified Journal | Page 3520 SURVEY ON BRAIN – MACHINE INTERRELATIVE LEARNING Arif Mulani, Abhishek Pawar, Sairaj Pawar, Bhushan Pisal Professor Shraddha Ovale, Dept. of Computer engineering, PCCOE, Maharashtra, India ---------------------------------------------------------------------***--------------------------------------------------------------------- Abstract - With the rapid development from machine learning (ML) to deep learning (DL) there is closer connection between human brain-machine working. The purpose of this article is to provide survey on learning-based human– machine. We know how machine do work like brain. But how brain is consuming every data and do work like a machine? More specifically, first we will see howwelearnsomethingand after a period we do them as an involuntary action. Second we will see how the mathematical equations will work to define brain-machine functionality. Finally, we will briefly analyse how AI-ML and brain are interdependent. Key Words: Machine learning, deep learning, automation, perceptron. 1. INTRODUCTION 1 Brain Automation Brain makes judgments and decisions quickly and automatically. It continuously makes predictions about future events. It learns from pastfailuresandeliminatethose consequences in future decisions. Nowadays lots of youths try to learn how to flip a pen in hand with help of fingers and palm. There arelotsoftricksto do that and some are very hard. With time we learn those very fluently and even while reading a book wecanflipa pen in fingers easily. How does our brain actuallyknowtodothis involuntarily? In starting off learning this our brain slowly collects data of when and where we have to change our finger and which finger while flipping. Withlotsofsuccessful data, the brain tries to remove failure data, and after long term, the brain catchesperfectprobabilityandconsequences to flip that pen without failure and fluently.Suchlotsofsmall data is collected in packets which is like when you’ll change the size of pen brain will take very little time to handle it comparatively it took for the first time. It’s all dependent on some algorithm that is used by our brain to act the same function on different parameters. A similar work function is used in ML by using AI. From the day of birth, our Brain neurons starttocollectdata. As for a simple machine, there is no inbuilt data is present in such a way our brain is quite empty to learn things and functions. With reaching nearly age of 4-5 our brain makes such complexity of neuron networks which increase consumption of data that’s why we start our school at the age of 4-5 years old. At the age of 18, we do not even think that we are actually walking on stairs and we do it involuntarily but when we were children, we learned it very toughly. Similar evolution we can see in machines with AI. 1.1 Neural network in ML which mimics Brain: Neural Network in ML is just a carbon copy of our Brain system. A human brain have billions of neurons [5],they are connected to each other. Human neurons are cells so when one gets activated it send signals to other in its network. Like a human brain, the machine learning neural network also consists of interconnected neurons. When a neuron receives inputs, it gets activated and sends information to other neurons. Due to the plasticity of our brain, we do tasks and become better at them and such thing is Machine learning. For example, when we look at a picture of a dog, we know that it is a cat because we have seen enough dogs in our lives. Likewise, if we provide our neural networks with enough dog images[1], they will start to recognize dogs. 1.2 AI and Neuroscience Neural networks act as “virtual brains” [5] they do functions like our brain. Data is feed by giving lots of similar images to virtual machine to recognize some pattern which further helps neuroscientiststodotheircalculationsandhypothesis. However, the way artificial intelligencesystemswork isvery different from our brain. As our brain [2] is a biological part that is very different than a piece of machinery. And using pattern recognition with help of an AI machine works like a neural network of the brain.
  • 2. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 09 Issue: 04 | Apr 2022 www.irjet.net p-ISSN: 2395-0072 © 2022, IRJET | Impact Factor value: 7.529 | ISO 9001:2008 Certified Journal | Page 3521 2 Mathematics of artificial neural network: Artificial neuron (Perceptron): An artificial Neuron is not a physical object [8] but it is a mathematical structure that mimics the function of actual brain neurons to some extent. It consists of lots of nodes as real neurons have Dendrites. ● Simple work of perceptron (an artificial neuron): 1) Nodes take N number of inputs. 2) Add all inputs. 3) Multiply each input with its weight. 4) then add up all the products of input and weights which gives a weighted sum. 5) If the weighted sum is greater [9] than some threshold value returns a decision of 1 and otherwise returns a decision of 0, similar to neuron firing and not firing. In the graphical representation, for 2 inputs decision boundary is a line similarly for 3 inputs boundarywill be a 2- D plane such that for N inputs (N-1)-D decision boundary will exist. Let’s see simplification by using 2 inputs: (Work of perceptron on 2 inputs) w’ represents weight vector without bias term (Parameter used to represent patterns that do not pass through the origin.). This vector represents the slope of the decision boundary. We’ve seen how perceptron takes decisions based on different inputs but how actually it learns new things? How did it find the right parameters? If y(x ∙ w) 0 : w = w + yx y= Label (either -1 or +1), x= current data point, (x ∙ w) =dot product (Weight vector). If expression y(x ∙ w) is less than or equal to zero thenlabel y is different than the predicted label let say z(x ∙ w) so we update weights as w = w + yx. How update rule works? y(x ∙ wᵢ) = y(x ∙ (w + yx)) = y(x ∙ w + y||x||²) = y(x ∙ w) + y²||x||² = y(x ∙ w) + ||x||² As ||x||² ≥ 0 => y(x ∙ wᵢ) ≥ y(x ∙ w) Due to square factors, new value will be near to positive value and hence it is correctly classified. Drawback: Perceptron fails to show the result on XOR [3]. It can only classify linearly separable sets of vectors. It justgivesoutput values like 0 or 1, True or False. For more complexproblems we required more than one perceptron to get an output. 3. Interdependence between an AI and brain The revolution of AI systems can help drive neuroscience forward and unlock the secrets of the brain. It allows researchers to build better models and theories of the human brain. Similarly, our recognition system helps machines to learn things through AI. Probabilisticmodelling [7] also has advantages over traditional normative theory in terms of learning in AI system. With the help of AI, we can solve lots of problemsthatweare not able to solve by simple thinking. As we have made calculators solve long problems in short term.The“Tower of Hanoi” [10] is an example of that. Actually, it is impossible to solve this problem with lots of disks. But with help of data structures, we are able to solve it. So, with help of AI, we are helping neuroscience to cross the boundaries to achieve lots of things and with our daily problems, we are enhancing the capacity of AI.
  • 3. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 09 Issue: 04 | Apr 2022 www.irjet.net p-ISSN: 2395-0072 © 2022, IRJET | Impact Factor value: 7.529 | ISO 9001:2008 Certified Journal | Page 3522 Literature Review 1.Mathematics of Neutral Network paper byGabriel Peyréet al [3] explains the algorithm and mathematics behind the learning process. In order to explain this,twotypesofneural networks are mentioned and considered here i.e 1]Discriminative Neural Network, 2]Generative Neural Network. In Discriminative Neural Network parameters in terms of dimensions are set to define an object and then later to identify an unknown object, the parameter of that object are considered and probability is calculated using mathematical expressions, based on this probability of the unknown object is identified. In the case of the Generative Neural Network parameter in terms of color andfeatureand further using this parameter the unknown object is identified. 2.BrainOS: A Novel Artificial Brain-Alike Automatic Machine Learning Framework paper by Newton Howard et al [5] explains the hypothesis regarding creating artificial human intelligence in a machine learning framework. The BrainOS system mimics the human thinking process which is much different than the other ML algorithms and tools. Due to its ability to think like humans, it can solve high-level problems. 3.Commonly used Machine Learning Algorithm an article by Sunil explains some of the algorithms of machine learning and also explains it works. Some of these algorithms are linear regression, logistic regression, decision tree, SVM, Naïve Bayes, k-means, random forest, dimensionality reduction algorithms, gradient boosting algorithms. 4. Mathematics of artificial neutral networks article on Wikipedia explains the artificial neural network’s principle, structure, algorithm, and working. It also explains neural networks in mathematical expression by making a function of them. 5.Fascinating Relationship between AI and Neuroscience article by Hong Jing explains us the role and contribution played by neuroscience in AI development by giving some real-life examples, but along with it explains how A helps to understand how the human brain works 6.The Brain’s Autopilot Mechanism Steers Consciousness article by Steve Ayan talks about the brain’s ability to take a decision unconsciously and its mechanism behind this unconscious decision making power and learning of various actions and performing them involuntarily, is explained by referring to various theories in of neurobiology, one of them is the theory of predictive mind. According to the theory of predictive mind, there are various automatic processes and thoughts going on in the brain and with the help of this involuntary process, the brain is able to predict a situation and event quickly and accurately. 7.Probabilistic machine learning and artificial intelligence paper by Zoubin Ghahramani depicts the importance of probabilistic programming in the fields of Artificial Intelligence and Machine Learning. Probabilistic programming uses the theory of probability and probability distribution either to identify a pattern, object,structure, etc or to extract unknown information about it or to carry out the task assigned to it, on the basis of chances of the feature, shape, size (in order to identify image ), or the type of the condition given to it (in order to analyze data and find its application or to solve problems and bugs). A probabilistic approach is way more efficient than that of the traditional normative theory, as the probabilistic approachiswaymore flexible and along with that it is also capable of producing data from any model or subject irrespective of its domain. 8. Maths in a minute : Artificial Neuron article by Marianne gives us information regarding the statistical data regarding neuron. By understanding the mathematics, structure and mechanism behind the functioningofthe brain.And byusing this understanding, the concept of artificial neuron is introduced here. 9. Perceptron: Explanation, Implementation and a Visual Example article by Dorian Lazar explain the concept of perceptron. Perceptron is the term which refer to the artificial neural network. It is an algorithm which actually mimics the process of the biological neuron i.e. to takeinput, compute the weight of the sum and then pass it through a threshold function, finally displaying result as a output.Now on the basis of this result the machine can plot/place a decision boundary. Along with the mechanism and the mathematics of this algorithm, writer has also explained its application and implementation of it along with some examples.
  • 4. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 09 Issue: 04 | Apr 2022 www.irjet.net p-ISSN: 2395-0072 © 2022, IRJET | Impact Factor value: 7.529 | ISO 9001:2008 Certified Journal | Page 3523 ID Related work Algorithm Result Advantages Limitations [1] Invention of machine learning Supervised learning It starts to give idea about machine doing work itself without a handler. A new way of making mechanical works, calculation, and various activities with artificial brain. There are lots of difficulties about algorithms, structure, price, processing capacity. [2] Mathematics of artificial neural network ANN The proposed model shows mathematical proposition of an artificial neuron. The artificial neural network learnsbyitself and can store information within it instead of on database. We can’t claim that it is more efficient than statistical method. [3] Commonly used machine learning algorithms Linear regression, SVM, KNN, etc. In various apps,software, games machine learning uses algorithm based on choices, probability which improve itself by gathering the data and making further process well oriented. We don’t have to spend any more time after making algorithm full- fledged it can improve itself. As it is making choices by itself, we have slight chance of error due to its lack of knowledgeor less data available. [4] AI andneuroscience, building neural network that will mimic brain. NLP We made neural network that will resemble to brain. And can make decisions and learn through it. Google able to build an AI equivalent to a 55.5 IQ human. It cannot match brain’s high dimensional matrix. Scientist trying to understand how billions of neurons work together and makes a complex structure. [5] Unconscious decisions Predictive mind There are some automatic processes which leads the mind to the specific decision. Mechanism like this will be able to predict a situation as react so quickly and accurately. Uncontrolled processes. [6] Probabilistic machine learning HMM Probabilistic programming uses theory of probability and probability distribution. More efficient and flexible approach. Producing data from any mode; irrespective of its domain. Non-probabilistic problems are required different approach. [7] Perceptron perceptron Mathematical representation of artificial neuron nonlinear problems and complex patterns in data are possible to process. Still not efficient to process thousands of inputs and 10-degree polynomials.
  • 5. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 09 Issue: 04 | Apr 2022 www.irjet.net p-ISSN: 2395-0072 © 2022, IRJET | Impact Factor value: 7.529 | ISO 9001:2008 Certified Journal | Page 3524 3. CONCLUSIONS Machine Automation plays an important role in the global economy and daily lifestyle. Scientists trying to modify automated devices with mathematical tools to create complex neural systems for a rapidly expanding range of applications and human activities. This survey tries to explain the mathematics and the mechanism behind the machine learning and its relation with brain. The upcoming technology has potential to process high dimensional data and thousands of inputs. REFERENCES 1. Gabriel Peyré CNRSetal.MathematicsofNeural Networks. 2. Newton Howard, Naima Chouikhi et al. BrainOS: A Novel Artificial Brain-Alike Automatic Machine Learning Framework. Front.Comput.Neurosci.14:16. doi: 10.3389/fncom.2020.00016 3. URL:https://www.analyticsvidhya.com/blog/2017/09/com mon-machine-learning-algorithms/ 4. Mathematics of artificial neural networks.Artificial neural network-Wikipedia. 5. Jingles (Hong Jing) Fascinating Relationship between AI and Neuroscience. Published in Towards Data Science - Mar 3, 2020. 6. The Brain’s Autopilot MechanismSteersConsciousnessBy Steve Ayan on December 19, 2018. URL: https://www.scientificamerican.com/article/the-brains- autopilot-mechanism-steers-consciousness/ 7. Probabilistic machine learning and artificial intelligence by Zoubin Ghahramani, University of Cambridge, May 28, 2015. 8. URL: https://plus.maths.org/content/maths-minute- artificial-neurons 9. Perceptron: Explanation, Implementation and a Visual Example by Dorian Lazar on Apr 6, 2020URL:https://towardsdatascience.com/perceptron- explanation-implementation-and-a-visual- example- 3c8e76b4e2d1 10. URL: https://en.wikipedia.org/wiki/Tower_of_Hanoi BIOGRAPHIES: Arif Mulani, FY B.tech (Comp. Engineering) , PCCOE. Abhishek Pawar, FY B.tech (Comp. Engineering) , PCCOE. Sairaj Pawar, FY B.tech (Comp. Engineering) , PCCOE. Bhushan Pisal, FY B.tech (Comp. Engineering) , PCCOE.