- 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.
- C# 7 and .NET Core Cookbook
- PyTorch自動駕駛視覺感知算法實戰
- 跟“龍哥”學C語言編程
- Building a RESTful Web Service with Spring
- Learning Informatica PowerCenter 10.x(Second Edition)
- 實戰低代碼
- C語言程序設計教程
- 愛上micro:bit
- 輕松上手2D游戲開發:Unity入門
- Java程序設計案例教程
- Access 2010中文版項目教程
- GameMaker Essentials
- C語言程序設計與應用(第2版)
- Machine Learning for Developers
- Mudbox 2013 Cookbook