re-implementation

2. Re-implementation: Noise Contrastive Estimation

PyTorch re-implementation of the [*Noise Contrastive Estimation*](http://proceedings.mlr.press/v9/gutmann10a/gutmann10a.pdf) algorithm. Created as a practice exercise.

3. Re-implementation: Sentence Similarity Classifier

PyTorch re-implementation of Mueller's et al., [*Siamese Recurrent Architectures for Learning Sentence Similarity.*](https://dl.acm.org/doi/10.5555/3016100.3016291) (AAAI, 2016). Created as a practice exercise.