This repository is a Side-project. The goal of this project is trying to develop some of the NLP researches or tools using just Numpy and other basic processing library.
Start day: June 25th, 2020
- Word2vec embedder with Skip-gram method
- Lantent Dirichlet Allocation for topic modelling documents
- Text Generater with RNN
- Text Classification using Word2vec and Doc2vec