44 skills found · Page 1 of 2
vinayakumarr / Network Intrusion DetectionNetwork Intrusion Detection KDDCup '99', NSL-KDD and UNSW-NB15
CynthiaKoopman / Network Intrusion DetectionMachine Learning with the NSL-KDD dataset for Network Intrusion Detection
alik604 / Cyber SecurityMachine Learning for Network Intrusion Detection & Misc Cyber Security Utilities
AI-IDS / Kdd99 Feature ExtractorUtility for extraction of subset of KDD '99 features from realtime network traffic or .pcap file
ggulgun / NIDS Intrusion DetectionSimple Implementation of Network Intrusion Detection System. KddCup'99 Data set is used for this project. kdd_cup_10_percent is used for training test. correct set is used for test. PCA is used for dimension reduction. SVM and KNN supervised algorithms are the classification algorithms of project. Accuracy : %83.5 For SVM , %80 For KNN
perriDplatypus / Anomaly Detection KDD99 CNNLSTMIntrusion Detection System using Machine Learning and Deep Learning
InitRoot / UNSW NB15Feature coded UNSW_NB15 intrusion detection data.
PENGZhaoqing / Kdd99 ScikitSolutions to kdd99 dataset with Decision tree and Neural network by scikit-learn
dendyikbc / Kdd99 Cnn 1Intrusion Detection Based on Convolutional Neural Network with kdd99 data set
xiaoyu2018 / QuantumCnn NetworkAttackDetection修改谷歌提供的样例量子卷积神经网络模型,基于KDD99数据集进行训练,实现了网络攻击分类检测。
AaronZ345 / Kdd99 Attack Detectionuse sklearn to detect two types of network attacks
r7sy / IntrusionDetectionThis repository contains a notebook implementing an autoencoder based approach for intrusion detection, the full documentation of the study will be available shortly.
IndexFziQ / ML ATICAbnormal Traffic Identification Classifier based on Machine Learning. My code for undergraduate graduation design.
404notf0und / Tree Ensemble Intrusion Detection With KDD99using machine-learning to detecte instruction
ylfeng250 / KDD99CupDataSet SVMclean data ,feature selection , svm based kdd99
PradeepThapa / Nsl Kdd ClassificationCyber-attack classification in the network traffic database using NSL-KDD dataset
timeamagyar / Kdd Cup 99 PythonAnalysis and preprocessing of the kdd cup 99 dataset using python and scikit-learn
berglee001 / CNNcnn_1D for kdd99
shreyagopal / LSTM Autoencoder For Network Anomaly DetectionTraining an LSTM-based autoencoder to detect anomalies in the KDD99 network traffic dataset.
sunxingyui5 / Attention CNN Intrusion Detection System⼀个有潜⼒的⽹络⼊侵检测算法,引⼊了乘法注意⼒机制将其融合到 CNN 的分类模型中,在KDD99和UNSM-NB15数据集进行模型的训练结果优于一般机器学习方法和CNN。A promising network intrusion detection algorithm is proposed, incorporating a multiplicative attention mechanism into the CNN classification model. The training results on the KDD99 and UNSW-NB15 datasets outperform conventional machine learning methods and CNN