SlideShare a Scribd company logo
Introduction to H2O
with Model Stacking Use Cases
Jo-fai (Joe) Chow
Data Scientist
joe@h2o.ai
@matlabulous
London Artificial Intelligence & Deep Learning @SHACK15hub
27th April, 2017
2
Thanks for joining us!
https://www.meetup.com/London-Artificial-Intelligence-Deep-Learning/members/
1st Official H2O
Meetup in London
3
Our Friends in UK
• Data Science for IoT Meetup
• Ajit Jaokar (Oxford Uni)
• Barty Isola from La Fosse (Venue)
• London Kaggle Meetup
• Alex Glaser, Wojtek Kostelecki &
Sergiusz Bleja
• Big Data London
• Bill Hammond
• This year: Nov 15-16
Agenda
• Introduction
• Company
• Why H2O?
• H2O Machine Learning Platform
• Model Stacking in H2O
• Introduction / Why
• Simple Examples
• Regression / Binary Classification
• Kaggle Example
• Multi-class Classification
• H2O + xgboost
4
About Me
• Civil (Water) Engineer
• 2010 – 2015
• Consultant (UK)
• Utilities
• Asset Management
• Constrained Optimization
• Industrial PhD (UK)
• Infrastructure Design Optimization
• Machine Learning +
Water Engineering
• Discovered H2O in 2014
• Data Scientist
• 2015
• Virgin Media (UK)
• Domino Data Lab (Silicon Valley)
• 2016 – Present
• H2O.ai (Silicon Valley)
5
About Me – From Kaggle to H2O
6
R + H2O + Domino for Kaggle
Guest Blog Post for Domino & H2O (2014)
• The Long Story
• bit.ly/joe_kaggle_story
About Me – I Love DataViz
7
My First Data Viz & Shiny App Experience
CrimeMap (2013) Revolution Analytics’ Data Viz Contest
RUGSMAPS (2014)
About H2O.ai
8
Company Overview
Founded 2011 Venture-backed, debuted in 2012
Products • H2O Open Source In-Memory AI Prediction Engine
• Sparkling Water
• Steam
Mission Operationalize Data Science, and provide a platform for users to build beautiful data products
Team 70 employees
• Distributed Systems Engineers doing Machine Learning
• World-class visualization designers
Headquarters Mountain View, CA
9
10
Our Team
Joe
Scientific Advisory Council
11
12
Arno (CTO)
13
14
H2O Community Growth
15
#AroundTheWorldWithH2Oai
16
My first H2O talk
March 2016
17
Users In Various Verticals Adore H2O
Financial Insurance MarketingTelecom Healthcare
18
19
Joe (2015)
http://www.h2o.ai/gartner-magic-quadrant/
20
Check
out our
website
h2o.ai
Why H2O?
21
Szilard Pafka’s ML Benchmark
22
https://github.com/szilard/benchm-ml
n = million of samples
Gradient Boosting Machine Benchmark
H2O is fastest at 10M samples
H2O is as accurate as
others at 10M samples
Time (s)
AUC
Szilard Pafka’s Comment
23
https://speakerdeck.com/szilard/machine-learning-with-h2o-dot-ai-budapest-data-science-meetup-july-2016
24
H2O Deep Learning in Action
25
H2O for Kaggle Competitions
26
H2O for Academic Research
27
http://www.sciencedirect.com/science/article/pii/S0377221716308657
https://arxiv.org/abs/1509.01199
H2O Machine Learning Platform
28
HDFS
S3
NFS
Distributed
In-Memory
Load Data
Loss-less
Compression
H2O Compute Engine
Production Scoring Environment
Exploratory &
Descriptive
Analysis
Feature
Engineering &
Selection
Supervised &
Unsupervised
Modeling
Model
Evaluation &
Selection
Predict
Data & Model
Storage
Model Export:
Plain Old Java Object
Your
Imagination
Data Prep Export:
Plain Old Java Object
Local
SQL
High Level Architecture
29
HDFS
S3
NFS
Distributed
In-Memory
Load Data
Loss-less
Compression
H2O Compute Engine
Production Scoring Environment
Exploratory &
Descriptive
Analysis
Feature
Engineering &
Selection
Supervised &
Unsupervised
Modeling
Model
Evaluation &
Selection
Predict
Data & Model
Storage
Model Export:
Plain Old Java Object
Your
Imagination
Data Prep Export:
Plain Old Java Object
Local
SQL
High Level Architecture
30
Import Data from
Multiple Sources
HDFS
S3
NFS
Distributed
In-Memory
Load Data
Loss-less
Compression
H2O Compute Engine
Production Scoring Environment
Exploratory &
Descriptive
Analysis
Feature
Engineering &
Selection
Supervised &
Unsupervised
Modeling
Model
Evaluation &
Selection
Predict
Data & Model
Storage
Model Export:
Plain Old Java Object
Your
Imagination
Data Prep Export:
Plain Old Java Object
Local
SQL
High Level Architecture
31
Fast, Scalable & Distributed
Compute Engine Written in
Java
HDFS
S3
NFS
Distributed
In-Memory
Load Data
Loss-less
Compression
H2O Compute Engine
Production Scoring Environment
Exploratory &
Descriptive
Analysis
Feature
Engineering &
Selection
Supervised &
Unsupervised
Modeling
Model
Evaluation &
Selection
Predict
Data & Model
Storage
Model Export:
Plain Old Java Object
Your
Imagination
Data Prep Export:
Plain Old Java Object
Local
SQL
High Level Architecture
32
Fast, Scalable & Distributed
Compute Engine Written in
Java
Supervised Learning
• Generalized Linear Models: Binomial,
Gaussian, Gamma, Poisson and Tweedie
• Naïve Bayes
Statistical
Analysis
Ensembles
• Distributed Random Forest: Classification
or regression models
• Gradient Boosting Machine: Produces an
ensemble of decision trees with increasing
refined approximations
Deep Neural
Networks
• Deep learning: Create multi-layer feed
forward neural networks starting with an
input layer followed by multiple layers of
nonlinear transformations
Algorithms Overview
Unsupervised Learning
• K-means: Partitions observations into k
clusters/groups of the same spatial size.
Automatically detect optimal k
Clustering
Dimensionality
Reduction
• Principal Component Analysis: Linearly transforms
correlated variables to independent components
• Generalized Low Rank Models: extend the idea of
PCA to handle arbitrary data consisting of numerical,
Boolean, categorical, and missing data
Anomaly
Detection
• Autoencoders: Find outliers using a
nonlinear dimensionality reduction using
deep learning
33
HDFS
S3
NFS
Distributed
In-Memory
Load Data
Loss-less
Compression
H2O Compute Engine
Production Scoring Environment
Exploratory &
Descriptive
Analysis
Feature
Engineering &
Selection
Supervised &
Unsupervised
Modeling
Model
Evaluation &
Selection
Predict
Data & Model
Storage
Model Export:
Plain Old Java Object
Your
Imagination
Data Prep Export:
Plain Old Java Object
Local
SQL
High Level Architecture
34
Multiple Interfaces
H2O + R
35
Package ‘h2o’ from CRAN
or H2O’s website
Start a local H2O (Java
Virtual Machine) cluster
Simple ‘iris’ example
H2O + R
36
H2O + Python
37
38
H2O Flow (Web) Interface
HDFS
S3
NFS
Distributed
In-Memory
Load Data
Loss-less
Compression
H2O Compute Engine
Production Scoring Environment
Exploratory &
Descriptive
Analysis
Feature
Engineering &
Selection
Supervised &
Unsupervised
Modeling
Model
Evaluation &
Selection
Predict
Data & Model
Storage
Model Export:
Plain Old Java Object
Your
Imagination
Data Prep Export:
Plain Old Java Object
Local
SQL
High Level Architecture
39
Export Standalone Models
for Production
H2O Overview
40
41
docs.h2o.ai
Introduction to Stacking
42
43
https://www.slideshare.net/0xdata/st
acked-ensembles-in-h2o
44
45
46
Stacking
…
CV Predictions
From Model 1
CV Predictions
From Model 2
CV Predictions
From Model n
Ground Truth
(Real Labels)
+
Numerical Features Numerical or
Categorical Labels
Meta-learning
47
48
Why Stacked Ensembles?
49
50
https://github.com/kaz-Anova/StackNet/blob/master/example/example_amazon/Data%20Festival%20Presentation%2024_4_2017.pdf
Regression Example
Wine Quality Dataset
51
Examples are based on my H2O Tutorials
• Introduction to Machine Learning
with H2O and Python
• Basic Extract, Transform and Load
(ETL)
• Supervised Learning
• Parameters Tuning
• Stacking
• http://bit.ly/joe_h2o_tutorials
• R Code Examples included
• Official H2O Tutorials
• https://github.com/h2oai/h2o-
tutorials
52
Improving Model Performance (Step-by-Step)
53
Model Settings MSE (CV) MSE (Test)
GBM with default settings N/A 0.4551
GBM with manual settings N/A 0.4433
Manual settings + cross-validation 0.4502 0.4433
Manual + CV + early stopping 0.4429 0.4287
CV + early stopping + full grid search 0.4378 0.4196
CV + early stopping + random grid search 0.4227 0.4047
Stacking models from random grid search N/A 0.3969
Lower Mean
Square Error
=
Better
Performance
For More Details https://github.com/woobe/h2o_tutorials/tree/master/introduction_to_machine_learning
54
11 Numerical Features
Target
55
Regression Performance – MSE
Lower the better
56
Lowest MSE =
Best Performance
Python Interface for H2O
Stacked Ensembles
Best GBM, DRF and DNN
models from Random Grid
Search
57
Lowest MSE =
Best Performance
R Interface for H2O
Stacked Ensembles
Use the three models
from previous steps
Binary Classification Example
Titanic Dataset
58
59
7 Features
Target
For More Details https://github.com/woobe/h2o_tutorials/tree/master/introduction_to_machine_learning
60
http://fastml.com/what-you-wanted-to-know-about-auc/
61
Highest AUC =
Best Performance
For More Details https://github.com/woobe/h2o_tutorials/tree/master/introduction_to_machine_learning
Kaggle Example
Santander Product Recommendation
62
Santander Product Recommendation
63
https://www.kaggle.com/c/santander-product-recommendation
Stacked Ensembles of H2O GBM (Joe)
+
Ensembles of xgboost (ZFTurbo)
Santander Product Recommendation
• Predict new products that
customers will add in the future
• Reframed as a Multiclass
Classification problem
• Feature Engineering
• Basic (Everyone)
• Advanced (ZFTurbo, Yifan, Anokas)
• Also see Yifan’s slides
• Models
• H2O GBM (Joe) – Single Best Model
• xgboost (ZFTurbo)
64
65
Reducing logloss by
Model Stacking
https://bitbucket.org/woobe/kaggle_santander_product/src/
66
Extract CV Predictions
…
CV Predictions
From Model 1
CV Predictions
From Model 2
CV Predictions
From Model n
Ground Truth
(Real Labels)
+
Numerical Features Categorical Labels
https://bitbucket.org/woobe/kaggle_santander_product/src/
Kaggle Example
Higgs (Small Version)
67
68
https://github.com/h2oai/h2o-tutorials/tree/master/tutorials/ensembles-stacking
69
https://github.com/h2oai/h2o-tutorials/tree/master/tutorials/ensembles-stacking
70
https://github.com/h2oai/h2o-tutorials/tree/master/tutorials/ensembles-stacking
71
https://github.com/h2oai/h2o-tutorials/tree/master/tutorials/ensembles-stacking
72
Higher AUC =
Better Performance
https://github.com/h2oai/h2o-tutorials/tree/master/tutorials/ensembles-stacking
Conclusions
73
Model Stacking in H2O
• Stacking made easy
• Laborious process automated
• Works in both R and Python
• Works with current and new
algorithms in H2O
• xgboost
• Deep Water (MXNet, TensorFlow
& Caffe)
• … and more!
74
• Related Talk
• www.slideshare.net/0xdata/stacke
d-ensembles-in-h2o
• Learning Resources
• github.com/h2oai/h2o-
tutorials/tree/master/tutorials/en
sembles-stacking
• bit.ly/joe_h2o_tutorials
75
H2O Supports Local Data Science Community
https://www.meetup.com/London-Kaggle-Meetup/ https://www.meetup.com/Women-in-Kaggle/
76
Our Friends in UK
• Data Science for IoT Meetup
• Ajit Jaokar (Oxford Uni)
• Barty Isola from La Fosse (Venue)
• London Kaggle Meetup
• Alex Glaser, Wojtek Kostelecki &
Sergiusz Bleja
• Big Data London
• Bill Hammond
• This year: Nov 15-16
77
Thanks for joining us!
Next H2O Meetup:
June 20 (T.B.C.)
https://www.meetup.com/London-Artificial-Intelligence-Deep-Learning/members/
78
Thanks!
• Code, Slides & Documents
• bit.ly/h2o_meetups
• docs.h2o.ai
• Contact
• joe@h2o.ai
• @matlabulous
• github.com/woobe
• Please search/ask questions on
Stack Overflow
• Use the tag `h2o` (not H2 zero)

More Related Content

What's hot (20)

PDF
Automatic and Interpretable Machine Learning with H2O and LIME
Jo-fai Chow
 
PDF
Latest Developments in H2O
Sri Ambati
 
PDF
H2O at BelgradeR Meetup
Jo-fai Chow
 
PPTX
H2O Machine Learning Use Cases
Jo-fai Chow
 
PDF
H2O Big Join Slides
Sri Ambati
 
PDF
Scalable Data Science and Deep Learning with H2O
odsc
 
PDF
Intro to H2O in Python - Data Science LA
Sri Ambati
 
PDF
Making Multimillion-Dollar Baseball Decisions with H2O AutoML, LIME and Shiny
Jo-fai Chow
 
PDF
ArnoCandelAIFrontiers011217
Sri Ambati
 
PDF
Intro to H2O Machine Learning in Python - Galvanize Seattle
Sri Ambati
 
PDF
Automatic and Interpretable Machine Learning in R with H2O and LIME
Jo-fai Chow
 
PDF
H2O PySparkling Water
Sri Ambati
 
PPTX
Drive Away Fraudsters With Driverless AI - Venkatesh Ramanathan, Senior Data ...
Sri Ambati
 
PDF
Introduction to Data Science with H2O- Mountain View
Sri Ambati
 
PDF
Sparkling Water 2.0 - Michal Malohlava
Sri Ambati
 
PDF
Databricks Meetup @ Los Angeles Apache Spark User Group
Paco Nathan
 
PDF
Strata 2015 Data Preview: Spark, Data Visualization, YARN, and More
Paco Nathan
 
PDF
Spark streaming
Noam Shaish
 
PPTX
BDW Chicago 2016 - Jim Scott, Director, Enterprise Strategy & Architecture - ...
Big Data Week
 
PDF
Intro to H2O Machine Learning in R at Santa Clara University
Sri Ambati
 
Automatic and Interpretable Machine Learning with H2O and LIME
Jo-fai Chow
 
Latest Developments in H2O
Sri Ambati
 
H2O at BelgradeR Meetup
Jo-fai Chow
 
H2O Machine Learning Use Cases
Jo-fai Chow
 
H2O Big Join Slides
Sri Ambati
 
Scalable Data Science and Deep Learning with H2O
odsc
 
Intro to H2O in Python - Data Science LA
Sri Ambati
 
Making Multimillion-Dollar Baseball Decisions with H2O AutoML, LIME and Shiny
Jo-fai Chow
 
ArnoCandelAIFrontiers011217
Sri Ambati
 
Intro to H2O Machine Learning in Python - Galvanize Seattle
Sri Ambati
 
Automatic and Interpretable Machine Learning in R with H2O and LIME
Jo-fai Chow
 
H2O PySparkling Water
Sri Ambati
 
Drive Away Fraudsters With Driverless AI - Venkatesh Ramanathan, Senior Data ...
Sri Ambati
 
Introduction to Data Science with H2O- Mountain View
Sri Ambati
 
Sparkling Water 2.0 - Michal Malohlava
Sri Ambati
 
Databricks Meetup @ Los Angeles Apache Spark User Group
Paco Nathan
 
Strata 2015 Data Preview: Spark, Data Visualization, YARN, and More
Paco Nathan
 
Spark streaming
Noam Shaish
 
BDW Chicago 2016 - Jim Scott, Director, Enterprise Strategy & Architecture - ...
Big Data Week
 
Intro to H2O Machine Learning in R at Santa Clara University
Sri Ambati
 

Similar to Introduction to H2O and Model Stacking Use Cases (20)

PDF
Belgrade R - Intro to H2O and Deep Water
Sri Ambati
 
PDF
Berlin R Meetup
Sri Ambati
 
PDF
Applied Machine learning using H2O, python and R Workshop
Avkash Chauhan
 
PDF
Intro to Machine Learning with H2O and AWS
Sri Ambati
 
PDF
New Developments in H2O: April 2017 Edition
Sri Ambati
 
PPTX
ISV Showcase: End-to-end Machine Learning using H2O on Azure
Microsoft Tech Community
 
PDF
Scalable Machine Learning in R and Python with H2O
Sri Ambati
 
PDF
Hambug R Meetup - Intro to H2O
Sri Ambati
 
PDF
High Performance Machine Learning in R with H2O
Sri Ambati
 
PDF
Scalable Automatic Machine Learning in H2O
Sri Ambati
 
PDF
Introducción al Aprendizaje Automatico con H2O-3 (1)
Sri Ambati
 
PDF
Start Getting Your Feet Wet in Open Source Machine and Deep Learning
Ian Gomez
 
PDF
Introduction to Machine Learning with H2O and Python
Jo-fai Chow
 
PDF
Introduction to Machine Learning with H2O and Python
Sri Ambati
 
PDF
Introduction to Machine Learning with H2O - Jo-Fai (Joe) Chow, H2O
Data Science Milan
 
PPTX
Machine Learning for Smarter Apps - Jacksonville Meetup
Sri Ambati
 
PDF
Machine Learning With H2O vs SparkML
Arnab Biswas
 
PPTX
Distributed GLM with H2O - Atlanta Meetup
Sri Ambati
 
PDF
H2O with Erin LeDell at Portland R User Group
Sri Ambati
 
PDF
Spark + H20 = Machine Learning at scale
Mateusz Dymczyk
 
Belgrade R - Intro to H2O and Deep Water
Sri Ambati
 
Berlin R Meetup
Sri Ambati
 
Applied Machine learning using H2O, python and R Workshop
Avkash Chauhan
 
Intro to Machine Learning with H2O and AWS
Sri Ambati
 
New Developments in H2O: April 2017 Edition
Sri Ambati
 
ISV Showcase: End-to-end Machine Learning using H2O on Azure
Microsoft Tech Community
 
Scalable Machine Learning in R and Python with H2O
Sri Ambati
 
Hambug R Meetup - Intro to H2O
Sri Ambati
 
High Performance Machine Learning in R with H2O
Sri Ambati
 
Scalable Automatic Machine Learning in H2O
Sri Ambati
 
Introducción al Aprendizaje Automatico con H2O-3 (1)
Sri Ambati
 
Start Getting Your Feet Wet in Open Source Machine and Deep Learning
Ian Gomez
 
Introduction to Machine Learning with H2O and Python
Jo-fai Chow
 
Introduction to Machine Learning with H2O and Python
Sri Ambati
 
Introduction to Machine Learning with H2O - Jo-Fai (Joe) Chow, H2O
Data Science Milan
 
Machine Learning for Smarter Apps - Jacksonville Meetup
Sri Ambati
 
Machine Learning With H2O vs SparkML
Arnab Biswas
 
Distributed GLM with H2O - Atlanta Meetup
Sri Ambati
 
H2O with Erin LeDell at Portland R User Group
Sri Ambati
 
Spark + H20 = Machine Learning at scale
Mateusz Dymczyk
 
Ad

More from Jo-fai Chow (14)

PPTX
Kaggle Competitions, New Friends, New Skills and New Opportunities
Jo-fai Chow
 
PPTX
Using H2O Random Grid Search for Hyper-parameters Optimization
Jo-fai Chow
 
PPTX
Introduction to Generalised Low-Rank Model and Missing Values
Jo-fai Chow
 
PPTX
Improving Model Predictions via Stacking and Hyper-parameters Tuning
Jo-fai Chow
 
PPTX
Kaggle competitions, new friends, new skills and new opportunities
Jo-fai Chow
 
PPTX
Deploying your Predictive Models as a Service via Domino
Jo-fai Chow
 
PPTX
A Systematic, Multi-Criteria Decision Support Framework for Sustainable Drain...
Jo-fai Chow
 
PPTX
Designing Sustainable Drainage Systems
Jo-fai Chow
 
PPTX
Developing a New Decision Support System for SuDS
Jo-fai Chow
 
PDF
Udacity Statement (Introduction to Statistics, August 2012)
Jo-fai Chow
 
PDF
Coursera Statement (Computational Investing, Part I,
Jo-fai Chow
 
PDF
Coursera Statement (Computing for Data Analysis, Oct 2013)
Jo-fai Chow
 
PDF
Coursera Statement (Data Analysis, Mar 2013)
Jo-fai Chow
 
PPTX
A Systematic, Multi-Criteria Decision Support Framework for Sustainable Drain...
Jo-fai Chow
 
Kaggle Competitions, New Friends, New Skills and New Opportunities
Jo-fai Chow
 
Using H2O Random Grid Search for Hyper-parameters Optimization
Jo-fai Chow
 
Introduction to Generalised Low-Rank Model and Missing Values
Jo-fai Chow
 
Improving Model Predictions via Stacking and Hyper-parameters Tuning
Jo-fai Chow
 
Kaggle competitions, new friends, new skills and new opportunities
Jo-fai Chow
 
Deploying your Predictive Models as a Service via Domino
Jo-fai Chow
 
A Systematic, Multi-Criteria Decision Support Framework for Sustainable Drain...
Jo-fai Chow
 
Designing Sustainable Drainage Systems
Jo-fai Chow
 
Developing a New Decision Support System for SuDS
Jo-fai Chow
 
Udacity Statement (Introduction to Statistics, August 2012)
Jo-fai Chow
 
Coursera Statement (Computational Investing, Part I,
Jo-fai Chow
 
Coursera Statement (Computing for Data Analysis, Oct 2013)
Jo-fai Chow
 
Coursera Statement (Data Analysis, Mar 2013)
Jo-fai Chow
 
A Systematic, Multi-Criteria Decision Support Framework for Sustainable Drain...
Jo-fai Chow
 
Ad

Recently uploaded (20)

PDF
Download Canva Pro 2025 PC Crack Full Latest Version
bashirkhan333g
 
PDF
Generic or Specific? Making sensible software design decisions
Bert Jan Schrijver
 
PDF
Odoo CRM vs Zoho CRM: Honest Comparison 2025
Odiware Technologies Private Limited
 
PPTX
OpenChain @ OSS NA - In From the Cold: Open Source as Part of Mainstream Soft...
Shane Coughlan
 
PDF
유니티에서 Burst Compiler+ThreadedJobs+SIMD 적용사례
Seongdae Kim
 
PPTX
Homogeneity of Variance Test Options IBM SPSS Statistics Version 31.pptx
Version 1 Analytics
 
PPTX
Change Common Properties in IBM SPSS Statistics Version 31.pptx
Version 1 Analytics
 
PPTX
Empowering Asian Contributions: The Rise of Regional User Groups in Open Sour...
Shane Coughlan
 
PPTX
Tally_Basic_Operations_Presentation.pptx
AditiBansal54083
 
PPTX
Agentic Automation: Build & Deploy Your First UiPath Agent
klpathrudu
 
PDF
HiHelloHR – Simplify HR Operations for Modern Workplaces
HiHelloHR
 
PPTX
Help for Correlations in IBM SPSS Statistics.pptx
Version 1 Analytics
 
PDF
Driver Easy Pro 6.1.1 Crack Licensce key 2025 FREE
utfefguu
 
PPTX
Why Businesses Are Switching to Open Source Alternatives to Crystal Reports.pptx
Varsha Nayak
 
PDF
4K Video Downloader Plus Pro Crack for MacOS New Download 2025
bashirkhan333g
 
PDF
Unlock Efficiency with Insurance Policy Administration Systems
Insurance Tech Services
 
PDF
AI + DevOps = Smart Automation with devseccops.ai.pdf
Devseccops.ai
 
PPTX
Home Care Tools: Benefits, features and more
Third Rock Techkno
 
PPTX
Agentic Automation Journey Series Day 2 – Prompt Engineering for UiPath Agents
klpathrudu
 
PDF
SAP Firmaya İade ABAB Kodları - ABAB ile yazılmıl hazır kod örneği
Salih Küçük
 
Download Canva Pro 2025 PC Crack Full Latest Version
bashirkhan333g
 
Generic or Specific? Making sensible software design decisions
Bert Jan Schrijver
 
Odoo CRM vs Zoho CRM: Honest Comparison 2025
Odiware Technologies Private Limited
 
OpenChain @ OSS NA - In From the Cold: Open Source as Part of Mainstream Soft...
Shane Coughlan
 
유니티에서 Burst Compiler+ThreadedJobs+SIMD 적용사례
Seongdae Kim
 
Homogeneity of Variance Test Options IBM SPSS Statistics Version 31.pptx
Version 1 Analytics
 
Change Common Properties in IBM SPSS Statistics Version 31.pptx
Version 1 Analytics
 
Empowering Asian Contributions: The Rise of Regional User Groups in Open Sour...
Shane Coughlan
 
Tally_Basic_Operations_Presentation.pptx
AditiBansal54083
 
Agentic Automation: Build & Deploy Your First UiPath Agent
klpathrudu
 
HiHelloHR – Simplify HR Operations for Modern Workplaces
HiHelloHR
 
Help for Correlations in IBM SPSS Statistics.pptx
Version 1 Analytics
 
Driver Easy Pro 6.1.1 Crack Licensce key 2025 FREE
utfefguu
 
Why Businesses Are Switching to Open Source Alternatives to Crystal Reports.pptx
Varsha Nayak
 
4K Video Downloader Plus Pro Crack for MacOS New Download 2025
bashirkhan333g
 
Unlock Efficiency with Insurance Policy Administration Systems
Insurance Tech Services
 
AI + DevOps = Smart Automation with devseccops.ai.pdf
Devseccops.ai
 
Home Care Tools: Benefits, features and more
Third Rock Techkno
 
Agentic Automation Journey Series Day 2 – Prompt Engineering for UiPath Agents
klpathrudu
 
SAP Firmaya İade ABAB Kodları - ABAB ile yazılmıl hazır kod örneği
Salih Küçük
 

Introduction to H2O and Model Stacking Use Cases