- Learning Salesforce Einstein
- Mohith Shrivastava
- 182字
- 2021-07-02 21:43:56
Practical machine learning with Google Prediction API and Salesforce
To understand machine learning concepts practically, we will build a simple Proof of Concept (PoC) demo that uses Google Prediction API, and we will apply the predictive results on the Salesforce records. The aim of this exercise is to help you understand the basic steps of machine learning without digging into minute details and to get some idea of how we can leverage external machine learning algorithms on Salesforce data and the power we add to the Salesforce data through machine learning.
Google offers a simple Prediction API. These are predefined models.
Google Prediction API general algorithms can be categorized as follows:
- Given a new item, predict a numeric value for that item, based on similar valued examples in its training data (Regression Model)
- Given a new item, choose a category that describes it best, given a set of similar categorized items in its training data (Categorical Model)
The Prediction API integration with Salesforce is covered in the Practical Machine Learning With Google Prediction API and Salesforce section.
- Java語言程序設計
- Boost.Asio C++ Network Programming(Second Edition)
- Advanced Machine Learning with Python
- 軟件項目管理(第2版)
- Raspberry Pi for Secret Agents(Third Edition)
- 程序員考試案例梳理、真題透解與強化訓練
- 差分進化算法及其高維多目標優化應用
- Redis Essentials
- 琢石成器:Windows環境下32位匯編語言程序設計
- Oracle Exadata專家手冊
- 編程菜鳥學Python數據分析
- Django 3.0應用開發詳解
- 石墨烯改性塑料
- R語言數據挖掘:實用項目解析
- SSH框架企業級應用實戰