- Machine Learning for OpenCV
- Michael Beyeler
- 299字
- 2021-07-02 19:47:17
Working with Data in OpenCV and Python
Now that we have whetted our appetite for machine learning, it is time to delve a little deeper into the different parts that make up a typical machine learning system.
Far too often, you hear someone throw around the phrase, just apply machine learning to your data!, as if that will instantly solve all your problems. You can imagine that the reality of this is much more intricate. Although, I will admit that nowadays it is incredibly easy to build your own machine learning system simply by cutting and pasting just a few lines of code from the internet. However, in order to build a system that is truly powerful and effective, it is essential to have a firm grasp of the underlying concepts and an intimate knowledge of the strengths and weaknesses of each method. So don't worry if you aren't considering yourself a machine learning expert just yet. Good things take time.
Earlier, I described machine learning as a subfield of artificial intelligence. This might be true--mainly for historical reasons--but most often, machine learning is simply about making sense of data. Therefore, it might be more suitable to think of machine learning as a subfield of data science, where we build mathematical models to help understand data.
Hence, this chapter is all about data. We want to learn how data fits in with machine learning, and how to work with data using the tools of our choice: OpenCV and Python.
Specifically, we want to address the following questions:
- What does a typical machine learning workflow look like; where does data come into play?
- What are training data and test data; what are they good for?
- How do I load, store, edit, and visualize data with OpenCV and Python?
- Computer Vision for the Web
- Spring Boot+Spring Cloud+Vue+Element項(xiàng)目實(shí)戰(zhàn):手把手教你開發(fā)權(quán)限管理系統(tǒng)
- Learning Bayesian Models with R
- iOS應(yīng)用逆向工程(第2版)
- Linux Device Drivers Development
- Protocol-Oriented Programming with Swift
- Learning OpenStack Networking(Neutron)(Second Edition)
- HTML5秘籍(第2版)
- PrimeFaces Blueprints
- 大學(xué)計(jì)算機(jī)基礎(chǔ)
- WildFly Cookbook
- Python編程入門(第3版)
- 編程的原則:改善代碼質(zhì)量的101個(gè)方法
- Java EE程序設(shè)計(jì)與開發(fā)實(shí)踐教程
- Windows 10 for Enterprise Administrators