领域
Machine Learning & AI
技能档案
此技能定义了各角色和级别的期望。
角色数
2
包含此技能的角色
级别数
5
结构化成长路径
必要要求
0
其余 10 个可选
Machine Learning & AI
Deep Learning
2026/2/22
选择当前级别并对比期望。下方卡片显示晋升所需掌握的内容。
表格展示从初级到首席的技能深度变化。点击行查看详情。
| 角色 | 必要性 | 描述 |
|---|---|---|
| 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. |
| 角色 | 必要性 | 描述 |
|---|---|---|
| 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. |
| 角色 | 必要性 | 描述 |
|---|---|---|
| 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. |
| 角色 | 必要性 | 描述 |
|---|---|---|
| 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. |
| 角色 | 必要性 | 描述 |
|---|---|---|
| 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. |