Skip to content

Taekyoon/samsung_tutorial_in_earily_jan

Repository files navigation

Samsung Tutorial for Deep NLP class

This project is for beginners who want to find an easy way to practice deep nlp model with Tensorflow. The repository gives 3 contents to practice and understand Deep NLP.

  • Word2Vec Examples with Gensim Framework
  • Sentiment Analysis Model with Recurrent Neural Network and Convolution Neural Network
  • Simple Seq2Seq model for translating an English word to Korean word in character level

In addition, I added basic Markov model based ChatBot and simple Seq2Seq based ChatBot examples, and Seq2Seq ChatBot project is originally referred from the link down below.


Getting Started

You need to do following instrunctions to build this project environment

$ git clone https://github.com/Taekyoon/samsung_tutorial_in_earily_jan.git
$ pip install -r requirements.txt
$ jupyter notebook

References

To be continued...

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published