Difference between revisions of "Turi"
| Line 1: | Line 1: | ||
[http://www.youtube.com/results?search_query=Turi+apple+machine+learning YouTube search...] | [http://www.youtube.com/results?search_query=Turi+apple+machine+learning YouTube search...] | ||
| − | + | * [http://medium.com/flawless-app-stories/detecting-avengers-superheroes-in-your-ios-app-with-ibm-watson-and-coreml-fe38e493a4d1 Machine Learning in iOS: IBM Watson and CoreML | Khoa Pham | Medium] | |
| − | + | ||
=== Turi ML / CoreML === | === Turi ML / CoreML === | ||
| Line 19: | Line 19: | ||
* [http://developer.apple.com/videos/play/wwdc2018/712/ A Guide to Turi Create | WWDC 2018] | * [http://developer.apple.com/videos/play/wwdc2018/712/ A Guide to Turi Create | WWDC 2018] | ||
| + | * [https://apple.github.io/turicreate/docs/api/turicreate.toolkits.html Turi Create Modelling | Apple] | ||
<youtube>vDd6SRKk3SI</youtube> | <youtube>vDd6SRKk3SI</youtube> | ||
<youtube>za5Dq5xc2u0</youtube> | <youtube>za5Dq5xc2u0</youtube> | ||
Revision as of 06:15, 18 September 2018
Turi ML / CoreML
Apple's CoreML framework for developers to run inference of pre-trained models on their iOS devices. Core ML is the foundation for domain-specific frameworks and functionality. Core ML supports Vision for image analysis, Natural Language for natural language processing, and GameplayKit for evaluating learned decision trees. Core ML itself builds on top of low-level primitives like Accelerate and BNNS, as well as Metal Performance Shaders.
Turi Create
Turi Create is an open source toolset for creating Core ML models, for tasks such as image classification, object detection, style transfers, recommendations, and more. Learn how you can use Turi Create to build models for your apps.