Skip to content
View dupsys's full-sized avatar

Block or report dupsys

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.

Maximum 250 characters. Please don't include any personal information such as legal names or email addresses. 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. dlwpt-code dlwpt-code Public

    Forked from deep-learning-with-pytorch/dlwpt-code

    Code for the book Deep Learning with PyTorch by Eli Stevens, Luca Antiga, and Thomas Viehmann.

    Jupyter Notebook

  2. ML-Course-Notes ML-Course-Notes Public

    Forked from dair-ai/ML-Course-Notes

    🎓 Sharing course notes on all topics related to machine learning, NLP, and AI.

  3. DSWork DSWork Public

    This is a repository of all data science related files, organized by project type and containing code, data, models, and analysis results

    Jupyter Notebook

  4. AT-BLSTM AT-BLSTM Public

    Authorship attribution using bidirectional LSTM with convolution and attention Layer

    Jupyter Notebook 1

  5. Subword-Information-for-AA-task Subword-Information-for-AA-task Public

    The aim of the research is to use bidirectional long short-term memory with a 2D convolutional neural network (CNN) over a two-dimensional pooling operation to capture successive writing styles for…

    Jupyter Notebook

  6. Multi-Label, Multi-Class Text Classi... Multi-Label, Multi-Class Text Classification with BERT, Transformer and Keras
    1
    #######################################
    2
    ### -------- Load libraries ------- ###
    3
    
                  
    4
    # Load Huggingface transformers
    5
    from transformers import TFBertModel,  BertConfig, BertTokenizerFast