튜토리얼
초급부터 고급까지, LLM 개발을 체계적으로 익힐 수 있도록 돕는 AI 학습 튜토리얼입니다.
추천 튜토리얼
Getting Started with LLMs: How Large Language Models Work
A plain-language explanation of how large language models (LLMs) work: tokens, next-word prediction, the context window, and hallucination.
Prompt Engineering in Practice: Writing High-Quality AI Prompts
Master the core techniques of prompt engineering: clear instructions, context and examples, step-by-step reasoning, role setting, and common pitfalls.
Build Your First AI App with the OpenAI API
From obtaining an API key to sending your first chat request and handling streaming output and errors—walk through the full OpenAI API flow.
Build a Knowledge-Base Q&A System with RAG
Understand the full retrieval-augmented generation (RAG) flow: document chunking, embeddings, vector retrieval, and context assembly so the LLM answers from your knowledge base.
Getting Started with Fine-Tuning: LoRA and QLoRA
Understand when fine-tuning is needed, and the core ideas and practical tips behind the efficient fine-tuning methods LoRA and QLoRA.
Deploying Open-Source LLMs Locally: Ollama in Practice
Run open-source LLMs locally with a single command using Ollama, covering installation, running, API access, and model selection.
더 많은 학습 리소스
신규The Complete OpenAI API Guide
Learn to use the OpenAI API from scratch, including how to call models such as GPT-4, DALL·E, and Whisper, along with best practices.
신규LangChain Framework Tutorial
Dive into the LangChain framework and master the core concepts of LLM application development, including Chains, Agents, and Memory.
신규Prompt Engineering Guide
Systematically learn prompt engineering techniques and best practices to improve how you interact with AI models.
신규Whisper Speech Recognition Tutorial
Perform speech recognition with the OpenAI Whisper model, supporting multilingual transcription and translation.
신규Hands-on LLM Fine-Tuning
Learn how to fine-tune large language models, including efficient methods such as LoRA and QLoRA.
신규OpenAI Whisper Speech Recognition Guide
Learn to use OpenAI Whisper for speech recognition and transcription, with support for multiple languages and local deployment.
신규The Complete Midjourney V6 Guide
A detailed guide to using Midjourney V6, covering new features and advanced techniques.
신규Python AI/ML Libraries Collection
A roundup of popular Python libraries for AI and machine learning, including TensorFlow, PyTorch, and Scikit-learn.
신규Stable Diffusion Beginner Tutorial
Learn Stable Diffusion from scratch, covering installation, configuration, and usage.
신규Replicate API Usage Guide
Learn to use the Replicate API to run open-source AI models without managing any infrastructure.
신규Hugging Face Transformers Tutorial
Learn to use the Hugging Face Transformers library for NLP and CV tasks.
신규LlamaIndex Framework Tutorial
Learn to build RAG applications and knowledge base systems with LlamaIndex.
신규Flux Image Generation Model Guide
Learn to use the open-source Flux image generation model, covering local deployment and API access.
신규DeepSeek API Usage Guide
The official documentation and usage tutorial for the DeepSeek API.
신규ComfyUI Workflow Guide
A detailed ComfyUI workflow tutorial covering common nodes and advanced techniques.
신규Suno AI Music Creation Guide
A detailed tutorial with tips for creating AI music using Suno.
신규Cursor IDE Usage Guide
A detailed tutorial with tips for the Cursor AI code editor.
신규Runway Video Generation Guide
A detailed tutorial for creating AI videos with Runway.
신규Learn Prompting Tutorial
An open-source introductory course on prompt engineering that systematically covers techniques from basic to advanced, with fully free content.
신규fast.ai Practical Deep Learning Course
A free deep learning course from fast.ai that uses a top-down teaching approach to help developers get hands-on quickly.
신규OpenAI Cookbook
Official example code and guides from OpenAI showing practical patterns for building with the API, from embeddings to function calling.
신규Google Machine Learning Crash Course
A free, hands-on introduction to machine learning from Google, featuring video lessons, interactive visualizations, and exercises.