├── .gitignore ├── .ipynb_checkpoints └── utils-checkpoint.ipynb ├── LICENSE ├── NSL-KDD.zip ├── NSL-KDD ├── KDDTest+.arff ├── KDDTest+.txt ├── KDDTest-21.arff ├── KDDTest-21.txt ├── KDDTest1.jpg ├── KDDTrain+.arff ├── KDDTrain+.txt ├── KDDTrain+_20Percent.arff ├── KDDTrain+_20Percent.txt ├── KDDTrain1.jpg └── index.html ├── README.md ├── __MACOSX ├── ._NSL-KDD └── NSL-KDD │ ├── ._KDDTest+.arff │ ├── ._KDDTest+.txt │ ├── ._KDDTest-21.arff │ ├── ._KDDTest-21.txt │ ├── ._KDDTest1.jpg │ ├── ._KDDTrain+.arff │ ├── ._KDDTrain+.txt │ ├── ._KDDTrain+_20Percent.arff │ ├── ._KDDTrain+_20Percent.txt │ ├── ._KDDTrain1.jpg │ └── ._index.html ├── acc.png ├── check_tf_version.py ├── loss.png ├── model.png ├── run.py ├── test_keras.py └── utils.ipynb /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hymoe/Intrusion-Detection-on-NSL-KDD/HEAD/.gitignore -------------------------------------------------------------------------------- /.ipynb_checkpoints/utils-checkpoint.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hymoe/Intrusion-Detection-on-NSL-KDD/HEAD/.ipynb_checkpoints/utils-checkpoint.ipynb -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hymoe/Intrusion-Detection-on-NSL-KDD/HEAD/LICENSE -------------------------------------------------------------------------------- /NSL-KDD.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hymoe/Intrusion-Detection-on-NSL-KDD/HEAD/NSL-KDD.zip -------------------------------------------------------------------------------- /NSL-KDD/KDDTest+.arff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hymoe/Intrusion-Detection-on-NSL-KDD/HEAD/NSL-KDD/KDDTest+.arff -------------------------------------------------------------------------------- /NSL-KDD/KDDTest+.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hymoe/Intrusion-Detection-on-NSL-KDD/HEAD/NSL-KDD/KDDTest+.txt -------------------------------------------------------------------------------- /NSL-KDD/KDDTest-21.arff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hymoe/Intrusion-Detection-on-NSL-KDD/HEAD/NSL-KDD/KDDTest-21.arff -------------------------------------------------------------------------------- /NSL-KDD/KDDTest-21.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hymoe/Intrusion-Detection-on-NSL-KDD/HEAD/NSL-KDD/KDDTest-21.txt -------------------------------------------------------------------------------- /NSL-KDD/KDDTest1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hymoe/Intrusion-Detection-on-NSL-KDD/HEAD/NSL-KDD/KDDTest1.jpg -------------------------------------------------------------------------------- /NSL-KDD/KDDTrain+.arff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hymoe/Intrusion-Detection-on-NSL-KDD/HEAD/NSL-KDD/KDDTrain+.arff -------------------------------------------------------------------------------- /NSL-KDD/KDDTrain+.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hymoe/Intrusion-Detection-on-NSL-KDD/HEAD/NSL-KDD/KDDTrain+.txt -------------------------------------------------------------------------------- /NSL-KDD/KDDTrain+_20Percent.arff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hymoe/Intrusion-Detection-on-NSL-KDD/HEAD/NSL-KDD/KDDTrain+_20Percent.arff -------------------------------------------------------------------------------- /NSL-KDD/KDDTrain+_20Percent.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hymoe/Intrusion-Detection-on-NSL-KDD/HEAD/NSL-KDD/KDDTrain+_20Percent.txt -------------------------------------------------------------------------------- /NSL-KDD/KDDTrain1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hymoe/Intrusion-Detection-on-NSL-KDD/HEAD/NSL-KDD/KDDTrain1.jpg -------------------------------------------------------------------------------- /NSL-KDD/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hymoe/Intrusion-Detection-on-NSL-KDD/HEAD/NSL-KDD/index.html -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hymoe/Intrusion-Detection-on-NSL-KDD/HEAD/README.md -------------------------------------------------------------------------------- /__MACOSX/._NSL-KDD: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hymoe/Intrusion-Detection-on-NSL-KDD/HEAD/__MACOSX/._NSL-KDD -------------------------------------------------------------------------------- /__MACOSX/NSL-KDD/._KDDTest+.arff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hymoe/Intrusion-Detection-on-NSL-KDD/HEAD/__MACOSX/NSL-KDD/._KDDTest+.arff -------------------------------------------------------------------------------- /__MACOSX/NSL-KDD/._KDDTest+.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hymoe/Intrusion-Detection-on-NSL-KDD/HEAD/__MACOSX/NSL-KDD/._KDDTest+.txt -------------------------------------------------------------------------------- /__MACOSX/NSL-KDD/._KDDTest-21.arff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hymoe/Intrusion-Detection-on-NSL-KDD/HEAD/__MACOSX/NSL-KDD/._KDDTest-21.arff -------------------------------------------------------------------------------- /__MACOSX/NSL-KDD/._KDDTest-21.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hymoe/Intrusion-Detection-on-NSL-KDD/HEAD/__MACOSX/NSL-KDD/._KDDTest-21.txt -------------------------------------------------------------------------------- /__MACOSX/NSL-KDD/._KDDTest1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hymoe/Intrusion-Detection-on-NSL-KDD/HEAD/__MACOSX/NSL-KDD/._KDDTest1.jpg -------------------------------------------------------------------------------- /__MACOSX/NSL-KDD/._KDDTrain+.arff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hymoe/Intrusion-Detection-on-NSL-KDD/HEAD/__MACOSX/NSL-KDD/._KDDTrain+.arff -------------------------------------------------------------------------------- /__MACOSX/NSL-KDD/._KDDTrain+.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hymoe/Intrusion-Detection-on-NSL-KDD/HEAD/__MACOSX/NSL-KDD/._KDDTrain+.txt -------------------------------------------------------------------------------- /__MACOSX/NSL-KDD/._KDDTrain+_20Percent.arff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hymoe/Intrusion-Detection-on-NSL-KDD/HEAD/__MACOSX/NSL-KDD/._KDDTrain+_20Percent.arff -------------------------------------------------------------------------------- /__MACOSX/NSL-KDD/._KDDTrain+_20Percent.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hymoe/Intrusion-Detection-on-NSL-KDD/HEAD/__MACOSX/NSL-KDD/._KDDTrain+_20Percent.txt -------------------------------------------------------------------------------- /__MACOSX/NSL-KDD/._KDDTrain1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hymoe/Intrusion-Detection-on-NSL-KDD/HEAD/__MACOSX/NSL-KDD/._KDDTrain1.jpg -------------------------------------------------------------------------------- /__MACOSX/NSL-KDD/._index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hymoe/Intrusion-Detection-on-NSL-KDD/HEAD/__MACOSX/NSL-KDD/._index.html -------------------------------------------------------------------------------- /acc.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hymoe/Intrusion-Detection-on-NSL-KDD/HEAD/acc.png -------------------------------------------------------------------------------- /check_tf_version.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hymoe/Intrusion-Detection-on-NSL-KDD/HEAD/check_tf_version.py -------------------------------------------------------------------------------- /loss.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hymoe/Intrusion-Detection-on-NSL-KDD/HEAD/loss.png -------------------------------------------------------------------------------- /model.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hymoe/Intrusion-Detection-on-NSL-KDD/HEAD/model.png -------------------------------------------------------------------------------- /run.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hymoe/Intrusion-Detection-on-NSL-KDD/HEAD/run.py -------------------------------------------------------------------------------- /test_keras.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hymoe/Intrusion-Detection-on-NSL-KDD/HEAD/test_keras.py -------------------------------------------------------------------------------- /utils.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hymoe/Intrusion-Detection-on-NSL-KDD/HEAD/utils.ipynb --------------------------------------------------------------------------------