advertisement
Machine Learning: Step-by-Step Guide To Implement Machine Learning
Algorithms with Python
Introduction
What is Machine learning?
Table of Contents
CHAPTER 1
INTRODUCTION TO MACHINE LEARNING
What is machine learning?
Why machine learning?
When should you use machine learning?
Types of Systems of Machine Learning
Supervised and unsupervised learning
Supervised Learning
The most important supervised algorithms
Unsupervised Learning
The most important unsupervised algorithms
Reinforcement Learning
Batch Learning
Online Learning
Instance based learning
Model-based learning
Bad and Insufficient Quantity of Training Data
Poor-Quality Data
Irrelevant Features
Feature Engineering
CHAPTER 2
CLASSIFICATION
Installation
The MNIST
Measures of Performance
Confusion Matrix
Recall
Recall Tradeoff
ROC
Multi-class Classification
Training a Random Forest Classifier
Error Analysis
Multi-label Classifications
Multi-output Classification
CHAPTER 3
HOW TO TRAIN A MODEL
Linear Regression
Computational Complexity
Gradient Descent
Batch Gradient Descent
Stochastic Gradient Descent
Mini-Batch Gradient Descent
Polynomial Regression
Learning Curves
Regularized Linear Models
Ridge Regression
Lasso Regression
Chapter 4
Different models combinations
Implementing a simple majority classifier
Combining different algorithms for classification with majority vote
Questions
Machine Learning Algorithms with Python
ReplyDelete