Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
0% found this document useful (0 votes)
58 views

Machine Learning With Python Nitin Sharma

The document discusses machine learning and provides details about types of machine learning, the machine learning process, algorithms, and applications. It defines machine learning as a subset of artificial intelligence where computer algorithms can learn from data and improve autonomously. The document outlines supervised and unsupervised learning and provides an example of K-mean neighbor classification to determine if a student passed or failed based on marks in math and computer science. Applications mentioned include image recognition, speech recognition, recommendations, medical diagnosis, and language translation.

Uploaded by

Nitin Sharma
Copyright
© © All Rights Reserved
Available Formats
Download as PPTX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
58 views

Machine Learning With Python Nitin Sharma

The document discusses machine learning and provides details about types of machine learning, the machine learning process, algorithms, and applications. It defines machine learning as a subset of artificial intelligence where computer algorithms can learn from data and improve autonomously. The document outlines supervised and unsupervised learning and provides an example of K-mean neighbor classification to determine if a student passed or failed based on marks in math and computer science. Applications mentioned include image recognition, speech recognition, recommendations, medical diagnosis, and language translation.

Uploaded by

Nitin Sharma
Copyright
© © All Rights Reserved
Available Formats
Download as PPTX, PDF, TXT or read online on Scribd
You are on page 1/ 18

MACHINE LEARNING

WITH PYTHON
NAME ----- NITIN SHARMA
UID ----- 20BSP7086
CONTENT

• What is Machine learning?


• What are the types of machine learning?
• Machine learning process
• Machine learning algorithms
MACHINE LEARNING:

• Machine Learning is a sub-set of Artificial Intelligence where computer algorithms are


used to autonomously learn from data and information. Machine learning computers can
change and improve their algorithms all by themselves.

AI

ML
TYPES OF MACHINE LEARNING

Supervised learning Unsupervised learning

Machine Learning can Machine Learning can


learn from labeled data learn from unlabeled data
(known as supervised (known as unsupervised
learning) learning)
EXAMPLE OF K-MEAN NEIGHBOR
CLASSIFICATION
Maths Computer Result Query= find that x is pass or not. having
science Marks in math=6 and in c.s is 8
4 3 Fail
6 7 Pass
7 8 Pass
5 5 Fail
8 8 Pass
APPLICATIONS OF MACHINE LEARNING

• Image recognition
• Speech recognition
• Product recommendation
• Medical diagnosis
• Virtual personnel assistant
• Automatic language translate
REFERENCES

• Wikipedia .com
• https://youtu.be/mzPHmNm_NrM
• https://youtu.be/ZxbF0qDe-pw
• https://youtu.be/xLkk6MUrvrw
• Upskillz .com
• https://youtu.be/VImxF-9jk1E
• Five minute engineering youtube channel

You might also like