Below you will find pages that utilize the taxonomy term “llm”
Posts
Practical Guide to LLMs
Andrej Karpathy’s video continues his series on large language models (LLMs), shifting from foundational theory to hands-on usage. Below is a timestamped summary of the key points covered.
Introduction (0:00–0:34)
Karpathy introduces the video as a follow-up to his prior explanation of how LLMs are trained. This session focuses on how to actually use LLMs in daily life and work.
LLM Ecosystem (0:34–2:49)
He overviews the current LLM landscape:
ChatGPT by OpenAI is described as the “Original Gangster” and most feature-rich.
read morePosts
Deep Dive into LLMs like ChatGPT by Andrej Karpathy
If you’re diving into LLMs or just curious about how tools like ChatGPT work under the hood, Karpathy’s breakdown is one of the clearest and most accessible resources out there.
The following are highlights along with time stamps.
Introduction (0:00 - 1:04) What are LLMs? Karpathy begins by explaining what large language models (LLMs) are, highlighting their capabilities and limitations. He also sets the goal of the session: to provide a comprehensive understanding of LLMs for a general audience.
read morePosts
Machine Learning Methods
This post continues our series on AI and ML. The aim is to enhance understanding of the main types of machine learning, explain the reasons for choosing the appropriate ML approach, and describe the data requirements for each method.
Ways to learn There are three main ways of learning in machine learning.
Supervised learning Unsupervised learning Reinforcement learning How would one choose an appropriate learning method?
Appropriate ML method Selecting the appropriate machine learning method depends on your objectives.
read morePosts
Machine Learning and AI
Earlier this week, I participated in a two-day, hands-on introductory course on Machine Learning and AI, which was useful for someone new to the field like myself. The course helped me understand various concepts I had been curious about, including:
The relationship between Machine Learning and AI. The definition of a “model” in this context and the process of “training” it. Clarification on terms like “Hugging Face” and “Llama.” The importance of quality data in machine learning projects.
read more