phdowling / mSDALinks
Python implementation of (linear) Marginalized Stacked Denoising Autoencoder (mSDA), as well as dense Cohort of Terms (dCoT). Based on Matlab code by Minmin Chen
☆27Updated 5 years ago
Alternatives and similar repositories for mSDA
Users that are interested in mSDA are comparing it to the libraries listed below
Sorting:
- Code for Supervised Word Mover's Distance (SWMD)☆92Updated 7 years ago
- An implementation of Mikolov's word2vec in Python using Theano and Lasagne.☆37Updated 8 years ago
- Code to accompany "A Neural Framework for Generalized Topic Models"☆67Updated 6 years ago
- Code of NAACL paper "Unsupervised Multi-Domain Adaptation with Feature Embeddings"☆33Updated 10 years ago
- Top-down Tree LSTM (NAACL 2016) http://aclweb.org/anthology/N/N16/N16-1035.pdf☆83Updated 8 years ago
- Bernoulli Embeddings for Text☆83Updated 7 years ago
- An autoencoder to calculate word embeddings as mentioned in Lebret/Collobert paper 2015☆74Updated 8 years ago
- Common pre-processing in NLP such as PPMI computation, SVD-based dimensionality reduction, and PLSR-based distribution prediction.