Machine Learning Intro
Machine Learning Intro
Then we will the x axis and y axis to the line and we have
found the cost of flat by using linear regression.
LINEAR REGRESSION:
Consider three data points; we need to draw an optimal
line which has a minimum deviation from the data points.
Then we need to calculate the error function, which is the
sum of squares of the distances. To find the optimal line
we should find the minimum error function.
POLYMER REGRESSION:
RECOMMENDED APP:
Recommendation of application is another crucial
application of ML.
We are considering two variables i.e. gender and age
depending on these two data points, user get the app
recommendation.
NEURAL NETWORK:
A neural network is a series of algorithms that endeavours
to recognize underlying relationships in a set of data
through a process that mimics the way the human brain
operates. Neural networks can adapt to changing input; so
the network generates the best possible result without
needing to redesign the output criteria. The concept of
neural networks, which has its roots in artificial
intelligence, is swiftly gaining popularity in the
development of trading systems.
Hidden layers play its own role i.e. lets considers 9 which is
a combination of 0 and 1 .all the characters are broken
into number of pieces. The set of information are getting
stored in the last second layer. How to recognize the
pieces it is done in the second layer. Then the last second
layer sends the data to the output layer.
In real time there are more than 2 layers that help the
system to recognize the hand written characters.
DEEP LEARNING: