- Learning Salesforce Einstein
- Mohith Shrivastava
- 289字
- 2021-07-02 21:44:02
PredictionIO platform components
The PredictionIO platform components consist of the following components:
- PredictionIO Framework: This provides a stack to build and deploy engines with machine learning algorithms. PredictionIO uses Apache Spark (http://spark.apache.org/) for data processing and MLlib (https://spark.apache.org/docs/latest/mllib-guide.html) to assist with predictive modeling. In this chapter, we will look into the installation of the engine in detail.
Apache Spark is a fast, in-memory data processing engine with development APIs to allow data workers to execute streaming, machine learning, or SQL. It is known to run 100 times faster than Hadoop MapReduce.
- Event Server: This is a machine learning analytics layer used by the PredictionIO platform to collect events from multiple systems. This layer can use Apache HBase (Apache HBase is a data store that runs on top of the Hadoop Distributed File System (HDFS); Hadoop is a framework to handle large datasets in a distributed computing environment) or the Java Database Connectivity (JDBC) backend as its data store. We will look into details on how to set an Event Server later. An Event Server will be a REST endpoint that listens for various events.
- Template Gallery and software development kit (SDKs): Predefined Templates Gallery (https://predictionio.incubator.apache.org/gallery/template-gallery/) for developers to provide a quick start guide for various machine learning tasks such as lead scoring, NLP, classification engine, and so on. This is a place to publish and download (free or proprietary) Engine templates for different types of machine learning applications. Some of these templates are maintained by third parties, but these projects are on GitHub to use and modify. There are also SDKs (https://predictionio.incubator.apache.org/sdk/), both community provided and officially built to help with integration of applications.
推薦閱讀
- HTML5+CSS3+JavaScript從入門(mén)到精通:上冊(cè)(微課精編版·第2版)
- Effective C#:改善C#代碼的50個(gè)有效方法(原書(shū)第3版)
- Building a Game with Unity and Blender
- Architecting the Industrial Internet
- 云原生Spring實(shí)戰(zhàn)
- Learning Zurb Foundation
- 運(yùn)用后端技術(shù)處理業(yè)務(wù)邏輯(藍(lán)橋杯軟件大賽培訓(xùn)教材-Java方向)
- Arduino家居安全系統(tǒng)構(gòu)建實(shí)戰(zhàn)
- Swift Playgrounds少兒趣編程
- Arduino Wearable Projects
- PhantomJS Cookbook
- 深度學(xué)習(xí):基于Python語(yǔ)言和TensorFlow平臺(tái)(視頻講解版)
- Java語(yǔ)言程序設(shè)計(jì)與實(shí)現(xiàn)(微課版)
- 羅布樂(lè)思開(kāi)發(fā)官方指南:Lua 語(yǔ)言編程
- JavaScript實(shí)戰(zhàn)-JavaScript、jQuery、HTML5、Node.js實(shí)例大全(第2版)