- Machine Learning with Swift
- Alexander Sosnovshchenko
- 113字
- 2021-06-24 18:54:59
Implementing first machine learning app in Swift
You can transfer your model from Python to Swift in two ways: transfer a trained model, or train a model from the ground up in Swift. The first option is easy in the case of decision trees, as a trained model can be expressed as a set of if-else conditions, which is trivial to code manually. Training the model from the ground up is required only in the situation where you want your app to learn in runtime. We will stick to the first approach in this example, but instead of coding rules manually, we will export the scikit-learn model for iOS using Core ML tools.
推薦閱讀
- Learning SQL Server Reporting Services 2012
- 圖解西門子S7-200系列PLC入門
- FPGA從入門到精通(實戰篇)
- Mastering Delphi Programming:A Complete Reference Guide
- BeagleBone By Example
- 深入淺出SSD:固態存儲核心技術、原理與實戰
- 單片機原理及應用系統設計
- scikit-learn:Machine Learning Simplified
- 龍芯自主可信計算及應用
- Managing Data and Media in Microsoft Silverlight 4:A mashup of chapters from Packt's bestselling Silverlight books
- 無蘋果不生活:OS X Mountain Lion 隨身寶典
- 計算機電路基礎(第2版)
- USB應用開發寶典
- 計算機組裝與維護(慕課版)
- The Reinforcement Learning Workshop