- 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.
- HTML5+CSS3王者歸來
- Learning C# by Developing Games with Unity 2020
- Spring 5企業(yè)級(jí)開發(fā)實(shí)戰(zhàn)
- Vue.js 2 and Bootstrap 4 Web Development
- x86匯編語言:從實(shí)模式到保護(hù)模式(第2版)
- Processing互動(dòng)編程藝術(shù)
- 數(shù)據(jù)結(jié)構(gòu)(C語言)
- Python漫游數(shù)學(xué)王國(guó):高等數(shù)學(xué)、線性代數(shù)、數(shù)理統(tǒng)計(jì)及運(yùn)籌學(xué)
- Python忍者秘籍
- 深度學(xué)習(xí)原理與PyTorch實(shí)戰(zhàn)(第2版)
- Go語言底層原理剖析
- Mockito Essentials
- Django Design Patterns and Best Practices
- Android Studio開發(fā)實(shí)戰(zhàn):從零基礎(chǔ)到App上線 (移動(dòng)開發(fā)叢書)
- Mastering ASP.NET Core 2.0