- Machine Learning for OpenCV
- Michael Beyeler
- 187字
- 2021-07-02 19:47:26
Summary
In this chapter, we covered quite a lot of ground, didn't we!
In short, we learned a lot about different supervised learning algorithms, how to apply them to real datasets, and how to implement everything in OpenCV. We introduced classification algorithms such as k-NN and logistic regression and discussed how they could be used to predict labels as two or more discrete categories. We introduced various variants of linear regression (such as Lasso regression and ridge regression) and discussed how they could be used to predict continuous variables. Last but not least, we got acquainted with the Iris and Boston datasets, two classics in the history of machine learning.
In the following chapters, we will go into much greater depth within these topics, and see some more interesting examples of where these concepts can be useful.
But first, we need to talk about another essential topic of machine learning, feature engineering. Often, data does not come in nicely formatted datasets, and it is our responsibility to represent the data in a meaningful way. Therefore, the next chapter will talk all about representing features and engineering data.
- Spring Cloud Alibaba核心技術(shù)與實(shí)戰(zhàn)案例
- 數(shù)字媒體應(yīng)用教程
- Microsoft Exchange Server PowerShell Cookbook(Third Edition)
- Learning Docker
- Java 9 Programming Blueprints
- Cassandra Design Patterns(Second Edition)
- Learning Laravel 4 Application Development
- Troubleshooting PostgreSQL
- 全棧自動(dòng)化測(cè)試實(shí)戰(zhàn):基于TestNG、HttpClient、Selenium和Appium
- Java EE企業(yè)級(jí)應(yīng)用開發(fā)教程(Spring+Spring MVC+MyBatis)
- Ext JS 4 Plugin and Extension Development
- 超好玩的Scratch 3.5少兒編程
- SQL Server 2012 數(shù)據(jù)庫(kù)應(yīng)用教程(第3版)
- Getting Started with RethinkDB
- Java Web應(yīng)用開發(fā)