- 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.
- Extending Jenkins
- 新編Visual Basic程序設(shè)計(jì)上機(jī)實(shí)驗(yàn)教程
- Git Version Control Cookbook
- Network Automation Cookbook
- Securing WebLogic Server 12c
- Python機(jī)器學(xué)習(xí)編程與實(shí)戰(zhàn)
- iOS編程基礎(chǔ):Swift、Xcode和Cocoa入門指南
- C#程序設(shè)計(jì)
- Unreal Engine 4 Shaders and Effects Cookbook
- Go語(yǔ)言精進(jìn)之路:從新手到高手的編程思想、方法和技巧(2)
- Building Wireless Sensor Networks Using Arduino
- Java零基礎(chǔ)實(shí)戰(zhàn)
- Node.js 12實(shí)戰(zhàn)
- Building a Media Center with Raspberry Pi
- Web前端開(kāi)發(fā)技術(shù)實(shí)踐指導(dǎo)教程