- Machine Learning with Swift
- Alexander Sosnovshchenko
- 243字
- 2021-06-24 18:54:47
What this book covers
Chapter 1, Getting Started with Machine Learning, teaches the main concepts of machine learning.
Chapter 2, Classification – Decision Tree Learning, builds our first machine learning application.
Chapter 3, K-Nearest Neighbors Classifier, continues exploring classification algorithms, and we learn about instance-based learning algorithms.
Chapter 4, K-Means Clustering, continues with instance-based algorithms, this time focusing on an unsupervised clustering task.
Chapter 5, Association Rule Learning, explores unsupervised learning more deeply.
Chapter 6, Linear Regression and Gradient Descent, returns to supervised learning, but this time we switch our attention from non-parametric models, such as KNN and k-means, to parametric linear models.
Chapter 7, Linear Classifier and Logistic Regression, continues by building different, more complex models on top of linear regression: polynomial regression, regularized regression, and logistic regression.
Chapter 8, Neural Networks, implements our first neural network.
Chapter 9, Convolutional Neural Networks, continues NNs, but this time we focus on convolutional NNs, which are especially popular in the computer vision domain.
Chapter 10, Natural Language Processing, explores the amazing world of human natural language. We're also going to use neural networks to build several chatbots with different personalities.
Chapter 11, Machine Learning Libraries, overviews existing iOS-compatible libraries for machine learning.
Chapter 12, Optimizing Neural Networks for Mobile Devices, talks about deep neural network deployment on mobile platforms.
Chapter 13, Best Practices, discusses a machine learning app's life cycle, common problems in AI projects, and how to solve them.
- 24小時學會電腦組裝與維護
- SDL Game Development
- 電腦常見故障現(xiàn)場處理
- 筆記本電腦維修不是事兒(第2版)
- 計算機組裝維修與外設配置(高等職業(yè)院校教改示范教材·計算機系列)
- Hands-On Motion Graphics with Adobe After Effects CC
- FL Studio Cookbook
- Arduino項目開發(fā):智能生活
- 計算機組裝與維護(慕課版)
- UML精粹:標準對象建模語言簡明指南(第3版)
- 分布式存儲系統(tǒng):核心技術、系統(tǒng)實現(xiàn)與Go項目實戰(zhàn)
- Exceptional C++:47個C++工程難題、編程問題和解決方案(中文版)
- Spring Cloud微服務架構開發(fā)
- INSTANT Cinema 4D Starter
- Hands-On Unsupervised Learning with Python