From 9c6595366497435614d9faf687a2ac308bc09560 Mon Sep 17 00:00:00 2001 From: Manish kumar gupta <97523900+manishh12@users.noreply.github.com> Date: Mon, 3 Jun 2024 14:57:53 +0530 Subject: [PATCH] Update README.md --- Intrusion Detection/Model/README.md | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/Intrusion Detection/Model/README.md b/Intrusion Detection/Model/README.md index 3f5db0401..42cb329ff 100644 --- a/Intrusion Detection/Model/README.md +++ b/Intrusion Detection/Model/README.md @@ -85,16 +85,21 @@ This project involves preprocessing the dataset, performing exploratory data ana - **Deep NN Accuracy**: 99.84% - **CNN Accuracy**: 99.83% +
+ + +- ANN --ANN ![ANN Accuracy](https://github.com/manishh12/DL-Simplified/blob/main/Intrusion%20Detection/Images/ann_accuracy.png) ![ANN Loss](https://github.com/manishh12/DL-Simplified/blob/main/Intrusion%20Detection/Images/ann_loss.png) --DNN +- DNN + ![Deep NN Accuracy](https://github.com/manishh12/DL-Simplified/blob/main/Intrusion%20Detection/Images/deep_accuracy.png) ![Deep NN Loss](https://github.com/manishh12/DL-Simplified/blob/main/Intrusion%20Detection/Images/deep_loss.png) --CNN +- CNN + ![CNN Accuracy](https://github.com/manishh12/DL-Simplified/blob/main/Intrusion%20Detection/Images/cnn_accuracy.png) ![CNN Loss](https://github.com/manishh12/DL-Simplified/blob/main/Intrusion%20Detection/Images/cnn_loss.png)