Machine Learning
Three Ways of Machine Learning
Supervised Machine Learning:
In this learning,
the data present (called as predictor variables/features) in the machine are
labeled with respect to the output data (target variable). This predictor
variable make predictions according to the input data and goes on until it
reaches the higher accuracy result with respect to the target variable.
Algorithms:
1. Linear regression
2. Logistic regression
3. Support Vector Machines
4. Naive Bayes
5. K-nearest neighbour algorithm
6. Random Forest Algorithm
Applications:
1. Bioinformatics
2. Quantitative structure
3. Database marketing
4. Handwriting recognition
5. Information retrieval
6. Learning to rank
7. Information extraction
8. Object recognition in computer vision
9. Optical character recognition
10. Spam detection
11. Pattern recognition
Unsupervised Machine Learning:
Algorithm:
1. K-means Algorithm
2. Apriori Algorithm
3. Expectation–maximization algorithm (EM)
4. Principal Component Analysis (PCA)
Application :
1. Human Behaviour Analysis
2. Social Network Analysis to define groups of friends.
3. Market Segmentation of companies by location, industry,
vertical.
4. Organizing computing clusters based on similar event patterns
and processes.
Reinforcement Machine Learning :
Algorithm:
1. Q-Learning Algorithm
2. State–action–reward–state–action Algorithm (SARSA)
3. Deep Q Network Algorithm (DQN)
4. Deep Deterministic Policy Gradient Algorithm (DDPG)
Application:
1. Resources management in computer clusters
2. Traffic Light Control
3. Robotics
4. Web System Configuration
5. Personalized Recommendations
Subscribe by Email
Follow Updates Articles from This Blog via Email
No Comments