Deep Learning – Sequence-to-Sequence Model

In this part of the Deep Learning series, we will introduce the concept of the Sequence-to-Sequence (also known as the Encoder-Decoder) model in the context of a Language Translation use-case. In addition, we will get our hands dirty to demonstrate the translation of English sentences to Spanish sentences. To accomplish this task, we will implement an GRU model using PyTorch.

Here is the link to the article on Deep Learning demonstrating the English-to-Spanish Language Translation using GRU:

Deep Learning – Sequence-to-Sequence Model

Enjoy 🙂 !!!

Hands-On with Milvus Vector Database

In this article, we will explain a high-level overview of the Milvus Vector Database, explain the architectural components of the Milvus Vector Database, install and setup the required software, and finally get our hands dirty with a simple yet powerful search example.

Here is the link to the article on Milvus Vector Database:

Hands-On with Milvus Vector Database

Enjoy 🙂 !!!

Deep Learning – Predict Next Word Using LSTM

In this part of the Deep Learning series, we will get our hands dirty to demonstrate the prediction of the ‘Next Word’, given an input sequence of two words from a text corpus. To accomplish this task, we will implement an LSTM model using PyTorch.

Here is the link to the article on Deep Learning demonstrating the ‘next word’ prediction using LSTM:

Deep Learning – Predict Next Word Using LSTM

Enjoy 🙂 !!!