community_sharings.rst 791 Bytes
Newer Older
1
2
3
#######################
用例与解决方案
#######################
Chi Song's avatar
Chi Song committed
4

5
与文档其他部分中展示功能用法的教程和示例不同,本部分主要介绍端到端方案和用例,以帮助用户进一步了解NNI如何为他们提供帮助。 NNI 可广泛应用于各种场景。 除了官方的教程和示例之外,也支持社区贡献者分享自己的自动机器学习实践经验,特别是使用 NNI 的实践经验。
Chi Song's avatar
Chi Song committed
6
7
8
9

..  toctree::
    :maxdepth: 2

10
11
12
13
14
15
    自动模型调优(HPO/NAS)<automodel>
    自动系统调优(AutoSys)<autosys>
    模型压缩<model_compression>
    特征工程<feature_engineering>
    性能测量,比较和分析<perf_compare>
    在 Google Colab 中使用 NNI <NNI_colab_support>
kvartet's avatar
kvartet committed
16
    自动补全 nnictl 命令 <AutoCompletion>