Skip to main content

One post tagged with "programming"

View All Tags

Using Core ML in iOS from A to Z

· 4 min read
Lan Le (M.Sc)
PhD Student at Ulm University

Core ML (Core Machine Learning) has been released by Apple in iOS 11. There are many articles about “How to using Core ML in iOS”. However, in those articles, authors just told “How to USING the created model” but they didn’t talk “How to CREATE a model”, so I write this article to introduce how to using Core ML from scratch, include how to create a model by yourself.