- Machine Learning with Swift
- Alexander Sosnovshchenko
- 182字
- 2021-06-24 18:55:02
Summary
In this chapter, we had our first experience of building a machine learning application, starting from the data and all the way over to the working iOS application. We went through several phases in this chapter:
- Exploratory data analysis using Jupyter, pandas, and Matplotlib
- Data preparation—splitting, and handling categorical variables
- Model prototyping using scikit-learn
- Model tuning and evaluation
- Porting prototype for the mobile platform using Core ML
- Model validation on a mobile device
There are several machine learning topics that we've learned about in this chapter: model parameters vs. hyperparameters, overfitting vs. underfitting, evaluation metrics: cross-validation, accuracy, precision, recall, and F1-score. These are the basic things that will be recurring topics throughout this book.
We've become acquainted with two machine learning algorithms, namely decision trees and random forest, a type of model ensemble.
In the next chapter, we're going to continue exploring classification algorithms, and will learn about instance-based learning algorithms. We will also build an iOS app that can learn right on the device, this time not for alien classification, but for some real-world problem, I promise.
- 筆記本電腦使用、維護與故障排除實戰
- 用“芯”探核:龍芯派開發實戰
- Applied Unsupervised Learning with R
- Apple Motion 5 Cookbook
- Mastering Adobe Photoshop Elements
- 基于Apache Kylin構建大數據分析平臺
- SiFive 經典RISC-V FE310微控制器原理與實踐
- 電腦高級維修及故障排除實戰
- BeagleBone Robotic Projects
- Istio服務網格技術解析與實踐
- Neural Network Programming with Java(Second Edition)
- 圖解計算機組裝與維護
- Blender Game Engine:Beginner's Guide
- Python Machine Learning Blueprints
- Intel FPGA權威設計指南:基于Quartus Prime Pro 19集成開發環境