• Stars
    star
    329
  • Rank 125,223 (Top 3 %)
  • Language
    Python
  • License
    MIT License
  • Created almost 7 years ago
  • Updated over 4 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

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

CNTK World

https://img.shields.io/badge/contributions-welcome-brightgreen.svg?style=flat https://badges.frapsoft.com/os/v2/open-source.svg?v=102

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

_img/mainpage/CNTK-World.gif

Table of Contents

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).

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.

CNTK Tutorials

The tutorials in this repository are partitioned into relevant categories.


PART 0 - Installation

alternate text
Installation CNTK Installation

PART 1 - Basics

alternate text

1 Start-up Python / IPython
2 Basic Operations Python / IPython

PART 2 - Basic Models

alternate text

1 Linear Regression Python / IPython
2 Logistic Regression Python / IPython

PART 3 - Neural Networks

alternate text

1 Multi Layer Perceptron Python / IPython
2 Convolutional Neural Networks Python / IPython
3 Autoencoders (undercomplete) Python / IPython

PART 4 - Advanced

alternate text

1 Conditional Deep Convolutional GAN Python / IPython

CNTK Installation and Setup the Environment

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

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.

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.

More Repositories

1

TensorFlow-World

🌎 Simple and ready-to-use tutorials for TensorFlow
Python
4,532
star
2

Deep-Learning-Roadmap

πŸ“‘ Organized Resources for Deep Learning Researchers and Developers
Python
3,161
star
3

lip-reading-deeplearning

πŸ”“ Lip Reading - Cross Audio-Visual Recognition using 3D Architectures
Python
1,763
star
4

speechpy

πŸ’¬ SpeechPy - A Library for Speech Processing and Recognition: http://speechpy.readthedocs.io/en/latest/
Python
879
star
5

3D-convolutional-speaker-recognition

πŸ”ˆ Deep Learning & 3D Convolutional Neural Networks for Speaker Verification
Python
764
star
6

Deep-Learning-NLP

πŸ“‘ Organized Resources for Deep Learning in Natural Language Processing
Python
433
star
7

pythonic-automatic-email

πŸ“§ Automated Customized Emails Using Python
Python
123
star
8

3D-convolutional-speaker-recognition-pytorch

πŸ”ˆ Deep Learning & 3D Convolutional Neural Networks for Speaker Verification
Python
123
star
9

sequence-to-sequence-from-scratch

πŸ’¬ Sequence to Sequence from Scratch Using Pytorch
Python
118
star
10

QR_Code

QR Code Pattern Recognition and Message Extraction
TeX
52
star
11

cor-gan

πŸ”“ COR-GAN: Correlation-Capturing Convolutional Neural Networks for Generating Synthetic Healthcare Records
Python
50
star
12

attention-guided-sparsity

Attention-Based Guided Structured Sparsity of Deep Neural Networks
Python
28
star
13

TensorFlow-World-Resources

πŸ“‘ Organized & Useful Resources about Deep Learning with TensorFlow
Python
21
star
14

Large-Scale-AI-Blueprint

A comprehensive guide designed to empower readers with advanced strategies and practical insights for developing, optimizing, and deploying scalable AI models in real-world applications.
19
star
15

Caffe_Deep_Learning

Python
14
star
16

differentially-private-cgan

Python
11
star
17

Create-LMDB-from-Numpy

Python
7
star
18

auto-punctuation-pytorch

Jupyter Notebook
6
star
19

gan-evaluation

Python
4
star
20

Local-Histogram-Equalization

Python
4
star
21

Data-Structures-and-Algorithms

C++
4
star
22

OpenCV-Installation

Shell
3
star
23

Leethcode

Python
3
star
24

ML-workflow

Python
2
star
25

deep-clustering-kmeans

Python
1
star
26

LeetCode

Python
1
star
27

blog-tutorials

Jupyter Notebook
1
star
28

audio-diffusion-tutorial

Exploring audio generation through diffusion models
Jupyter Notebook
1
star
29

coursera-natural-language-processing-specialization

Programming assignments from all courses in the Coursera Natural Language Processing Specialization offered by deeplearning.ai.
Jupyter Notebook
1
star