Samples for getting started with deep learning across TensorFlow, CNTK, Theano and more.
Перейти к файлу
guozhongxin 600ac84a8e add demo projects (#154) 2019-03-04 16:30:17 +08:00
docs Typo on #16 (#134) 2018-11-16 13:57:12 +08:00
examples Handwritten digit recognition from MNIST dataset. (#118) 2019-01-23 15:04:08 +08:00
icons
installer Typo and update URL on #310 (#137) 2018-11-16 13:58:00 +08:00
projects add demo projects (#154) 2019-03-04 16:30:17 +08:00
zh-hans Update readme file 2018-08-21 14:45:50 +08:00
zh-hant Update readme file 2018-08-21 14:45:50 +08:00
.gitattributes
.gitignore
LICENSE add tf yolo v1 (#50) 2018-10-15 15:44:54 +08:00
LICENSE-CODE
README.md fix bug on README.md: delete redundant content 2018-11-16 17:34:03 +08:00
crowdin.yml

README.md

Samples for AI

MIT licensed Pull requests Issues

Samples in Visual Studio solution format are provided for users to get started with deep learning using:

Each solution has one or more sample projects. Solutions are separated by different deep learning frameworks they use:

  • CNTK (both BrainScript and Python languages)
  • TensorFlow
  • PyTorch
  • Caffe2
  • Keras
  • MXNet
  • Chainer
  • Theano

Getting Started

1. Prerequisites

Using a one-click installer to setup deep learning frameworks has been moved to here, please visit it for details.

2. Download Data

3. Run Samples

Contributing

This project welcomes contributions and suggestions. Most contributions require you to agree to a Contributor License Agreement (CLA) declaring that you have the right to, and actually do, grant us the rights to use your contribution. For details, visit https://cla.microsoft.com.

When you submit a pull request, a CLA-bot will automatically determine whether you need to provide a CLA and decorate the PR appropriately (e.g., label, comment). Simply follow the instructions provided by the bot. You will only need to do this once across all repositories using our CLA.

This project has adopted the Microsoft Open Source Code of Conduct. For more information see the Code of Conduct FAQ or contact opencode@microsoft.com with any additional questions or comments.

License

Most of the samples scripts are from official github of each framework. They are under different licenses.

The scripts of CNTK are under MIT license.

The scripts of Tensorflow samples are under Apache 2.0 license. There are no changes to the original code.

For the scripts of Caffe2, different versions released with different licenses. Currently, the master branch is under Apache 2.0 license. But the version 0.7 and 0.8.1 were released with BSD 2-Clause license. The scripts in our solution are based on caffe2 GitHub source tree version 0.7 and 0.8.1, with BSD 2-Clause license.

The scripts of Keras are under MIT license.

The scripts of Theano are under BSD license.

The scripts of MXNet are under Apache 2.0 license. There are no changes to the original code.

The scripts of Chainer are under MIT license.