Introduction on artificial Intelligence and Machine Learning

krishna272255 54 views 17 slides Jul 17, 2024
Slide 1
Slide 1 of 17
Slide 1
1
Slide 2
2
Slide 3
3
Slide 4
4
Slide 5
5
Slide 6
6
Slide 7
7
Slide 8
8
Slide 9
9
Slide 10
10
Slide 11
11
Slide 12
12
Slide 13
13
Slide 14
14
Slide 15
15
Slide 16
16
Slide 17
17

About This Presentation

In short time understanding with Artificial Intelligence and Machine Learning


Slide Content

Artificial Intelligence And Machine Learning Presented by K M Pandey

Tentative Outline What is Intelligence? Introduction of Artificial Intelligence How does A I work? Neural Networking Difference between Artificial Intelligence And Machine Learning. Machine learning. Supervised Learning. Unsupervised Learning. Reinforcement Learning

What is Intelligence??? Intelligence is the ability to learn about, to learn from, to understand about, and interact with one’s environment. Intelligence is the faculty of understanding

What Is Artificial Intelligence??? Artificial Intelligence (AI) is usually defined as the science of making computers do things that require intelligence when done by humans. A.I is the study of ideas that enable computers to be intelligent John McCarthy, widely recognized as one of the godfathers of  Artificial Intelligence (AI) , defined AI as “ the science and engineering of making intelligent machines that have the ability to achieve goals like humans do ” in the year 1955. In short,  Artificial Intelligence is human intelligence exhibited by Machines.

How Does AI Works?? Artificial intelligence works with the help of Artificial Neurons (Artificial Neural Network) And Scientific theorems(If-Then Statements, Logics)

An Artificial Neuron Sec 2: ANN 6 W 1 W 2 W 3 W n  W f X 1 X 2 X 3 Xn Axons Synapses Dendrites Body (Soma) Axon Bias Output (y)

Actions Agent Sensors Actuators ? Environment Percepts Intelligent agents

Machine Learning! Machine learning is a scientific discipline concerned with the design and development of algorithms that allow machines to mimic human intelligence.

Machine Learning is the part of Artificial Intelligence

Machine Learning “Learning denotes changes in a system that ... enable a system to do the same task … more efficiently the next time.” - Herbert Simon “Learning is constructing or modifying representations of what is being experienced.” - Ryszard Michalski “Learning is making useful changes in our minds.” - Marvin Minsky “Machine learning refers to a system capable of the autonomous acquisition and integration of knowledge.”

Why Machine Learning? No human experts industrial/manufacturing control mass spectrometer analysis, drug design, astronomic discovery Black-box human expertise face/handwriting/speech recognition driving a car, flying a plane Rapidly changing phenomena credit scoring, financial modeling diagnosis, fraud detection Need for customization/personalization personalized news reader movie/book recommendation

- Supervised Learning : Find the class labels or value of the new input, given the dataset. ( Linear Regression  is a  machine learning  algorithm based on supervised  learning) Brief Introduction on Supervised Learning, Unsupervised Learning And Reinforced Learning - In game theory: Learn to act in a way that maximized the future rewards, in an environment that contains other machines. - Unsupervised Learning: contains neither targert outputs or reward from its environment. - Reinforcement learning: Learn to act in a way that maximizes the future rewards (or minimizes a cost function)

Types of Inductive (Supervised) Learning Types of Supervised Learning: Supervised learning is classified into two categories of algorithms: Regression: A regression problem is when the output variable is a real value, such as “dollars” or “weight”. Classification: A classification problem is when the output variable is a category, such as “Red” or “blue” , “disease” or “no disease”. Supervised learning deals with or learns with “labeled” data. This implies that some data is already tagged with the correct answer.

- Features can be: - continuous - categorical - binary - Training set: The output of each data point is known. - Training Algorithms... - Test set: The output of each data point is estimated. - Output can be: - a class label - a real number SUPERVISED LEARNING

- No supervised target outputs - No rewards from the environment - No feedback (UNSUPERVISED LEARNING) SO? Build representations of the inputs Find patterns in the inputs Decision making Predict future inputs

Types of UNSUPERVISED LEARNING Unsupervised learning is classified into two categories of algorithms: Clustering: A clustering problem is where you want to discover the inherent groupings in the data, such as grouping customers by purchasing behavior. Association: An association rule learning problem is where you want to discover rules that describe large portions of your data, such as people that buy X also tend to buy Y.

THANK YOU