Series: AI Learnings

Artificial Intelligence is now a daily conversation topic and is in everyone’s mind one way or another. The learning can be simple or steep and complex depending on where you want to take it.

Here is a list of blog posts that I have written on this topic as I learn and try to keep up with this amazing technology landscape which is changing every day. Simply amazing.


Related Blog Posts on AI


What is LLM Quantization?

LLM quantization is the process of reducing the precision of numbers used to represent a model’s weights, typically converting from 32-bit floating point (FP32) to smaller formats like 8-bit integers (INT8) or 4-bit integers (INT4). Think of it like compressing a high-resolution image to a smaller file size while trying to maintain as much quality…
Read More What is LLM Quantization?

ChatGPT is not an LLM

This is something that I have heard many times over the last few months that needs a bit of explanation… ChatGPT (Chat Generative Pre-Trained Transformer) is an application of a Large Language Model (LLM). It is an AI-powered application that enables human-like conversations and other text-based tasks. ChatGPT and other bots like it (see below)…
Read More ChatGPT is not an LLM

ChatGPT vs. LLMs: Unveiling the Differences

Written by Microsoft Copilot 1. Transformer Architecture Both ChatGPT and LLMs share a common foundation: the transformer architecture. This powerful neural network structure has revolutionized natural language processing tasks. Its attention mechanisms allow for context-aware understanding, making it ideal for language modeling12. 2. Emergent Properties As LLMs grow in size (often surpassing 50 to 100…
Read More ChatGPT vs. LLMs: Unveiling the Differences