Author: researchguy

Meet PaliGemma 2: Google’s Latest Set of Powerful Vision-Language Models

AI Ecosystem Updates | Issue# 10 [December 18, 2024] What? PaliGemma 2, Google’s recently released series of tunable vision-language-models, marks a significant upgrade to its predecessor, PaliGemma – the first vision-language model in the Gemma family. This new iteration integrates advanced capabilities, providing more efficient and flexible AI for tasks that require both vision and language understanding. […]

Text Generation with a Recurrent Neural Network using TensorFlow

ML and AI Blogs | Issue# 10 [December 12, 2024] There are multiple applications of Natural Language Processing (NLP) – the field that uses ML and AI to process and utilize language data and text. Applications include information retrieval, machine translation, language modeling, sentiment analysis, text summarization, text generation, chatbots, question-answering systems, and more. This […]

Bengali-to-English Translation using Neural Machine Translation with Attention

ML and AI Blogs | Issue# 8 [September 20, 2024] What? This tutorial demonstrates how to create and use a sequence-to-sequence (seq2seq) model for Neural Machine Translation (NMT), precisely, Bengali-to-English text translation. The work is based on TensorFlow’s tutorial on “Neural machine translation with attention” that shows how to use seq2seq models for Spanish-to-English text translation. We […]

Twitter Sentiment Classification with Recurrent Neural Networks using TensorFlow

ML and AI Blogs | Issue# 7 [August 24, 2024] There are multiple applications of Natural Language Processing (NLP) – the field that uses ML and AI to process and utilize language data and text. Applications include information retrieval, machine translation, language modeling, sentiment analysis, text summarization, chatbots, question-answering systems, and more. This blog will […]