Skip to content
#

glove-embeddings

Here are 331 public repositories matching this topic...

Taking a pretrained GloVe model, and using it as a TensorFlow embedding weight layer **inside the GPU**. Therefore, you only need to send the index of the words through the GPU data transfer bus, reducing data transfer overhead.

  • Updated Oct 13, 2018
  • Jupyter Notebook

A neural network-based AI chatbot has been designed that uses LSTM as its training model for both encoding and decoding. The chatbot works like an open domain chatbot that can answer day-to-day questions involved in human conversations. Words embeddings are the most important part of designing a neural network-based chatbot. Glove Word Embedding…

  • Updated May 27, 2021
  • Jupyter Notebook

Improve this page

Add a description, image, and links to the glove-embeddings topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the glove-embeddings topic, visit your repo's landing page and select "manage topics."

Learn more