Skip to content
View singularity014's full-sized avatar
🎯
Focusing
🎯
Focusing

Block or report singularity014

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned Loading

  1. BERT_Tokenizer_for_classification BERT_Tokenizer_for_classification Public

    This repo gives a step by step guide of using BERT Style tokenizer and how it can be used for tasks like sentiment analysis with models like CNN, LSTM etc. BERT has a unique way of tokenizing, and …

    Jupyter Notebook 6

  2. Transformer_NeuroMachineTranslation Transformer_NeuroMachineTranslation Public

    In this repo we will have a look at using Transformer Neural Net model to do Neuro Machine Translation task.

    Jupyter Notebook

  3. BERT_FakeNews_Detection_Challenge BERT_FakeNews_Detection_Challenge Public

    In project, we will perfom Fake Vs Real news classification task using BERT standalone model.

    Jupyter Notebook 2

  4. Keyword-Extraction-Bidirectional-LSTM Keyword-Extraction-Bidirectional-LSTM Public

    Deep learning LSTM + BERT based approach for labelling a corpus with keywords, then training a model to extract keywords.

    Python 26 9

  5. I_O_Shape_Experiement_RNNs I_O_Shape_Experiement_RNNs Public

    In this project, we make an attempt to investigate shapes of inputs and outputs, in various situations when feeding to RNNs, LSTMs, GRU. While creating RNN based models are important, understanding…

    Python

  6. CNN_RNN_Text_Experiment CNN_RNN_Text_Experiment Public

    Experimenting CNN for Text. Developing a base model for sentiment classification of Text.

    Python