👩💻 Join our community of thousands of amazing developers!
Note: This is a cross-post of the original publication on contextsdk.com. Introduction Machine Learning (ML) in the context of mobile apps is a wide topic, with different types of implementations and requirements. On the highest levels, you can distinguish between: Running ML models on server infrastructure and accessing it from your app through API requests Running ML models on-device within your app (we will focus on this) Fine-tuning pre-trained ML models on-device based on user behavior Tr...