Skip to content

Deep Learning Project - Phishing Website classification

Notifications You must be signed in to change notification settings

RundongYang/PhishingDetection

 
 

Repository files navigation

We tested two model architectures:

vanilla neural network with Dense layers and feature extraction convolutional neural network with tokenization of each individual letter, padding, max-pooling

The Accuracies we got was:

Vanilla NN: ~71.9% CNN: 96.2%

About

Deep Learning Project - Phishing Website classification

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%