Where Machine Learning Models Live
摘要
When creating an AI-driven product, you need to decide where the machine learning model and information needed to make predictions or decisions will come together and then how you will send those outputs back to the end user. One option is to have the machine learning model live directly on the user’s device. If you do this, you will need to think about how to keep the model updated for all users. Another option is to have the model work in the cloud. In this case, you will need to figure out how to send the necessary data from the user’s device to the cloud quickly and in an inexpensive manner that works smoothly.