Android SDK - Recommender

Algorithm
Recommender
Use Cases
Content Recommender, Game recommenders, Price category recommenders, Product recommender, Service Recommenders, etc.

Prerequisites

Before you start using our Recommender algorithm, ensure you’ve:
  1. Created a schema
  1. Integrated code to process your data and installed Begin’s Android SDK
  1. Created a project with the objective “Recommender”
Learning usually takes about 30 minutes. Once complete, your machine learning algorithm is ready to be used on your mobile device, browser, connected vehicles, or server applications.

Procedure

Once learning is complete, use the following call to pull a list of recommendations: To get a list of recommendations, call the following:
BeginWorker.getInstance().recommend();
You can monitor the learning on your dashboard. In time, enough users will interact with your app and provide enough learning material for using the recommender.
💡
NOTE: The timeframe will vary depending on the number of users interacting with your software. For example, if you have 100k active users, your model is usually ready in two hours.