Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/eliorc/medium

Code related to blog posts on my Medium page
https://github.com/eliorc/medium

Last synced: 1 day ago
JSON representation

Code related to blog posts on my Medium page

Awesome Lists containing this project

README

        

# Medium
Code related to blog posts on my [Medium page](https://medium.com/@eliorcohen)

**MaLSTM.ipynb**
Keras implementation of the MaLSTM architecture, on Kaggle's Quora duplicate questions challenge

**PCA-tSNE-AE.ipynb**
Comparison between dimensionality reduction techniques. (PCA and AutoEncoders tensorflow implementation)

**Node2Vec-FIFA17-Example.ipynb**
Exploration of the Node2Vec algorithm through an example on the FIFA17 dataset taken from Kaggle.

**datamaps.ipynb**
Implementing the data maps concept on the QNLI dataset using DistilBERT.