Nahee-Park / machine-learning-project

2023-2 이화여대 기계학습 Pandas조 프로젝트 레포지토리입니다.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

2023-3 EWHA Machine Learing Project

🐸 Project Info

image

Website fingerprinting on anonymous network(Tor)

  • Fingerprinting websites based on the network traffic pattern analysis
  • Analysis High Complex Digital Fingerprints using Machine Learning & Deep Learning

🏛 Repository structure

├── README.md
├── closed_world
│   └── closed_world.ipynb
├── open_world
│   ├── binary_class.ipynb
│   └── milti_class.ipynb
├── testing_history
│   ├── k-NN.ipynb
│   ├── randomforest.ipynb
│   └── svm_naive_bayes.ipynb
├── mon_standard.pkl
└── unmon_standard10.pkl

🚀 How to run this code

  • Please clone the current repository.
git clone https://github.com/HyeJung-Hwang/machine-learning-project.git
  • Enter the folder of the cloned repository.
cd machine-learning-project
  • Please execute the ipynb files in the closed_world folder and the ipynb files in the open_world folder.

About

2023-2 이화여대 기계학습 Pandas조 프로젝트 레포지토리입니다.


Languages

Language:Jupyter Notebook 100.0%