PDF&Rendition=1 4
PDF&Rendition=1 4
PDF&Rendition=1 4
Artificial Intelligence suggest that machines can mimic (copycat) humans in:
• Talking
• Thinking
• Learning
• Planning
• Understanding
Neurons are sending messages to each other. While the neurons are trying to solve a
problem (over and over again), it is strengthening the connections that lead to
success and diminishing the connections that lead to failure.
Machine Learning
Machine Learning is a subfield of Artificial intelligence
Machine Learning is the study of different algorithms that can improve automatically
through experience and old data and build the model.
A machine learning model is similar to computer software designed to recognize patterns
or behaviors based on previous experience or data.
The learning algorithm discovers patterns within the training data, and it outputs an ML
model which captures these patterns and make predictions on new data.
"Learning machines to imitate human intelligence"
• One popular example of machine learning is image recognition. This involves training
a computer to accurately identify and classify images based on patterns and features
within the image data. For instance, an ML algorithm can be trained to distinguish
between pictures of cats and dogs by analysing their unique physical characteristics
such as fur colour, tail shape, and ear size.
Computer Computer
Output Program
For Example
Program written for addition of two number returns output – Addition of two
numbers.
• Notable early work included algorithms like the Perceptron, developed by Frank
Rosenblatt in the late 1950s. It was a simple yet significant step towards neural
network concepts.
• This era also saw the development of the theoretical foundations of machine
learning, considering issues like the trade-off between bias and variance.
Evolution of machine learning
Recent Trends-
• More recently, the focus has been on making machine learning models more efficient,
interpretable and fair.
• Advances in reinforcement learning, unsupervised learning and transfer learning are
also noteworthy.
• Ethical considerations and the social impact of machine learning have become
increasingly important topics of discussion.
Machine learning continues to be a rapidly evolving field, with new algorithms and
approaches developed regularly. Each step in its evolution has opened up new
possibilities and applications, making it one of the most dynamic areas of computer
science.
Difference between AI and Machine Learning
• AI and ML are making the world more technology-driven, increasing productivity and
efficiency. Both terms are interchangeable, but they are different.
• AI is the broader concept of machines that enables computers to mimic human
behaviour.
• In contrast, ML is an application of AI based on the idea that we should be able to
give machines access to data and let them learn for themselves.
Machine learning and deep learning are the Deep learning is a main subset of machine
two main subsets of AI. learning.
AI has a very wide range of scope. Machine learning has a limited scope.
The main applications of AI are Siri, The main applications of machine learning
customer support using chatboats, Expert are Online recommender system, Google
System, Online game playing, intelligent search algorithms, Facebook auto friend
humanoid robot, etc. tagging suggestions, etc.
On the basis of capabilities, AI can be Machine learning can also be divided into
divided into three types, which are, Weak mainly three types that are Supervised
AI, General AI, and Strong AI. learning, Unsupervised learning,
and Reinforcement learning.
Developments in machine learning
Introduction to K-nearest neighbour method