An open source AutoML toolkit for automate machine learning lifecycle, including feature engineering, neural architecture search, model compression and hyper-parameter tuning.
Перейти к файлу
Bonytu 767ed7f22e
update draft note (#5668) (#5700)
Co-authored-by: xinzhang3 <xinzhang3@microsoft.com>
2023-10-26 13:31:53 +08:00
.github issue template for model compression/speedup (#5158) 2022-11-21 10:41:15 +08:00
dependencies update draft note (#5668) (#5700) 2023-10-26 13:31:53 +08:00
docs update draft note (#5668) (#5700) 2023-10-26 13:31:53 +08:00
examples [Bugbash] fix example bugs (#5637) 2023-08-07 10:39:54 +08:00
nni [Bugbash] fix example bugs (#5637) 2023-08-07 10:39:54 +08:00
nni_assets [BugFix] fix compression bugs (#5140) 2022-10-19 12:40:09 +08:00
pipelines [Compression] Add support for deepspeed (#5517) 2023-06-28 16:43:42 +08:00
test [Compression] merge nni.contrib.compression with nni.compression (#5573) 2023-07-10 10:33:53 +08:00
ts [bug fix] fix prefix experiment nav highlight issue (#5575) 2023-06-30 10:34:44 +08:00
.gitattributes Bootstrapping tutorials in documentation (#4522) 2022-02-10 11:10:30 +08:00
.gitignore Remove HPO annotation (#5249) 2022-12-02 17:53:31 +08:00
.readthedocs.yaml Bootstrapping tutorials in documentation (#4522) 2022-02-10 11:10:30 +08:00
CITATION.cff Fix author field in citation cff (#4356) 2021-12-03 20:03:44 +08:00
Dockerfile Refactor integration test (step 9) - dependency version updates (#4900) 2022-06-05 12:14:40 +08:00
LICENSE Update license header (#1757) 2019-11-25 15:02:23 +08:00
README.md Release Note of v3.0 Preview (#5548) 2023-05-10 10:57:01 +08:00
SECURITY.md Create SECURITY.md (#3358) 2021-02-09 17:00:56 +08:00
crowdin.yml Add crowdin integration action (#2654) 2020-07-09 23:13:04 +08:00
pylintrc Enable and fix pipeline issues in NAS (#5439) 2023-03-16 17:15:02 +08:00
pyrightconfig.json Enable and fix pipeline issues in NAS (#5439) 2023-03-16 17:15:02 +08:00
setup.py Bump deps version and migrate to npm (#5443) 2023-03-16 04:16:51 +08:00
setup_ts.py Bump deps version and migrate to npm (#5443) 2023-03-16 04:16:51 +08:00

README.md


MIT licensed Issues Bugs Pull Requests Version Documentation Status

NNI automates feature engineering, neural architecture search, hyperparameter tuning, and model compression for deep learning. Find the latest features, API, examples and tutorials in our official documentation (简体中文版点这里).

What's NEW!  

Installation

See the NNI installation guide to install from pip, or build from source.

To install the current release:

$ pip install nni

To update NNI to the latest version, add --upgrade flag to the above commands.

NNI capabilities in a glance

Hyperparameter Tuning Neural Architecture Search Model Compression
Algorithms
Supported Frameworks Training Services Tutorials
Supports
  • PyTorch
  • TensorFlow
  • Scikit-learn
  • XGBoost
  • LightGBM
  • MXNet
  • Caffe2
  • More...
webui

Resources

Contribution guidelines

If you want to contribute to NNI, be sure to review the contribution guidelines, which includes instructions of submitting feedbacks, best coding practices, and code of conduct.

We use GitHub issues to track tracking requests and bugs. Please use NNI Discussion for general questions and new ideas. For questions of specific use cases, please go to Stack Overflow.

Participating discussions via the following IM groups is also welcomed.

Gitter WeChat
image OR image

Over the past few years, NNI has received thousands of feedbacks on GitHub issues, and pull requests from hundreds of contributors. We appreciate all contributions from community to make NNI thrive.

Test status

Essentials

Type Status
Fast test Build Status
Full test - HPO Build Status
Full test - NAS Build Status
Full test - compression Build Status

Training services

Type Status
Local - linux Build Status
Local - windows Build Status
Remote - linux to linux Build Status
Remote - windows to windows Build Status
OpenPAI Build Status
Frameworkcontroller Build Status
Kubeflow Build Status
Hybrid Build Status
AzureML Build Status

Targeting at openness and advancing state-of-art technology, Microsoft Research (MSR) had also released few other open source projects.

  • OpenPAI : an open source platform that provides complete AI model training and resource management capabilities, it is easy to extend and supports on-premise, cloud and hybrid environments in various scale.
  • FrameworkController : an open source general-purpose Kubernetes Pod Controller that orchestrate all kinds of applications on Kubernetes by a single controller.
  • MMdnn : A comprehensive, cross-framework solution to convert, visualize and diagnose deep neural network models. The "MM" in MMdnn stands for model management and "dnn" is an acronym for deep neural network.
  • SPTAG : Space Partition Tree And Graph (SPTAG) is an open source library for large scale vector approximate nearest neighbor search scenario.
  • nn-Meter : An accurate inference latency predictor for DNN models on diverse edge devices.

We encourage researchers and students leverage these projects to accelerate the AI development and research.

License

The entire codebase is under MIT license.