User Tools

Site Tools


software:ai:llm

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

software:ai:llm [2026/05/07 00:21] – created ronsoftware:ai:llm [2026/05/07 00:29] (current) ron
Line 22: Line 22:
 The following discussion sets a foundation to accomplish the primary objective of this book: understanding LLMs by implementing a ChatGPT-like LLM based on the transformer architecture, step by step in code. The following discussion sets a foundation to accomplish the primary objective of this book: understanding LLMs by implementing a ChatGPT-like LLM based on the transformer architecture, step by step in code.
  
-1.1 What is an LLM?+## 1.1 What is an LLM? 
 An LLM is a neural network designed to understand, generate, and respond to human-like text. These models are deep neural networks trained on massive amounts of text data, sometimes encompassing large portions of the entire publicly available text on the internet. An LLM is a neural network designed to understand, generate, and respond to human-like text. These models are deep neural networks trained on massive amounts of text data, sometimes encompassing large portions of the entire publicly available text on the internet.
  
software/ai/llm.txt · Last modified: 2026/05/07 00:29 by ron

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki