Domäne
Machine Learning & AI
Skill-Profil
Dieser Skill definiert Erwartungen über Rollen und Level.
Rollen
2
wo dieser Skill vorkommt
Stufen
5
strukturierter Entwicklungspfad
Pflichtanforderungen
0
die anderen 10 optional
Machine Learning & AI
Deep Learning
22.2.2026
Wählen Sie Ihr aktuelles Level und vergleichen Sie die Erwartungen.
Die Tabelle zeigt, wie die Tiefe von Junior bis Principal wächst.
| Rolle | Pflicht | Beschreibung |
|---|---|---|
| Data Scientist | Works with PyTorch or TensorFlow for training deep learning models. Creates Dataset/DataLoader, builds models via nn.Module or Sequential API. Trains models with basic training loops, logs loss and metrics. | |
| LLM Engineer | Knows PyTorch basics: tensors, autograd, nn.Module, DataLoader. Uses PyTorch for training simple models and pre-trained LLM inference via Hugging Face Transformers. |
| Rolle | Pflicht | Beschreibung |
|---|---|---|
| Data Scientist | Independently develops DL models in PyTorch/TensorFlow for production. Uses PyTorch Lightning or Keras for structuring training code. Applies transfer learning, learning rate scheduling, gradient clipping. Works with GPU training. | |
| LLM Engineer | Independently develops with PyTorch for LLM: custom datasets, training loops, mixed precision (torch.amp). Uses Hugging Face Accelerate for multi-GPU training and inference. |
| Rolle | Pflicht | Beschreibung |
|---|---|---|
| Data Scientist | Designs production DL systems with PyTorch/TensorFlow. Optimizes training through mixed precision, distributed training (DDP/FSDP), gradient checkpointing. Exports models to ONNX/TorchScript for optimized inference. | |
| LLM Engineer | Designs advanced PyTorch components for LLM: custom attention layers, efficient inference via torch.compile, CUDA graphs. Optimizes training and inference performance at the framework level. |
| Rolle | Pflicht | Beschreibung |
|---|---|---|
| Data Scientist | Defines DL framework strategy for the data science team. Establishes training infrastructure standards and best practices. Coordinates GPU resource management and distributed training setup for the team. | |
| LLM Engineer | Defines PyTorch best practices for the LLM team. Establishes framework usage guidelines, custom extensions, performance optimization. Conducts PyTorch code reviews. |
| Rolle | Pflicht | Beschreibung |
|---|---|---|
| Data Scientist | Shapes DL framework strategy at organizational level. Defines investments in GPU/TPU infrastructure. Evaluates emerging frameworks (JAX, MLX) and plans long-term technology decisions for DL development. | |
| LLM Engineer | Shapes enterprise PyTorch strategy for ML/LLM organizations. Defines approaches to framework management, custom op development, and hardware-specific optimization strategies. |