|
1 | 1 | # Intrusion-Detection-System-Using-Machine-Learning
|
2 | 2 |
|
3 |
| -This repository contains the code for the project "Intrusion Detection System Development for Autonomous/Connected Vehicles". In this project, two papers have been published: |
4 |
| -* L. Yang, A. Moubayed, I. Hamieh and A. Shami, "[Tree-Based Intelligent Intrusion Detection System in Internet of Vehicles](https://arxiv.org/pdf/1910.08635.pdf)," 2019 IEEE Global Communications Conference (GLOBECOM), 2019, pp. 1-6, doi: 10.1109/GLOBECOM38437.2019.9013892. |
| 3 | +This repository contains the code for the project "Intrusion Detection System Development for Autonomous/Connected Vehicles". The code and proposed Intrusion Detection System (IDSs) are general models that can be used in any IDS and anomaly detection applications. In this project, three papers have been published: |
| 4 | +* L. Yang, A. Moubayed, I. Hamieh and A. Shami, "[Tree-Based Intelligent Intrusion Detection System in Internet of Vehicles](https://arxiv.org/pdf/1910.08635.pdf)," in 2019 IEEE Global Communications Conference (GLOBECOM), 2019, pp. 1-6, doi: 10.1109/GLOBECOM38437.2019.9013892. |
5 | 5 | * L. Yang, A. Moubayed, and A. Shami, “[MTH-IDS: A Multi-Tiered Hybrid Intrusion Detection System for Internet of Vehicles](https://arxiv.org/pdf/2105.13289.pdf),” IEEE Internet of Things Journal, 2021, doi: 10.1109/JIOT.2021.3084796.
|
| 6 | +* L. Yang, A. Shami, G. Stevens, and S. DeRusett, “LCCDE: A Decision-Based Ensemble Framework for Intrusion Detection in The Internet of Vehicles," in 2022 IEEE Global Communications Conference (GLOBECOM), 2022, pp. 1-6. |
6 | 7 |
|
7 |
| -It proposed two **intrusion detection systems** by implementing many **machine learning** algorithms, including tree-based algorithms (**decision tree, random forest, XGBoost, etc.**), unsupervised learning algorithms (**k-means**), ensemble learning algorithms (**stacking**), and hyperparameter optimization techniques (**Bayesian optimization**)**. |
| 8 | +It proposed three **intrusion detection systems** by implementing many **machine learning** algorithms, including tree-based algorithms (**decision tree, random forest, XGBoost, etc.**), unsupervised learning algorithms (**k-means**), ensemble learning algorithms (**stacking**), and hyperparameter optimization techniques (**Bayesian optimization**)**. |
8 | 9 |
|
9 | 10 | - Another **intrusion detection system development code** using **convolutional neural networks (CNNs)** and **transfer learning** techniques can be found in: [Intrusion-Detection-System-Using-CNN-and-Transfer-Learning](https://github.com/Western-OC2-Lab/Intrusion-Detection-System-Using-CNN-and-Transfer-Learning)
|
10 | 11 |
|
|
0 commit comments