-
-
Joint text classification on multiple levels with multiple labels, using a multi-head attention mechanism to wire two prediction tasks together.
-
Do-LSTMs-learn-Syntax Public
Evaluate language models on syntactic tasks.
-
Word2vec Public
word2vec implementation (for skip-gram and cbow) and simple application of word2vec in sentiment analysis
-
Sarcasm-Detection Public
Detecting Sarcasm on Twitter using both traditonal machine learning and deep learning techniques.
-
few-shot-text-classification Public
Forked from katbailey/few-shot-text-classificationCode for reproducing the results from the paper Few Shot Text Classification with a Human in the Loop
Jupyter Notebook UpdatedApr 9, 2018 -
DeepMoji Public
Forked from bfelbo/DeepMojiState-of-the-art deep learning model for analyzing sentiment, emotion, sarcasm etc.
Python MIT License UpdatedApr 2, 2018 -
emoji2vec Public
Train emoji embeddings based on emoji descriptions.
-
Particle-System Public
Particle system modelling fire and steam.
-
Prolog-programs Public
This repo includes solutions to the "99 problems", some puzzles and answers to the exercises in the book "Learn Prolog Now" by Blackburn, Bos, and Striegnitz. #Prolog'sNotDead
-
Given an undirected graph and a cost for each edge of the graph we compute the minimum cost tree that spans all vertices.
Java UpdatedOct 10, 2016 -
Minimum-Cuts-Problem Public
Minimum Cuts using Karger's randomized algorithm