Search icon
Arrow left icon
All Products
Best Sellers
New Releases
Books
Videos
Audiobooks
Learning Hub
Newsletters
Free Learning
Arrow right icon
Machine Learning with Swift

You're reading from  Machine Learning with Swift

Product type Book
Published in Feb 2018
Publisher Packt
ISBN-13 9781787121515
Pages 378 pages
Edition 1st Edition
Languages
Authors (3):
Jojo Moolayil Jojo Moolayil
Profile icon Jojo Moolayil
Alexander Sosnovshchenko Alexander Sosnovshchenko
Profile icon Alexander Sosnovshchenko
Oleksandr Baiev Oleksandr Baiev
View More author details

Table of Contents (18) Chapters

Title Page
Packt Upsell
Contributors
Preface
Getting Started with Machine Learning Classification – Decision Tree Learning K-Nearest Neighbors Classifier K-Means Clustering Association Rule Learning Linear Regression and Gradient Descent Linear Classifier and Logistic Regression Neural Networks Convolutional Neural Networks Natural Language Processing Machine Learning Libraries Optimizing Neural Networks for Mobile Devices Best Practices Index

Computer vision


Under this section let us look at few computer vision libraries in detail:

OpenCV

OpenCV is a library of computer vision algorithms, image processing, and general-purpose numerical algorithms. It is implemented in C/C++ but has interfaces for Python, Java, Ruby, Matlab, Lua, and other languages. It can be freely used for academic and commercial purposes because it is distributed under the BSD license.

Since OpenCV 3.1, there is a DNN module and in OpenCV 3.3, the module has been promoted to opencv_contrib.

Note

Official site: http://opencv.orgAdditional OpenCV modules: https://github.com/opencv/opencv_contribDemo Swift app using OpenCV: https://github.com/foundry/OpenCVSwiftStitch

ccv

ccv is another C++ computer vision library for iOS, macOS, Android, Linux FreeBSD, and Windows. It is distributed under the BSD three-clause license.

From the official site:

"One core concept of ccv development is application driven. Thus, ccv ends up implementing a handful state-of-art algorithms. It...

lock icon The rest of the chapter is locked
Register for a free Packt account to unlock a world of extra content!
A free Packt account unlocks extra newsletters, articles, discounted offers, and much more. Start advancing your knowledge today.
Unlock this book and the full library FREE for 7 days
Get unlimited access to 7000+ expert-authored eBooks and videos courses covering every tech area you can think of
Renews at $15.99/month. Cancel anytime}