All Projects β†’ astorfi β†’ Cntk World

astorfi / Cntk World

Licence: mit
🌎 Simple and ready-to-use deep learning examples for the Microsoft Cognitive Toolkit (CNTK)

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to Cntk World

Reactinterface
This is the repository for my course, Building a Web Interface with React.js on LinkedIn Learning and Lynda.com.
Stars: ✭ 113 (-66.27%)
Mutual labels:  framework, tutorial
Windows Subsystem For Linux Setup Guide
An in-depth Guide for getting started with the Windows Subsystem for Linux!
Stars: ✭ 565 (+68.66%)
Mutual labels:  microsoft, tutorial
Gooact
βš›οΈΒ React done in 160 lines of JavaScript.
Stars: ✭ 182 (-45.67%)
Mutual labels:  framework, tutorial
Swiftcrossplatformframework
Tutorial to create cross platform framework for Swift compatible with Carthage and SwiftPM
Stars: ✭ 98 (-70.75%)
Mutual labels:  framework, tutorial
Autonomousdrivingcookbook
Scenarios, tutorials and demos for Autonomous Driving
Stars: ✭ 1,939 (+478.81%)
Mutual labels:  microsoft, tutorial
Dxut
DXUT is a "GLUT"-like framework for Direct3D 11.x Win32 desktop applications; primarily samples, demos, and prototypes.
Stars: ✭ 341 (+1.79%)
Mutual labels:  microsoft, framework
Ccf
Confidential Consortium Framework
Stars: ✭ 439 (+31.04%)
Mutual labels:  microsoft, framework
Flaui
UI automation library for .Net
Stars: ✭ 892 (+166.27%)
Mutual labels:  microsoft, framework
Recommenders
Best Practices on Recommendation Systems
Stars: ✭ 11,818 (+3427.76%)
Mutual labels:  microsoft, tutorial
Computervision Recipes
Best Practices, code samples, and documentation for Computer Vision.
Stars: ✭ 8,214 (+2351.94%)
Mutual labels:  microsoft, tutorial
Front End Web Development Resources
This repository contains content which will be helpful in your journey as a front-end Web Developer
Stars: ✭ 3,452 (+930.45%)
Mutual labels:  framework, tutorial
Choo Handbook
πŸš‚βœ‹πŸ“– - Learn the choo framework through a set of exercises
Stars: ✭ 266 (-20.6%)
Mutual labels:  framework, tutorial
Program Y
Python 3.x based AIML 2.0 Chatbot interpreter, framework, related programs and knowledge files
Stars: ✭ 281 (-16.12%)
Mutual labels:  framework, tutorial
Egg
πŸ₯š Born to build better enterprise frameworks and apps with Node.js & Koa
Stars: ✭ 17,616 (+5158.51%)
Mutual labels:  framework
The Seo Framework
The SEO Framework WordPress plugin.
Stars: ✭ 329 (-1.79%)
Mutual labels:  framework
Apprise
Apprise - Push Notifications that work with just about every platform!
Stars: ✭ 4,307 (+1185.67%)
Mutual labels:  framework
Learn React App
Application that will help you learn React fundamentals. Install this application locally - there's tutorial, code snippets and exercises. The main objective of this project is to help you get off the ground with React!
Stars: ✭ 3,364 (+904.18%)
Mutual labels:  tutorial
Learn Istanbul
🏁 Learn how to use the Istanbul JavaScript Code Coverage Tool
Stars: ✭ 332 (-0.9%)
Mutual labels:  tutorial
Benchmarks
Fast and low overhead web framework fastify benchmarks.
Stars: ✭ 328 (-2.09%)
Mutual labels:  framework
Core
A Fully-fledged functional effect system for typescript with a rich standard library
Stars: ✭ 325 (-2.99%)
Mutual labels:  framework

CNTK World


.. image:: https://img.shields.io/badge/contributions-welcome-brightgreen.svg?style=flat :target: https://github.com/astorfi/Keras-Examples/pulls .. image:: https://badges.frapsoft.com/os/v2/open-source.svg?v=102 :target: https://github.com/ellerbrock/open-source-badge/

This repository is aimed to provide simple and ready-to-use tutorials for CNTK. Each tutorial has a source code.

.. image:: _img/mainpage/CNTK-World.gif

.. The links. .. .. _wiki: https://github.com/astorfi/TensorFlow-World/wiki

################# Table of Contents ################# .. contents:: :local: :depth: 4

============ Motivation

Why using CNTK?

Deep Learning is of great interest these days - there's a need for rapid and optimized implementations of the algorithms and deep architectures. Microsoft Cognitive Toolkit (CNTK)_ is designed to provide a free and fast-and-easy platform for facilitating the deep learning architecture design and implementation. CNTK demonstrated to be superior compared to the famous TensorFlow in performance (Benchmarking State-of-the-Art Deep Learning Software Tools: report, paper).

.. Benchmarking State-of-the-Art Deep Learning Software Tools .. _report: http://dlbench.comp.hkbu.edu.hk/ .. _paper: https://arxiv.org/pdf/1608.07249.pdf .. _Microsoft Cognitive Toolkit (CNTK): https://docs.microsoft.com/en-us/cognitive-toolkit/reasons-to-switch-from-tensorflow-to-cntk

What's the point of this repository?

CNTK is new and it's hard to find easy-to-use code examples and tutorials for learning by doing! The Microsoft itself provided a nice comprehensive Tutorials Series_ on what is CNTK and how to design and implement the deep architectures. However, sometimes its tutorials may become too verbose and complicated especially with data-reader objects and preprocessing phases. So there is a need for an open-source project to satisfy the followings:

  1. Covers the basic models.
  2. Be as simple as possible but not simpler than what is required!
  3. Be actively underdeveloped by the people of GitHub and not only the people on Microsoft!
  4. Examples must be run with one push of a button and not more!
  5. And etc, which needs to be added by people who are following this project!

We hope that those aforementioned lines would be satisfied in this project.

.. _Tutorials Series: https://cntk.ai/pythondocs/tutorials.html

================ CNTK Tutorials

The tutorials in this repository are partitioned into relevant categories.

==========================

PART 0 - Installation

.. image:: _img/mainpage/installation.gif :height: 100px :width: 200 px :scale: 50 % :alt: alternate text :align: right :target: https://github.com/astorfi/CNTK-World/tree/master/docs/tutorials/installation

+--------------------------------------+-------------------------------------------------+ | Installation | CNTK Installation_ | +--------------------------------------+-------------------------------------------------+

==========================

PART 1 - Basics

.. image:: _img/mainpage/basics.png :height: 100px :width: 200 px :scale: 50 % :alt: alternate text :align: right

+----+-----------------------------------+-----------------------------------------------------------------------------------------------+ | 1 | Start-up | Python <welcomesourcecode_>_ / IPython <ipythonwelcome_>_ | +----+-----------------------------------+-----------------------------------------------------------------------------------------------+ | 2 | Basic Operations | Python <basicoperationpython_>_ / IPython <ipythonbasicoperation_>_ | +----+-----------------------------------+-----------------------------------------------------------------------------------------------+

==========================

PART 2 - Basic Models

.. image:: _img/mainpage/logisticregression.png :height: 100px :width: 200 px :scale: 50 % :alt: alternate text :align: right

+----+-----------------------------------+-----------------------------------------------------------------------------------------------+ | 1 | Linear Regression | Python <linearregressionpython_>_ / IPython <ipythonlinearregression_>_ | +----+-----------------------------------+-----------------------------------------------------------------------------------------------+ | 2 | Logistic Regression | Python <logisticregressionpython_>_ / IPython <ipythonlogisticregression_>_ | +----+-----------------------------------+-----------------------------------------------------------------------------------------------+

==========================

PART 3 - Neural Networks

.. image:: _img/mainpage/CNNs.png :height: 100px :width: 200 px :scale: 50 % :alt: alternate text :align: right

+----+-----------------------------------+-----------------------------------------------------------------------------------------------+ | 1 | Multi Layer Perceptron | Python <MLPpython_>_ / IPython <ipythonMLP_>_ | +----+-----------------------------------+-----------------------------------------------------------------------------------------------+ | 2 | Convolutional Neural Networks | Python <CNNpython_>_ / IPython <ipythonCNN_>_ | +----+-----------------------------------+-----------------------------------------------------------------------------------------------+ | 3 | Autoencoders (undercomplete) | Python <AEUpython_>_ / IPython <ipythonAEU_>_ | +----+-----------------------------------+-----------------------------------------------------------------------------------------------+

==========================

PART 4 - Advanced

.. image:: _img/mainpage/advanced.png :height: 100px :width: 200 px :scale: 50 % :alt: alternate text :align: right

+----+---------------------------------------+-----------------------------------------------------------------------------------------------+ | 1 | Conditional Deep Convolutional GAN | Python <CGANpython_>_ / IPython <ipythonCGAN_>_ | +----+---------------------------------------+-----------------------------------------------------------------------------------------------+

==========================

.. ~~~~~~~~~~~~ .. Welcome .. ~~~~~~~~~~~~

.. The tutorial in this section is just a simple entrance to TensorFlow world.

.. _welcomesourcecode: codes/Python/p01-warmup/0-welcome/welcome.py .. _ipythonwelcome: codes/IPython/p01-warmup/0-welcome/welcome.ipynb

.. _basicoperationpython: codes/Python/p01-warmup/1-basicoperations/basicoperations.py .. _ipythonbasicoperation: codes/IPython/p01-warmup/1-basicoperations/basicoperations.ipynb

.. ~~~~~~~~~~~~ .. Basic Models .. ~~~~~~~~~~~~

.. _linearregressionpython: codes/Python/p02-basic-models/1-linear-regression/linear-regression.py .. _ipythonlinearregression: codes/IPython/p02-basic-models/1-linear-regression/linear-regression.ipynb

.. _logisticregressionpython: codes/Python/p02-basic-models/2-logistic-regression/logistic-regression.py .. _ipythonlogisticregression: codes/IPython/p02-basic-models/2-logistic-regression/logistic-regression.ipynb

.. ~~~~~~~~~~~~ .. Neural .. ~~~~~~~~~~~~

.. _MLPpython: codes/Python/p03-neural-networks/1-multilayer-perceptron/multilayer-perceptron.py .. _ipythonMLP: codes/IPython/p03-neural-networks/1-multilayer-perceptron/multilayer-perceptron.ipynb

.. _CNNpython: codes/Python/p03-neural-networks/2-convolutional-neural-networks/convolutional-nn.py .. _ipythonCNN: codes/IPython/p03-neural-networks/2-convolutional-neural-networks/convolutional-nn.ipynb

.. _AEUpython: codes/Python/p03-neural-networks/3-autoencoders/autoencoders.py .. _ipythonAEU: codes/IPython/p03-neural-networks/3-autoencoders/autoencoders.ipynb

.. ~~~~~~~~~~~~ .. Advanced .. ~~~~~~~~~~~~

.. _CGANpython: codes/Python/p04-advanced/1-conditional-DCGAN/conditional-DCGAN.py .. _ipythonCGAN: codes/IPython/p04-advanced/1-conditional-DCGAN/conditional-DCGAN.ipynb

============================================= CNTK Installation and Setup the Environment

.. _CNTK Installation: docs/tutorials/installation

In order to install CNTK please refer to the following link:

  • CNTK Installation_

.. .. image:: _img/mainpage/installation.gif :target: https://www.youtube.com/watch?v=_3JFEPk4qQY&t=2s

The virtual environment installation is recommended in order to prevent package conflict and having the capacity to customize the working environment. Among different methods of creating and utilizing virtual environments, working with conda is recommended.

.. ===================== .. Some Useful Tutorials .. =====================

.. * TensorFlow Examples <https://github.com/aymericdamien/TensorFlow-Examples>_ - TensorFlow tutorials and code examples for beginners .. * Sungjoon's TensorFlow-101 <https://github.com/sjchoi86/Tensorflow-101>_ - TensorFlow tutorials written in Python with Jupyter Notebook .. * Terry Um’s TensorFlow Exercises <https://github.com/terryum/TensorFlow_Exercises>_ - Re-create the codes from other TensorFlow examples .. * Classification on time series <https://github.com/guillaume-chevalier/LSTM-Human-Activity-Recognition>_ - Recurrent Neural Network classification in TensorFlow with LSTM on cellphone sensor data

============= Contributing

When contributing to this repository, please first discuss the change you wish to make via issue, email, or any other method with the owners of this repository before making a change. For typos, please do not create a pull request. Instead, declare them in issues or email the repository owner.

Please note we have a code of conduct, please follow it in all your interactions with the project.

Pull Request Process

Please consider the following criterions in order to help us in a better way:

  • The pull request is mainly expected to be a code script suggestion or improvement.
  • A pull request related to non-code-script sections is expected to make a significant difference in the documentation. Otherwise, it is expected to be announced in the issues section.
  • Ensure any install or build dependencies are removed before the end of the layer when doing a build and creating a pull request.
  • Add comments with details of changes to the interface, this includes new environment variables, exposed ports, useful file locations and container parameters.
  • You may merge the Pull Request in once you have the sign-off of at least one other developer, or if you do not have permission to do that, you may request the owner to merge it for you if you believe all checks are passed.
Final Note

We are looking forward to your kind feedback. Please help us to improve this open source project and make our work better. For contribution, please create a pull request and we will investigate it promptly. Once again, we appreciate your kind feedback and elaborate code inspections.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].