All Projects → j-min → Dl For Chatbot

j-min / Dl For Chatbot

Deep Learning / NLP tutorial for Chatbot Developers

Projects that are alternatives of or similar to Dl For Chatbot

Deeptoxic
top 1% solution to toxic comment classification challenge on Kaggle.
Stars: ✭ 180 (-18.55%)
Mutual labels:  jupyter-notebook, tutorial
Bayesian Modelling In Python
A python tutorial on bayesian modeling techniques (PyMC3)
Stars: ✭ 2,332 (+955.2%)
Mutual labels:  jupyter-notebook, tutorial
Gans From Theory To Production
Material for the tutorial: "Deep Diving into GANs: from theory to production"
Stars: ✭ 182 (-17.65%)
Mutual labels:  jupyter-notebook, tutorial
Astropy Tutorials
Tutorials for the Astropy Project
Stars: ✭ 174 (-21.27%)
Mutual labels:  jupyter-notebook, tutorial
Tutorials
AI-related tutorials. Access any of them for free → https://towardsai.net/editorial
Stars: ✭ 204 (-7.69%)
Mutual labels:  jupyter-notebook, tutorial
Tensorflow Ml Nlp
텐서플로우와 머신러닝으로 시작하는 자연어처리(로지스틱회귀부터 트랜스포머 챗봇까지)
Stars: ✭ 176 (-20.36%)
Mutual labels:  chatbot, jupyter-notebook
Trump Lies
Tutorial: Web scraping in Python with Beautiful Soup
Stars: ✭ 201 (-9.05%)
Mutual labels:  jupyter-notebook, tutorial
Learnpythonforresearch
This repository provides everything you need to get started with Python for (social science) research.
Stars: ✭ 163 (-26.24%)
Mutual labels:  jupyter-notebook, tutorial
Sc17
SuperComputing 2017 Deep Learning Tutorial
Stars: ✭ 211 (-4.52%)
Mutual labels:  jupyter-notebook, tutorial
Dlsys Course.github.io
Deep learning system course
Stars: ✭ 207 (-6.33%)
Mutual labels:  jupyter-notebook, tutorial
Psi4numpy
Combining Psi4 and Numpy for education and development.
Stars: ✭ 170 (-23.08%)
Mutual labels:  jupyter-notebook, tutorial
How To Read Pytorch
Quick, visual, principled introduction to pytorch code through five colab notebooks.
Stars: ✭ 218 (-1.36%)
Mutual labels:  jupyter-notebook, tutorial
Shape Detection
🟣 Object detection of abstract shapes with neural networks
Stars: ✭ 170 (-23.08%)
Mutual labels:  jupyter-notebook, tutorial
Tensorflow Tutorials
텐서플로우를 기초부터 응용까지 단계별로 연습할 수 있는 소스 코드를 제공합니다
Stars: ✭ 2,096 (+848.42%)
Mutual labels:  chatbot, tutorial
Java Telegram Bot Tutorial
Java Telegram Bot Tutorial. Feel free to submit issue if you found a mistake.
Stars: ✭ 165 (-25.34%)
Mutual labels:  chatbot, tutorial
Imodels
Interpretable ML package 🔍 for concise, transparent, and accurate predictive modeling (sklearn-compatible).
Stars: ✭ 194 (-12.22%)
Mutual labels:  jupyter-notebook, tutorial
Gasyori100knock
image processing codes to understand algorithm
Stars: ✭ 1,988 (+799.55%)
Mutual labels:  jupyter-notebook, tutorial
Interspeech2019 Tutorial
INTERSPEECH 2019 Tutorial Materials
Stars: ✭ 160 (-27.6%)
Mutual labels:  jupyter-notebook, tutorial
Rl Tutorial Jnrr19
Stable-Baselines tutorial for Journées Nationales de la Recherche en Robotique 2019
Stars: ✭ 204 (-7.69%)
Mutual labels:  jupyter-notebook, tutorial
Tensorflow
Deep Learning Zero to All - Tensorflow
Stars: ✭ 216 (-2.26%)
Mutual labels:  jupyter-notebook, tutorial

Deep leaning for Chatbot Developers

Contents

Day 01 Introduction to Chatbot (slideshare)

  • Introduction to NLP/Chatbot
  • Overview of Korean/English NLP Toolkits/Datasets
  • Tutorial (code)
    • Introduction to spaCy / gensim / konlpy / other Korean toolkits
    • Sentiment classification via TF-IDF (scikit-learn)
    • Chatbot Pipelining / Serving via Kakaotalk (flask) / Slack (slacker)

Day 02 Text Classification with CNN/RNN (slideshare)

  • CNN for text classification
    • Word CNN / Dynamic CNN / Char CNN / Very Deep CNN
  • RNN for text classification
    • Bidirectional RNN / Recursive NN / Tree LSTM / Dual Encoder LSTM
  • Advanced CNN/RNN architectures
    • QRNN / SRU / ByteNet / SliceNet / LSTM-CNNs-CRF
  • Tutorial (code)
    • Word-CNN for sentiment analysis
    • PyTorch Style Guide
    • TorchText Tutorial

Day 03 Conversation Modeling with Seq2Seq / Attention (slideshare)

  • Seq2Seq models for conversation modeling
    • Seq2Seq / Neural Conversation model / Diversity-prompting objective: MMI
  • Advanced Seq2Seq architectures
    • Show and Tell / HRED / VHRED / Personal based Neural Conversation model / Contextualized Word Vectors (CoVe)
  • Attention mechanism
    • Bahdanau / Luong
    • Global / Local
  • Advanced Attention architectures
    • Show, Attend and Tell / Pointer Networks / CopyNet / BiDAF / Transformer
  • Tutorial (code)
    • Seq2Seq with Attention for Machine Translation

Day 04 QA with External Memory (slideshare)

  • QA with External Memory
    • Memory Networks / End-to-End Memory Networks / Key-value Memory Networks / Neural Turing Machines
  • Advanced Memory architectures
    • DNC / Life-long memory Modules / Context-Sequence Memory Networks
  • Advanced Dialogue Architectures
    • MILABOT / Dialog based language learning / End-to-End Goal Oriented Dialog / Deep RL / Adversarial
  • Tutorial (code)
    • End-to-End Memory Networks for Question Answering (bAbI)

Dependencies

Python 3

  • Codes are written in Anacodna Python 3.6.
  • Package management via Conda or virtualenv is recommended.

ML / NLP

  • PyTorch
  • TorchText
  • spaCy
  • sckit-learn
  • gensim
  • konlpy (requires Jpype3)

Interactive / DataFrame / Plot

  • jupyter
  • pandas
  • matplotlib

Kakaotalk / Slack Bot

  • flask
  • websocket-client
  • beautifulsoup4
  • slacker
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].