Skip to content

Implementing the CNN notebook #26

Open
@hamidm21

Description

@hamidm21

create a new branch for development and do the following:

  1. load the textual dataset
  2. create a pipeline for running them through cryptoBERT model to get the embeddings
  3. stack the daily embeddings to make the new daily tweets dataset containing one embedding for each day with X * 768 dimensions. also, add padding to pad the embeddings to the max length in the dataset.
  4. write the parallel CNN model described in Zou et al. paper.
  5. run the embeddings through the CNN model to get the classes

Metadata

Metadata

Assignees

Labels

No labels
No labels

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions