CoreML model for sentiment analysis

I'm trying to find model for sentiment analysis like the demo app in WWDC session 710 "Core ML in depth".

I can't find it.

Does anyone have it ? Or know how/where to get it?

Many thanks in advance.

Replies

+1

Did you ever find out? I'm trying to implement the most basic char rnn models and it doesnt seem nearly as easy as image classification since you have to deal with the state after each step.

No, no luck 😟

The one from Apple is still not available, but I've created one for Sentiment Analysis for Movie Reviews. More details here: https://martinmitrevski.com/2017/07/10/sentiment-analysis-with-core-ml-on-ios-11/.

Thanks for this 🙂

Heya Rusmin,


I found it here on Github! https://github.com/cocoa-ai/SentimentCoreMLDemo

Here is a list with some models, including one for sentiment analysis: https://github.com/SwiftBrain/awesome-CoreML-models

Getting below error from .mlmodel file

"There was an problem decoding this CoreML document"

Still looking for Semantic Analysis .mlmodel file.

Did you find one solution which is working?