- 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.
- Android Wearable Programming
- Pandas Cookbook
- Instant Zepto.js
- 編寫整潔的Python代碼(第2版)
- Bulma必知必會(huì)
- 區(qū)塊鏈:以太坊DApp開發(fā)實(shí)戰(zhàn)
- Learning Apache Mahout Classification
- Spring核心技術(shù)和案例實(shí)戰(zhàn)
- Learning Apache Cassandra
- 搞定J2EE:Struts+Spring+Hibernate整合詳解與典型案例
- 深入實(shí)踐Kotlin元編程
- 實(shí)戰(zhàn)Java高并發(fā)程序設(shè)計(jì)(第2版)
- Neo4j 3.x入門經(jīng)典
- WordPress Search Engine Optimization(Second Edition)
- Deep Learning for Natural Language Processing