Get Smart with Salesforce Einstein
-
Salesforce Einstein Basics
Get Started with Einstein -
Get Started with Einstein7 Topics
-
Learning Objectives - Einstein
-
AI Basics and Smart Assistants
-
I Have AI and Smart Assistants Down. How Does Salesforce Einstein Fit In?
-
But How Can Einstein Specifically Benefit My Business?
-
So What Makes Einstein Different?
-
Do I Have to Be a Genius to Use This? I’m Pretty Sure Einstein Was a Genius
-
The Time Is Now for Salesforce Einstein
-
Learning Objectives - Einstein
-
Learn About Einstein Out-Of-The-Box Applications7 Topics
-
Responsible Creation of Artificial IntelligenceUse the Einstein Platform9 Topics
-
Understand the Ethical Use of Technology8 Topics
-
Learn the Basics of Artificial Intelligence5 Topics
-
Recognize Bias in Artificial Intelligence6 Topics
-
Einstein Bots BasicsRemove Bias from Your Data and Algorithms6 Topics
-
Learn About Einstein Bots6 Topics
-
Plan Your Bot Content4 Topics
-
Einstein Next Best ActionLearn the Prerequisites and Enable Einstein Bots3 Topics
-
Get Started with Einstein Next Best Action9 Topics
-
Learning Objectives - Einstein Next Best Action
-
Rise of Business Intelligence
-
A Wealth of Insights Brings a New Set of Challenges
-
Better Recommendations with Einstein Next Best Action
-
Unify Sources of Insight
-
Connect Recommendations to Automation
-
Surface Actionable Intelligence
-
Applications for Different Lines of Business
-
How Can I Get Einstein Next Best Action?
-
Learning Objectives - Einstein Next Best Action
-
Sales Cloud EinsteinUnderstand How Einstein Next Best Action Works7 Topics
-
Increase Sales Productivity5 Topics
-
Automate Sales Activities5 Topics
-
Target the Best Leads3 Topics
-
Close More Deals6 Topics
-
Connect with Your Customers and Create New Business4 Topics
-
Sales Cloud Einstein Rollout StrategiesImprove Sales Predictions4 Topics
-
Use AI to Improve Sales
-
Start with a Plan
-
Set Goals and Priorities
-
Get Ready for Einstein
-
Quick Start: Einstein Prediction BuilderStart Using Sales Cloud Einstein
-
Sign Up for an Einstein Prediction Builder Trailhead Playground
-
Create a Formula Field to Predict
-
Enrich Your Prediction
-
Build a Prediction
-
Quick Start: Einstein Image ClassificationCreate a List View for Your Predictions
-
Get an Einstein Platform Services Account
-
Get the Code
-
Create a Remote Site
-
Create the Apex Classes
-
Einstein Intent API BasicsCreate the Visualforce Page
-
Get Started with Einstein Language
-
Set Up Your Environment
-
Create the Dataset
-
Train the Dataset and Create a Model
-
Put Predictions into Action with Next Best ActionUse the Model to Make a Prediction
-
Learn the Basics and Set Up a Custom Playground
-
Define and Build a Prediction
-
Customize Your Contact and List Displays
-
Create Recommendations for Einstein Next Best Action
-
Create a Next Best Action Strategy
-
Add Next Best Action to Your Contacts
Participants 106154
Not familiar with AI? Before completing this module, check out the Artificial Intelligence for Business module https://trailhead.salesforce.com/en/content/learn/modules/artificial-intelligence-for-business (part of the Get Smart with Salesforce Einstein trail) to learn what it is and how it can transform your relationship with your customers.
The terms machine learning and artificial intelligence are often used interchangeably, but they don’t mean the same thing. Before we get into the nitty-gritty of creating AI responsibly, here is a reminder of what these terms mean.
Machine Learning (ML)
When we talk about machine learning, we’re referring to a specific technique that allows a computer to “learn” from examples without having been explicitly programmed with step-by-step instructions. Currently, machine learning algorithms are geared toward answering a single type of question well. For that reason, machine learning algorithms are at the forefront of efforts to diagnose diseases, predict stock market trends, and recommend music.
Artificial Intelligence (AI)
Artificial intelligence is an umbrella term that refers to efforts to teach computers to perform complex tasks and behave in ways that give the appearance of human agency. Often they do this work by taking cues from the environment they’re embedded in. AI includes everything from robots who play chess to chatbots that can respond to customer support questions to self-driving cars that can intelligently navigate real-world traffic.
AI can be composed of algorithms. An algorithm is a process or set of rules that a computer can execute. AI algorithms can learn from data. They can recognize patterns from the data provided to generate rules or guidelines to follow. Examples of data include historical inputs and outputs (for example, input: all email; output: which emails are spam) or mappings of A to B (for example, a word in English mapped to its equivalent in Spanish). When you have trained an algorithm with training data, you have a model. The data used to train a model is called a training dataset. The data used to test how well a model is performing is call test dataset. Both training datasets and test datasets consist of data with input and expected output. You should evaluate a model with a different but equivalent set of data, the test dataset, to test if it is actually doing what you intended.
Bias Challenges in AI
So far, we've discussed the broad ethical implications of developing technology. Now, let's turn our attention to AI. AI poses unique challenges when it comes to bias and making fair decisions.