Studies and implementations of various Deep Learning topics
- Implementation of Graph Convolutional Network in TextGCN using tensorflow
libraries |
tensorflow |
scipy |
- Notes on the general machine learning topics
- Implementation of simple backpropagation using numpy
- Implementation of label smoothing loss in pytorch
- Implementation of autoencoders for collaborative filtering
- Simple implementation of q-learning using numpy
libraries |
numpy |
OpenAI gym |
- Mini-project applying fasttext pretrained word embeddings on text classification
libraries |
tensorflow |
gensim |