SlideShare a Scribd company logo
1 of 145
Download to read offline
VELOX: MODELS IN ACTION
Dan Crankshaw
UC Berkeley AMPLab
crankshaw@cs.berkeley.edu
Marin Software
2015
Algorithms, Machines, and People
Algorithms, Machines, and People
“deep questions over dirty and heterogenous data”
Algorithms, Machines, and People
“deep questions over dirty and heterogenous data”
Algorithms, Machines, and People
“deep questions over dirty and heterogenous data”
Algorithms, Machines, and People
“deep questions over dirty and heterogenous data”
GraphX
Algorithms, Machines, and People
“deep questions over dirty and heterogenous data”
GraphX
Algorithms, Machines, and People
“deep questions over dirty and heterogenous data”
GraphX
Algorithms, Machines, and People
“deep questions over dirty and heterogenous data”
BERKELEY DATA 

ANALYTICS STACK (BDAS)
Spark
Spark
Streaming Spark SQL
BlinkDB
GraphX
MLlib
MLBase
HDFS, S3, …
Tachyon
Mesos HadoopYarn
Catify: Music for Cats
MODELINGTASK
Rating
Songs
MODELINGTASK
Ratings
Songs
Prediction
Catify: Music for Cats
Catify: Music for Cats
CatID Song Score
1 16 2.1
1 14 3.7
3 273 4.2
4 14 1.9
Catify: Music for Cats
Pipeline
CatID Song Score
1 16 2.1
1 14 3.7
3 273 4.2
4 14 1.9
Catify: Music for Cats
Tachyon + HDFS
Pipeline
CatID Song Score
1 16 2.1
1 14 3.7
3 273 4.2
4 14 1.9
Catify: Music for Cats
Tachyon + HDFS
Pipeline
CatID Song Score
1 16 2.1
1 14 3.7
3 273 4.2
4 14 1.9
Pipeline
Tachyon + HDFS
Node.js App Server
Apache Web Server
Catify: Music for Cats
Catify: Music for Cats
Songs
Users
Songs
Users
O(users * songs)
Catify: Music for Cats
Pipeline
Tachyon + HDFS
Node.js App Server
Apache Web Server
Catify: Music for Cats
Pipeline
Tachyon + HDFS
Node.js App Server
Apache Web Server
Precomputed
Ratings
Catify: Music for Cats
Pipeline
Tachyon + HDFS
Node.js App Server
Apache Web Server
Precomputed
Ratings
Catify: Music for Cats
Black box
Pipeline
Tachyon + HDFS
Node.js App Server
Apache Web Server
Training Data
Precomputed
Ratings
Catify: Music for Cats
Black box
Pipeline
Tachyon + HDFS
Node.js App Server
Apache Web Server
Training Data
Precomputed
Ratings
Catify: Music for Cats
Black box
What’s wrong?
1. Serving system: low-latency but
high staleness
What’s wrong?
1. Serving system: low-latency but
high staleness
2. Batch training: slow incremental
maintenance, no serving
What’s wrong?
1. Serving system: low-latency but
high staleness
2. Batch training: slow incremental
maintenance, no serving
3. Ad-hoc model management
What’s wrong?
VELOX GOALS
VELOX GOALS
1. Low latency and fresh predictions
VELOX GOALS
1. Low latency and fresh predictions
2. Break the abstraction: model-
specific optimizations
VELOX GOALS
1. Low latency and fresh predictions
2. Break the abstraction: model-
specific optimizations
3. Unified system eases operation
Spark
Spark
Streaming Spark SQL
BlinkDB
GraphX
MLlib
MLBase
HDFS, S3, …
Tachyon
THE MISSING PIECE IN BDAS
Mesos
Spark
Streaming Spark
SQL
Graph
X ML
library
BlinkDB MLbase
Training
THE MISSING PIECE IN BDAS
Spark
HDFS, S3, …
Tachyon
Mesos
Spark
Streaming Spark
SQL
Graph
X ML
library
BlinkDB MLbase
Training Management + Serving
THE MISSING PIECE IN BDAS
Spark
HDFS, S3, …
Tachyon
Mesos
Spark
Streaming Spark
SQL
Graph
X ML
library
BlinkDB MLbase
Velox
Training Management + Serving
THE MISSING PIECE IN BDAS
Spark
HDFS, S3, …
Tachyon
Mesos
Spark
Streaming Spark
SQL
Graph
X ML
library
BlinkDB MLbase
Velox
Training Management + Serving
Spark
HDFS, S3, …
Tachyon
THE MISSING PIECE IN BDAS
Mesos
Spark
Streaming Spark
SQL
Graph
X ML
library
BlinkDB MLbase
Velox
Training Management + Serving
Spark
HDFS, S3, …
Tachyon
Model
Manager
THE MISSING PIECE IN BDAS
Mesos
Spark
Streaming Spark
SQL
Graph
X ML
library
BlinkDB MLbase
Velox
Training Management + Serving
Spark
HDFS, S3, …
Tachyon
Model
Manager
Prediction
Service
THE MISSING PIECE IN BDAS
Mesos
VELOX ARCHITECTURE
VELOX ARCHITECTURE
Standalone Scala
Service
VELOX ARCHITECTURE
Standalone Scala
Service
Automatic Integration
with Spark
VELOX ARCHITECTURE
Standalone Scala
Service
Personalized Predictions
as a Service
Automatic Integration
with Spark
VELOX ARCHITECTURE
Standalone Scala
Service
Shared-Nothing
Serving Cluster
Personalized Predictions
as a Service
Automatic Integration
with Spark
SYSTEM ARCHITECTURE
uuid: 01-10
uuid: 11-20
uuid: 20-30
SYSTEM ARCHITECTURE
frontend.js
uuid: 01-10
uuid: 11-20
uuid: 20-30
SYSTEM ARCHITECTURE
frontend.js
uuid: 01-10
uuid: 11-20
uuid: 20-30
uuid: 4
SYSTEM ARCHITECTURE
Predictions via REST
frontend.js
uuid: 01-10
uuid: 11-20
uuid: 20-30
uuid: 4
SYSTEM ARCHITECTURE
Predictions via REST
frontend.js
Returns score
uuid: 01-10
uuid: 11-20
uuid: 20-30
uuid: 4
SYSTEM ARCHITECTURE
frontend.js
uuid: 01-10
uuid: 11-20
uuid: 20-30
uuid: 4
SYSTEM ARCHITECTURE
frontend.js
uuid: 01-10
uuid: 11-20
uuid: 20-30
Feedback via REST
uuid: 4
SYSTEM ARCHITECTURE
frontend.js
uuid: 01-10
uuid: 11-20
uuid: 20-30
Feedback via REST
Model updated
in realtime
uuid: 4
SYSTEM ARCHITECTURE
frontend.js
uuid: 01-10
uuid: 11-20
uuid: 20-30
SYSTEM ARCHITECTURE
master
workerworker
worker
frontend.js
uuid: 01-10
uuid: 11-20
uuid: 20-30
SYSTEM ARCHITECTURE
master
workerworker
worker
Batch train RPC
frontend.js
uuid: 01-10
uuid: 11-20
uuid: 20-30
SYSTEM ARCHITECTURE
master
workerworker
worker
Batch train RPC
frontend.js
uuid: 01-10
uuid: 11-20
uuid: 20-30
Returns batch
trained model
Mesos Mesos
HDFS, S3, …
Tachyon
HadoopYarn
Spark
Straming Shark
SQL
Graph
X ML
library
BlinkDB MLbase
Spark
Velox
Training Management + Serving
PREDICTION SERVICE
Model
Manager
Prediction
Service
PREDICTION API
GET	
  /velox/catify/predict?userid=22&song=27632
Simple point queries:
PREDICTION API
GET	
  /velox/catify/predict_top_k?userid=22&k=100
GET	
  /velox/catify/predict?userid=22&song=27632
Simple point queries:
More complex ordering queries:
PREDICTION API
GET	
  /velox/catify/predict_top_k?userid=22&k=100
GET	
  /velox/catify/predict?userid=22&song=27632
Simple point queries:
More complex ordering queries:
Low-latency and
scalable partitioning
Personalized
Predictions
PREDICTION API
GET	
  /velox/catify/predict_top_k?userid=22&k=100
GET	
  /velox/catify/predict?userid=22&song=27632
Simple point queries:
More complex ordering queries:
Low-latency and
scalable partitioning
Personalized
Predictions
Intelligent
Caching
Sharing and re-use of
model partial-state
SYSTEM ARCHITECTURE
Predictions via REST
frontend.js
uuid: 01-10
uuid: 11-20
uuid: 20-30
uuid: 4
PREDICTION EXECUTION
def	
  predict(	
  u:	
  UUID,	
  x:	
  Context	
  )
uuid model
PREDICTION EXECUTION
def	
  predict(	
  u:	
  UUID,	
  x:	
  Context	
  )
uuid model
Look up user
model
Read
PREDICTION EXECUTION
def	
  predict(	
  u:	
  UUID,	
  x:	
  Context	
  )
uuid model
Look up user
model
Primary key lookup
Read
PREDICTION EXECUTION
def	
  predict(	
  u:	
  UUID,	
  x:	
  Context	
  )
uuid model
Look up user
model
Primary key lookup
Partition queries by user:
always local
Read
Compute
Features
PREDICTION EXECUTION
def	
  predict(	
  u:	
  UUID,	
  x:	
  Context	
  )
user independent
}f( )
Compute
Features
PREDICTION EXECUTION
def	
  predict(	
  u:	
  UUID,	
  x:	
  Context	
  )
Feature computation 

could be costly
user independent
}f( )
Compute
Features
PREDICTION EXECUTION
def	
  predict(	
  u:	
  UUID,	
  x:	
  Context	
  )
Feature computation 

could be costly
user independent
}
Cache features for
reuse across users
f( )
TOP-K QUERIES
Query predicate to pre-filter candidate set
All Songs
TOP-K QUERIES
Query predicate to pre-filter candidate set
All Songs Playlist Keywords
TOP-K QUERIES
Query predicate to pre-filter candidate set
All Songs Playlist Keywords
Candidate
Songs
TOP-K QUERIES
Query predicate to pre-filter candidate set
All Songs Playlist Keywords
Candidate
Songs
Score and
rank all
candidates
TOP-K QUERIES
Query predicate to pre-filter candidate set
All Songs Playlist Keywords
Candidate
Songs
By exploiting split model design we can leverage:
Score and
rank all
candidates
TOP-K QUERIES
Query predicate to pre-filter candidate set
All Songs Playlist Keywords
Candidate
Songs
By exploiting split model design we can leverage:
Score and
rank all
candidates
A. Shrivastava, P. Li. “Asymmetric LSH (ALSH) for Sublinear Time Maximum Inner Product
Search (MIPS).” NIPS’14 Best Paper
TOP-K QUERIES
Query predicate to pre-filter candidate set
All Songs Playlist Keywords
Candidate
Songs
By exploiting split model design we can leverage:
Score and
rank all
candidates
A. Shrivastava, P. Li. “Asymmetric LSH (ALSH) for Sublinear Time Maximum Inner Product
Search (MIPS).” NIPS’14 Best Paper
Y. Low and A. X. Zheng. “Fast Top-K Similarity Queries Via Matrix Compression.” CIKM 2012
SYSTEM ARCHITECTURE
frontend.js
uuid: 01-10
uuid: 11-20
uuid: 20-30
uuid: 4
SYSTEM ARCHITECTURE
frontend.js
Returns score
uuid: 01-10
uuid: 11-20
uuid: 20-30
uuid: 4
Mesos Mesos
HDFS, S3, …
Tachyon
HadoopYarn
Spark
Straming Shark
SQL
Graph
X ML
library
BlinkDB MLbase
Spark
Velox
Training Management + Serving
Model
Manager
Prediction
Service
MODEL MANAGER
PERSONALIZED MODELING
PERSONALIZED MODELING
PERSONALIZED MODELING
A Separate Model for Each User?
PERSONALIZED MODELING
Computationally Inefficient
many complex models
A Separate Model for Each User?
PERSONALIZED MODELING
Statistically Inefficient
not enough data per user
Computationally Inefficient
many complex models
A Separate Model for Each User?
Input
(Song)
Rating
Input
(Song)
Rating
Input
(Song)
Rating
Split
Rating
Split
Input
(Song)
PERSONALIZED SPLIT MODEL
Input
(Song)
PERSONALIZED SPLIT MODEL
Input
(Song)
Shared Basis Feature Model
PERSONALIZED SPLIT MODEL
Input
(Song)
Shared Basis Feature Model
Big Data
PERSONALIZED SPLIT MODEL
Input
(Song)
Shared Basis Feature Model
Big Data
Changes Slowly
PERSONALIZED SPLIT MODEL
Input
(Song)
Shared Basis Feature Model
Big Data
Changes Slowly
Train in Batch!
PERSONALIZED SPLIT MODEL
Input
(Song)
Shared Basis Feature Model
Big Data
Changes Slowly
Train in Batch!
Personalized
User Model
PERSONALIZED SPLIT MODEL
Input
(Song)
Shared Basis Feature Model
Big Data
Changes Slowly
Train in Batch!
Small Data
Personalized
User Model
PERSONALIZED SPLIT MODEL
Input
(Song)
Shared Basis Feature Model
Big Data
Changes Slowly
Train in Batch!
Small Data
Changes Quickly
Personalized
User Model
PERSONALIZED SPLIT MODEL
Input
(Song)
Shared Basis Feature Model
Big Data
Changes Slowly
Train in Batch!
Small Data
Changes Quickly
Train Online!
Personalized
User Model
Input
(Song)
Personalized
User Model
Shared Basis Feature Model
PERSONALIZED SPLIT MODEL
Input
(Song)
Personalized
User Model
Input
(Song)
Shared Basis Feature Model
PERSONALIZED SPLIT MODEL
Input
(Song)
Personalized
User Model
Input
(Song)
Shared Basis Feature Model
PERSONALIZED SPLIT MODEL
Input
(Song)
Personalized
User Model
Meow
Input
(Song)
Shared Basis Feature Model
PERSONALIZED SPLIT MODEL
Personalized
User Model
Meow
Input
(Song)
Input
(Song)
Shared Basis Feature Model
PERSONALIZED SPLIT MODEL
Personalized
User Model
Meow
Terrible
Input
(Song)
Input
(Song)
Shared Basis Feature Model
PERSONALIZED SPLIT MODEL
MATHEMATICAL FORMULATION
Input
(Song)
MATHEMATICAL FORMULATION
Input
(Song)
x
Shared Basis
Feature Models
Changes
slowly
MATHEMATICAL FORMULATION
Input
(Song)
x
Shared Basis
Feature Models
Changes
slowly
MATHEMATICAL FORMULATION
Input
(Song)
f(x; ✓)
x
Shared Basis
Feature Models
Personalized
User Model
Changes
slowly
Highly
dynamic
MATHEMATICAL FORMULATION
Input
(Song)
f(x; ✓)
x
Shared Basis
Feature Models
Personalized
User Model
Changes
slowly
Highly
dynamic
MATHEMATICAL FORMULATION
Input
(Song)
f(x; ✓) · wu
x
Shared Basis
Feature Models
Personalized
User Model
Changes
slowly
Highly
dynamic
= Rating
MATHEMATICAL FORMULATION
Input
(Song)
f(x; ✓) · wu
x
Meow
FEEDBACK API
POST	
  /velox/catify/observe?userid=22&song=27&score=3.7
Simple direct value feedback:
FEEDBACK API
POST	
  /velox/catify/observe?userid=22&song=27&score=3.7
Simple direct value feedback:
Continuously update 

user models inVelox
Online Learning
FEEDBACK API
POST	
  /velox/catify/observe?userid=22&song=27&score=3.7
Simple direct value feedback:
Continuously update 

user models inVelox
Online Learning Offline Learning
Logged toTachyon for
feature learning in Spark
FEEDBACK API
POST	
  /velox/catify/observe?userid=22&song=27&score=3.7
Simple direct value feedback:
Continuously update 

user models inVelox
Online Learning Offline Learning
Logged toTachyon for
feature learning in Spark
Evaluation
Continuously assess

model performance
SYSTEM ARCHITECTURE
frontend.js
uuid: 01-10
uuid: 11-20
uuid: 20-30
Feedback via REST
Model updated
in realtime
uuid: 4
ONLINE LEARNING
velox.jar
user model
def	
  observe(u:	
  UUID,	
  x:	
  Context,	
  y:	
  Score)
ONLINE LEARNING
velox.jar
user model
def	
  observe(u:	
  UUID,	
  x:	
  Context,	
  y:	
  Score)
Update user
model with new
training data
Write
ONLINE LEARNING
velox.jar
user model
def	
  observe(u:	
  UUID,	
  x:	
  Context,	
  y:	
  Score)
Stochastic gradient descent
Update user
model with new
training data
Write
ONLINE LEARNING
velox.jar
user model
def	
  observe(u:	
  UUID,	
  x:	
  Context,	
  y:	
  Score)
Stochastic gradient descent
Incremental linear algebra
Update user
model with new
training data
Write
SYSTEM ARCHITECTURE
master
workerworker
worker
Batch train RPC
frontend.js
uuid: 01-10
uuid: 11-20
uuid: 20-30
OFFLINE OR NEARLINE
LEARNING
def	
  retrain(trainingData:	
  RDD)
Spark Based
Training Algs.wu · f(x; ✓)
Automated retraining policies
Efficient batch training using Spark
Incremental learning using Spark Streaming
Data Model
Data Model
Sample Bias: model affects the training data.
ALWAYS SERVETHE BEST SONG?
Songs
Predicted
Rating
ALWAYS SERVETHE BEST SONG?
Songs
Predicted
Rating
VELOX SOLUTION
Predicted
Rating
Songs
With prob. 1- ϵ serve the best predicted song
VELOX SOLUTION
Predicted
Rating
Songs
With prob. 1- ϵ serve the best predicted song
Predicted
Rating
Songs
With prob. 1- ϵ serve the best predicted song
With prob. ϵ pick a random song
VELOX SOLUTION
Predicted
Rating
Songs
With prob. 1- ϵ serve the best predicted song
With prob. ϵ pick a random song
VELOX SOLUTION
Predicted
Rating
Songs
With prob. 1- ϵ serve the best predicted song
With prob. ϵ pick a random song
Epsilon Greedy
VELOX SOLUTION
Predicted
Rating
Songs
With prob. 1- ϵ serve the best predicted song
With prob. ϵ pick a random song
Epsilon Greedy
Active Learning
Opportunity to explore new systems for
this emerging analytics workload
VELOX SOLUTION
BEYOND RECOMMENDER
SYSTEMS
1. Spam and anomaly detection
BEYOND RECOMMENDER
SYSTEMS
1. Spam and anomaly detection
2. Device/location specific modeling
BEYOND RECOMMENDER
SYSTEMS
1. Spam and anomaly detection
2. Device/location specific modeling
3. YOUR machine learning application
BEYOND RECOMMENDER
SYSTEMS
Spark
Streaming Spark
SQL
Graph
X ML
library
BlinkDB MLbase
Velox
Training Management + Serving
Spark
HDFS, S3, …
Tachyon
Model
Manager
Prediction
Service
THE MISSING PIECE IN BDAS
Mesos
SUMMARY
Today: model training and serving relies on ad-hoc,
manual processes spread across multiple systems
SUMMARY
Today: model training and serving relies on ad-hoc,
manual processes spread across multiple systems
TheVelox system automatically maintains multiple
models while providing low latency, fresh, and
personalized predictions
SUMMARY
Today: model training and serving relies on ad-hoc,
manual processes spread across multiple systems
TheVelox system automatically maintains multiple
models while providing low latency, fresh, and
personalized predictions
Velox will be open-source: coming soon to BDAS
SUMMARY
Today: model training and serving relies on ad-hoc,
manual processes spread across multiple systems
TheVelox system automatically maintains multiple
models while providing low latency, fresh, and
personalized predictions
Velox will be open-source: coming soon to BDAS
https://amplab.cs.berkeley.edu/projects/velox/
SUMMARY
Today: model training and serving relies on ad-hoc,
manual processes spread across multiple systems
TheVelox system automatically maintains multiple
models while providing low latency, fresh, and
personalized predictions
Velox will be open-source: coming soon to BDAS
https://amplab.cs.berkeley.edu/projects/velox/
crankshaw@cs.berkeley.edu
SUMMARY
QUESTIONS?

More Related Content

What's hot

ROCm and Distributed Deep Learning on Spark and TensorFlow
ROCm and Distributed Deep Learning on Spark and TensorFlowROCm and Distributed Deep Learning on Spark and TensorFlow
ROCm and Distributed Deep Learning on Spark and TensorFlowDatabricks
 
QCon São Paulo: Real-Time Analytics with Spark Streaming
QCon São Paulo: Real-Time Analytics with Spark StreamingQCon São Paulo: Real-Time Analytics with Spark Streaming
QCon São Paulo: Real-Time Analytics with Spark StreamingPaco Nathan
 
Microservices and Teraflops: Effortlessly Scaling Data Science with PyWren wi...
Microservices and Teraflops: Effortlessly Scaling Data Science with PyWren wi...Microservices and Teraflops: Effortlessly Scaling Data Science with PyWren wi...
Microservices and Teraflops: Effortlessly Scaling Data Science with PyWren wi...Databricks
 
Tackling a 1 billion member social network
Tackling a 1 billion member social networkTackling a 1 billion member social network
Tackling a 1 billion member social networkArtur Bańkowski
 
Production Readiness Testing At Salesforce Using Spark MLlib
Production Readiness Testing At Salesforce Using Spark MLlibProduction Readiness Testing At Salesforce Using Spark MLlib
Production Readiness Testing At Salesforce Using Spark MLlibSpark Summit
 
Java 9 Functionality and Tooling
Java 9 Functionality and ToolingJava 9 Functionality and Tooling
Java 9 Functionality and ToolingTrisha Gee
 
H2O 3 REST API Overview
H2O 3 REST API OverviewH2O 3 REST API Overview
H2O 3 REST API OverviewRaymond Peck
 
Deep Learning Frameworks 2019 | Which Deep Learning Framework To Use | Deep L...
Deep Learning Frameworks 2019 | Which Deep Learning Framework To Use | Deep L...Deep Learning Frameworks 2019 | Which Deep Learning Framework To Use | Deep L...
Deep Learning Frameworks 2019 | Which Deep Learning Framework To Use | Deep L...Simplilearn
 
Java 8 in Anger, Devoxx France
Java 8 in Anger, Devoxx FranceJava 8 in Anger, Devoxx France
Java 8 in Anger, Devoxx FranceTrisha Gee
 
Testing Big Data in AWS - Sept 2021
Testing Big Data in AWS - Sept 2021Testing Big Data in AWS - Sept 2021
Testing Big Data in AWS - Sept 2021Michael98364
 
Lecture 11: ML Deployment & Monitoring (Full Stack Deep Learning - Spring 2021)
Lecture 11: ML Deployment & Monitoring (Full Stack Deep Learning - Spring 2021)Lecture 11: ML Deployment & Monitoring (Full Stack Deep Learning - Spring 2021)
Lecture 11: ML Deployment & Monitoring (Full Stack Deep Learning - Spring 2021)Sergey Karayev
 
Reactive Streams: Handling Data-Flow the Reactive Way
Reactive Streams: Handling Data-Flow the Reactive WayReactive Streams: Handling Data-Flow the Reactive Way
Reactive Streams: Handling Data-Flow the Reactive WayRoland Kuhn
 
pg_chameleon a MySQL to PostgreSQL replica
pg_chameleon a MySQL to PostgreSQL replicapg_chameleon a MySQL to PostgreSQL replica
pg_chameleon a MySQL to PostgreSQL replicaFederico Campoli
 
Clipper: A Low-Latency Online Prediction Serving System
Clipper: A Low-Latency Online Prediction Serving SystemClipper: A Low-Latency Online Prediction Serving System
Clipper: A Low-Latency Online Prediction Serving SystemDatabricks
 
Continuous Delivery of Deep Transformer-Based NLP Models Using MLflow and AWS...
Continuous Delivery of Deep Transformer-Based NLP Models Using MLflow and AWS...Continuous Delivery of Deep Transformer-Based NLP Models Using MLflow and AWS...
Continuous Delivery of Deep Transformer-Based NLP Models Using MLflow and AWS...Databricks
 
MLeap: Productionize Data Science Workflows Using Spark
MLeap: Productionize Data Science Workflows Using SparkMLeap: Productionize Data Science Workflows Using Spark
MLeap: Productionize Data Science Workflows Using SparkJen Aman
 
Best Practice of Compression/Decompression Codes in Apache Spark with Sophia...
 Best Practice of Compression/Decompression Codes in Apache Spark with Sophia... Best Practice of Compression/Decompression Codes in Apache Spark with Sophia...
Best Practice of Compression/Decompression Codes in Apache Spark with Sophia...Databricks
 
Scaling Machine Learning To Billions Of Parameters
Scaling Machine Learning To Billions Of ParametersScaling Machine Learning To Billions Of Parameters
Scaling Machine Learning To Billions Of ParametersJen Aman
 

What's hot (20)

ROCm and Distributed Deep Learning on Spark and TensorFlow
ROCm and Distributed Deep Learning on Spark and TensorFlowROCm and Distributed Deep Learning on Spark and TensorFlow
ROCm and Distributed Deep Learning on Spark and TensorFlow
 
QCon São Paulo: Real-Time Analytics with Spark Streaming
QCon São Paulo: Real-Time Analytics with Spark StreamingQCon São Paulo: Real-Time Analytics with Spark Streaming
QCon São Paulo: Real-Time Analytics with Spark Streaming
 
Microservices and Teraflops: Effortlessly Scaling Data Science with PyWren wi...
Microservices and Teraflops: Effortlessly Scaling Data Science with PyWren wi...Microservices and Teraflops: Effortlessly Scaling Data Science with PyWren wi...
Microservices and Teraflops: Effortlessly Scaling Data Science with PyWren wi...
 
Tackling a 1 billion member social network
Tackling a 1 billion member social networkTackling a 1 billion member social network
Tackling a 1 billion member social network
 
Production Readiness Testing At Salesforce Using Spark MLlib
Production Readiness Testing At Salesforce Using Spark MLlibProduction Readiness Testing At Salesforce Using Spark MLlib
Production Readiness Testing At Salesforce Using Spark MLlib
 
Java 9 Functionality and Tooling
Java 9 Functionality and ToolingJava 9 Functionality and Tooling
Java 9 Functionality and Tooling
 
H2O 3 REST API Overview
H2O 3 REST API OverviewH2O 3 REST API Overview
H2O 3 REST API Overview
 
Scala Days NYC 2016
Scala Days NYC 2016Scala Days NYC 2016
Scala Days NYC 2016
 
Deep Learning Frameworks 2019 | Which Deep Learning Framework To Use | Deep L...
Deep Learning Frameworks 2019 | Which Deep Learning Framework To Use | Deep L...Deep Learning Frameworks 2019 | Which Deep Learning Framework To Use | Deep L...
Deep Learning Frameworks 2019 | Which Deep Learning Framework To Use | Deep L...
 
Big data made easy with a Spark
Big data made easy with a SparkBig data made easy with a Spark
Big data made easy with a Spark
 
Java 8 in Anger, Devoxx France
Java 8 in Anger, Devoxx FranceJava 8 in Anger, Devoxx France
Java 8 in Anger, Devoxx France
 
Testing Big Data in AWS - Sept 2021
Testing Big Data in AWS - Sept 2021Testing Big Data in AWS - Sept 2021
Testing Big Data in AWS - Sept 2021
 
Lecture 11: ML Deployment & Monitoring (Full Stack Deep Learning - Spring 2021)
Lecture 11: ML Deployment & Monitoring (Full Stack Deep Learning - Spring 2021)Lecture 11: ML Deployment & Monitoring (Full Stack Deep Learning - Spring 2021)
Lecture 11: ML Deployment & Monitoring (Full Stack Deep Learning - Spring 2021)
 
Reactive Streams: Handling Data-Flow the Reactive Way
Reactive Streams: Handling Data-Flow the Reactive WayReactive Streams: Handling Data-Flow the Reactive Way
Reactive Streams: Handling Data-Flow the Reactive Way
 
pg_chameleon a MySQL to PostgreSQL replica
pg_chameleon a MySQL to PostgreSQL replicapg_chameleon a MySQL to PostgreSQL replica
pg_chameleon a MySQL to PostgreSQL replica
 
Clipper: A Low-Latency Online Prediction Serving System
Clipper: A Low-Latency Online Prediction Serving SystemClipper: A Low-Latency Online Prediction Serving System
Clipper: A Low-Latency Online Prediction Serving System
 
Continuous Delivery of Deep Transformer-Based NLP Models Using MLflow and AWS...
Continuous Delivery of Deep Transformer-Based NLP Models Using MLflow and AWS...Continuous Delivery of Deep Transformer-Based NLP Models Using MLflow and AWS...
Continuous Delivery of Deep Transformer-Based NLP Models Using MLflow and AWS...
 
MLeap: Productionize Data Science Workflows Using Spark
MLeap: Productionize Data Science Workflows Using SparkMLeap: Productionize Data Science Workflows Using Spark
MLeap: Productionize Data Science Workflows Using Spark
 
Best Practice of Compression/Decompression Codes in Apache Spark with Sophia...
 Best Practice of Compression/Decompression Codes in Apache Spark with Sophia... Best Practice of Compression/Decompression Codes in Apache Spark with Sophia...
Best Practice of Compression/Decompression Codes in Apache Spark with Sophia...
 
Scaling Machine Learning To Billions Of Parameters
Scaling Machine Learning To Billions Of ParametersScaling Machine Learning To Billions Of Parameters
Scaling Machine Learning To Billions Of Parameters
 

Viewers also liked

24x36 infographic
24x36 infographic24x36 infographic
24x36 infographicsheerwind
 
On the representation and reuse of machine learning (ML) models
On the representation and reuse of machine learning (ML) modelsOn the representation and reuse of machine learning (ML) models
On the representation and reuse of machine learning (ML) modelsVillu Ruusmann
 
Representing TF and TF-IDF transformations in PMML
Representing TF and TF-IDF transformations in PMMLRepresenting TF and TF-IDF transformations in PMML
Representing TF and TF-IDF transformations in PMMLVillu Ruusmann
 
invelox (Mehmet Bariskan)
invelox (Mehmet Bariskan)invelox (Mehmet Bariskan)
invelox (Mehmet Bariskan)Mehmet Bariskan
 
Low Latency Execution For Apache Spark
Low Latency Execution For Apache SparkLow Latency Execution For Apache Spark
Low Latency Execution For Apache SparkJen Aman
 
Making Sense of Spark Performance-(Kay Ousterhout, UC Berkeley)
Making Sense of Spark Performance-(Kay Ousterhout, UC Berkeley)Making Sense of Spark Performance-(Kay Ousterhout, UC Berkeley)
Making Sense of Spark Performance-(Kay Ousterhout, UC Berkeley)Spark Summit
 
10 wind power ga
10 wind power ga10 wind power ga
10 wind power gaTech Today
 
March 29, 2016 Dr. Josiah Carlson talks about using Redis as a Time Series DB
March 29, 2016 Dr. Josiah Carlson talks about using Redis as a Time Series DBMarch 29, 2016 Dr. Josiah Carlson talks about using Redis as a Time Series DB
March 29, 2016 Dr. Josiah Carlson talks about using Redis as a Time Series DBJosiah Carlson
 
Apache Spark Model Deployment
Apache Spark Model Deployment Apache Spark Model Deployment
Apache Spark Model Deployment Databricks
 
Lambda architecture on Spark, Kafka for real-time large scale ML
Lambda architecture on Spark, Kafka for real-time large scale MLLambda architecture on Spark, Kafka for real-time large scale ML
Lambda architecture on Spark, Kafka for real-time large scale MLhuguk
 
Anatomy of spark catalyst
Anatomy of spark catalystAnatomy of spark catalyst
Anatomy of spark catalystdatamantra
 
Clipper: A Low-Latency Online Prediction Serving System: Spark Summit East ta...
Clipper: A Low-Latency Online Prediction Serving System: Spark Summit East ta...Clipper: A Low-Latency Online Prediction Serving System: Spark Summit East ta...
Clipper: A Low-Latency Online Prediction Serving System: Spark Summit East ta...Spark Summit
 
Drizzle—Low Latency Execution for Apache Spark: Spark Summit East talk by Shi...
Drizzle—Low Latency Execution for Apache Spark: Spark Summit East talk by Shi...Drizzle—Low Latency Execution for Apache Spark: Spark Summit East talk by Shi...
Drizzle—Low Latency Execution for Apache Spark: Spark Summit East talk by Shi...Spark Summit
 
Netflix's Recommendation ML Pipeline Using Apache Spark: Spark Summit East ta...
Netflix's Recommendation ML Pipeline Using Apache Spark: Spark Summit East ta...Netflix's Recommendation ML Pipeline Using Apache Spark: Spark Summit East ta...
Netflix's Recommendation ML Pipeline Using Apache Spark: Spark Summit East ta...Spark Summit
 

Viewers also liked (16)

24x36 infographic
24x36 infographic24x36 infographic
24x36 infographic
 
On the representation and reuse of machine learning (ML) models
On the representation and reuse of machine learning (ML) modelsOn the representation and reuse of machine learning (ML) models
On the representation and reuse of machine learning (ML) models
 
Representing TF and TF-IDF transformations in PMML
Representing TF and TF-IDF transformations in PMMLRepresenting TF and TF-IDF transformations in PMML
Representing TF and TF-IDF transformations in PMML
 
invelox (Mehmet Bariskan)
invelox (Mehmet Bariskan)invelox (Mehmet Bariskan)
invelox (Mehmet Bariskan)
 
Running Spark in Production
Running Spark in ProductionRunning Spark in Production
Running Spark in Production
 
Low Latency Execution For Apache Spark
Low Latency Execution For Apache SparkLow Latency Execution For Apache Spark
Low Latency Execution For Apache Spark
 
Making Sense of Spark Performance-(Kay Ousterhout, UC Berkeley)
Making Sense of Spark Performance-(Kay Ousterhout, UC Berkeley)Making Sense of Spark Performance-(Kay Ousterhout, UC Berkeley)
Making Sense of Spark Performance-(Kay Ousterhout, UC Berkeley)
 
10 wind power ga
10 wind power ga10 wind power ga
10 wind power ga
 
March 29, 2016 Dr. Josiah Carlson talks about using Redis as a Time Series DB
March 29, 2016 Dr. Josiah Carlson talks about using Redis as a Time Series DBMarch 29, 2016 Dr. Josiah Carlson talks about using Redis as a Time Series DB
March 29, 2016 Dr. Josiah Carlson talks about using Redis as a Time Series DB
 
Apache Spark Model Deployment
Apache Spark Model Deployment Apache Spark Model Deployment
Apache Spark Model Deployment
 
Lambda architecture on Spark, Kafka for real-time large scale ML
Lambda architecture on Spark, Kafka for real-time large scale MLLambda architecture on Spark, Kafka for real-time large scale ML
Lambda architecture on Spark, Kafka for real-time large scale ML
 
Sheer wind pp-10_slides_royalton1
Sheer wind pp-10_slides_royalton1Sheer wind pp-10_slides_royalton1
Sheer wind pp-10_slides_royalton1
 
Anatomy of spark catalyst
Anatomy of spark catalystAnatomy of spark catalyst
Anatomy of spark catalyst
 
Clipper: A Low-Latency Online Prediction Serving System: Spark Summit East ta...
Clipper: A Low-Latency Online Prediction Serving System: Spark Summit East ta...Clipper: A Low-Latency Online Prediction Serving System: Spark Summit East ta...
Clipper: A Low-Latency Online Prediction Serving System: Spark Summit East ta...
 
Drizzle—Low Latency Execution for Apache Spark: Spark Summit East talk by Shi...
Drizzle—Low Latency Execution for Apache Spark: Spark Summit East talk by Shi...Drizzle—Low Latency Execution for Apache Spark: Spark Summit East talk by Shi...
Drizzle—Low Latency Execution for Apache Spark: Spark Summit East talk by Shi...
 
Netflix's Recommendation ML Pipeline Using Apache Spark: Spark Summit East ta...
Netflix's Recommendation ML Pipeline Using Apache Spark: Spark Summit East ta...Netflix's Recommendation ML Pipeline Using Apache Spark: Spark Summit East ta...
Netflix's Recommendation ML Pipeline Using Apache Spark: Spark Summit East ta...
 

Similar to VELOX: MODELS IN ACTION

MLOps with a Feature Store: Filling the Gap in ML Infrastructure
MLOps with a Feature Store: Filling the Gap in ML InfrastructureMLOps with a Feature Store: Filling the Gap in ML Infrastructure
MLOps with a Feature Store: Filling the Gap in ML InfrastructureData Science Milan
 
Five Fabulous Sinks for Your Kafka Data. #3 will surprise you! (Rachel Pedres...
Five Fabulous Sinks for Your Kafka Data. #3 will surprise you! (Rachel Pedres...Five Fabulous Sinks for Your Kafka Data. #3 will surprise you! (Rachel Pedres...
Five Fabulous Sinks for Your Kafka Data. #3 will surprise you! (Rachel Pedres...confluent
 
Wait! What’s going on inside my database? (PASS 2023 Update)
Wait! What’s going on inside my database? (PASS 2023 Update)Wait! What’s going on inside my database? (PASS 2023 Update)
Wait! What’s going on inside my database? (PASS 2023 Update)Jeremy Schneider
 
Solr and Elasticsearch, a performance study
Solr and Elasticsearch, a performance studySolr and Elasticsearch, a performance study
Solr and Elasticsearch, a performance studyCharlie Hull
 
Ibm_interconnect_restapi_workshop
Ibm_interconnect_restapi_workshopIbm_interconnect_restapi_workshop
Ibm_interconnect_restapi_workshopShubhra Kar
 
Build a deep learning pipeline on apache spark for ads optimization
Build a deep learning pipeline on apache spark for ads optimizationBuild a deep learning pipeline on apache spark for ads optimization
Build a deep learning pipeline on apache spark for ads optimizationCraig Chao
 
From Pandas to Koalas: Reducing Time-To-Insight for Virgin Hyperloop's Data
From Pandas to Koalas: Reducing Time-To-Insight for Virgin Hyperloop's DataFrom Pandas to Koalas: Reducing Time-To-Insight for Virgin Hyperloop's Data
From Pandas to Koalas: Reducing Time-To-Insight for Virgin Hyperloop's DataDatabricks
 
Fishing Graphs in a Hadoop Data Lake
Fishing Graphs in a Hadoop Data LakeFishing Graphs in a Hadoop Data Lake
Fishing Graphs in a Hadoop Data LakeArangoDB Database
 
Hyperspace for Delta Lake
Hyperspace for Delta LakeHyperspace for Delta Lake
Hyperspace for Delta LakeDatabricks
 
RESTful Web APIs – Mike Amundsen, Principal API Architect, Layer 7
RESTful Web APIs – Mike Amundsen, Principal API Architect, Layer 7RESTful Web APIs – Mike Amundsen, Principal API Architect, Layer 7
RESTful Web APIs – Mike Amundsen, Principal API Architect, Layer 7CA API Management
 
Fishing Graphs in a Hadoop Data Lake by Jörg Schad and Max Neunhoeffer at Big...
Fishing Graphs in a Hadoop Data Lake by Jörg Schad and Max Neunhoeffer at Big...Fishing Graphs in a Hadoop Data Lake by Jörg Schad and Max Neunhoeffer at Big...
Fishing Graphs in a Hadoop Data Lake by Jörg Schad and Max Neunhoeffer at Big...Big Data Spain
 
An Insider’s Guide to Maximizing Spark SQL Performance
 An Insider’s Guide to Maximizing Spark SQL Performance An Insider’s Guide to Maximizing Spark SQL Performance
An Insider’s Guide to Maximizing Spark SQL PerformanceTakuya UESHIN
 
Designing ETL Pipelines with Structured Streaming and Delta Lake—How to Archi...
Designing ETL Pipelines with Structured Streaming and Delta Lake—How to Archi...Designing ETL Pipelines with Structured Streaming and Delta Lake—How to Archi...
Designing ETL Pipelines with Structured Streaming and Delta Lake—How to Archi...Databricks
 
Tapping into Scientific Data with Hadoop and Flink
Tapping into Scientific Data with Hadoop and FlinkTapping into Scientific Data with Hadoop and Flink
Tapping into Scientific Data with Hadoop and FlinkMichael Häusler
 
Sustainable queryable access to Linked Data
Sustainable queryable access to Linked DataSustainable queryable access to Linked Data
Sustainable queryable access to Linked DataRuben Verborgh
 
Architecting a Next Generation Data Platform
Architecting a Next Generation Data PlatformArchitecting a Next Generation Data Platform
Architecting a Next Generation Data Platformhadooparchbook
 
More Data Science with Less Engineering: Machine Learning Infrastructure at N...
More Data Science with Less Engineering: Machine Learning Infrastructure at N...More Data Science with Less Engineering: Machine Learning Infrastructure at N...
More Data Science with Less Engineering: Machine Learning Infrastructure at N...Ville Tuulos
 
Scaling Dropbox
Scaling DropboxScaling Dropbox
Scaling DropboxC4Media
 

Similar to VELOX: MODELS IN ACTION (20)

MLOps with a Feature Store: Filling the Gap in ML Infrastructure
MLOps with a Feature Store: Filling the Gap in ML InfrastructureMLOps with a Feature Store: Filling the Gap in ML Infrastructure
MLOps with a Feature Store: Filling the Gap in ML Infrastructure
 
Five Fabulous Sinks for Your Kafka Data. #3 will surprise you! (Rachel Pedres...
Five Fabulous Sinks for Your Kafka Data. #3 will surprise you! (Rachel Pedres...Five Fabulous Sinks for Your Kafka Data. #3 will surprise you! (Rachel Pedres...
Five Fabulous Sinks for Your Kafka Data. #3 will surprise you! (Rachel Pedres...
 
Wait! What’s going on inside my database? (PASS 2023 Update)
Wait! What’s going on inside my database? (PASS 2023 Update)Wait! What’s going on inside my database? (PASS 2023 Update)
Wait! What’s going on inside my database? (PASS 2023 Update)
 
Solr and Elasticsearch, a performance study
Solr and Elasticsearch, a performance studySolr and Elasticsearch, a performance study
Solr and Elasticsearch, a performance study
 
Ibm_interconnect_restapi_workshop
Ibm_interconnect_restapi_workshopIbm_interconnect_restapi_workshop
Ibm_interconnect_restapi_workshop
 
Build a deep learning pipeline on apache spark for ads optimization
Build a deep learning pipeline on apache spark for ads optimizationBuild a deep learning pipeline on apache spark for ads optimization
Build a deep learning pipeline on apache spark for ads optimization
 
From Pandas to Koalas: Reducing Time-To-Insight for Virgin Hyperloop's Data
From Pandas to Koalas: Reducing Time-To-Insight for Virgin Hyperloop's DataFrom Pandas to Koalas: Reducing Time-To-Insight for Virgin Hyperloop's Data
From Pandas to Koalas: Reducing Time-To-Insight for Virgin Hyperloop's Data
 
Fishing Graphs in a Hadoop Data Lake
Fishing Graphs in a Hadoop Data LakeFishing Graphs in a Hadoop Data Lake
Fishing Graphs in a Hadoop Data Lake
 
Hyperspace for Delta Lake
Hyperspace for Delta LakeHyperspace for Delta Lake
Hyperspace for Delta Lake
 
RESTful Web APIs – Mike Amundsen, Principal API Architect, Layer 7
RESTful Web APIs – Mike Amundsen, Principal API Architect, Layer 7RESTful Web APIs – Mike Amundsen, Principal API Architect, Layer 7
RESTful Web APIs – Mike Amundsen, Principal API Architect, Layer 7
 
Fishing Graphs in a Hadoop Data Lake
Fishing Graphs in a Hadoop Data Lake Fishing Graphs in a Hadoop Data Lake
Fishing Graphs in a Hadoop Data Lake
 
Fishing Graphs in a Hadoop Data Lake by Jörg Schad and Max Neunhoeffer at Big...
Fishing Graphs in a Hadoop Data Lake by Jörg Schad and Max Neunhoeffer at Big...Fishing Graphs in a Hadoop Data Lake by Jörg Schad and Max Neunhoeffer at Big...
Fishing Graphs in a Hadoop Data Lake by Jörg Schad and Max Neunhoeffer at Big...
 
Dev Ops Training
Dev Ops TrainingDev Ops Training
Dev Ops Training
 
An Insider’s Guide to Maximizing Spark SQL Performance
 An Insider’s Guide to Maximizing Spark SQL Performance An Insider’s Guide to Maximizing Spark SQL Performance
An Insider’s Guide to Maximizing Spark SQL Performance
 
Designing ETL Pipelines with Structured Streaming and Delta Lake—How to Archi...
Designing ETL Pipelines with Structured Streaming and Delta Lake—How to Archi...Designing ETL Pipelines with Structured Streaming and Delta Lake—How to Archi...
Designing ETL Pipelines with Structured Streaming and Delta Lake—How to Archi...
 
Tapping into Scientific Data with Hadoop and Flink
Tapping into Scientific Data with Hadoop and FlinkTapping into Scientific Data with Hadoop and Flink
Tapping into Scientific Data with Hadoop and Flink
 
Sustainable queryable access to Linked Data
Sustainable queryable access to Linked DataSustainable queryable access to Linked Data
Sustainable queryable access to Linked Data
 
Architecting a Next Generation Data Platform
Architecting a Next Generation Data PlatformArchitecting a Next Generation Data Platform
Architecting a Next Generation Data Platform
 
More Data Science with Less Engineering: Machine Learning Infrastructure at N...
More Data Science with Less Engineering: Machine Learning Infrastructure at N...More Data Science with Less Engineering: Machine Learning Infrastructure at N...
More Data Science with Less Engineering: Machine Learning Infrastructure at N...
 
Scaling Dropbox
Scaling DropboxScaling Dropbox
Scaling Dropbox
 

Recently uploaded

INTERNSHIP ON PURBASHA COMPOSITE TEX LTD
INTERNSHIP ON PURBASHA COMPOSITE TEX LTDINTERNSHIP ON PURBASHA COMPOSITE TEX LTD
INTERNSHIP ON PURBASHA COMPOSITE TEX LTDRafezzaman
 
毕业文凭制作#回国入职#diploma#degree澳洲中央昆士兰大学毕业证成绩单pdf电子版制作修改#毕业文凭制作#回国入职#diploma#degree
毕业文凭制作#回国入职#diploma#degree澳洲中央昆士兰大学毕业证成绩单pdf电子版制作修改#毕业文凭制作#回国入职#diploma#degree毕业文凭制作#回国入职#diploma#degree澳洲中央昆士兰大学毕业证成绩单pdf电子版制作修改#毕业文凭制作#回国入职#diploma#degree
毕业文凭制作#回国入职#diploma#degree澳洲中央昆士兰大学毕业证成绩单pdf电子版制作修改#毕业文凭制作#回国入职#diploma#degreeyuu sss
 
Kantar AI Summit- Under Embargo till Wednesday, 24th April 2024, 4 PM, IST.pdf
Kantar AI Summit- Under Embargo till Wednesday, 24th April 2024, 4 PM, IST.pdfKantar AI Summit- Under Embargo till Wednesday, 24th April 2024, 4 PM, IST.pdf
Kantar AI Summit- Under Embargo till Wednesday, 24th April 2024, 4 PM, IST.pdfSocial Samosa
 
Building on a FAIRly Strong Foundation to Connect Academic Research to Transl...
Building on a FAIRly Strong Foundation to Connect Academic Research to Transl...Building on a FAIRly Strong Foundation to Connect Academic Research to Transl...
Building on a FAIRly Strong Foundation to Connect Academic Research to Transl...Jack DiGiovanna
 
Multiple time frame trading analysis -brianshannon.pdf
Multiple time frame trading analysis -brianshannon.pdfMultiple time frame trading analysis -brianshannon.pdf
Multiple time frame trading analysis -brianshannon.pdfchwongval
 
IMA MSN - Medical Students Network (2).pptx
IMA MSN - Medical Students Network (2).pptxIMA MSN - Medical Students Network (2).pptx
IMA MSN - Medical Students Network (2).pptxdolaknnilon
 
Defining Constituents, Data Vizzes and Telling a Data Story
Defining Constituents, Data Vizzes and Telling a Data StoryDefining Constituents, Data Vizzes and Telling a Data Story
Defining Constituents, Data Vizzes and Telling a Data StoryJeremy Anderson
 
办理学位证中佛罗里达大学毕业证,UCF成绩单原版一比一
办理学位证中佛罗里达大学毕业证,UCF成绩单原版一比一办理学位证中佛罗里达大学毕业证,UCF成绩单原版一比一
办理学位证中佛罗里达大学毕业证,UCF成绩单原版一比一F sss
 
How we prevented account sharing with MFA
How we prevented account sharing with MFAHow we prevented account sharing with MFA
How we prevented account sharing with MFAAndrei Kaleshka
 
2006_GasProcessing_HB (1).pdf HYDROCARBON PROCESSING
2006_GasProcessing_HB (1).pdf HYDROCARBON PROCESSING2006_GasProcessing_HB (1).pdf HYDROCARBON PROCESSING
2006_GasProcessing_HB (1).pdf HYDROCARBON PROCESSINGmarianagonzalez07
 
MK KOMUNIKASI DATA (TI)komdat komdat.docx
MK KOMUNIKASI DATA (TI)komdat komdat.docxMK KOMUNIKASI DATA (TI)komdat komdat.docx
MK KOMUNIKASI DATA (TI)komdat komdat.docxUnduhUnggah1
 
EMERCE - 2024 - AMSTERDAM - CROSS-PLATFORM TRACKING WITH GOOGLE ANALYTICS.pptx
EMERCE - 2024 - AMSTERDAM - CROSS-PLATFORM  TRACKING WITH GOOGLE ANALYTICS.pptxEMERCE - 2024 - AMSTERDAM - CROSS-PLATFORM  TRACKING WITH GOOGLE ANALYTICS.pptx
EMERCE - 2024 - AMSTERDAM - CROSS-PLATFORM TRACKING WITH GOOGLE ANALYTICS.pptxthyngster
 
Predictive Analysis for Loan Default Presentation : Data Analysis Project PPT
Predictive Analysis for Loan Default  Presentation : Data Analysis Project PPTPredictive Analysis for Loan Default  Presentation : Data Analysis Project PPT
Predictive Analysis for Loan Default Presentation : Data Analysis Project PPTBoston Institute of Analytics
 
NLP Data Science Project Presentation:Predicting Heart Disease with NLP Data ...
NLP Data Science Project Presentation:Predicting Heart Disease with NLP Data ...NLP Data Science Project Presentation:Predicting Heart Disease with NLP Data ...
NLP Data Science Project Presentation:Predicting Heart Disease with NLP Data ...Boston Institute of Analytics
 
Heart Disease Classification Report: A Data Analysis Project
Heart Disease Classification Report: A Data Analysis ProjectHeart Disease Classification Report: A Data Analysis Project
Heart Disease Classification Report: A Data Analysis ProjectBoston Institute of Analytics
 
9654467111 Call Girls In Munirka Hotel And Home Service
9654467111 Call Girls In Munirka Hotel And Home Service9654467111 Call Girls In Munirka Hotel And Home Service
9654467111 Call Girls In Munirka Hotel And Home ServiceSapana Sha
 
Advanced Machine Learning for Business Professionals
Advanced Machine Learning for Business ProfessionalsAdvanced Machine Learning for Business Professionals
Advanced Machine Learning for Business ProfessionalsVICTOR MAESTRE RAMIREZ
 

Recently uploaded (20)

Deep Generative Learning for All - The Gen AI Hype (Spring 2024)
Deep Generative Learning for All - The Gen AI Hype (Spring 2024)Deep Generative Learning for All - The Gen AI Hype (Spring 2024)
Deep Generative Learning for All - The Gen AI Hype (Spring 2024)
 
INTERNSHIP ON PURBASHA COMPOSITE TEX LTD
INTERNSHIP ON PURBASHA COMPOSITE TEX LTDINTERNSHIP ON PURBASHA COMPOSITE TEX LTD
INTERNSHIP ON PURBASHA COMPOSITE TEX LTD
 
Call Girls in Saket 99530🔝 56974 Escort Service
Call Girls in Saket 99530🔝 56974 Escort ServiceCall Girls in Saket 99530🔝 56974 Escort Service
Call Girls in Saket 99530🔝 56974 Escort Service
 
毕业文凭制作#回国入职#diploma#degree澳洲中央昆士兰大学毕业证成绩单pdf电子版制作修改#毕业文凭制作#回国入职#diploma#degree
毕业文凭制作#回国入职#diploma#degree澳洲中央昆士兰大学毕业证成绩单pdf电子版制作修改#毕业文凭制作#回国入职#diploma#degree毕业文凭制作#回国入职#diploma#degree澳洲中央昆士兰大学毕业证成绩单pdf电子版制作修改#毕业文凭制作#回国入职#diploma#degree
毕业文凭制作#回国入职#diploma#degree澳洲中央昆士兰大学毕业证成绩单pdf电子版制作修改#毕业文凭制作#回国入职#diploma#degree
 
Kantar AI Summit- Under Embargo till Wednesday, 24th April 2024, 4 PM, IST.pdf
Kantar AI Summit- Under Embargo till Wednesday, 24th April 2024, 4 PM, IST.pdfKantar AI Summit- Under Embargo till Wednesday, 24th April 2024, 4 PM, IST.pdf
Kantar AI Summit- Under Embargo till Wednesday, 24th April 2024, 4 PM, IST.pdf
 
Building on a FAIRly Strong Foundation to Connect Academic Research to Transl...
Building on a FAIRly Strong Foundation to Connect Academic Research to Transl...Building on a FAIRly Strong Foundation to Connect Academic Research to Transl...
Building on a FAIRly Strong Foundation to Connect Academic Research to Transl...
 
Multiple time frame trading analysis -brianshannon.pdf
Multiple time frame trading analysis -brianshannon.pdfMultiple time frame trading analysis -brianshannon.pdf
Multiple time frame trading analysis -brianshannon.pdf
 
E-Commerce Order PredictionShraddha Kamble.pptx
E-Commerce Order PredictionShraddha Kamble.pptxE-Commerce Order PredictionShraddha Kamble.pptx
E-Commerce Order PredictionShraddha Kamble.pptx
 
IMA MSN - Medical Students Network (2).pptx
IMA MSN - Medical Students Network (2).pptxIMA MSN - Medical Students Network (2).pptx
IMA MSN - Medical Students Network (2).pptx
 
Defining Constituents, Data Vizzes and Telling a Data Story
Defining Constituents, Data Vizzes and Telling a Data StoryDefining Constituents, Data Vizzes and Telling a Data Story
Defining Constituents, Data Vizzes and Telling a Data Story
 
办理学位证中佛罗里达大学毕业证,UCF成绩单原版一比一
办理学位证中佛罗里达大学毕业证,UCF成绩单原版一比一办理学位证中佛罗里达大学毕业证,UCF成绩单原版一比一
办理学位证中佛罗里达大学毕业证,UCF成绩单原版一比一
 
How we prevented account sharing with MFA
How we prevented account sharing with MFAHow we prevented account sharing with MFA
How we prevented account sharing with MFA
 
2006_GasProcessing_HB (1).pdf HYDROCARBON PROCESSING
2006_GasProcessing_HB (1).pdf HYDROCARBON PROCESSING2006_GasProcessing_HB (1).pdf HYDROCARBON PROCESSING
2006_GasProcessing_HB (1).pdf HYDROCARBON PROCESSING
 
MK KOMUNIKASI DATA (TI)komdat komdat.docx
MK KOMUNIKASI DATA (TI)komdat komdat.docxMK KOMUNIKASI DATA (TI)komdat komdat.docx
MK KOMUNIKASI DATA (TI)komdat komdat.docx
 
EMERCE - 2024 - AMSTERDAM - CROSS-PLATFORM TRACKING WITH GOOGLE ANALYTICS.pptx
EMERCE - 2024 - AMSTERDAM - CROSS-PLATFORM  TRACKING WITH GOOGLE ANALYTICS.pptxEMERCE - 2024 - AMSTERDAM - CROSS-PLATFORM  TRACKING WITH GOOGLE ANALYTICS.pptx
EMERCE - 2024 - AMSTERDAM - CROSS-PLATFORM TRACKING WITH GOOGLE ANALYTICS.pptx
 
Predictive Analysis for Loan Default Presentation : Data Analysis Project PPT
Predictive Analysis for Loan Default  Presentation : Data Analysis Project PPTPredictive Analysis for Loan Default  Presentation : Data Analysis Project PPT
Predictive Analysis for Loan Default Presentation : Data Analysis Project PPT
 
NLP Data Science Project Presentation:Predicting Heart Disease with NLP Data ...
NLP Data Science Project Presentation:Predicting Heart Disease with NLP Data ...NLP Data Science Project Presentation:Predicting Heart Disease with NLP Data ...
NLP Data Science Project Presentation:Predicting Heart Disease with NLP Data ...
 
Heart Disease Classification Report: A Data Analysis Project
Heart Disease Classification Report: A Data Analysis ProjectHeart Disease Classification Report: A Data Analysis Project
Heart Disease Classification Report: A Data Analysis Project
 
9654467111 Call Girls In Munirka Hotel And Home Service
9654467111 Call Girls In Munirka Hotel And Home Service9654467111 Call Girls In Munirka Hotel And Home Service
9654467111 Call Girls In Munirka Hotel And Home Service
 
Advanced Machine Learning for Business Professionals
Advanced Machine Learning for Business ProfessionalsAdvanced Machine Learning for Business Professionals
Advanced Machine Learning for Business Professionals
 

VELOX: MODELS IN ACTION