Ajitesh Kumar

AI-assisted Software Development: Tools & Processes

In the rapidly evolving landscape of software development, the integration of artificial intelligence (AI) and generative AI (Gen AI) is…

1 year ago

Generalization Errors in Machine Learning: Python Examples

Last updated: 21st Jan, 2024 Machine Learning (ML) models are designed to make predictions or decisions based on data. However,…

1 year ago

Transformer Architecture in Deep Learning: Examples

The Transformer model architecture, introduced by Vaswani et al. in 2017, is a deep learning model that has revolutionized the…

1 year ago

LLM Training & GPU Memory Requirements: Examples

As data scientists and MLOps Engineers, you must have come across the challenges related to managing GPU requirements for training…

1 year ago

Instruction Fine-tuning LLM Explained with Examples

A pre-trained or foundation model is further trained (or fine-tuned) with instructions datasets to help them learn about your specific…

1 year ago

Distributed LLM Training & DDP, FSDP Patterns: Examples

Training large language models (LLMs) like GPT-4 requires the use of distributed computing patterns as there is a need to…

1 year ago

Transformer Architecture Types: Explained with Examples

Are you fascinated by the power of deep learning large language models that can generate creative writing, answer complex questions,…

1 year ago

Blueprint: Deploying Generative AI Applications

In this blog, we will learn about a comprehensive framework for the deployment of generative AI applications, breaking down the…

1 year ago

Pre-trained Models Explained with Examples

NLP has been around for decades, but it has recently seen an explosion in popularity due to pre-trained models (PTMs),…

1 year ago

BERT vs GPT Models: Differences, Examples

Have you been wondering what sets apart two of the most prominent transformer-based machine learning models in the field of…

1 year ago

NLP Corpus Types (Text & Multimodal): Examples

At the heart of NLP lies a fundamental element: the corpus. A corpus, in NLP, is not just a collection…

1 year ago

Demystifying Encoder Decoder Architecture & Neural Network

In the field of AI / machine learning, the encoder-decoder architecture is a widely-used framework for developing neural networks that…

1 year ago

Attention Mechanism Workflow & Transformer: Examples

The attention mechanism workflow in the context of transformers in NLP, is a process that enables the model to dynamically…

1 year ago

ChatGPT Prompts Best Practices: Examples

In this blog, you will learn the best practices you can adopt when writing prompts for ChatGPT. Here is the…

1 year ago

NLP: Different Types of Language Models – Examples

Have you ever wondered how your smartphone seems to know exactly what you're going to type next? Or how virtual…

1 year ago

Bag of Words in NLP & Machine Learning: Examples

Last updated: 6th Jan, 2024 Most machine learning algorithms require numerical input for training the models. Bag of words (BoW)…

1 year ago