- Machine Learning with scikit:learn Quick Start Guide
- Kevin Jolly
- 241字
- 2021-06-24 18:15:54
Supervised learning algorithms
Supervised learning algorithms can be used to solve both classification and regression problems. In this book, you will learn how to implement some of the most popular supervised machine learning algorithms. Popular supervised machine learning algorithms are the ones that are widely used in industry and research, and have helped us solve a wide range of problems across a wide range of domains. These supervised learning algorithms are as follows:
- Linear regression: This supervised learning algorithm is used to predict continuous numeric outcomes such as house prices, stock prices, and temperature, to name a few
- Logistic regression: The logistic learning algorithm is a popular classification algorithm that is especially used in the credit industry in order to predict loan defaults
- k-Nearest Neighbors: The k-NN algorithm is a classification algorithm that is used to classify data into two or more categories, and is widely used to classify houses into expensive and affordable categories based on price, area, bedrooms, and a whole range of other features
- Support vector machines: The SVM algorithm is a popular classification algorithm that is used in image and face detection, along with applications such as handwriting recognition
- Tree-Based algorithms: Tree-based algorithms such as decision trees, Random Forests, and Boosted trees are used to solve both classification and regression problems
- Naive Bayes: The Naive Bayes classifier is a machine learning algorithm that uses the mathematical model of probability to solve classification problems
推薦閱讀
- Photoshop CS4經(jīng)典380例
- C語言開發(fā)技術(shù)詳解
- 觸控顯示技術(shù)
- Containers in OpenStack
- 精通數(shù)據(jù)科學(xué):從線性回歸到深度學(xué)習(xí)
- 強(qiáng)化學(xué)習(xí)
- 無人駕駛感知智能
- Serverless Design Patterns and Best Practices
- Deep Learning Essentials
- Arduino創(chuàng)意機(jī)器人入門:基于ArduBlock(第2版)
- 數(shù)字中國(guó):大數(shù)據(jù)與政府管理決策
- 自動(dòng)控制原理
- 機(jī)器人制作入門(第3版)
- R Data Visualization Recipes
- 數(shù)字媒體交互設(shè)計(jì)原理與方法