- Learning Microsoft Cognitive Services
- Leif Larsen
- 136字
- 2021-08-13 15:40:22
Using the trained model
Once you are happy with the model, you can use it for predictions. The model can be used in one of the two following ways:
- With a REST API
- Export it to a model file
The first choice involves uploading an image. Calling the generated endpoint for your model, along with the image data, will result in a prediction. The result will contain the predicted tags, ordered by their probability.
The second choice allows you to run the prediction offline. This means that you can utilize different frameworks, such as TensorFlow, CoreML, and ONNX, for different platforms. How to use the model with these frameworks is beyond the scope of this book. The downside of using an offline model is that the accuracy may suffer a bit compared to the online version.
推薦閱讀
- 電腦常見問題與故障排除
- The Applied AI and Natural Language Processing Workshop
- 精選單片機設計與制作30例(第2版)
- 硬件產品經理手冊:手把手構建智能硬件產品
- Artificial Intelligence Business:How you can profit from AI
- 分布式系統與一致性
- Arduino BLINK Blueprints
- Machine Learning Solutions
- Mastering Machine Learning on AWS
- Intel FPGA權威設計指南:基于Quartus Prime Pro 19集成開發環境
- 單片機項目設計教程
- Learning Less.js
- 計算機組裝與維護
- Machine Learning Projects for Mobile Applications
- 電腦組裝與硬件維修從入門到精通