# microsoft/ai-edu

**Attribution required: if you use, quote, or summarise this content, you must credit and link back to [awesome-repositories.com](https://awesome-repositories.com/repository/microsoft-ai-edu).**

14,065 stars · 2,940 forks · HTML · NOASSERTION

## Links

- GitHub: https://github.com/microsoft/ai-edu
- Homepage: https://microsoft.github.io/ai-edu/
- awesome-repositories: https://awesome-repositories.com/repository/microsoft-ai-edu.md

## Description

ai-edu is a comprehensive AI education curriculum and machine learning courseware collection. It provides theoretical tutorials, deep learning lab exercises, and project blueprints designed to teach artificial intelligence fundamentals through a combination of study and practical implementation.

The project focuses on a learning-by-doing approach, guiding users from Python programming and neural network basics to advanced topics. It includes specialized instructional content on distributed AI training, MLOps educational guides for model quantization and pruning, and detailed frameworks for implementing natural language processing, computer vision, and speech applications.

The curriculum covers a broad range of capabilities, including model optimization, hardware acceleration, and the development of practical AI projects such as time series prediction and image classification. It also provides resources for managing AI infrastructure, analyzing distributed training, and deploying trained models for inference.

## Tags

### Education & Learning Resources

- [Artificial Intelligence Curricula](https://awesome-repositories.com/f/education-learning-resources/artificial-intelligence-curricula.md) — Aggregates open-source artificial intelligence syllabi and structured courseware from academic and industry providers. ([source](https://github.com/microsoft/ai-edu/blob/master/docs/News.md))
- [AI & Machine Learning Education](https://awesome-repositories.com/f/education-learning-resources/technical-domain-education/ai-machine-learning-education.md) — Provides a comprehensive educational curriculum covering neural network theory and machine learning algorithms. ([source](https://github.com/microsoft/ai-edu/blob/master/%E5%AE%9E%E8%B7%B5%E6%A1%88%E4%BE%8B/README.md))
- [Machine Learning Fundamentals](https://awesome-repositories.com/f/education-learning-resources/technical-domain-education/ai-machine-learning-education/machine-learning-fundamentals.md) — Provides foundational theoretical tutorials covering Python, neural networks, and core machine learning algorithms. ([source](https://github.com/microsoft/ai-edu#readme))
- [Implementation Exercises](https://awesome-repositories.com/f/education-learning-resources/advanced-ai-techniques/implementation-exercises.md) — Provides a series of practical tasks from linear classification to advanced issue resolution for skill development. ([source](https://github.com/microsoft/ai-edu/blob/master/%E5%AE%9E%E8%B7%B5%E9%A1%B9%E7%9B%AE/2019_MSC_%E5%AE%9E%E8%B7%B5%E7%A9%BA%E9%97%B4%E7%AB%99/README.md))
- [Deep Learning Fundamentals](https://awesome-repositories.com/f/education-learning-resources/deep-learning-curriculum/deep-learning-fundamentals.md) — Offers educational materials on the fundamentals of deep learning, computing frameworks, and neural network basics. ([source](https://github.com/microsoft/ai-edu/blob/master/%E5%9F%BA%E7%A1%80%E6%95%99%E7%A8%8B/A6-%E4%BA%BA%E5%B7%A5%E6%99%BA%E8%83%BD%E7%B3%BB%E7%BB%9F))
- [Deep Learning Education](https://awesome-repositories.com/f/education-learning-resources/deep-learning-education.md) — Combines theoretical explanations with practical code exercises to teach neural network theory and practice. ([source](https://github.com/microsoft/ai-edu/blob/master/%E5%AE%9E%E8%B7%B5%E9%A1%B9%E7%9B%AE/2019_MSC_%E5%AE%9E%E8%B7%B5%E7%A9%BA%E9%97%B4%E7%AB%99/README.md))
- [Computer Vision Projects](https://awesome-repositories.com/f/education-learning-resources/educational-resources/systems-applied-computing/machine-learning-education/computer-vision-projects.md) — Implements guided practical projects for natural language understanding and computer vision. ([source](https://github.com/microsoft/ai-edu/blob/master/README.md))
- [Educational Use Cases](https://awesome-repositories.com/f/education-learning-resources/educational-use-cases.md) — Provides curated examples and applications demonstrating how AI solves real-world tasks in language, vision, and voice recognition. ([source](https://github.com/microsoft/ai-edu/tree/master/en-us))
- [Hands-on Projects](https://awesome-repositories.com/f/education-learning-resources/hands-on-projects.md) — Offers a collection of hands-on projects based on open research to apply theoretical AI concepts. ([source](https://github.com/microsoft/ai-edu/blob/master/%E5%AE%9E%E8%B7%B5%E9%A1%B9%E7%9B%AE/README.md))
- [AI Project Blueprints](https://awesome-repositories.com/f/education-learning-resources/hobbyist-project-blueprints/ai-project-blueprints.md) — Supplies project blueprints and development exercises to apply AI knowledge within a software development lifecycle. ([source](https://github.com/microsoft/ai-edu#readme))
- [Model Training Guides](https://awesome-repositories.com/f/education-learning-resources/model-training-guides.md) — Provides step-by-step tutorials on data preprocessing, model training, and parameter tuning. ([source](https://github.com/microsoft/ai-edu/blob/master/%E5%AE%9E%E8%B7%B5%E6%A1%88%E4%BE%8B/README.md))
- [Curriculum Development](https://awesome-repositories.com/f/education-learning-resources/open-source-guides/curriculum-development.md) — Creates structured educational materials and syllabi for teaching machine learning and AI fundamentals.
- [Python Learning Resources](https://awesome-repositories.com/f/education-learning-resources/python-learning-resources.md) — Teaches Python language basics and the mathematical principles required for implementing neural networks. ([source](https://github.com/microsoft/ai-edu/blob/master/%E5%9F%BA%E7%A1%80%E6%95%99%E7%A8%8B/README.md))
- [Python Programming Guides](https://awesome-repositories.com/f/education-learning-resources/python-programming-guides.md) — Provides instructional guides on Python syntax and core programming principles for AI implementation. ([source](https://github.com/microsoft/ai-edu/tree/master/%E5%9F%BA%E7%A1%80%E6%95%99%E7%A8%8B))
- [AI System Theory](https://awesome-repositories.com/f/education-learning-resources/technical-domain-education/technical-academic-domains/theoretical-cs-foundations/computer-science-fundamentals/ai-system-theory.md) — Explains the theoretical foundations of neural networks and tensor computations across different hardware architectures. ([source](https://github.com/microsoft/ai-edu/blob/master/%E5%9F%BA%E7%A1%80%E6%95%99%E7%A8%8B/A6-%E4%BA%BA%E5%B7%A5%E6%99%BA%E8%83%BD%E7%B3%BB%E7%BB%9F/README.md))
- [AI System Components](https://awesome-repositories.com/f/education-learning-resources/canonical-system-implementations/ai-system-components.md) — Guides the construction of core AI system elements, including custom tensor operations and CUDA kernels. ([source](https://github.com/microsoft/ai-edu/blob/master/%E5%9F%BA%E7%A1%80%E6%95%99%E7%A8%8B/A6-%E4%BA%BA%E5%B7%A5%E6%99%BA%E8%83%BD%E7%B3%BB%E7%BB%9F/README.md))
- [MLOps Guides](https://awesome-repositories.com/f/education-learning-resources/model-training-guides/mlops-guides.md) — Provides instructional content on model quantization, pruning, and deploying trained models within production environments.
- [Technical Case Studies](https://awesome-repositories.com/f/education-learning-resources/technical-case-studies.md) — Demonstrates the application of theoretical AI models to specific tasks through practical technical case studies. ([source](https://github.com/microsoft/ai-edu#readme))

### Artificial Intelligence & ML

- [Data-Parallel Training](https://awesome-repositories.com/f/artificial-intelligence-ml/distributed-training-frameworks/data-parallel-training.md) — Teaches how to scale model training across GPU clusters using data-parallel synchronization of gradients and parameters.
- [Distributed Training](https://awesome-repositories.com/f/artificial-intelligence-ml/distributed-training-frameworks/distributed-training.md) — Provides materials to examine data and model parallelism and communication primitives for scaling model training. ([source](https://github.com/microsoft/ai-edu/blob/master/%E5%9F%BA%E7%A1%80%E6%95%99%E7%A8%8B/A6-%E4%BA%BA%E5%B7%A5%E6%99%BA%E8%83%BD%E7%B3%BB%E7%BB%9F/README.md))
- [Machine Learning Implementations](https://awesome-repositories.com/f/artificial-intelligence-ml/machine-learning-implementations.md) — Provides guided implementations for applying theoretical models to real-world tasks like text inference and image classification.
- [Educational Neural Network Implementations](https://awesome-repositories.com/f/artificial-intelligence-ml/machine-learning/frameworks/educational-neural-network-implementations.md) — Provides pedagogical implementations of neural network components built from first principles. ([source](https://github.com/microsoft/ai-edu/blob/master/%E5%9F%BA%E7%A1%80%E6%95%99%E7%A8%8B/README.md))
- [Neural Network Building Blocks](https://awesome-repositories.com/f/artificial-intelligence-ml/neural-network-building-blocks.md) — Teaches the use of modular components and layers to construct complex neural network architectures for language processing. ([source](https://github.com/microsoft/ai-edu/blob/master/%E5%AE%9E%E8%B7%B5%E6%A1%88%E4%BE%8B/B14-%E5%BF%AB%E9%80%9F%E6%9E%84%E5%BB%BA%E4%B8%AD%E6%96%87%E6%96%87%E6%9C%AC%E8%95%B4%E5%90%AB%E6%B7%B1%E5%BA%A6%E5%AD%A6%E4%B9%A0%E6%A8%A1%E5%9E%8B/README.md))
- [Educational Learning Tasks](https://awesome-repositories.com/f/artificial-intelligence-ml/agent-architectures/orchestration-engines/ai-agent/runtime-execution-control/task-completion-signals/educational-learning-tasks.md) — Implements a sequence of learning exercises ranging from introductory concepts to advanced hyperparameter optimization. ([source](https://github.com/microsoft/ai-edu/blob/master/%E5%AE%9E%E8%B7%B5%E9%A1%B9%E7%9B%AE/2020_SP_NNI/README.md))
- [AI Agent Development](https://awesome-repositories.com/f/artificial-intelligence-ml/ai-agent-development.md) — Provides blueprints for developing automated agents that strategically maximize scores in competitive environments. ([source](https://github.com/microsoft/ai-edu/blob/master/%E5%AE%9E%E8%B7%B5%E9%A1%B9%E7%9B%AE/2019_MSC_%E9%BB%84%E9%87%91%E7%82%B9/README.md))
- [AI Application Frameworks](https://awesome-repositories.com/f/artificial-intelligence-ml/ai-application-frameworks.md) — Provides operational instructions and practical cases for developing vision, language, and speech applications. ([source](https://github.com/microsoft/ai-edu/blob/master/%E5%AE%9E%E8%B7%B5%E6%A1%88%E4%BE%8B/README.md))
- [AI-Driven System Optimization](https://awesome-repositories.com/f/artificial-intelligence-ml/ai-driven-system-optimization.md) — Researches how to use artificial intelligence to solve computer system problems and optimize algorithms. ([source](https://github.com/microsoft/ai-edu/blob/master/%E5%9F%BA%E7%A1%80%E6%95%99%E7%A8%8B/A6-%E4%BA%BA%E5%B7%A5%E6%99%BA%E8%83%BD%E7%B3%BB%E7%BB%9F/README.md))
- [AI Hardware Acceleration](https://awesome-repositories.com/f/artificial-intelligence-ml/ai-hardware-acceleration.md) — Offers guidance on matrix operations and the use of CPU, GPU, and TPU architectures for acceleration. ([source](https://github.com/microsoft/ai-edu/blob/master/%E5%9F%BA%E7%A1%80%E6%95%99%E7%A8%8B/A6-%E4%BA%BA%E5%B7%A5%E6%99%BA%E8%83%BD%E7%B3%BB%E7%BB%9F))
- [Image Classification Models](https://awesome-repositories.com/f/artificial-intelligence-ml/computer-vision-systems/computer-vision/image-classification-models.md) — Teaches how to categorize images into specific labels using transfer learning for custom models. ([source](https://github.com/microsoft/ai-edu/blob/master/%E5%AE%9E%E8%B7%B5%E6%A1%88%E4%BE%8B/B03-%E7%9C%8B%E5%9B%BE%E8%AF%86%E7%86%8A/README.md))
- [Data Collection](https://awesome-repositories.com/f/artificial-intelligence-ml/data-collection.md) — Guides the process of downloading images via API to create labeled training datasets. ([source](https://github.com/microsoft/ai-edu/blob/master/%E5%AE%9E%E8%B7%B5%E6%A1%88%E4%BE%8B/B03-%E7%9C%8B%E5%9B%BE%E8%AF%86%E7%86%8A/README.md))
- [Distributed Training](https://awesome-repositories.com/f/artificial-intelligence-ml/distributed-training.md) — Teaches parallelization strategies for scaling model training across GPUs and nodes using SGD and MPI. ([source](https://github.com/microsoft/ai-edu/blob/master/%E5%9F%BA%E7%A1%80%E6%95%99%E7%A8%8B/A6-%E4%BA%BA%E5%B7%A5%E6%99%BA%E8%83%BD%E7%B3%BB%E7%BB%9F))
- [Feature Engineering](https://awesome-repositories.com/f/artificial-intelligence-ml/feature-engineering.md) — Provides instruction on techniques for transforming raw data into meaningful input features, including lag features and hierarchical aggregation. ([source](https://github.com/microsoft/ai-edu/blob/master/%E5%AE%9E%E8%B7%B5%E6%A1%88%E4%BE%8B/B16-%E5%9F%BA%E4%BA%8ELightGBM%E7%9A%84%E6%97%B6%E9%97%B4%E5%BA%8F%E5%88%97%E9%A2%84%E6%B5%8B))
- [Training](https://awesome-repositories.com/f/artificial-intelligence-ml/gradient-boosting/training.md) — Teaches how to train decision tree ensembles using leaf-wise growth and histogram-based optimization. ([source](https://github.com/microsoft/ai-edu/blob/master/%E5%AE%9E%E8%B7%B5%E6%A1%88%E4%BE%8B/B16-%E5%9F%BA%E4%BA%8ELightGBM%E7%9A%84%E6%97%B6%E9%97%B4%E5%BA%8F%E5%88%97%E9%A2%84%E6%B5%8B))
- [Hyperparameter Optimization Tools](https://awesome-repositories.com/f/artificial-intelligence-ml/hyperparameter-optimization-tools.md) — Provides guides for tuning training parameters such as learning rates and regularization to prevent model overfitting.
- [Local Model Integrations](https://awesome-repositories.com/f/artificial-intelligence-ml/local-model-integrations.md) — Demonstrates how to load exported models into applications using local runtimes for inference. ([source](https://github.com/microsoft/ai-edu/blob/master/%E5%AE%9E%E8%B7%B5%E6%A1%88%E4%BE%8B/B03-%E7%9C%8B%E5%9B%BE%E8%AF%86%E7%86%8A/README.md))
- [Transfer Learning Frameworks](https://awesome-repositories.com/f/artificial-intelligence-ml/machine-learning/frameworks/model-construction/model-definition/transfer-learning-frameworks.md) — Provides a framework for adapting pre-trained vision models to custom labels by training new classifiers.
- [ONNX Model Exporters](https://awesome-repositories.com/f/artificial-intelligence-ml/machine-learning/infrastructure/model-deployment-and-serving/serialization-and-export-formats/onnx-model-exporters.md) — Guides the conversion of trained cloud models into the standardized ONNX format for cross-platform offline inference.
- [AI Model Integrations](https://awesome-repositories.com/f/artificial-intelligence-ml/machine-learning/infrastructure/model-inference-serving/model-integration-pipelines/ai-model-integrations.md) — Guides the import of trained models into application environments to create functional inference libraries. ([source](https://github.com/microsoft/ai-edu/blob/master/%E5%AE%9E%E8%B7%B5%E6%A1%88%E4%BE%8B/B07-%E6%89%8B%E5%86%99%E6%95%B0%E5%AD%97%E8%AF%86%E5%88%AB/README.md))
- [Inference Optimizations](https://awesome-repositories.com/f/artificial-intelligence-ml/machine-learning/infrastructure/model-optimization-and-inference/serving-and-runtime/inference-optimizations.md) — Teaches techniques to reduce latency and increase throughput during the model inference phase. ([source](https://github.com/microsoft/ai-edu/blob/master/%E5%9F%BA%E7%A1%80%E6%95%99%E7%A8%8B/A6-%E4%BA%BA%E5%B7%A5%E6%99%BA%E8%83%BD%E7%B3%BB%E7%BB%9F/README.md))
- [Data Preprocessing](https://awesome-repositories.com/f/artificial-intelligence-ml/machine-learning/infrastructure/model-training-and-tuning/data-and-checkpointing/data-preprocessing.md) — Implements image preprocessing including resizing, grayscaling, and normalization for AI models. ([source](https://github.com/microsoft/ai-edu/blob/master/%E5%AE%9E%E8%B7%B5%E6%A1%88%E4%BE%8B/B07-%E6%89%8B%E5%86%99%E6%95%B0%E5%AD%97%E8%AF%86%E5%88%AB/README.md))
- [Model Deployment](https://awesome-repositories.com/f/artificial-intelligence-ml/machine-learning/infrastructure/model-training-and-tuning/fine-tuning-and-customization/model-fine-tuning/pre-trained-model-zoos/model-deployment.md) — Guides the process of handling model files and deploying neural networks for inference in Windows environments. ([source](https://github.com/microsoft/ai-edu/tree/master/%E5%9F%BA%E7%A1%80%E6%95%99%E7%A8%8B))
- [Language Model Training](https://awesome-repositories.com/f/artificial-intelligence-ml/machine-learning/model-fine-tuning-adaptation/language-model-training.md) — Provides guides for building and optimizing NLP models on local and distributed GPU clusters. ([source](https://github.com/microsoft/ai-edu/blob/master/%E5%AE%9E%E8%B7%B5%E6%A1%88%E4%BE%8B/B13-AI%E5%AF%B9%E8%81%94%E7%94%9F%E6%88%90%E6%A1%88%E4%BE%8B/README.md))
- [Hyperparameter Tuning](https://awesome-repositories.com/f/artificial-intelligence-ml/model-fine-tuning-resources/hyperparameter-tuning.md) — Teaches techniques for optimizing learning rates and regularization parameters to minimize generalization error. ([source](https://github.com/microsoft/ai-edu/blob/master/%E5%AE%9E%E8%B7%B5%E6%A1%88%E4%BE%8B/B16-%E5%9F%BA%E4%BA%8ELightGBM%E7%9A%84%E6%97%B6%E9%97%B4%E5%BA%8F%E5%88%97%E9%A2%84%E6%B5%8B))
- [Model Inspection Utilities](https://awesome-repositories.com/f/artificial-intelligence-ml/model-inspection-utilities.md) — Provides tools to visualize input and output tensors for verifying model structural integrity. ([source](https://github.com/microsoft/ai-edu/blob/master/%E5%AE%9E%E8%B7%B5%E6%A1%88%E4%BE%8B/B03-%E7%9C%8B%E5%9B%BE%E8%AF%86%E7%86%8A/README.md))
- [Deployment Optimizations](https://awesome-repositories.com/f/artificial-intelligence-ml/model-optimization/inference-deployment/deployment-optimizations.md) — Provides instructional content on refining models for production to improve performance and reduce resource consumption. ([source](https://github.com/microsoft/ai-edu/blob/master/%E5%9F%BA%E7%A1%80%E6%95%99%E7%A8%8B/A6-%E4%BA%BA%E5%B7%A5%E6%99%BA%E8%83%BD%E7%B3%BB%E7%BB%9F))
- [Model Predictions](https://awesome-repositories.com/f/artificial-intelligence-ml/model-predictions.md) — Provides implementation details for passing processed input data to models for category or value prediction. ([source](https://github.com/microsoft/ai-edu/blob/master/%E5%AE%9E%E8%B7%B5%E6%A1%88%E4%BE%8B/B07-%E6%89%8B%E5%86%99%E6%95%B0%E5%AD%97%E8%AF%86%E5%88%AB/README.md))
- [Model Explainability](https://awesome-repositories.com/f/artificial-intelligence-ml/model-predictions/model-explainability.md) — Teaches how to analyze feature importance and calculate SHAP values to explain model predictions. ([source](https://github.com/microsoft/ai-edu/blob/master/%E5%AE%9E%E8%B7%B5%E6%A1%88%E4%BE%8B/B16-%E5%9F%BA%E4%BA%8ELightGBM%E7%9A%84%E6%97%B6%E9%97%B4%E5%BA%8F%E5%88%97%E9%A2%84%E6%B5%8B))
- [Model Quantization](https://awesome-repositories.com/f/artificial-intelligence-ml/model-quantization.md) — Provides instructional material on reducing model size and computational overhead through weight and activation precision reduction.
- [Model Serving Endpoints](https://awesome-repositories.com/f/artificial-intelligence-ml/model-serving-endpoints.md) — Explains how to wrap trained machine learning models in network services to provide real-time inference via API endpoints.
- [Textual Entailment Training](https://awesome-repositories.com/f/artificial-intelligence-ml/model-training/textual-entailment-training.md) — Guides the training of models to determine if a premise entails or contradicts a hypothesis. ([source](https://github.com/microsoft/ai-edu/blob/master/%E5%AE%9E%E8%B7%B5%E6%A1%88%E4%BE%8B/B14-%E5%BF%AB%E9%80%9F%E6%9E%84%E5%BB%BA%E4%B8%AD%E6%96%87%E6%96%87%E6%9C%AC%E8%95%B4%E5%90%AB%E6%B7%B1%E5%BA%A6%E5%AD%A6%E4%B9%A0%E6%A8%A1%E5%9E%8B/README.md))
- [Model Compression](https://awesome-repositories.com/f/artificial-intelligence-ml/neural-networks/model-compression.md) — Provides educational guides on reducing model size and overhead through quantization, sparsification, and pruning. ([source](https://github.com/microsoft/ai-edu/blob/master/%E5%9F%BA%E7%A1%80%E6%95%99%E7%A8%8B/A6-%E4%BA%BA%E5%B7%A5%E6%99%BA%E8%83%BD%E7%B3%BB%E7%BB%9F/README.md))
- [Reinforcement Learning Value Estimators](https://awesome-repositories.com/f/artificial-intelligence-ml/reinforcement-learning-value-estimators.md) — Implements a reinforcement learning agent that updates state-action value estimates to optimize long-term scoring. ([source](https://github.com/microsoft/ai-edu/blob/master/%E5%AE%9E%E8%B7%B5%E6%A1%88%E4%BE%8B/B08-%E9%BB%84%E9%87%91%E7%82%B9%E6%B8%B8%E6%88%8F/README.md))
- [Time Series Forecasting](https://awesome-repositories.com/f/artificial-intelligence-ml/time-series-forecasting.md) — Implements a project that transforms time series data into tabular format for future value prediction. ([source](https://github.com/microsoft/ai-edu/blob/master/%E5%AE%9E%E8%B7%B5%E6%A1%88%E4%BE%8B/B16-%E5%9F%BA%E4%BA%8ELightGBM%E7%9A%84%E6%97%B6%E9%97%B4%E5%BA%8F%E5%88%97%E9%A2%84%E6%B5%8B))

### Part of an Awesome List

- [Neural Network Theory](https://awesome-repositories.com/f/awesome-lists/ai/ai-and-neural-networks/neural-network-theory.md) — Covers the theoretical foundations of linear regression, classification, and deep learning architectures like CNNs and RNNs. ([source](https://github.com/microsoft/ai-edu/tree/master/%E5%9F%BA%E7%A1%80%E6%95%99%E7%A8%8B))
- [Neural Network Architectures](https://awesome-repositories.com/f/awesome-lists/ai/neural-network-architectures.md) — Maps a variety of network structures from linear regressions to complex convolutional and recurrent networks. ([source](https://github.com/microsoft/ai-edu/blob/master/%E5%9F%BA%E7%A1%80%E6%95%99%E7%A8%8B/A2-%E7%A5%9E%E7%BB%8F%E7%BD%91%E7%BB%9C%E5%9F%BA%E6%9C%AC%E5%8E%9F%E7%90%86/README.md))
- [Automated Machine Learning](https://awesome-repositories.com/f/awesome-lists/ai/automated-machine-learning.md) — Teaches the use of automated machine learning for hyperparameter tuning and neural architecture search. ([source](https://github.com/microsoft/ai-edu/blob/master/%E5%9F%BA%E7%A1%80%E6%95%99%E7%A8%8B/A6-%E4%BA%BA%E5%B7%A5%E6%99%BA%E8%83%BD%E7%B3%BB%E7%BB%9F/README.md))
- [Model Optimization and Deployment](https://awesome-repositories.com/f/awesome-lists/ai/model-optimization-and-deployment.md) — Teaches techniques for model compression, pruning, and quantization to improve inference efficiency.
- [Training Environments](https://awesome-repositories.com/f/awesome-lists/devops/ai-cloud-infrastructure/training-environments.md) — Guides the implementation of tensor operations, CUDA kernels, and the configuration of cloud training containers. ([source](https://github.com/microsoft/ai-edu/blob/master/%E5%9F%BA%E7%A1%80%E6%95%99%E7%A8%8B/A6-%E4%BA%BA%E5%B7%A5%E6%99%BA%E8%83%BD%E7%B3%BB%E7%BB%9F))
- [Deep Learning Labs](https://awesome-repositories.com/f/awesome-lists/learning/training-and-labs/deep-learning-labs.md) — Provides hands-on exercises for building and optimizing neural networks using distributed training and hardware acceleration.

### Programming Languages & Runtimes

- [Python Educational Fundamentals](https://awesome-repositories.com/f/programming-languages-runtimes/programming-language-varieties/domain-specific-languages/python-for-machine-learning/python-educational-fundamentals.md) — Teaches the Python programming language and mathematical principles required to implement machine learning algorithms.

### Data & Databases

- [Text Pair Inference Models](https://awesome-repositories.com/f/data-databases/relationship-management/text-pair-inference-models.md) — Implements models capable of predicting the semantic and logical relationship between two text strings. ([source](https://github.com/microsoft/ai-edu/blob/master/%E5%AE%9E%E8%B7%B5%E6%A1%88%E4%BE%8B/B14-%E5%BF%AB%E9%80%9F%E6%9E%84%E5%BB%BA%E4%B8%AD%E6%96%87%E6%96%87%E6%9C%AC%E8%95%B4%E5%90%AB%E6%B7%B1%E5%BA%A6%E5%AD%A6%E4%B9%A0%E6%A8%A1%E5%9E%8B/README.md))

### DevOps & Infrastructure

- [AI Infrastructure](https://awesome-repositories.com/f/devops-infrastructure/ai-infrastructure.md) — Guides the use of containers and scheduling systems to manage infrastructure for deep learning tasks on clusters. ([source](https://github.com/microsoft/ai-edu/blob/master/%E5%9F%BA%E7%A1%80%E6%95%99%E7%A8%8B/A6-%E4%BA%BA%E5%B7%A5%E6%99%BA%E8%83%BD%E7%B3%BB%E7%BB%9F))

### Software Engineering & Architecture

- [Graph Execution Compilers](https://awesome-repositories.com/f/software-engineering-architecture/execution-graphs/graph-execution-compilers.md) — Provides instructional content on compiling neural network graphs to optimize GPU execution and reduce latency.
- [AI Component Pipelines](https://awesome-repositories.com/f/software-engineering-architecture/modular-design-patterns/pipeline-component-modularization/ai-component-pipelines.md) — Demonstrates how to construct deep learning workflows by assembling reusable neural network modules and configuration files.
