This repository contains all of the code used in the blog post, A guide to Machine Learning on iPhone : Intro to Apple's CoreML.
Please utilize this code in conjuction with the blog to get a better context.
- Complete App - A complete working app for sms spam classification based on the model built in the article.
- Practice App - An incomplete version of the app, specifically missing the CoreML model built in the article and some code in
ViewController.swift. Good for following along with the blog.
The code in this repository is under CC BY-SA 3.0 license.
-
Siraj Raval for making a really interesting tutorial for the same.
-
Gokul for TF-IDF logic in swift.
