├── Decision tree binary classifier └── logreg_attack.py ├── KNN Classifier └── knn.py ├── Logistic regression for binary classification └── logreg_attack.py └── README.md /Decision tree binary classifier/logreg_attack.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/srtk88/Machine-learning-algorithms-for-detecting-network-attacks-with-UNSW-NB15-data-set/HEAD/Decision tree binary classifier/logreg_attack.py -------------------------------------------------------------------------------- /KNN Classifier/knn.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/srtk88/Machine-learning-algorithms-for-detecting-network-attacks-with-UNSW-NB15-data-set/HEAD/KNN Classifier/knn.py -------------------------------------------------------------------------------- /Logistic regression for binary classification/logreg_attack.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/srtk88/Machine-learning-algorithms-for-detecting-network-attacks-with-UNSW-NB15-data-set/HEAD/Logistic regression for binary classification/logreg_attack.py -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/srtk88/Machine-learning-algorithms-for-detecting-network-attacks-with-UNSW-NB15-data-set/HEAD/README.md --------------------------------------------------------------------------------