Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
manishh12 authored Jun 3, 2024
1 parent 694aa0f commit 9c65953
Showing 1 changed file with 8 additions and 3 deletions.
11 changes: 8 additions & 3 deletions Intrusion Detection/Model/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -85,16 +85,21 @@ This project involves preprocessing the dataset, performing exploratory data ana
- **Deep NN Accuracy**: 99.84%
- **CNN Accuracy**: 99.83%

<br>


- 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)

Expand Down

0 comments on commit 9c65953

Please sign in to comment.