├── .gitignore ├── LICENSE ├── Makefile ├── NSL-KDD.ipynb ├── NSL_KDD_Dataset ├── KDDTest+.txt ├── KDDTrain+.txt └── KDDTrain+_20Percent.txt ├── README.md ├── output_62_0.png └── output_62_1.png /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thinline72/nsl-kdd/HEAD/.gitignore -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thinline72/nsl-kdd/HEAD/LICENSE -------------------------------------------------------------------------------- /Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thinline72/nsl-kdd/HEAD/Makefile -------------------------------------------------------------------------------- /NSL-KDD.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thinline72/nsl-kdd/HEAD/NSL-KDD.ipynb -------------------------------------------------------------------------------- /NSL_KDD_Dataset/KDDTest+.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thinline72/nsl-kdd/HEAD/NSL_KDD_Dataset/KDDTest+.txt -------------------------------------------------------------------------------- /NSL_KDD_Dataset/KDDTrain+.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thinline72/nsl-kdd/HEAD/NSL_KDD_Dataset/KDDTrain+.txt -------------------------------------------------------------------------------- /NSL_KDD_Dataset/KDDTrain+_20Percent.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thinline72/nsl-kdd/HEAD/NSL_KDD_Dataset/KDDTrain+_20Percent.txt -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thinline72/nsl-kdd/HEAD/README.md -------------------------------------------------------------------------------- /output_62_0.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thinline72/nsl-kdd/HEAD/output_62_0.png -------------------------------------------------------------------------------- /output_62_1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thinline72/nsl-kdd/HEAD/output_62_1.png --------------------------------------------------------------------------------