Given a dataset of pcap files and corresponding extracted features, train an RNN model to approximate the extracted features given a packet. - [ ] Experiment with the architecture. - [x] Experiment with the variations of RNNs such as GRU, LSTM, and Bidirectional-LSTM.
Given a dataset of pcap files and corresponding extracted features, train an RNN model to approximate the extracted features given a packet.