- Learning Salesforce Einstein
- Mohith Shrivastava
- 167字
- 2021-07-02 21:43:54
Machine Learning
As per Wikipedia:
“Machine learning provides computers with the ability to learn without being explicitly programmed”
Machine learning in general comprises three major steps:
- We collect a lot of examples that specify the correct output for a given input.
- Based on the input dataset, we apply algorithms to form a model or a mathematical function that can predict the outcome.
- We pass the input to the mathematical function obtained in step 2 to obtain the necessary results. Consider the following diagram:

The high level major steps of any machine learning system
In this chapter, we will cover a simple experiment using Google’s Prediction API with Salesforce data, and, in the later chapters, we will introduce you to the PredictionIO part of Einstein offerings from Salesforce, which is an open source Machine Learning Server that allows developers and data scientists to capture data via its Event server, build predictive models with algorithms, and then deploy it as a web service.
推薦閱讀
- 微服務設計(第2版)
- VMware View Security Essentials
- Redis Applied Design Patterns
- Building a Game with Unity and Blender
- vSphere High Performance Cookbook
- C#完全自學教程
- 青少年軟件編程基礎與實戰(圖形化編程三級)
- 新編Premiere Pro CC從入門到精通
- UI智能化與前端智能化:工程技術、實現方法與編程思想
- SEO實戰密碼
- ASP.NET 3.5程序設計與項目實踐
- SQL經典實例(第2版)
- Protocol-Oriented Programming with Swift
- Python算法詳解
- 第一行代碼 C語言(視頻講解版)