BJTU Course Project "Principle and practice of artificial intelligence algorithm"
Intrusion detection using KDD99 dataset (classification) with python3
Before run this program, make sure that you have install python3 interpreter and necessary dependencies of python3
pip install numpy
pip install pandas
pip install matplotlib
pip install sklearn
then run classification.py and multi_classificaiton.py