Main Page: Difference between revisions
Redesign stats header with card-style counters |
Update plugin descriptions, add Kapso |
||
| (4 intermediate revisions by 2 users not shown) | |||
| Line 3: | Line 3: | ||
<div style="font-size:1.4em; font-weight:bold; color:#1a1a2e;">{{NUMBEROFARTICLES}}</div> | <div style="font-size:1.4em; font-weight:bold; color:#1a1a2e;">{{NUMBEROFARTICLES}}</div> | ||
<div style="font-size:0.8em; color:#666; margin-top:2px;">Total Pages</div> | <div style="font-size:0.8em; color:#666; margin-top:2px;">Total Pages</div> | ||
</div> | |||
<div style="text-align:center; padding:10px 18px; background:#fff; border-radius:6px; border-left:3px solid #4CAF50; min-width:80px;"> | |||
<div style="font-size:1.4em; font-weight:bold; color:#2E7D32;">{{PAGESINNAMESPACE:3002}}</div> | |||
<div style="font-size:0.8em; color:#666; margin-top:2px;">Workflows</div> | |||
</div> | </div> | ||
<div style="text-align:center; padding:10px 18px; background:#fff; border-radius:6px; border-left:3px solid #2196F3; min-width:80px;"> | <div style="text-align:center; padding:10px 18px; background:#fff; border-radius:6px; border-left:3px solid #2196F3; min-width:80px;"> | ||
<div style="font-size:1.4em; font-weight:bold; color:#1565C0;">{{PAGESINNAMESPACE:3000}}</div> | <div style="font-size:1.4em; font-weight:bold; color:#1565C0;">{{PAGESINNAMESPACE:3000}}</div> | ||
<div style="font-size:0.8em; color:#666; margin-top:2px;">Principles</div> | <div style="font-size:0.8em; color:#666; margin-top:2px;">Principles</div> | ||
</div> | </div> | ||
<div style="text-align:center; padding:10px 18px; background:#fff; border-radius:6px; border-left:3px solid #FF9800; min-width:80px;"> | <div style="text-align:center; padding:10px 18px; background:#fff; border-radius:6px; border-left:3px solid #FF9800; min-width:80px;"> | ||
| Line 32: | Line 32: | ||
Browse implementation patterns, configuration guides, debugging heuristics, and battle-tested defaults for frameworks like vLLM, DeepSpeed, Megatron-LM, FlashAttention, Triton, Unsloth, LangChain, and many more. Every page is structured so both humans and AI agents can find what they need fast. | Browse implementation patterns, configuration guides, debugging heuristics, and battle-tested defaults for frameworks like vLLM, DeepSpeed, Megatron-LM, FlashAttention, Triton, Unsloth, LangChain, and many more. Every page is structured so both humans and AI agents can find what they need fast. | ||
'''Connect your AI coding agent.''' Plug Leeroopedia into your favorite coding agent | '''Connect your AI coding agent.''' Plug Leeroopedia into your favorite coding agent, and let it build robust AI/ML systems autonomously: | ||
''' | * [https://github.com/Leeroo-AI/superml '''SuperML plugin'''] — converts your AI coding agent into an expert ML engineer with agentic memory | ||
* [https://github.com/Leeroo-AI/leeroopedia-mcp '''Leeroopedia MCP'''] — search over best-practices and skills of ML/AI | |||
* [https://github.com/leeroo-ai/kapso '''Kapso'''] — experimentation platform for autonomous AI/ML software building | |||
== Browse by Category == | == Browse by Category == | ||
| Line 53: | Line 55: | ||
|} | |} | ||
== | == Explore Pages == | ||
=== Workflows === | === Workflows === | ||
{{#cargo_query:tables=PageInfo|fields=_pageName|where=PageType='Workflow'|limit=10|format=ul}} | {{#cargo_query:tables=PageInfo|fields=_pageName|where=PageType='Workflow'|order by=RAND()|limit=10|format=ul}} | ||
=== Principles === | === Principles === | ||
{{#cargo_query:tables=PageInfo|fields=_pageName|where=PageType='Principle'|limit=10|format=ul}} | {{#cargo_query:tables=PageInfo|fields=_pageName|where=PageType='Principle'|order by=RAND()|limit=10|format=ul}} | ||
=== Implementations === | === Implementations === | ||
{{#cargo_query:tables=PageInfo|fields=_pageName|where=PageType='Implementation'|limit=10|format=ul}} | {{#cargo_query:tables=PageInfo|fields=_pageName|where=PageType='Implementation'|order by=RAND()|limit=10|format=ul}} | ||
=== Heuristics === | === Heuristics === | ||
{{#cargo_query:tables=PageInfo|fields=_pageName|where=PageType='Heuristic'|limit=10|format=ul}} | {{#cargo_query:tables=PageInfo|fields=_pageName|where=PageType='Heuristic'|order by=RAND()|limit=10|format=ul}} | ||
=== Environments === | === Environments === | ||
{{#cargo_query:tables=PageInfo|fields=_pageName|where=PageType='Environment'|limit=10|format=ul}} | {{#cargo_query:tables=PageInfo|fields=_pageName|where=PageType='Environment'|order by=RAND()|limit=10|format=ul}} | ||
Latest revision as of 11:45, 14 March 2026
Welcome to Leeroopedia
Your ML & Data Knowledge Wiki. Best practices and expert-level knowledge for Machine Learning and Data Engineering, covering 1000+ frameworks and libraries from training to deployment.
Browse implementation patterns, configuration guides, debugging heuristics, and battle-tested defaults for frameworks like vLLM, DeepSpeed, Megatron-LM, FlashAttention, Triton, Unsloth, LangChain, and many more. Every page is structured so both humans and AI agents can find what they need fast.
Connect your AI coding agent. Plug Leeroopedia into your favorite coding agent, and let it build robust AI/ML systems autonomously:
- SuperML plugin — converts your AI coding agent into an expert ML engineer with agentic memory
- Leeroopedia MCP — search over best-practices and skills of ML/AI
- Kapso — experimentation platform for autonomous AI/ML software building
Browse by Category
| Category | Description | Browse |
|---|---|---|
| Workflows | Step-by-step processes and procedures | Browse All |
| Principles | Core ideas and foundational knowledge | Browse All |
| Implementations | Code-level details and modules | Browse All |
| Heuristics | Best practices and guidelines | Browse All |
| Environments | Setup and configuration guides | Browse All |
Explore Pages
Workflows
- Workflow:Kubeflow Pipelines Iterative Model Training
- Workflow:Microsoft Playwright AI agent driven testing
- Workflow:PrefectHQ Prefect Database Cleanup With Approval
- Workflow:Anthropics Anthropic sdk python Structured Output Extraction
- Workflow:OpenRLHF OpenRLHF SFT Training
- Workflow:Togethercomputer Together python Chat Completion
- Workflow:Onnx Onnx Model Composition
- Workflow:Groq Groq python Audio Transcription
- Workflow:Kubeflow Pipelines Pipeline Authoring and Compilation
- Workflow:Axolotl ai cloud Axolotl QLoRA SFT Finetuning
Principles
- Principle:FMInference FlexLLMGen Distributed Communication Abstraction
- Principle:Openai Whisper Word Boundary Detection
- Principle:Huggingface Trl GRPO Argument Configuration
- Principle:Apache Airflow Structlog Logging
- Principle:Anthropics Anthropic sdk python Streaming Thinking Content
- Principle:Hiyouga LLaMA Factory Dataset Format Conversion
- Principle:Huggingface Trl SFT Trainer Initialization
- Principle:OpenGVLab InternVL Model Inference Loading
- Principle:Explodinggradients Ragas LLM as Judge Metric
- Principle:Apache Druid Query Context Configuration
Implementations
- Implementation:Open compass VLMEvalKit MMHelix Constants
- Implementation:Vllm project Vllm CPU Float Convert
- Implementation:Apache Paimon CoreOptions
- Implementation:OpenGVLab InternVL M4C Evaluator
- Implementation:Haosulab ManiSkill Sim2RealEnv
- Implementation:Apache Spark WriteAheadLogRecordHandle
- Implementation:Microsoft Playwright NetworkUtils
- Implementation:Helicone Helicone Pricing Calculator
- Implementation:Haosulab ManiSkill EmptyEnv
- Implementation:BerriAI Litellm Custom LLM Handler
Heuristics
- Heuristic:Axolotl ai cloud Axolotl Attention Mechanism Selection
- Heuristic:Onnx Onnx Shape Inference Limitations
- Heuristic:Wandb Weave Batch Processing Tuning
- Heuristic:FlowiseAI Flowise Edge Connection Type Matching
- Heuristic:NVIDIA NeMo Curator Video Frame Sampling Strategy
- Heuristic:Sail sg LongSpec Triton Block Size Tuning
- Heuristic:Tensorflow Serving Warning Deprecated CreateTfrtSavedModel Raw
- Heuristic:Langchain ai Langchain Deprecation Version Tracking
- Heuristic:Truera Trulens Trace Compression Token Limits
- Heuristic:Anthropics Anthropic sdk python Adaptive Thinking Over Enabled
Environments
- Environment:SeldonIO Seldon core Docker Compose Local Environment
- Environment:Apache Airflow Docker Container Environment
- Environment:Deepspeedai DeepSpeed CUDA GPU Environment
- Environment:Openai Openai node Node 20 Runtime
- Environment:Mlfoundations Open flamingo HuggingFace Open CLIP Dependencies
- Environment:Openai Evals Python Runtime
- Environment:SeldonIO Seldon core Go Build Toolchain Environment
- Environment:Sgl project Sglang Prometheus
- Environment:Pola rs Polars Python Runtime Environment
- Environment:DevExpress Testcafe Docker Xvfb Container