All Projects → ChunML → Nlp

ChunML / Nlp

Licence: mit
This is where I put all my work in Natural Language Processing

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to Nlp

Tensorlayer Tricks
How to use TensorLayer
Stars: ✭ 357 (+296.67%)
Mutual labels:  natural-language-processing, tensorflow-tutorials, tensorflow-experiments
Ml Classifier Ui
A UI tool for quickly training image classifiers in the browser
Stars: ✭ 224 (+148.89%)
Mutual labels:  tensorflow-tutorials, tensorflow-experiments
Neural kbqa
Knowledge Base Question Answering using memory networks
Stars: ✭ 87 (-3.33%)
Mutual labels:  natural-language-processing, tensorflow-experiments
Dog-or-Cat-TensorflowSharp-Example
An example for TensorflowSharp - classify an image as a dog or cat.
Stars: ✭ 15 (-83.33%)
Mutual labels:  tensorflow-tutorials, tensorflow-experiments
Awesome Tensorlayer
A curated list of dedicated resources and applications
Stars: ✭ 248 (+175.56%)
Mutual labels:  natural-language-processing, tensorflow-tutorials
Learn Machine Learning In Two Months
Những kiến thức cần thiết để học tốt Machine Learning trong vòng 2 tháng. Essential Knowledge for learning Machine Learning in two months.
Stars: ✭ 1,726 (+1817.78%)
Mutual labels:  tensorflow-tutorials, tensorflow-experiments
TensorFlow-Multiclass-Image-Classification-using-CNN-s
Balanced Multiclass Image Classification with TensorFlow on Python.
Stars: ✭ 57 (-36.67%)
Mutual labels:  tensorflow-tutorials, tensorflow-experiments
Ml Classifier
A tool for quickly training image classifiers in the browser
Stars: ✭ 97 (+7.78%)
Mutual labels:  tensorflow-tutorials, tensorflow-experiments
Machine Learning
머신러닝 입문자 혹은 스터디를 준비하시는 분들에게 도움이 되고자 만든 repository입니다. (This repository is intented for helping whom are interested in machine learning study)
Stars: ✭ 705 (+683.33%)
Mutual labels:  natural-language-processing, tensorflow-tutorials
image-classifier-service
Sorting my messed folder where I put my holidays pictures was not fun. My computer made the trick for me with Deep Learning!
Stars: ✭ 31 (-65.56%)
Mutual labels:  tensorflow-tutorials, tensorflow-experiments
Tensorflow-Wide-Deep-Local-Prediction
This project demonstrates how to run and save predictions locally using exported tensorflow estimator model
Stars: ✭ 28 (-68.89%)
Mutual labels:  tensorflow-tutorials, tensorflow-experiments
Tensorflow Sentiment Analysis On Amazon Reviews Data
Implementing different RNN models (LSTM,GRU) & Convolution models (Conv1D, Conv2D) on a subset of Amazon Reviews data with TensorFlow on Python 3. A sentiment analysis project.
Stars: ✭ 34 (-62.22%)
Mutual labels:  tensorflow-tutorials, tensorflow-experiments
Tensorflow In Practice Specialization
DeepLearning.AI TensorFlow Developer Professional Certificate Specialization
Stars: ✭ 29 (-67.78%)
Mutual labels:  natural-language-processing, tensorflow-tutorials
Math object detection
An image recognition/object detection model that detects handwritten digits and simple math operators. The output of the predicted objects (numbers & math operators) is then evaluated and solved.
Stars: ✭ 52 (-42.22%)
Mutual labels:  tensorflow-tutorials, tensorflow-experiments
Greek Bert
A Greek edition of BERT pre-trained language model
Stars: ✭ 84 (-6.67%)
Mutual labels:  natural-language-processing
Spark Nlp Models
Models and Pipelines for the Spark NLP library
Stars: ✭ 88 (-2.22%)
Mutual labels:  natural-language-processing
Awesome Tensorflow Chinese
Awesome-TensorFlow-Chinese,TensorFlow 中文资源精选,官方网站,安装教程,入门教程,视频教程,实战项目,学习路径。QQ群:167122861,公众号:磐创AI,微信群二维码:http://www.tensorflownews.com/
Stars: ✭ 1,255 (+1294.44%)
Mutual labels:  tensorflow-tutorials
Tensorflow Demos
all kinds of demos of tensorflow code
Stars: ✭ 89 (-1.11%)
Mutual labels:  tensorflow-tutorials
Free Tensorflow
Tensorflow 免费中文视频教程,开源代码,免费书籍.
Stars: ✭ 83 (-7.78%)
Mutual labels:  tensorflow-tutorials
Entailment With Tensorflow
Accompanying notebook for the Entailment with Tensorflow article.
Stars: ✭ 81 (-10%)
Mutual labels:  tensorflow-tutorials

Natural Language Processing Projects

Overview

This is where I play with NLP, aka Natural Language Processing, the art of teaching machine to understand and mimic human's natural language (semantically and/or syntactically).

Projects in this repository are still in progress and gradually updated. README's content will be updated accordingly. Maybe I'll write some blog posts if necessary.

Content

At present, this repository contains the projects below.

1/ Embeddings

DONE:

  • CBOW
  • skip-gram

TODO:

  • Rewrite in Tensorflow 2.0
  • Add Pytorch implementation
  • Write blog posts
  • Add more types of embeddings such as GloVe, etc

2/ Text Generator

DONE:

  • Tensorflow implementation (both in 1.x and 2.0)
  • Blog post for Tensorflow implementation: link
  • Pytorch implementation
  • Blog post for Pytorch implementation: link

3/ Machine Translation

DONE:

  • Tensorflow implementation (no-attention/Bahdanau/Luong)
  • Blog posts for Tensorflow implementation:
    • Data Preparation: link
    • Model Creation: link
    • Training: link

TODO:

  • Add Pytorch implementation
  • Blog post for Pytorch implementation
  • Rewrite in Tensorflow 2.0
  • Blog post for Tensorflow 2.0 implementation

4/ Chat Bot

Done:

  • Tensorflow implementation

TODO:

  • Rewrite in Tensorflow 2.0
  • Add Pytorch implementation
  • Write blog posts

5/ Sentiment Analysis

Done:

  • Tensorflow 2.0 implementation for:
    • IMDB Movie Reviews Classification
    • Quora Insincere Questions Classification
  • Blog post for IMDB:
    • English version: link
    • Japanese version: link

TODO:

  • Add Pytorch implementation
  • Write blog post for Quora data

6/ POS tagging

Done:

  • Pytorch implementation for toy example

TODO:

  • Update Pytorch implementation for real dataset
  • Add Tensorflow 2.0 implementation
  • Write blog posts
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].