Main ReadMe News, March 16, 2017

This commit is contained in:
Alexey Orlov 2017-03-16 17:55:11 +01:00
Родитель dc8ab74819
Коммит 816f070550
1 изменённых файлов: 10 добавлений и 11 удалений

Просмотреть файл

@ -5,6 +5,16 @@ Effective January 25, 2017 CNTK [1-bit Stochastic Gradient Descent (1bit-SGD)](h
Give us feedback through these [channels](https://github.com/Microsoft/CNTK/wiki/Feedback-Channels).
# Latest news
To update to the latest CNTK release, use:
```
pip install --upgrade https://cntk.ai/PythonWheel/CPU-Only/cntk-2.0.beta15.0-cp35-cp35m-linux_x86_64.whl
```
or follow more detailed installation instruction [here](https://github.com/Microsoft/CNTK/wiki/Setup-CNTK-on-your-machine).
***2017-03-16.* V 2.0 Beta 15 Release available at Docker Hub**
CNTK V 2.0 Beta 15 Runtime packages are now available as [Public Images at Docker Hub](https://hub.docker.com/r/microsoft/cntk/).
See more on CNTK as Docker Images in this [Wiki article](https://github.com/Microsoft/CNTK/wiki/CNTK-Docker-Containers).
***2017-03-15.* V 2.0 Beta 15 Release**
Highlights of this Release:
* Added support for TensorBoard output in BrainScript. [Read more here](https://github.com/Microsoft/CNTK/wiki/Using-TensorBoard-for-Visualization).
@ -39,17 +49,6 @@ Get the Release from the [CNTK Releases page](https://github.com/Microsoft/CNTK/
CNTK V 2.0 Beta 11 Runtime packages are now available as [Public Images at Docker Hub](https://hub.docker.com/r/microsoft/cntk/).
See more on CNTK as Docker Images in this [Wiki article](https://github.com/Microsoft/CNTK/wiki/CNTK-Docker-Containers).
***2017-02-10.* V 2.0 Beta 11 Release**
Highlights of this Release:
* New and updated core and Python API features.
* New Tutorials and Examples:
* [Transfer learning example to train custom image classifiers](https://github.com/Microsoft/CNTK/tree/v2.0.beta11.0/Examples/Image/TransferLearning).
* New [CNTK NuGet Packages](https://github.com/Microsoft/CNTK/wiki/NuGet-Package).
* Note a *breaking change* due to Assembly Strong Name enabling. See [Release Notes](https://github.com/Microsoft/CNTK/wiki/CNTK_2_0_beta_11_Release_Notes).
See more in the [Release Notes](https://github.com/Microsoft/CNTK/wiki/CNTK_2_0_beta_11_Release_Notes).
Get the Release from the [CNTK Releases page](https://github.com/Microsoft/CNTK/releases).
See [all news](https://github.com/Microsoft/CNTK/wiki/News).
# What is The Microsoft Cognitive Toolkit