Skip to content

ji-somnie/web-fingerprinting

 
 

Repository files navigation

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

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Jupyter Notebook 100.0%