- Machine Learning with Swift
- Alexander Sosnovshchenko
- 123字
- 2021-06-24 18:54:54
Time to practice
In the following sections, we'll dive into machine learning practice, to get a feeling of what it looks like. Just like in a theater play, in machine learning you have a list of characters and a list of acts.
Two main characters are:
- Dataset
- Model
Three main acts are:
- Dataset preparation
- Model training
- Model evaluation
We'll go through all these acts, and by the end of the chapter we'll have our first trained model. First, we need to define a problem, and then we can start coding a prototype in Python. Our destination point is a working model in Swift. Don't take the problem itself too seriously, though, because as the first exercise, we're going to solve a fictional problem.
推薦閱讀
- Arduino入門基礎教程
- 顯卡維修知識精解
- 電腦軟硬件維修大全(實例精華版)
- Mastering Manga Studio 5
- 筆記本電腦維修不是事兒(第2版)
- 分布式微服務架構:原理與實戰
- 微軟互聯網信息服務(IIS)最佳實踐 (微軟技術開發者叢書)
- 深入理解序列化與反序列化
- LPC1100系列處理器原理及應用
- Istio實戰指南
- Building Machine Learning Systems with Python
- 計算機組裝與維護(慕課版)
- Corona SDK Mobile Game Development:Beginner's Guide
- 嵌入式系統設計大學教程(第2版)
- 微服務架構基礎(Spring Boot+Spring Cloud+Docker)