Skip to content

A collection of valuable machine learning / deep learning resources, including courses, publications, and projects.

License

Notifications You must be signed in to change notification settings

mydmdm/awesome-ai-system

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 

Repository files navigation

Awesome System for AI Resources

Here is a collection of valuable machine learning / deep learning resources, including courses, publications, and projects. Quick notes and highlights of the materials are annotated if possible.

Overview and principles

Deep Learning Compiling

Kernel optimization and generation

Related researchers

Model Compression

It is important to reduce the redundance of the over-parameterized DNN models before real deployment. Pruning (structure or unstructured) and quantization are widely adopted compressing methods. There are actually two problems to address in this area, how to identify the redundance (algorithmic) and how to leverage the redundance to speedup (systemic).

Surveys

Compress transformers

Recent works from Song Han's team

Machine Learning Systems in Wide

Building production level machine learning applications is much more than training a neural network model. This section collects the principles and methodologies as the technical / engineering guideline for it.

Handbooks

Tools and best practices

Blogs and articles

  • Machine learning system design

    A primer for machine learning system design interviews published in medium. The author lists some valuable question to ask when designing a practical ML system.

Carbon efficient AI

About

A collection of valuable machine learning / deep learning resources, including courses, publications, and projects.

Topics

Resources

License

Stars

Watchers

Forks