Zum Hauptinhalt springen

68 docs getaggt mit "Intermediate"

Requires basic AI/ML understanding

Alle Tags anzeigen

Agent memory

How AI agents store, retrieve, and reason over information across turns and sessions.

AI safety

Ensuring AI systems are robust, aligned, and safe.

Anthropic Tool Use

Claude's native function/tool calling mechanism using JSON schema definitions, tool_use and tool_result message types, with support for multi-turn tool use, parallel calls, and streaming.

AutoGen

Microsoft's multi-agent conversation framework enabling LLM-powered agents to collaborate via structured message exchanges, with built-in code execution and human-in-the-loop support.

Benchmarks

Standard-Benchmarks für KI: GLUE, SuperGLUE, MMLU und mehr.

BERT

Bidirectional Encoder Representations from Transformers.

Case study — BART

Encoder-Decoder-Vorgänger von Gemini; Denoising-Vortraining für Zusammenfassung und Generierung.

Case study — DeepSeek

DeepSeek AIs Open-Weight-LLMs mit starkem Reasoning und Code; MoE und effiziente Skalierung.

Case study — Qwen

Alibabas LLM-Familie; mehrsprachig, Programmierung und Langkontext-Unterstützung.

CI/CD for ML

Continuous integration and delivery adapted for machine learning — testing data, models, and code together.

Claude Code skills

Reusable, invocable prompt templates that extend Claude Code's capabilities — what skills are, how to write them, where to store them, and how to invoke them with /skill-name.

Cohere

Enterprise-focused AI platform specializing in embeddings, reranking, and RAG for search and information retrieval at scale.

Context management

How Claude Code manages the context window across long sessions — automatic compression, conversation history strategies, and practical techniques for keeping sessions effective at scale.

CrewAI

Role-based multi-agent framework where agents have explicit roles, goals, and backstories, collaborating through structured tasks and crew processes.

Data pipelines

An overview of data pipelines in the ML context — batch vs streaming, ETL vs ELT, data quality, and schema validation.

DeepSeek

Chinese AI lab offering open-weights models with state-of-the-art reasoning and coding capabilities at significantly lower cost than proprietary alternatives.

Experiment tracking

How to systematically log, compare, and reproduce ML experiments using tracking tools.

Fine-tuning

Adapting LLMs to specific tasks and domains.

GPT

Generative Pre-trained Transformer and decoder-only models.

Hugging Face

Platform and libraries for models, datasets, and pipelines.

Infrastruktur

Hardware und Systeme für KI-Training und -Serving: GPUs, TPUs, Cluster.

LangChain

Framework for LLM applications and agents.

LangGraph

Stateful agent graphs built on LangChain, where nodes are Python functions, edges define routing, and a shared TypedDict state enables cycles, conditional branching, persistence, and human-in-the-loop checkpoints.

LlamaIndex

Data framework for LLM applications and RAG.

Lokale Inferenz

KI-Modelle auf Gerät oder On-Premises statt Cloud-APIs ausführen.

Meta Llama

Metas Open-Weights-Llama-Modellfamilie — lokale Bereitstellung, API-Hosting durch Drittanbieter, Fine-Tuning und die Debatte offen vs. geschlossen.

Mistral AI

Mistral AIs dualer Open-Weights- und kommerzieller API-Ansatz — effiziente Modelle, mehrsprachige Stärken und La Plateforme für den Unternehmenseinsatz.

ML-Monitoring

Umfassender Leitfaden zum Monitoring von Machine-Learning-Modellen in der Produktion, mit Concept Drift, Data Drift, Modellverfall, Metriken, Alerting-Strategien und Werkzeugen.

MLflow

Open-source platform for the complete ML lifecycle, covering experiment tracking, projects, models, and the registry.

Model Context Protocol (MCP)

An open standard for connecting AI models to external tools, data sources, and services — enabling portable, interoperable tool use across any AI application.

Model registry

Centralized store for versioning, staging, and governing ML model artifacts across their full lifecycle.

Model-Serving

Strategien und Frameworks für das Deployment von ML-Modellen als skalierbare Inferenz-Dienste — Batch, Echtzeit und Streaming.

Multimodale KI

Modelle, die über Text, Bild, Audio und Video Modalitäten verarbeiten und generieren.

ONNX Runtime

Cross-platform, high-performance inference engine for ONNX models with support for CPU, GPU, and NPU execution providers.

Prompt Engineering

Prompts gestalten, um das Verhalten von LLMs zu steuern und die Ausgabequalität zu verbessern.

Prompt Ensembling

Eine Technik, die mehrere strukturell unterschiedliche Prompt-Varianten gegen dasselbe LLM ausführt und ihre Ausgaben aggregiert, wobei Inferenzkosten gegen höhere Genauigkeit und geringere Varianz eingetauscht werden, als ein einzelner Prompt erreichen kann.

PyTorch Mobile

Deploy PyTorch models on mobile and edge devices using TorchScript and the next-generation ExecuTorch runtime.

Self-Consistency

Eine Prompting-Technik, die mehrere unabhängige Chain-of-Thought-Denkpfade generiert und die abschließende Antwort durch Mehrheitsvoting auswählt, was die Zuverlässigkeit gegenüber einzelnem Chain-of-Thought erheblich verbessert.

Step-Back Prompting

Eine zweistufige Prompting-Technik, die das Modell zunächst eine übergeordnete abstrakte Frage stellt und dann diese Abstraktion als Kontext verwendet, um die ursprüngliche spezifische Frage zu beantworten — verbessert die Schlussfolgergenauigkeit bei komplexen Aufgaben.

Streaming (LLMs)

Token-by-token output for lower perceived latency and better UX.

Strukturierte Ausgaben

Techniken, um LLMs maschinenlesbare strukturierte Daten erzeugen zu lassen — JSON-Modus, Function Calling Schemas und Pydantic-basierte Extraktion — für zuverlässige Integration in APIs und automatisierte Pipelines.

TensorFlow Lite

Lightweight runtime for on-device ML inference across Android, iOS, embedded systems, and microcontrollers.

Thinking modes and effort

Extended thinking in Claude Code — what it is, how effort levels affect reasoning depth versus speed, and how to configure thinking behavior for different task types.

Weights & Biases (W&B)

Cloud-native MLOps platform for experiment tracking, hyperparameter sweeps, artifact management, and collaborative reporting.