SlideShare a Scribd company logo
Unless stated otherwise all images are taken from wikipedia.org or openclipart.org
Cognitive IoT Anomaly Detector
with DeepLearning4J on IoT Sensor Data
Real-Time Anomaly Detection using LSTM Auto-Encoders with Deep Learning4J on Apache Spark
Why IoT (now) ?
• 15 Billion connected devices in 2015
• 40 Billion connected devices in 2020
• World population 7.4 Billion in 2016
Real-Time Anomaly Detection using LSTM Auto-Encoders with Deep Learning4J on Apache Spark
Real-Time Anomaly Detection using LSTM Auto-Encoders with Deep Learning4J on Apache Spark
Real-Time Anomaly Detection using LSTM Auto-Encoders with Deep Learning4J on Apache Spark
Real-Time Anomaly Detection using LSTM Auto-Encoders with Deep Learning4J on Apache Spark
Real-Time Anomaly Detection using LSTM Auto-Encoders with Deep Learning4J on Apache Spark
Real-Time Anomaly Detection using LSTM Auto-Encoders with Deep Learning4J on Apache Spark
Real-Time Anomaly Detection using LSTM Auto-Encoders with Deep Learning4J on Apache Spark
Real-Time Anomaly Detection using LSTM Auto-Encoders with Deep Learning4J on Apache Spark
Real-Time Anomaly Detection using LSTM Auto-Encoders with Deep Learning4J on Apache Spark
Real-Time Anomaly Detection using LSTM Auto-Encoders with Deep Learning4J on Apache Spark
Real-Time Anomaly Detection using LSTM Auto-Encoders with Deep Learning4J on Apache Spark
Real-Time Anomaly Detection using LSTM Auto-Encoders with Deep Learning4J on Apache Spark
Real-Time Anomaly Detection using LSTM Auto-Encoders with Deep Learning4J on Apache Spark
Machine Learning on
historic data
Source: deeplearning4j.org
Online Learning
Source: deeplearning4j.org
online vs. historic
• Pros
• low storage costs
• real-time model update
• Cons
• algorithm support
• software support
• no algorithmic improvement
• compute power to be inline
with data rate
• Pros
• all algorithms
• abundance of software
• model re-scoring / re-
parameterisation (algorithmic
improvement)
• batch processing
• Cons
• high storage costs
• batch model update
Real-Time Anomaly Detection using LSTM Auto-Encoders with Deep Learning4J on Apache Spark
DeepLearning
DeepLearning
Apache Spark
Hadoop
Neural Networks
Neural Networks
Deeper (more) Layers
Convolutional
Convolutional
+ =
Convolutional
Real-Time Anomaly Detection using LSTM Auto-Encoders with Deep Learning4J on Apache Spark
Learning of a function
A neural network can basically learn any
mathematical function
Recurrent
LSTM
“vanishing gradient problem” == influence of past inputs
decay quickly over time
http://karpathy.github.io/2015/05/21/rnn-effectiveness/
Real-Time Anomaly Detection using LSTM Auto-Encoders with Deep Learning4J on Apache Spark
Real-Time Anomaly Detection using LSTM Auto-Encoders with Deep Learning4J on Apache Spark
Real-Time Anomaly Detection using LSTM Auto-Encoders with Deep Learning4J on Apache Spark
https://m.soundcloud.com/optometrist-prime/recurrence-
music-written-by-a-recurrent-neural-network
•Outperformed traditional methods, such as
•cumulative sum (CUSUM)
•exponentially weighted moving average (EWMA)
•Hidden Markov Models (HMM)
•Learned what “Normal” is
•Raised error if time series pattern haven't been seen
before
Real-Time Anomaly Detection using LSTM Auto-Encoders with Deep Learning4J on Apache Spark
Real-Time Anomaly Detection using LSTM Auto-Encoders with Deep Learning4J on Apache Spark
Learning of an algorithm
A LSTM network is Turing complete
1
1: http://binds.cs.umass.edu/papers/1995_Siegelmann_Science.pdf
Problems
• Neural Networks are computationally very complex
•especially during training
•but also during scoring
CPU (2009) GPU (2016) IBM TrueNorth (2017)
IBM TrueNorth
•Scalable
•Parallel
•Distributed
•Fault Tolerant
•No Clock ! :)
•IBM Cluster
•4.096 chips
•4 billion neurons
•1 trillion synapses
•Human Brain
•100 billion neurons
•100 trillion synapses
•1.000.000 neurons
•250.000.000 synapses
Real-Time Anomaly Detection using LSTM Auto-Encoders with Deep Learning4J on Apache Spark
Real-Time Anomaly Detection using LSTM Auto-Encoders with Deep Learning4J on Apache Spark
Watson IoT
Watson
Cognitive
Services
Analytics
Model + API Driver Behaviour
Personality
Insights
Trainable Model
+ API
IoT for Insurance
Visual
Recognition
Customizable
Model + API
Watson Machine
Learning
Data Science
Platform as a
Service
Data Science
Experience
DeepLearning4J
Components
• DeepLearning4J

Enterprise Grade DeepLearning Library
• DataVec

CSV/Audio/Video/Image/… => Vector
• ND4J / ND4S (NumPy for the JVM)
ND4J
• Tensor support (Linear Buffer + Stride)
• Multiple implementations, one interface
• vectorized c++ code (JavaCPP), off-heap data
storage, BLAS (OpenBLAS, Intel MKL, cuBLAS)
• GPU (CUDA 7.5)
turn on GPU
DL4J parallelisation
• TensorFlow on ApacheSpark =>
• Scoring
• Multi-model hyper-parameter tuning
• Parallel training since V r0.8
• DeepLearning4J =>
• Scoring, Multi-model hyper-parameter tuning
• Parallel training

“Jeff Dean style parameter averaging”
“Code local vs spark”
vs.
Demo
IoT / Industry / Predictive Maintenance Use Case
Real-Time Anomaly Detection using LSTM Auto-Encoders with Deep Learning4J on Apache Spark
Real-Time Anomaly Detection using LSTM Auto-Encoders with Deep Learning4J on Apache Spark
Real-Time Anomaly Detection using LSTM Auto-Encoders with Deep Learning4J on Apache Spark
Real-Time Anomaly Detection using LSTM Auto-Encoders with Deep Learning4J on Apache Spark
data
https://github.com/romeokienzler/pmqsimulator
https://ibm.biz/joinIBMCloud
Real-Time Anomaly Detection using LSTM Auto-Encoders with Deep Learning4J on Apache Spark
Real-Time Anomaly Detection using LSTM Auto-Encoders with Deep Learning4J on Apache Spark
Real-Time Anomaly Detection using LSTM Auto-Encoders with Deep Learning4J on Apache Spark
Real-Time Anomaly Detection using LSTM Auto-Encoders with Deep Learning4J on Apache Spark
Real-Time Anomaly Detection using LSTM Auto-Encoders with Deep Learning4J on Apache Spark
Real-Time Anomaly Detection using LSTM Auto-Encoders with Deep Learning4J on Apache Spark
Real-Time Anomaly Detection using LSTM Auto-Encoders with Deep Learning4J on Apache Spark
Ad

Recommended

House Sale Price Prediction
House Sale Price Prediction
sriram30691
 
Introduction to Deep learning
Introduction to Deep learning
leopauly
 
Anomaly detection with machine learning at scale
Anomaly detection with machine learning at scale
Impetus Technologies
 
AI Vs ML Vs DL PowerPoint Presentation Slide Templates Complete Deck
AI Vs ML Vs DL PowerPoint Presentation Slide Templates Complete Deck
SlideTeam
 
Tips and tricks to win kaggle data science competitions
Tips and tricks to win kaggle data science competitions
Darius Barušauskas
 
Deep Learning Tutorial | Deep Learning Tutorial For Beginners | What Is Deep ...
Deep Learning Tutorial | Deep Learning Tutorial For Beginners | What Is Deep ...
Simplilearn
 
House price prediction
House price prediction
SabahBegum
 
What Is A Neural Network? | How Deep Neural Networks Work | Neural Network Tu...
What Is A Neural Network? | How Deep Neural Networks Work | Neural Network Tu...
Simplilearn
 
Machine Learning and its Applications
Machine Learning and its Applications
Dr Ganesh Iyer
 
Automatic Machine Learning, AutoML
Automatic Machine Learning, AutoML
Himadri Mishra
 
Microsoft Introduction to Automated Machine Learning
Microsoft Introduction to Automated Machine Learning
Setu Chokshi
 
What is Deep Learning | Deep Learning Simplified | Deep Learning Tutorial | E...
What is Deep Learning | Deep Learning Simplified | Deep Learning Tutorial | E...
Edureka!
 
Machine Learning Model Deployment: Strategy to Implementation
Machine Learning Model Deployment: Strategy to Implementation
DataWorks Summit
 
Deep learning - A Visual Introduction
Deep learning - A Visual Introduction
Lukas Masuch
 
Intro to Deep learning - Autoencoders
Intro to Deep learning - Autoencoders
Akash Goel
 
Gradient Boosting
Gradient Boosting
Nghia Bui Van
 
Machine learning for predictive maintenance external
Machine learning for predictive maintenance external
Prashant K Dhingra
 
The Deep Learning Glossary
The Deep Learning Glossary
NVIDIA
 
Transformers, LLMs, and the Possibility of AGI
Transformers, LLMs, and the Possibility of AGI
SynaptonIncorporated
 
Learn to Use Databricks for the Full ML Lifecycle
Learn to Use Databricks for the Full ML Lifecycle
Databricks
 
Artificial Neural Network(Artificial intelligence)
Artificial Neural Network(Artificial intelligence)
spartacus131211
 
RNN-LSTM.pptx
RNN-LSTM.pptx
ssuserc755f1
 
Anomaly Detection using Deep Auto-Encoders
Anomaly Detection using Deep Auto-Encoders
Gianmario Spacagna
 
Future of AI - 2023 07 25.pptx
Future of AI - 2023 07 25.pptx
Greg Makowski
 
hands on machine learning Chapter 6&7 decision tree, ensemble and random forest
hands on machine learning Chapter 6&7 decision tree, ensemble and random forest
Jaey Jeong
 
Feature Engineering - Getting most out of data for predictive models - TDC 2017
Feature Engineering - Getting most out of data for predictive models - TDC 2017
Gabriel Moreira
 
RESTful Machine Learning with Flask and TensorFlow Serving - Carlo Mazzaferro
RESTful Machine Learning with Flask and TensorFlow Serving - Carlo Mazzaferro
PyData
 
Semi-Supervised Learning
Semi-Supervised Learning
Lukas Tencer
 
Cognitive IoT using DeepLearning on data parallel frameworks like Spark & Flink
Cognitive IoT using DeepLearning on data parallel frameworks like Spark & Flink
Romeo Kienzler
 
DeepLearning and Advanced Machine Learning on IoT
DeepLearning and Advanced Machine Learning on IoT
Romeo Kienzler
 

More Related Content

What's hot (20)

Machine Learning and its Applications
Machine Learning and its Applications
Dr Ganesh Iyer
 
Automatic Machine Learning, AutoML
Automatic Machine Learning, AutoML
Himadri Mishra
 
Microsoft Introduction to Automated Machine Learning
Microsoft Introduction to Automated Machine Learning
Setu Chokshi
 
What is Deep Learning | Deep Learning Simplified | Deep Learning Tutorial | E...
What is Deep Learning | Deep Learning Simplified | Deep Learning Tutorial | E...
Edureka!
 
Machine Learning Model Deployment: Strategy to Implementation
Machine Learning Model Deployment: Strategy to Implementation
DataWorks Summit
 
Deep learning - A Visual Introduction
Deep learning - A Visual Introduction
Lukas Masuch
 
Intro to Deep learning - Autoencoders
Intro to Deep learning - Autoencoders
Akash Goel
 
Gradient Boosting
Gradient Boosting
Nghia Bui Van
 
Machine learning for predictive maintenance external
Machine learning for predictive maintenance external
Prashant K Dhingra
 
The Deep Learning Glossary
The Deep Learning Glossary
NVIDIA
 
Transformers, LLMs, and the Possibility of AGI
Transformers, LLMs, and the Possibility of AGI
SynaptonIncorporated
 
Learn to Use Databricks for the Full ML Lifecycle
Learn to Use Databricks for the Full ML Lifecycle
Databricks
 
Artificial Neural Network(Artificial intelligence)
Artificial Neural Network(Artificial intelligence)
spartacus131211
 
RNN-LSTM.pptx
RNN-LSTM.pptx
ssuserc755f1
 
Anomaly Detection using Deep Auto-Encoders
Anomaly Detection using Deep Auto-Encoders
Gianmario Spacagna
 
Future of AI - 2023 07 25.pptx
Future of AI - 2023 07 25.pptx
Greg Makowski
 
hands on machine learning Chapter 6&7 decision tree, ensemble and random forest
hands on machine learning Chapter 6&7 decision tree, ensemble and random forest
Jaey Jeong
 
Feature Engineering - Getting most out of data for predictive models - TDC 2017
Feature Engineering - Getting most out of data for predictive models - TDC 2017
Gabriel Moreira
 
RESTful Machine Learning with Flask and TensorFlow Serving - Carlo Mazzaferro
RESTful Machine Learning with Flask and TensorFlow Serving - Carlo Mazzaferro
PyData
 
Semi-Supervised Learning
Semi-Supervised Learning
Lukas Tencer
 
Machine Learning and its Applications
Machine Learning and its Applications
Dr Ganesh Iyer
 
Automatic Machine Learning, AutoML
Automatic Machine Learning, AutoML
Himadri Mishra
 
Microsoft Introduction to Automated Machine Learning
Microsoft Introduction to Automated Machine Learning
Setu Chokshi
 
What is Deep Learning | Deep Learning Simplified | Deep Learning Tutorial | E...
What is Deep Learning | Deep Learning Simplified | Deep Learning Tutorial | E...
Edureka!
 
Machine Learning Model Deployment: Strategy to Implementation
Machine Learning Model Deployment: Strategy to Implementation
DataWorks Summit
 
Deep learning - A Visual Introduction
Deep learning - A Visual Introduction
Lukas Masuch
 
Intro to Deep learning - Autoencoders
Intro to Deep learning - Autoencoders
Akash Goel
 
Machine learning for predictive maintenance external
Machine learning for predictive maintenance external
Prashant K Dhingra
 
The Deep Learning Glossary
The Deep Learning Glossary
NVIDIA
 
Transformers, LLMs, and the Possibility of AGI
Transformers, LLMs, and the Possibility of AGI
SynaptonIncorporated
 
Learn to Use Databricks for the Full ML Lifecycle
Learn to Use Databricks for the Full ML Lifecycle
Databricks
 
Artificial Neural Network(Artificial intelligence)
Artificial Neural Network(Artificial intelligence)
spartacus131211
 
Anomaly Detection using Deep Auto-Encoders
Anomaly Detection using Deep Auto-Encoders
Gianmario Spacagna
 
Future of AI - 2023 07 25.pptx
Future of AI - 2023 07 25.pptx
Greg Makowski
 
hands on machine learning Chapter 6&7 decision tree, ensemble and random forest
hands on machine learning Chapter 6&7 decision tree, ensemble and random forest
Jaey Jeong
 
Feature Engineering - Getting most out of data for predictive models - TDC 2017
Feature Engineering - Getting most out of data for predictive models - TDC 2017
Gabriel Moreira
 
RESTful Machine Learning with Flask and TensorFlow Serving - Carlo Mazzaferro
RESTful Machine Learning with Flask and TensorFlow Serving - Carlo Mazzaferro
PyData
 
Semi-Supervised Learning
Semi-Supervised Learning
Lukas Tencer
 

Similar to Real-Time Anomaly Detection using LSTM Auto-Encoders with Deep Learning4J on Apache Spark (20)

Cognitive IoT using DeepLearning on data parallel frameworks like Spark & Flink
Cognitive IoT using DeepLearning on data parallel frameworks like Spark & Flink
Romeo Kienzler
 
DeepLearning and Advanced Machine Learning on IoT
DeepLearning and Advanced Machine Learning on IoT
Romeo Kienzler
 
IBM Middle East Data Science Connect 2016 - Doha, Qatar
IBM Middle East Data Science Connect 2016 - Doha, Qatar
Romeo Kienzler
 
Geo Python16 keynote
Geo Python16 keynote
Romeo Kienzler
 
Deep Learning and Recurrent Neural Networks in the Enterprise
Deep Learning and Recurrent Neural Networks in the Enterprise
Josh Patterson
 
Deploying Enterprise Deep Learning Masterclass Preview - Enterprise Deep Lea...
Deploying Enterprise Deep Learning Masterclass Preview - Enterprise Deep Lea...
Sam Putnam [Deep Learning]
 
Productionizing dl from the ground up
Productionizing dl from the ground up
Adam Gibson
 
Deep learning on spark
Deep learning on spark
Satyendra Rana
 
Deep Learning and Watson Studio
Deep Learning and Watson Studio
Sasha Lazarevic
 
Neural Networks, Spark MLlib, Deep Learning
Neural Networks, Spark MLlib, Deep Learning
Asim Jalis
 
Deep Learning with Apache Spark: an Introduction
Deep Learning with Apache Spark: an Introduction
Emanuele Bezzi
 
AI: the silicon brain
AI: the silicon brain
amit bezalel
 
Deep learning and applications in non-cognitive domains I
Deep learning and applications in non-cognitive domains I
Deakin University
 
DL4J at Workday Meetup
DL4J at Workday Meetup
David Kale
 
Top 10 deep learning algorithms you should know in
Top 10 deep learning algorithms you should know in
AmanKumarSingh97
 
Spark Based Distributed Deep Learning Framework For Big Data Applications
Spark Based Distributed Deep Learning Framework For Big Data Applications
Humoyun Ahmedov
 
Big Data Malaysia - A Primer on Deep Learning
Big Data Malaysia - A Primer on Deep Learning
Poo Kuan Hoong
 
Deep Learning with Databricks
Deep Learning with Databricks
Henning Kropp
 
Deep Learning: DL4J and DataVec
Deep Learning: DL4J and DataVec
Josh Patterson
 
Josh Patterson, Advisor, Skymind – Deep learning for Industry at MLconf ATL 2016
Josh Patterson, Advisor, Skymind – Deep learning for Industry at MLconf ATL 2016
MLconf
 
Cognitive IoT using DeepLearning on data parallel frameworks like Spark & Flink
Cognitive IoT using DeepLearning on data parallel frameworks like Spark & Flink
Romeo Kienzler
 
DeepLearning and Advanced Machine Learning on IoT
DeepLearning and Advanced Machine Learning on IoT
Romeo Kienzler
 
IBM Middle East Data Science Connect 2016 - Doha, Qatar
IBM Middle East Data Science Connect 2016 - Doha, Qatar
Romeo Kienzler
 
Deep Learning and Recurrent Neural Networks in the Enterprise
Deep Learning and Recurrent Neural Networks in the Enterprise
Josh Patterson
 
Deploying Enterprise Deep Learning Masterclass Preview - Enterprise Deep Lea...
Deploying Enterprise Deep Learning Masterclass Preview - Enterprise Deep Lea...
Sam Putnam [Deep Learning]
 
Productionizing dl from the ground up
Productionizing dl from the ground up
Adam Gibson
 
Deep learning on spark
Deep learning on spark
Satyendra Rana
 
Deep Learning and Watson Studio
Deep Learning and Watson Studio
Sasha Lazarevic
 
Neural Networks, Spark MLlib, Deep Learning
Neural Networks, Spark MLlib, Deep Learning
Asim Jalis
 
Deep Learning with Apache Spark: an Introduction
Deep Learning with Apache Spark: an Introduction
Emanuele Bezzi
 
AI: the silicon brain
AI: the silicon brain
amit bezalel
 
Deep learning and applications in non-cognitive domains I
Deep learning and applications in non-cognitive domains I
Deakin University
 
DL4J at Workday Meetup
DL4J at Workday Meetup
David Kale
 
Top 10 deep learning algorithms you should know in
Top 10 deep learning algorithms you should know in
AmanKumarSingh97
 
Spark Based Distributed Deep Learning Framework For Big Data Applications
Spark Based Distributed Deep Learning Framework For Big Data Applications
Humoyun Ahmedov
 
Big Data Malaysia - A Primer on Deep Learning
Big Data Malaysia - A Primer on Deep Learning
Poo Kuan Hoong
 
Deep Learning with Databricks
Deep Learning with Databricks
Henning Kropp
 
Deep Learning: DL4J and DataVec
Deep Learning: DL4J and DataVec
Josh Patterson
 
Josh Patterson, Advisor, Skymind – Deep learning for Industry at MLconf ATL 2016
Josh Patterson, Advisor, Skymind – Deep learning for Industry at MLconf ATL 2016
MLconf
 
Ad

More from DataWorks Summit/Hadoop Summit (20)

Running Apache Spark & Apache Zeppelin in Production
Running Apache Spark & Apache Zeppelin in Production
DataWorks Summit/Hadoop Summit
 
State of Security: Apache Spark & Apache Zeppelin
State of Security: Apache Spark & Apache Zeppelin
DataWorks Summit/Hadoop Summit
 
Unleashing the Power of Apache Atlas with Apache Ranger
Unleashing the Power of Apache Atlas with Apache Ranger
DataWorks Summit/Hadoop Summit
 
Enabling Digital Diagnostics with a Data Science Platform
Enabling Digital Diagnostics with a Data Science Platform
DataWorks Summit/Hadoop Summit
 
Revolutionize Text Mining with Spark and Zeppelin
Revolutionize Text Mining with Spark and Zeppelin
DataWorks Summit/Hadoop Summit
 
Double Your Hadoop Performance with Hortonworks SmartSense
Double Your Hadoop Performance with Hortonworks SmartSense
DataWorks Summit/Hadoop Summit
 
Hadoop Crash Course
Hadoop Crash Course
DataWorks Summit/Hadoop Summit
 
Data Science Crash Course
Data Science Crash Course
DataWorks Summit/Hadoop Summit
 
Apache Spark Crash Course
Apache Spark Crash Course
DataWorks Summit/Hadoop Summit
 
Dataflow with Apache NiFi
Dataflow with Apache NiFi
DataWorks Summit/Hadoop Summit
 
Schema Registry - Set you Data Free
Schema Registry - Set you Data Free
DataWorks Summit/Hadoop Summit
 
Building a Large-Scale, Adaptive Recommendation Engine with Apache Flink and ...
Building a Large-Scale, Adaptive Recommendation Engine with Apache Flink and ...
DataWorks Summit/Hadoop Summit
 
Mool - Automated Log Analysis using Data Science and ML
Mool - Automated Log Analysis using Data Science and ML
DataWorks Summit/Hadoop Summit
 
How Hadoop Makes the Natixis Pack More Efficient
How Hadoop Makes the Natixis Pack More Efficient
DataWorks Summit/Hadoop Summit
 
HBase in Practice
HBase in Practice
DataWorks Summit/Hadoop Summit
 
The Challenge of Driving Business Value from the Analytics of Things (AOT)
The Challenge of Driving Business Value from the Analytics of Things (AOT)
DataWorks Summit/Hadoop Summit
 
Breaking the 1 Million OPS/SEC Barrier in HOPS Hadoop
Breaking the 1 Million OPS/SEC Barrier in HOPS Hadoop
DataWorks Summit/Hadoop Summit
 
From Regulatory Process Verification to Predictive Maintenance and Beyond wit...
From Regulatory Process Verification to Predictive Maintenance and Beyond wit...
DataWorks Summit/Hadoop Summit
 
Backup and Disaster Recovery in Hadoop
Backup and Disaster Recovery in Hadoop
DataWorks Summit/Hadoop Summit
 
Scaling HDFS to Manage Billions of Files with Distributed Storage Schemes
Scaling HDFS to Manage Billions of Files with Distributed Storage Schemes
DataWorks Summit/Hadoop Summit
 
Unleashing the Power of Apache Atlas with Apache Ranger
Unleashing the Power of Apache Atlas with Apache Ranger
DataWorks Summit/Hadoop Summit
 
Enabling Digital Diagnostics with a Data Science Platform
Enabling Digital Diagnostics with a Data Science Platform
DataWorks Summit/Hadoop Summit
 
Double Your Hadoop Performance with Hortonworks SmartSense
Double Your Hadoop Performance with Hortonworks SmartSense
DataWorks Summit/Hadoop Summit
 
Building a Large-Scale, Adaptive Recommendation Engine with Apache Flink and ...
Building a Large-Scale, Adaptive Recommendation Engine with Apache Flink and ...
DataWorks Summit/Hadoop Summit
 
Mool - Automated Log Analysis using Data Science and ML
Mool - Automated Log Analysis using Data Science and ML
DataWorks Summit/Hadoop Summit
 
The Challenge of Driving Business Value from the Analytics of Things (AOT)
The Challenge of Driving Business Value from the Analytics of Things (AOT)
DataWorks Summit/Hadoop Summit
 
From Regulatory Process Verification to Predictive Maintenance and Beyond wit...
From Regulatory Process Verification to Predictive Maintenance and Beyond wit...
DataWorks Summit/Hadoop Summit
 
Scaling HDFS to Manage Billions of Files with Distributed Storage Schemes
Scaling HDFS to Manage Billions of Files with Distributed Storage Schemes
DataWorks Summit/Hadoop Summit
 
Ad

Recently uploaded (20)

Enhance GitHub Copilot using MCP - Enterprise version.pdf
Enhance GitHub Copilot using MCP - Enterprise version.pdf
Nilesh Gule
 
10 Key Challenges for AI within the EU Data Protection Framework.pdf
10 Key Challenges for AI within the EU Data Protection Framework.pdf
Priyanka Aash
 
FIDO Seminar: Perspectives on Passkeys & Consumer Adoption.pptx
FIDO Seminar: Perspectives on Passkeys & Consumer Adoption.pptx
FIDO Alliance
 
Creating Inclusive Digital Learning with AI: A Smarter, Fairer Future
Creating Inclusive Digital Learning with AI: A Smarter, Fairer Future
Impelsys Inc.
 
2025_06_18 - OpenMetadata Community Meeting.pdf
2025_06_18 - OpenMetadata Community Meeting.pdf
OpenMetadata
 
Smarter Aviation Data Management: Lessons from Swedavia Airports and Sweco
Smarter Aviation Data Management: Lessons from Swedavia Airports and Sweco
Safe Software
 
OWASP Barcelona 2025 Threat Model Library
OWASP Barcelona 2025 Threat Model Library
PetraVukmirovic
 
CapCut Pro Crack For PC Latest Version {Fully Unlocked} 2025
CapCut Pro Crack For PC Latest Version {Fully Unlocked} 2025
pcprocore
 
You are not excused! How to avoid security blind spots on the way to production
You are not excused! How to avoid security blind spots on the way to production
Michele Leroux Bustamante
 
Oh, the Possibilities - Balancing Innovation and Risk with Generative AI.pdf
Oh, the Possibilities - Balancing Innovation and Risk with Generative AI.pdf
Priyanka Aash
 
The Future of Data, AI, and AR: Innovation Inspired by You.pdf
The Future of Data, AI, and AR: Innovation Inspired by You.pdf
Safe Software
 
FIDO Seminar: Authentication for a Billion Consumers - Amazon.pptx
FIDO Seminar: Authentication for a Billion Consumers - Amazon.pptx
FIDO Alliance
 
Connecting Data and Intelligence: The Role of FME in Machine Learning
Connecting Data and Intelligence: The Role of FME in Machine Learning
Safe Software
 
Security Tips for Enterprise Azure Solutions
Security Tips for Enterprise Azure Solutions
Michele Leroux Bustamante
 
Improving Data Integrity: Synchronization between EAM and ArcGIS Utility Netw...
Improving Data Integrity: Synchronization between EAM and ArcGIS Utility Netw...
Safe Software
 
The Future of AI Agent Development Trends to Watch.pptx
The Future of AI Agent Development Trends to Watch.pptx
Lisa ward
 
"How to survive Black Friday: preparing e-commerce for a peak season", Yurii ...
"How to survive Black Friday: preparing e-commerce for a peak season", Yurii ...
Fwdays
 
AI VIDEO MAGAZINE - June 2025 - r/aivideo
AI VIDEO MAGAZINE - June 2025 - r/aivideo
1pcity Studios, Inc
 
GenAI Opportunities and Challenges - Where 370 Enterprises Are Focusing Now.pdf
GenAI Opportunities and Challenges - Where 370 Enterprises Are Focusing Now.pdf
Priyanka Aash
 
From Manual to Auto Searching- FME in the Driver's Seat
From Manual to Auto Searching- FME in the Driver's Seat
Safe Software
 
Enhance GitHub Copilot using MCP - Enterprise version.pdf
Enhance GitHub Copilot using MCP - Enterprise version.pdf
Nilesh Gule
 
10 Key Challenges for AI within the EU Data Protection Framework.pdf
10 Key Challenges for AI within the EU Data Protection Framework.pdf
Priyanka Aash
 
FIDO Seminar: Perspectives on Passkeys & Consumer Adoption.pptx
FIDO Seminar: Perspectives on Passkeys & Consumer Adoption.pptx
FIDO Alliance
 
Creating Inclusive Digital Learning with AI: A Smarter, Fairer Future
Creating Inclusive Digital Learning with AI: A Smarter, Fairer Future
Impelsys Inc.
 
2025_06_18 - OpenMetadata Community Meeting.pdf
2025_06_18 - OpenMetadata Community Meeting.pdf
OpenMetadata
 
Smarter Aviation Data Management: Lessons from Swedavia Airports and Sweco
Smarter Aviation Data Management: Lessons from Swedavia Airports and Sweco
Safe Software
 
OWASP Barcelona 2025 Threat Model Library
OWASP Barcelona 2025 Threat Model Library
PetraVukmirovic
 
CapCut Pro Crack For PC Latest Version {Fully Unlocked} 2025
CapCut Pro Crack For PC Latest Version {Fully Unlocked} 2025
pcprocore
 
You are not excused! How to avoid security blind spots on the way to production
You are not excused! How to avoid security blind spots on the way to production
Michele Leroux Bustamante
 
Oh, the Possibilities - Balancing Innovation and Risk with Generative AI.pdf
Oh, the Possibilities - Balancing Innovation and Risk with Generative AI.pdf
Priyanka Aash
 
The Future of Data, AI, and AR: Innovation Inspired by You.pdf
The Future of Data, AI, and AR: Innovation Inspired by You.pdf
Safe Software
 
FIDO Seminar: Authentication for a Billion Consumers - Amazon.pptx
FIDO Seminar: Authentication for a Billion Consumers - Amazon.pptx
FIDO Alliance
 
Connecting Data and Intelligence: The Role of FME in Machine Learning
Connecting Data and Intelligence: The Role of FME in Machine Learning
Safe Software
 
Security Tips for Enterprise Azure Solutions
Security Tips for Enterprise Azure Solutions
Michele Leroux Bustamante
 
Improving Data Integrity: Synchronization between EAM and ArcGIS Utility Netw...
Improving Data Integrity: Synchronization between EAM and ArcGIS Utility Netw...
Safe Software
 
The Future of AI Agent Development Trends to Watch.pptx
The Future of AI Agent Development Trends to Watch.pptx
Lisa ward
 
"How to survive Black Friday: preparing e-commerce for a peak season", Yurii ...
"How to survive Black Friday: preparing e-commerce for a peak season", Yurii ...
Fwdays
 
AI VIDEO MAGAZINE - June 2025 - r/aivideo
AI VIDEO MAGAZINE - June 2025 - r/aivideo
1pcity Studios, Inc
 
GenAI Opportunities and Challenges - Where 370 Enterprises Are Focusing Now.pdf
GenAI Opportunities and Challenges - Where 370 Enterprises Are Focusing Now.pdf
Priyanka Aash
 
From Manual to Auto Searching- FME in the Driver's Seat
From Manual to Auto Searching- FME in the Driver's Seat
Safe Software
 

Real-Time Anomaly Detection using LSTM Auto-Encoders with Deep Learning4J on Apache Spark