Pinned Repositories
6.863
AIF360
A comprehensive set of fairness metrics for datasets and machine learning models, explanations for these metrics, and algorithms to mitigate bias in datasets and models.
awesome-rnn
Recurrent Neural Network - A curated list of resources dedicated to RNN
awesome-tensorflow
TensorFlow - A curated list of dedicated resources http://tensorflow.org
BERT-keras
Keras implementation of BERT with pre-trained weights
char-models
Character level models for sentiment analysis
sevinjyolchuyeva's Repositories
sevinjyolchuyeva/glove-python
Toy Python implementation of http://www-nlp.stanford.edu/projects/glove/
sevinjyolchuyeva/m2m-aligner
Automatically exported from code.google.com/p/m2m-aligner
sevinjyolchuyeva/sentence-classification
Comparison of different models for classifying short sentences
sevinjyolchuyeva/multilingual-g2p
Multilingual Grapheme to Phoneme
sevinjyolchuyeva/Convnet
Python - Numpy Convolutional Neural Network
sevinjyolchuyeva/machine-learning-coursera-1
This repo is specially created for all the work done my me as a part of Coursera's Machine Learning Course.
sevinjyolchuyeva/Word2VecExample
An example application using Word2Vec. Given a list of words, it finds the one which isn't 'like' the others - a typical language understanding evaluation task.
sevinjyolchuyeva/text-normalization
Python tool for normilizing text and text canonicalization (uses NLTK, numword)
sevinjyolchuyeva/VowelDetection
sevinjyolchuyeva/6.863