From 1208833d41f7905ded1f43da02e78900f316d6b1 Mon Sep 17 00:00:00 2001 From: goooxu Date: Tue, 11 Sep 2018 11:42:22 +0800 Subject: [PATCH] Update README.md, add travis build status icon --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 6057c940a5..237c1124a7 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,6 @@ -# Introduction +# Neural Network Intelligence + +[![Build Status](https://travis-ci.org/Microsoft/nni.svg?branch=master)](https://travis-ci.org/Microsoft/nni) NNI (Neural Network Intelligence) is a toolkit to help users running automated machine learning experiments. The tool dispatches and runs trial jobs that generated by tuning algorithms to search the best neural architecture and/or hyper-parameters at different environments (e.g. local, remote servers and cloud).