Skip to content

Build a Question and Answer ChatBot Capable of Lateral Thinking

License

Notifications You must be signed in to change notification settings

stevenhastings/facebook-babi-bot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

meta-babi-bot

bAbI.-.Meta.Research._.Meta.Research.-.27.August.2022.mp4

Build a Question and Answer ChatBot Capable of Lateral Thinking

image image

LSTM Architecture:

image

image

Model Metrics:

image

Imports:

  • numpy
  • pickle
  • from keras.preprocessing.sequence import pad_sequences
  • from keras.preprocessing.text import Tokenizer
  • from keras.models import Sequential, Model
  • from keras.layers.embeddings import Embedding
  • from keras.layers import Input, Activation, Dense, Permute, Dropout
  • from keras.layers import add, dot, concatenate
  • from keras.layers import LSTM
  • import matplotlib.pyplot as plt
  • %matplotlib inline (for jupyter notebooks)

Data used in project is located in TextFiles folder:

  • test_qa.txt
  • train_qa.txt

Resources:




Code along:

Watch the video

About

Build a Question and Answer ChatBot Capable of Lateral Thinking

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published