IoT Data Analytics Using Deep Learning
Xiaofeng Xie, Di Wu, Siping Liu, Renfa Li

TL;DR
This paper presents LSTM-Gauss-NBayes, a novel method combining LSTM neural networks with Gaussian naive Bayes for anomaly detection in IoT time-series data, demonstrating effectiveness on real-world datasets.
Contribution
It introduces a new hybrid approach that leverages LSTM for prediction and Gaussian naive Bayes for anomaly detection in IoT sensor data.
Findings
LSTM-Gauss-NBayes outperforms traditional methods in anomaly detection accuracy.
The model is robust across datasets with different time dependence characteristics.
Experimental results confirm the effectiveness of the proposed approach.
Abstract
Deep learning is a popular machine learning approach which has achieved a lot of progress in all traditional machine learning areas. Internet of thing (IoT) and Smart City deployments are generating large amounts of time-series sensor data in need of analysis. Applying deep learning to these domains has been an important topic of research. The Long-Short Term Memory (LSTM) network has been proven to be well suited for dealing with and predicting important events with long intervals and delays in the time series. LTSM networks have the ability to maintain long-term memory. In an LTSM network, a stacked LSTM hidden layer also makes it possible to learn a high level temporal feature without the need of any fine tuning and preprocessing which would be required by other techniques. In this paper, we construct a long-short term memory (LSTM) recurrent neural network structure, use the normal…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsTime Series Analysis and Forecasting · Anomaly Detection Techniques and Applications · Traffic Prediction and Management Techniques
