- 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.
推薦閱讀
- 圖解西門子S7-200系列PLC入門
- Learning Cocos2d-x Game Development
- 電腦維護與故障排除傻瓜書(Windows 10適用)
- 電腦軟硬件維修大全(實例精華版)
- 基于Proteus和Keil的C51程序設計項目教程(第2版):理論、仿真、實踐相融合
- INSTANT Wijmo Widgets How-to
- Apple Motion 5 Cookbook
- Rapid BeagleBoard Prototyping with MATLAB and Simulink
- OpenGL Game Development By Example
- 無蘋果不生活:OS X Mountain Lion 隨身寶典
- Spring Cloud實戰
- 筆記本電腦芯片級維修從入門到精通(圖解版)
- 計算機電路基礎(第2版)
- Deep Learning with Keras
- Corona SDK Mobile Game Development:Beginner's Guide