AI and Machine Learning Autosaved
AI and Machine Learning Autosaved
INTELLIGENCE
AND
MACHINE LEARNING
Presented by:
ABON, MARK DAVE U.
ABULENCIA, ARVEMAR B.
AGUSTIN, JON JEFFREY G.
ANGELES, SHAIRA MAE A.
Introduction to Artificial Intelligence
CREATORS OF AI
Alan Turing
- Father of Modern Computer Science
John McCarthy
- Father of Artificial Intelligence
Shogi Chess Go
Go Chess
Chess
• Deep Blue was a chess-
playing computer developed
by IBM. It was the first
computer to win both chess
game and a chess match
against a reigning world
champion under time
controls.
An intellect that is
Specialities in one Refers to a
much smarter than
area and solves one computer that is as
the best human
problem smart as a human
brains in practically
aross the board
every field
$1,200
WHY AI?
AI
Artificial Intelligence
Deep Learning
• Robotics(Defense, Industry)
Advantage Disadvantage
Precision and Accuracy High cost incurred in the
maintenance and repair
Unbiased Decisions No ethics
Can do laborious tasks Increase in unemployment
Machine Learning
- Is said as a subset of artificial intelligence that is mainly concerned with the development of algorithms
that allow a computer to learn from the data and past experiences on their own.
Arthur Samuel
- He introduced the term “Machine Learning” in 1959.
Features of Machine Learning:
1. SUPERVISED LEARNING
- is a type of machine learning method in which we provide sample
labeled data to the machine learning system in order to train it, and on
that basis, it predicts the output.
2. UNSUPERVISED LEARNING
- is a learning method in which a machine learns without any supervision.
3. REINFORCEMENT LEARNING
- is a feedback-based learning method, in which a learning agent gets a
reward for each right action and gets a penalty for each wrong action.
Common Machine Learning Algorithms
1. Neural Network
- simulate the way the human brain works, with a huge number of linked processing nodes.
2. Linear regression
- This algorithm is used to predict numerical values, based on a linear relationship between different
values.
3. Logistic regression
- This supervised learning algorithm makes predictions for categorical response variables, such
as“yes/no” answers to questions.
4. Clustering
- Using unsupervised learning, clustering algorithms can identify patterns in data so that it can
be grouped.
5. Decision trees
- Decision trees can be used for both predicting numerical values (regression) and classifying
data into categories
6. Random forests
- the machine learning algorithm predicts a value or category by combining the results from a
number of decision trees.
The early history of Machine Learning (Pre-1940):
1834: In 1834, Charles Babbage, the father of the computer, conceived a device that could be programmed with
punch cards. However, the machine was never built, but all modern computers rely on its logical structure.
1936: In 1936, Alan Turing gave a theory that how a machine can determine and execute a set of instructions.
2006: In the year 2006, computer scientist Geoffrey Hinton has given a new name to neural net research as "deep
learning," and nowadays, it has become one of the most trending technologies.
2012: In 2012, Google created a deep neural network which learned to recognize the image of humans and cats
in YouTube videos.
2014: In 2014, the Chabot "Eugen Goostman" cleared the Turing Test. It was the first Chabot who
convinced the 33% of human judges that it was not a machine.
2014: DeepFace was a deep neural network created by Facebook, and they claimed that it could recognize
a person with the same precision as a human can do.
2016: AlphaGo beat the world's number second player Lee sedol at Go game. In 2017 it beat the number
one player of this game Ke Jie.
2017: In 2017, the Alphabet's Jigsaw team built an intelligent system that was able to learn the online
trolling. It used to read millions of comments of different websites to learn to stop online trolling.
TYPES OF MACHINE LEARNING
MACHINE LEARNING
Supervised Unsupervised
Reinforcement
Semi-Supervised
a machine learning a machine learning
algorithm that learns there are no training
algorithm that learns combination of data sets. The
from labeled data, from unlabeled data, labeled and unlabeled
where the input data machine has a
where the input data data. The data has special software. It
is accompanied by is not accompanied fewer shares of works as an agent
the correct output. by any target labeled data and more with the
variable. shares of unlabeled environment to get
data. feedback.
TYPES OF SUPERVISED
CLASSIFICATION REGRESSION
CLUSTERING ASSOCIATION