Search icon CANCEL
Arrow left icon
Explore Products
Best Sellers
New Releases
Books
Videos
Audiobooks
Learning Hub
Conferences
Free Learning
Arrow right icon
Arrow up icon
GO TO TOP
Learning Salesforce Einstein

You're reading from   Learning Salesforce Einstein Add artificial intelligence capabilities to your business solutions with Heroku, PredictiveIO, and Force

Arrow left icon
Product type Paperback
Published in Jun 2017
Publisher Packt
ISBN-13 9781787126893
Length 334 pages
Edition 1st Edition
Arrow right icon
Author (1):
Arrow left icon
Mohit Shrivatsava Mohit Shrivatsava
Author Profile Icon Mohit Shrivatsava
Mohit Shrivatsava
Arrow right icon
View More author details
Toc

Table of Contents (10) Chapters Close

Preface 1. Introduction to AI FREE CHAPTER 2. Role of AI in CRM and Cloud Applications 3. Building Smarter Apps Using PredictionIO and Heroku 4. Product Recommendation Application using PredicitionIO and Salesforce App Cloud 5. Salesforce Einstein Vision 6. Building Applications Using Einstein Vision and Salesforce Force.com Platform 7. Einstein for Analytics Cloud 8. Einstein and Salesforce IoT Cloud Platform 9. Measuring and Testing the Accuracy of Einstein

PredictionIO DASE components and customization of Engine

The engine code base is based on the DASE model. DASE is abbreviated as follows:

D: Data Source and Data Preparator

A: Algorithm

S: Serving

E: Evaluation Metric

The following table describes the function of each of the components and the associated Java classes for the Product Recommendation Engine:

...
Component Functionality Java Class
Data Source and Data Preparator The data Source reads data from the input source and transforms into the format used by the Preparator. The Data Preparator preprocesses the data and forwards it to the algorithm for model training.

DataSource.java

DataSourceParams.java

Preparator.java

Algorithm The Algorithm component includes the Machine Learning algorithm and the settings of its parameters, and determines how a predictive model is constructed.

Algorithm.java

AlgorithmParams.java

lock icon The rest of the chapter is locked
Register for a free Packt account to unlock a world of extra content!
A free Packt account unlocks extra newsletters, articles, discounted offers, and much more. Start advancing your knowledge today.
Unlock this book and the full library FREE for 7 days
Get unlimited access to 7000+ expert-authored eBooks and videos courses covering every tech area you can think of
Renews at $19.99/month. Cancel anytime