Skip to content

Commit 811f5e1

Browse files
authored
Update README.md
1 parent 0dba4b4 commit 811f5e1

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Intrusion-Detection/KDD cup '99/README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22

33
> The KDD’99 an Intrusion Detection Dataset has 41 dimensions of data and a very large about of samples (“rows”), given that Sklearn is CPU only and that much of the code is a single-threaded, the training time is often unreasonable long. This is not a technological challenge
44
5-
+ `Intrusion Detection V2 99.99acc Multiclass_CLF.ipynb`: The best and most recent notebook
5+
+ `Intrusion_Detection_Multiclas_V2.ipynb`: The best and most recent notebook
66
+ [Blog post](https://medium.com/@alik604/predicting-the-nsl-kdd-data-set-with-98-accuracy-240a7a245c9d)
77

8-
+ `Intrusion_Detection.ipynb`: Multiclass Classification
9-
+ `kddcup_99_100accAchieved.ipynb`: Singleclass Classification
8+
+ `Intrusion_Detection_Multiclass.ipynb`: Multiclass Classification
9+
+ `Intrusion_Detection_Singleclass.ipynb`: Singleclass Classification
1010
+ `KDD_autoencoder.ipynb`: Ignore this, instead look at `UNSW_NB15 - PyTorch Categorical Variational AutoEncoder with Gumbel Softmax.ipynb` & `UNSW_NB15 - PyTorch MLP and autoEncoder.ipynb`, it is a much better example.

0 commit comments

Comments
 (0)