Deep Learning – Convolutional Neural Network

In this next part of the Deep Learning series, we will explain how a Convolutional Neural Network (CNN) model works and use PyTorch for a practical demonstration to classify images of digits using the MNIST dataset.

Here is the link to the article on Deep Learning using CNN:

Deep Learning – Convolutional Neural Network

Enjoy ๐Ÿ™‚ !!!

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 ๐Ÿ™‚ !!!