- 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.
推薦閱讀
- 軟件安全技術(shù)
- Python數(shù)據(jù)分析基礎(chǔ)
- Java入門很輕松(微課超值版)
- Java Web開發(fā)之道
- R語言編程指南
- Python 3破冰人工智能:從入門到實(shí)戰(zhàn)
- CouchDB and PHP Web Development Beginner’s Guide
- Python數(shù)據(jù)可視化之Matplotlib與Pyecharts實(shí)戰(zhàn)
- Learning OpenCV 3 Computer Vision with Python(Second Edition)
- Processing創(chuàng)意編程指南
- Visual Basic程序設(shè)計(jì)全程指南
- Instant Apache Camel Messaging System
- Cloud Development andDeployment with CloudBees
- Selenium Essentials
- 軟件測試項(xiàng)目實(shí)戰(zhàn)之功能測試篇