Machine Learning Algorithms and Analytics
Profile
Presentation Outline
Expected Outcomes
What is an Algorithm?
An algorithm describes the steps or procedures taken in solving a given task or performing a computation.
Example: Algorithm ATM cash withdrawal
Step 1: Insert ATM Card: ...
Step 2: Select Language. ...
Step 3: Enter 4-Digit ATM Pin: ...
Step 4: Select the type of Transaction: ...
Step 5: Select the Type of Account: ...
Step 6: Enter the withdrawal amount. ...
Step 7: Verify balance: ...
.
.
.
Step n: Take a printed receipt , if needed
Overview of Machine Learning
“At its core, machine learning is a subset of artificial intelligence (AI) that enables computers to learn from data without being explicitly programmed. Think of it as teaching a computer to recognize patterns and make decisions based on examples rather than explicit instructions.”
(Source: https://www.linkedin.com/pulse/what-machine-learning-laymans-guide-understanding-basics-chowdhury-qor6c)
Overview of Machine Learning
Some real world applications of ML include:
Machine Learning Types
Machine Learning Types
Supervised learning
Machine Learning Types
Unsupervised learning
Machine Learning Types
Semi-supervised learning
Machine Learning Types
Reinforcement learning
Machine Learning Problem Domains
Machine Learning Algorithms
Machine Learning Algorithms
Linear Regression
(Source: https://www.datacamp.com/blog/top-machine-learning-use-cases-and-algorithms)
Machine Learning Algorithms
Decision Tree
(Source: https://www.datacamp.com/blog/top-machine-learning-use-cases-and-algorithms)
Machine Learning Algorithms
Random Forest
(Source: https://www.datacamp.com/blog/top-machine-learning-use-cases-and-algorithms)
Machine Learning Algorithms
Support Vector Machine
(Source: https://www.datacamp.com/blog/top-machine-learning-use-cases-and-algorithms)
Machine Learning Algorithms
K-Means Clustering
(Source: https://www.datacamp.com/blog/top-machine-learning-use-cases-and-algorithms)
Machine Learning Algorithms
Principal Component Analysis
(Source: https://www.datacamp.com/blog/top-machine-learning-use-cases-and-algorithms)
Machine Learning Algorithms
Apriori Algorithm
(Source: https://www.datacamp.com/blog/top-machine-learning-use-cases-and-algorithms)
Machine Learning Algorithms
Online Resources for further reading
https://www.datacamp.com/blog/top-machine-learning-use-cases-and-algorithms
https://en.wikipedia.org/wiki/Machine_learning
https://link.springer.com/article/10.1007/S42979-021-00592-X
https://link.springer.com/chapter/10.1007/978-3-319-18305-3_1
THANK
YOU