researchguy is a personal endeavor to stay abreast of the latest and past developments in technology across Machine Learning (ML) and Artificial Intelligence (AI). I am indebted to some really meaningful content encompassing ML and AI across the internet – THE BATCH @ DeepLearning.AI, AlphaSignal, and Papers With Code, to name a few, that help shape the blogs. A part of the blogs do reflect my own thoughts about the topics being blogged.


  • Google’s NotebookLM is Your New Personalized Research Assistant

    AI Ecosystem Updates | Issue# 8 [October 08, 2024] About Google’s NotebookLM is an intelligent tool designed to assist users with analyzing complex information. By uploading documents, such as research notes or corporate materials, the system becomes highly familiar with the content, generates insights, and helps users explore and make new connections from the data.…

    read more.

  • Open AI Introduces the o1 Family of Models Capable of Thinking and Advanced Reasoning

    AI Ecosystem Updates | Issue# 7 [September 30, 2024] What? OpenAI recently introduced a new Large Language Model (LLM) – o1. The AI giant launched the OpenAI o1 series / family of AI models with OpenAI o1-preview – an early version of o1, and OpenAI o1-mini. OpenAI also released information pertaining to the performance of…

    read more.

  • 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…

    read more.