Tag
Aiml
Every article tagged Aiml across the Atmosphere.
25articles
Articles
Publications
RAG vs MCP: Complementary AI Approaches
Understanding the differences between RAG and MCP, when to use each, and how they work togetheraiml
Which Loss Function Do LLMs use?
Exploring Cross-Entropy Loss in Large Language Models.aimlllm
What is Matryoshka Representation Learning (MRL)?
Nesting Power and Flexibility into ML Embeddingsaimlembeddings
UE8M0 FP8 Number Format
Training LLMs without H100 using UE8M0 FP8 number format.aimlmath
Understanding ML Numerical Formats
Understanding INT4, INT8, FP16, BF16, and TF32 formats in machine learning - their precision, speed, and memory trade-offs for training and inference.aimlmath
What do GPT-OSS and Gemma 3 really offer?
GPT-OSS and Gemma 3: two new small-but-powerful language models pushing the boundaries.aimlllm
What are Positional Embeddings?
The mathematical technique that teaches AI models where each word sits in a sequence.aimlllm
Words, Tokens and Embeddings
How language models convert token IDs into meaningful vector representations that capture semantic relationships.aimlllm
Subword Tokenization Algorithms
Understanding the algorithms behind tokenization in Large Language Models.aimlllm
What is LLM Inference?
Understanding how Large Language Models generate text through the inference process.aimlllm
The Agentic AI Hype
The Overhyped Buzzword That’s Just AI With To-Do Lists.aimlfunny
Embedding Selection for RAG Systems
At the heart of every effective RAG implementation lies a crucial decision: which embedding model to use.aimlresearch
Diffusion Based Language Models
Instead of writing sequentially, DLMs start with something like noisy or scrambled text and gradually denoise it over several steps.aiml
Understanding the K-Nearest Neighbors (k-NN) Algorithm
A simple yet effective machine learning algorithm for classification and regression.aimlsagemaker
Semantic vs Lexical Similarity
Semantic similarity and lexical similarity are two distinct ways of comparing text, with the key difference being meaning versus surface-level features.aiml
XGBoost: The Powerhouse of Gradient Boosting
XGBoost is one of the most powerful tools for building machine learning models due to its speed, accuracy, and robustness.aimlresearch
What are Word Embeddings?
Word embeddings are a fundamental concept in Natural Language Processing (NLP), enabling machines to understand and process human language effectively.aimlembeddings
SageMaker Built-in Algorithms
Amazon SageMaker offers a wide range of built-in algorithms to simplify and accelerate machine learning (ML) projects.aimlsagemaker
Factorization Machines
Factorization Machines (FMs) are a type of machine learning model that helps us make predictions based on data.aimlsagemaker
SageMaker Linear Learner Algorithm
Amazon SageMaker Linear Learner is a machine learning algorithm that helps solve two main types of problems.aimlsagemaker
What are Features in Machine Learning?
Choosing the right features is crucial for building an accurate and efficient model.aimlfeature-engineering