Skip to content

Project Experiment and Work Flow

Keshawn Blakely edited this page Oct 30, 2024 · 5 revisions

Welcome to the Phishing-Detection wiki!

Future Progression For Detection:

High-Level Approach to combining Tokenization and Feature Extraction:

  • Extract URL features
  • Tokenize the URL text for input to the GRU model
  • Combine features + tokenized URL into a single input to the GRU model
  • Train a new GRU model that processes both inputs before a prediction
Clone this wiki locally