Intro To Machine Learning
Intro To Machine Learning
INTRODUCTION TO
MACHINE LEARNING
• Machine Learning is used anywhere from automating
mundane tasks to offering intelligent insights, industries in
every sector try to benefit from it.
• You may already be using a device that utilizes it.
• For example, a wearable fitness tracker like Fitbit, or
• an intelligent home assistant like Google Home.
• The goal is to approximate the mapping function so well that when you have
new input data (x) that you can predict the output variables (Y) for that data.
• Decision Trees
• K Nearest Neighbours
• Linear SVC (Support vector Classifier)
• Logistic Regression
• Naive Bayes
• Neural Networks
• Linear Regression
• Support Vector Regression (SVR)
• Regression Trees
UNSUPERVISED LEARNING
• K-means clustering
• Dimensionality Reduction
• Neural networks / Deep Learning
• Principal Component Analysis
• Singular Value Decomposition
• Independent Component Analysis
• Distribution models
• Hierarchical clustering
APPLICATIONS OF UNSUPERVISED