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

VIP High Class Call Girls Jamshedpur Anushka 8250192130 Independent Escort Se...
VIP High Class Call Girls Jamshedpur Anushka 8250192130 Independent Escort Se...VIP High Class Call Girls Jamshedpur Anushka 8250192130 Independent Escort Se...
VIP High Class Call Girls Jamshedpur Anushka 8250192130 Independent Escort Se...Suhani Kapoor
 
VIP Call Girls Service Miyapur Hyderabad Call +91-8250192130
VIP Call Girls Service Miyapur Hyderabad Call +91-8250192130VIP Call Girls Service Miyapur Hyderabad Call +91-8250192130
VIP Call Girls Service Miyapur Hyderabad Call +91-8250192130Suhani Kapoor
 
100-Concepts-of-AI by Anupama Kate .pptx
100-Concepts-of-AI by Anupama Kate .pptx100-Concepts-of-AI by Anupama Kate .pptx
100-Concepts-of-AI by Anupama Kate .pptxAnupama Kate
 
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...apidays
 
Industrialised data - the key to AI success.pdf
Industrialised data - the key to AI success.pdfIndustrialised data - the key to AI success.pdf
Industrialised data - the key to AI success.pdfLars Albertsson
 
VIP High Profile Call Girls Amravati Aarushi 8250192130 Independent Escort Se...
VIP High Profile Call Girls Amravati Aarushi 8250192130 Independent Escort Se...VIP High Profile Call Girls Amravati Aarushi 8250192130 Independent Escort Se...
VIP High Profile Call Girls Amravati Aarushi 8250192130 Independent Escort Se...Suhani Kapoor
 
Schema on read is obsolete. Welcome metaprogramming..pdf
Schema on read is obsolete. Welcome metaprogramming..pdfSchema on read is obsolete. Welcome metaprogramming..pdf
Schema on read is obsolete. Welcome metaprogramming..pdfLars Albertsson
 
BigBuy dropshipping via API with DroFx.pptx
BigBuy dropshipping via API with DroFx.pptxBigBuy dropshipping via API with DroFx.pptx
BigBuy dropshipping via API with DroFx.pptxolyaivanovalion
 
Low Rate Call Girls Bhilai Anika 8250192130 Independent Escort Service Bhilai
Low Rate Call Girls Bhilai Anika 8250192130 Independent Escort Service BhilaiLow Rate Call Girls Bhilai Anika 8250192130 Independent Escort Service Bhilai
Low Rate Call Girls Bhilai Anika 8250192130 Independent Escort Service BhilaiSuhani Kapoor
 
Smarteg dropshipping via API with DroFx.pptx
Smarteg dropshipping via API with DroFx.pptxSmarteg dropshipping via API with DroFx.pptx
Smarteg dropshipping via API with DroFx.pptxolyaivanovalion
 
Ukraine War presentation: KNOW THE BASICS
Ukraine War presentation: KNOW THE BASICSUkraine War presentation: KNOW THE BASICS
Ukraine War presentation: KNOW THE BASICSAishani27
 
Unveiling Insights: The Role of a Data Analyst
Unveiling Insights: The Role of a Data AnalystUnveiling Insights: The Role of a Data Analyst
Unveiling Insights: The Role of a Data AnalystSamantha Rae Coolbeth
 
Call me @ 9892124323 Cheap Rate Call Girls in Vashi with Real Photo 100% Secure
Call me @ 9892124323  Cheap Rate Call Girls in Vashi with Real Photo 100% SecureCall me @ 9892124323  Cheap Rate Call Girls in Vashi with Real Photo 100% Secure
Call me @ 9892124323 Cheap Rate Call Girls in Vashi with Real Photo 100% SecurePooja Nehwal
 
April 2024 - Crypto Market Report's Analysis
April 2024 - Crypto Market Report's AnalysisApril 2024 - Crypto Market Report's Analysis
April 2024 - Crypto Market Report's Analysismanisha194592
 
Invezz.com - Grow your wealth with trading signals
Invezz.com - Grow your wealth with trading signalsInvezz.com - Grow your wealth with trading signals
Invezz.com - Grow your wealth with trading signalsInvezz1
 
B2 Creative Industry Response Evaluation.docx
B2 Creative Industry Response Evaluation.docxB2 Creative Industry Response Evaluation.docx
B2 Creative Industry Response Evaluation.docxStephen266013
 
VidaXL dropshipping via API with DroFx.pptx
VidaXL dropshipping via API with DroFx.pptxVidaXL dropshipping via API with DroFx.pptx
VidaXL dropshipping via API with DroFx.pptxolyaivanovalion
 

Recently uploaded (20)

VIP High Class Call Girls Jamshedpur Anushka 8250192130 Independent Escort Se...
VIP High Class Call Girls Jamshedpur Anushka 8250192130 Independent Escort Se...VIP High Class Call Girls Jamshedpur Anushka 8250192130 Independent Escort Se...
VIP High Class Call Girls Jamshedpur Anushka 8250192130 Independent Escort Se...
 
VIP Call Girls Service Miyapur Hyderabad Call +91-8250192130
VIP Call Girls Service Miyapur Hyderabad Call +91-8250192130VIP Call Girls Service Miyapur Hyderabad Call +91-8250192130
VIP Call Girls Service Miyapur Hyderabad Call +91-8250192130
 
100-Concepts-of-AI by Anupama Kate .pptx
100-Concepts-of-AI by Anupama Kate .pptx100-Concepts-of-AI by Anupama Kate .pptx
100-Concepts-of-AI by Anupama Kate .pptx
 
꧁❤ Aerocity Call Girls Service Aerocity Delhi ❤꧂ 9999965857 ☎️ Hard And Sexy ...
꧁❤ Aerocity Call Girls Service Aerocity Delhi ❤꧂ 9999965857 ☎️ Hard And Sexy ...꧁❤ Aerocity Call Girls Service Aerocity Delhi ❤꧂ 9999965857 ☎️ Hard And Sexy ...
꧁❤ Aerocity Call Girls Service Aerocity Delhi ❤꧂ 9999965857 ☎️ Hard And Sexy ...
 
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...
 
Sampling (random) method and Non random.ppt
Sampling (random) method and Non random.pptSampling (random) method and Non random.ppt
Sampling (random) method and Non random.ppt
 
Delhi 99530 vip 56974 Genuine Escort Service Call Girls in Kishangarh
Delhi 99530 vip 56974 Genuine Escort Service Call Girls in  KishangarhDelhi 99530 vip 56974 Genuine Escort Service Call Girls in  Kishangarh
Delhi 99530 vip 56974 Genuine Escort Service Call Girls in Kishangarh
 
Industrialised data - the key to AI success.pdf
Industrialised data - the key to AI success.pdfIndustrialised data - the key to AI success.pdf
Industrialised data - the key to AI success.pdf
 
VIP High Profile Call Girls Amravati Aarushi 8250192130 Independent Escort Se...
VIP High Profile Call Girls Amravati Aarushi 8250192130 Independent Escort Se...VIP High Profile Call Girls Amravati Aarushi 8250192130 Independent Escort Se...
VIP High Profile Call Girls Amravati Aarushi 8250192130 Independent Escort Se...
 
Schema on read is obsolete. Welcome metaprogramming..pdf
Schema on read is obsolete. Welcome metaprogramming..pdfSchema on read is obsolete. Welcome metaprogramming..pdf
Schema on read is obsolete. Welcome metaprogramming..pdf
 
BigBuy dropshipping via API with DroFx.pptx
BigBuy dropshipping via API with DroFx.pptxBigBuy dropshipping via API with DroFx.pptx
BigBuy dropshipping via API with DroFx.pptx
 
Low Rate Call Girls Bhilai Anika 8250192130 Independent Escort Service Bhilai
Low Rate Call Girls Bhilai Anika 8250192130 Independent Escort Service BhilaiLow Rate Call Girls Bhilai Anika 8250192130 Independent Escort Service Bhilai
Low Rate Call Girls Bhilai Anika 8250192130 Independent Escort Service Bhilai
 
Smarteg dropshipping via API with DroFx.pptx
Smarteg dropshipping via API with DroFx.pptxSmarteg dropshipping via API with DroFx.pptx
Smarteg dropshipping via API with DroFx.pptx
 
Ukraine War presentation: KNOW THE BASICS
Ukraine War presentation: KNOW THE BASICSUkraine War presentation: KNOW THE BASICS
Ukraine War presentation: KNOW THE BASICS
 
Unveiling Insights: The Role of a Data Analyst
Unveiling Insights: The Role of a Data AnalystUnveiling Insights: The Role of a Data Analyst
Unveiling Insights: The Role of a Data Analyst
 
Call me @ 9892124323 Cheap Rate Call Girls in Vashi with Real Photo 100% Secure
Call me @ 9892124323  Cheap Rate Call Girls in Vashi with Real Photo 100% SecureCall me @ 9892124323  Cheap Rate Call Girls in Vashi with Real Photo 100% Secure
Call me @ 9892124323 Cheap Rate Call Girls in Vashi with Real Photo 100% Secure
 
April 2024 - Crypto Market Report's Analysis
April 2024 - Crypto Market Report's AnalysisApril 2024 - Crypto Market Report's Analysis
April 2024 - Crypto Market Report's Analysis
 
Invezz.com - Grow your wealth with trading signals
Invezz.com - Grow your wealth with trading signalsInvezz.com - Grow your wealth with trading signals
Invezz.com - Grow your wealth with trading signals
 
B2 Creative Industry Response Evaluation.docx
B2 Creative Industry Response Evaluation.docxB2 Creative Industry Response Evaluation.docx
B2 Creative Industry Response Evaluation.docx
 
VidaXL dropshipping via API with DroFx.pptx
VidaXL dropshipping via API with DroFx.pptxVidaXL dropshipping via API with DroFx.pptx
VidaXL dropshipping via API with DroFx.pptx
 

VELOX: MODELS IN ACTION