Skip to main content

guesstimate

In this challenge, you have to 'steal' the model used in performing the sentiment analysis of a series of sentences. This is a page that describes sentiment analysis. This challenge is inspired by the paper Stealing Machine Learning Models via Prediction APIs. Solving this challenge requires being able to replicate how the service scores sentences using its sentiment analysis model.

Helpful resources

It would be convenient to know the results ahead of time... How could you achieve that?

Solution

The challenge can be solved by connecting twice and using one instance against the other.

See exploit.py