Mingyou Sung (gazelle93)

gazelle93

Geek Repo

Company:Valital Technologies

Location:Montreal

Home Page:linkedin.com/in/mingyou-sung-0449a0184

Github PK Tool:Github PK Tool

Mingyou Sung's repositories

Transformer-Various-Positional-Encoding

This project aims to implement the Transformer Encoder blocks using various Positional Encoding methods.

Multiclass-Focal-loss-pytorch

This is an implementation of multi-class focal loss in PyTorch.

Language:PythonStargazers:10Issues:1Issues:0

Attention-Various-Positional-Encoding

This project aims to implement the Scaled-Dot-Product Attention layer and the Multi-Head Attention layer using various Positional Encoding methods.

Language:PythonStargazers:2Issues:1Issues:0

charCNN

This project aims to implement the charCNN word embedding method that is leveraged in ELMo and characterBERT.

Language:PythonStargazers:2Issues:1Issues:0

Counterfactual-statement-classification-and-span-dectection-using-Multi-task-Stacked-Bi-LSTMs

This project aims to implement the Multi-task-Stacked-Bi-LSTMs applied in detecting the span of the counterfactual statement using ELMo Word Embedding and POS tags.

Language:PythonStargazers:1Issues:1Issues:0

Depedency-Graph-Attention-Networks

This project aims to develop dependency-graph-attention-networks in order to represent the dependency relations of each word from given text utilizing masked self-attention. The output of the dependency-graph-attention-networks is the token-level representation of the sum of the token and its dependency.

Language:PythonStargazers:1Issues:1Issues:0

Fact-Checking-on-news-dataset-using-BERT

This project aims to implement text classification architecture using pre-trained language model BERT.

Language:PythonStargazers:1Issues:1Issues:0

Recurrent-Networks_LSTM-and-GRU

This project aims to implement LSTM and GRU.

Language:PythonStargazers:1Issues:1Issues:0

Span-Detection-Using-LSTMs

This project aims to implement the LSTM and Bidirectional LSTM for span detection from given text.

Language:PythonStargazers:1Issues:1Issues:0

awesome-adversarial-machine-learning

A curated list of awesome adversarial machine learning resources

Stargazers:0Issues:0Issues:0

awesome-deep-learning-papers

The most cited deep learning papers

Language:TeXStargazers:0Issues:0Issues:0

Covid-19-Tweets-Sentiment-Analysis-using-BERT

This project aims to implement text classification architecture using pre-trained language model BERT.

Language:PythonStargazers:0Issues:1Issues:0

DCGAN-tensorflow

A tensorflow implementation of "Deep Convolutional Generative Adversarial Networks"

Language:JavaScriptLicense:MITStargazers:0Issues:1Issues:0

deep-learning

Repo for the Deep Learning Nanodegree Foundations program.

Language:Jupyter NotebookLicense:MITStargazers:0Issues:0Issues:0

Depedency-Graph-Convolutional-Networks

This project aims to develop dependency graph convolutional networks in order to represent the dependency relations of each word from given text.

Language:PythonStargazers:0Issues:0Issues:0
Language:PythonLicense:UnlicenseStargazers:0Issues:0Issues:0

gazelle93

My personal repository.

Stargazers:0Issues:1Issues:0

Matching-pre-trained-offset-and-preprocessed-offset

This project is to match the offset of the pre-trained word embeddings such as BERT, ELMo, and Glove to the preprocessed token offset and its dependencies in various ways of preprocessing method such as Stanza and Spacy. Therefore, the result of this can be applied to the graph neural networks without concern of its mismatch of the preprocessed token offset and pre-trained result offset.

Language:PythonStargazers:0Issues:0Issues:0

nbviewer

Nbconvert as a webservice (rendering ipynb to static HTML)

Language:PythonLicense:NOASSERTIONStargazers:0Issues:0Issues:0

NLP-progress

Repository to track the progress in Natural Language Processing (NLP), including the datasets and the current state-of-the-art for the most common NLP tasks.

Language:PythonLicense:MITStargazers:0Issues:0Issues:0

Sentiment-Polarity-Analysis

This project aims to implement the result of the sentence-level and word-level polarity of a given text.

Language:PythonStargazers:0Issues:1Issues:0

sequence_tagging

Named Entity Recognition (LSTM + CRF) - Tensorflow

Language:PythonLicense:Apache-2.0Stargazers:0Issues:0Issues:0

soynlp

한국어 자연어처리를 위한 파이썬 라이브러리입니다. 단어 추출/ 토크나이저 / 품사판별/ 전처리의 기능을 제공합니다.

Language:PythonStargazers:0Issues:0Issues:0

Span-Detection-Using-GNNs

This project aims to implement the dependency-graph-convolutional-networks and dependency-graph-attention-networks for span detection from given text.

Language:PythonStargazers:0Issues:1Issues:0

tacotron2

Tacotron 2 - PyTorch implementation with faster-than-realtime inference

Language:Jupyter NotebookLicense:BSD-3-ClauseStargazers:0Issues:0Issues:0

Tokenization-Techniques

This project aims to implement word-based, character-based and subword-based tokenization techniques.

Language:PythonStargazers:0Issues:1Issues:0

Using-output-from-the-specific-intermediate-layer-of-BERT

This project aims to customize BERT to use the output of the specific intermediate layer of pre-trained BERT for certain target tasks. The number of hidden layers is the parameter that can be specified by the user and if the parameter is larger than 12, from the 1st to 12th layer is replaced to the pre-trained BERT while from 13th layer is randomly initialized.

Language:PythonStargazers:0Issues:1Issues:0
Language:PythonLicense:MITStargazers:0Issues:0Issues:0

Word-Embedding-Methods

This project aims to implement various word embedding methods.

Language:PythonStargazers:0Issues:1Issues:0

Word2vec

This project aims to implement CBoW and Skip-Gram word embedding methods.

Language:PythonStargazers:0Issues:1Issues:0