Tag

Core ML

1 views collected around this technical thread.

Qunar Tech Salon
Qunar Tech Salon
Jul 2, 2018 · Mobile Development

Qunar Developers' Takeaways from WWDC 2018: ARKit 2.0, Swift, Core ML, Siri Shortcuts, and watchOS 5

At WWDC 2018 Qunar developers Jiang Zhuo and Zhang Zitian reported on Apple’s new software features—including iOS 12 performance improvements, ARKit 2.0 enhancements, Swift updates, Core ML advances, Siri Shortcuts, and watchOS 5—while discussing their relevance for mobile and AR app development.

ArkitCore MLSiri Shortcuts
0 likes · 10 min read
Qunar Developers' Takeaways from WWDC 2018: ARKit 2.0, Swift, Core ML, Siri Shortcuts, and watchOS 5
Hujiang Technology
Hujiang Technology
Jul 6, 2017 · Artificial Intelligence

Comparing Core ML and TensorFlow Performance and API Usage on iOS

The article compares Apple’s Core ML and Google’s TensorFlow on iOS, explaining their architectures, showing performance measurements, and detailing API usage with code examples, highlighting Core ML’s ease of integration versus TensorFlow’s greater flexibility but higher complexity.

Core MLMachine LearningPerformance
0 likes · 10 min read
Comparing Core ML and TensorFlow Performance and API Usage on iOS
Hujiang Technology
Hujiang Technology
Jun 18, 2017 · Artificial Intelligence

Using Apple Core ML for On‑Device Machine Learning: A Practical Guide with ResNet‑50 Example

Core ML is Apple’s on‑device machine‑learning framework that integrates deep‑learning, decision‑tree, SVM and linear models into iOS apps, leveraging Accelerate, BNNS and Metal Performance Shaders, and the article demonstrates its use with a ResNet‑50 model, Vision APIs, and complete Objective‑C code.

Core MLMachine LearningObjective‑C
0 likes · 6 min read
Using Apple Core ML for On‑Device Machine Learning: A Practical Guide with ResNet‑50 Example