Pinned Repositories
DeepMoji
State-of-the-art deep learning model for analyzing sentiment, emotion, sarcasm etc.
Do-LSTMs-learn-Syntax
Evaluate language models on syntactic tasks.
emoji2vec
Train emoji embeddings based on emoji descriptions.
few-shot-text-classification
Code for reproducing the results from the paper Few Shot Text Classification with a Human in the Loop
Minimum-Cuts-Problem
Minimum Cuts using Karger's randomized algorithm
multi-head-attention-labeller
Joint text classification on multiple levels with multiple labels, using a multi-head attention mechanism to wire two prediction tasks together.
Particle-System
Particle system modelling fire and steam.
Prolog-programs
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
Sarcasm-Detection
Detecting Sarcasm on Twitter using both traditonal machine learning and deep learning techniques.
Word2vec
word2vec implementation (for skip-gram and cbow) and simple application of word2vec in sentiment analysis
MirunaPislar's Repositories
MirunaPislar/Sarcasm-Detection
Detecting Sarcasm on Twitter using both traditonal machine learning and deep learning techniques.
MirunaPislar/Word2vec
word2vec implementation (for skip-gram and cbow) and simple application of word2vec in sentiment analysis
MirunaPislar/emoji2vec
Train emoji embeddings based on emoji descriptions.
MirunaPislar/multi-head-attention-labeller
Joint text classification on multiple levels with multiple labels, using a multi-head attention mechanism to wire two prediction tasks together.
MirunaPislar/Minimum-Cuts-Problem
Minimum Cuts using Karger's randomized algorithm
MirunaPislar/Particle-System
Particle system modelling fire and steam.
MirunaPislar/Do-LSTMs-learn-Syntax
Evaluate language models on syntactic tasks.
MirunaPislar/Prolog-programs
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
MirunaPislar/DeepMoji
State-of-the-art deep learning model for analyzing sentiment, emotion, sarcasm etc.
MirunaPislar/few-shot-text-classification
Code for reproducing the results from the paper Few Shot Text Classification with a Human in the Loop
MirunaPislar/MirunaPislar.github.io
MirunaPislar/Prim-s-Minimum-spanning-tree-algorithm
Given an undirected graph and a cost for each edge of the graph we compute the minimum cost tree that spans all vertices.