NNI (Neural Network Intelligence) is a toolkit to help users run automated machine learning experiments.
NNI (Neural Network Intelligence) is a toolkit to help users run automated machine learning (AutoML) experiments.
The tool dispatches and runs trial jobs that generated by tuning algorithms to search the best neural architecture and/or hyper-parameters in different environments (e.g. local machine, remote servers and cloud).
The tool dispatches and runs trial jobs generated by tuning algorithms to search the best neural architecture and/or hyper-parameters in different environments like local machine, remote servers and cloud.
*You want to try different AutoML algorithms for your training code (model) at local
*Those who want to try different AutoML algorithms in their training code (model) at their local machine.
*You want to run AutoML trial jobs in different environments to speed up search (e.g. remote servers and cloud)
*Those who want to run AutoML trial jobs in different environments to speed up search (e.g. remote servers and cloud).
*As a researcher and data scientist, you want to implement your own AutoML algorithms and compare with other algorithms
*Researchers and data scientists who want to implement their own AutoML algorithms and compare it with other algorithms.
*As a ML platform owner, you want to support AutoML in your platform
* ML Platform owners who want to support AutoML in their platform.
## **Install & Verify**
## **Install & Verify**
**Install through source code**
**Install through source code**
* We only support Linux in current stage, Ubuntu 16.04 or higher are tested and supported. Simply run the following `pip install` in an environment that has `python >= 3.5`, `git` and `wget`.
* We only support Linux (Ubuntu 16.04 or higher) in our current stage.
* Run the following `pip install` in an environment that has `python >= 3.5`, `git` and `wget`.
*In the command terminal, waiting for the message `Info: Start experiment success!`which indicates your experiment had been successfully started. You are able to explore the experiment using the `Web UI url`.
*Wait for the message `Info: Start experiment success!`in the command line. This message indicates that your experiment has been successfully started. You can explore the experiment using the `Web UI url`.