错误:搜索内容不能为空,请输入英文关键词
错误:关键词超出字数限制,请精简
高级检索

Where Machine Learning Models Live

  • Maxine Attobrah

摘要

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.