欢迎访问学兔兔,学习、交流 分享 !

返回首页 |
当前位置: 首页 > 书籍手册>计算机与网络 >OpenCV机器学习 影印版 Michael Beyeler著 2019年版

OpenCV机器学习 影印版 Michael Beyeler著 2019年版

收藏
  • 大小:67.54 MB
  • 语言:英文版
  • 格式: PDF文档
  • 类别:计算机与网络
  • 更新日期:2024-04-16
推荐:升级会员 无限下载,节约时间成本!
关键词:机器   学习   OpenCV
资源简介
OpenCV机器学习 影印版
作者:Michael Beyeler著
出版时间:2019年版
内容简介
  《OpenCV机器学习(影印版)》首先介绍了统计学习的基本概念,例如分类和回归。介绍完所有的基础知识之后,就开始探究如决策树、支持向量机、贝叶斯网络等算法,学习如何将它们与其他OpenCV功能综合运用。你的机器学习技能会随着书中内容的进度一同提高,直到准备好学习当前热门的主题:深度学习。在《OpenCV机器学习(影印版)》的结尾,你可以根据现有的源代码构建或是从头开发自己的算法来解决自己碰到的机器学习问题!
目录
Preface
Chapter 1:A Taste of Machine Learning
Getting started with machine learning
Problems that machine learning can solve
Getting started with Python
Getting started with OpenCV
Installation
Getting the latest code for this book
Getting to grips with Python's Anaconda distribution
Installing OpenCV in a conda environment
Verifying the installation
Getting a glimpse of OpenCV's ML module
Summary
Chapter 2: Working with Data in OpenCV and Python
Understanding the machine learning workflow
Dealing with data using OpenCV and Python
Starting a new IPython or Jupyter session
Dealing with data using Python's NumPy package
Importing NumPy
Understanding NumPy arrays
Accessing single array elements by indexing
Creating multidimensional arrays
Loading external datasets in Python
Visualizing the data using Matplotlib
Importing Matplotlib
Producing a simple plot
Visualizing data from an external dataset
Dealing with data using OpenCV's TrainData container in C++
Summary
Chapter 3: First Steps in Supervised Learning
Understanding supervised learning
Having a look at supervised learning in OpenCV
Measuring model performance with scoring functions
Scoring classifiers using accuracy, precision, and recall
Scoring regressors using mean squared error, explained variance, and R squared
Using classification models to predict class labels
Understanding the k-NN algorithm
Implementing k-NN in OpenCV
Generating the training data
Training the classifier
Predicting the label of a new data point
Using regression models to predict continuous outcomes
Understanding linear regression
Using linear regression to predict Boston housing prices
Loading the dataset
Training the model
Testing the model
Applying Lasso and ridge regression
Classifying iris species using logistic regression
Understanding logistic regression
Loading the training data
Making it a binary classification problem
Inspecting the data
Splitting the data into training and test sets
Training the classifier
Testing the classifier
Summary
Chapter 4: Representing Data and Engineering Features
Understanding feature engineering
Preprocessing data
Standardizing features
Normalizing features
Scaling features to a range
Binarizing features
Handling the missing data
Understanding dimensionality reduction
Implementing Principal Component Analysis (PCA) in OpenCV
Implementing Independent Component Analysis (ICA)
Implementing Non-negative Matrix Factorization (NMF)
Representing categorical variables
Representing text features
Representing images
Using color spaces
Encoding images in RGB space
Encoding images in HSV and HLS space
Detecting corners in images
Chapter 5: Using Decision Trees to Make a Medical Diagnosis
Chapter 6: Detecting Pedestrians with Support Vector Machines
Chapter 7: Implementing a Spam Filter with Bayesian Learning
Chapter 8: Discovering Hidden Structures with Unsupervised Learning
Chapter 9: Using Deed Learning to Classifv Handwritten Diqits
Chapter 10: Combining Different Algorithms into an Ensemble
Chapter 11:Selecting the Right Model with Hyperparameter Tuning
Chapter 12: Wrapping Up
下载地址