CNTK
Deep network builder
A unified deep learning toolkit that describes neural networks as a series of computational steps via a directed graph.
Microsoft Cognitive Toolkit (CNTK), an open source deep-learning toolkit
18k stars
1k watching
4k forks
Language: C++
last commit: over 1 year ago
Linked from 6 awesome lists
c-plus-plusc-sharpcntkcognitive-toolkitdeep-learningdeep-neural-networksdistributedjavamachine-learningneural-networkpython
Related projects:
Repository | Description | Stars |
---|---|---|
microsoft/mmdnn | A toolset to convert and manage deep learning models across multiple frameworks. | 5,797 |
rasmusbergpalm/deeplearntoolbox | A Matlab toolbox providing implementations of various deep learning models | 3,795 |
sony/nnabla | A deep learning framework that provides a flexible and expressive Python API for building and training neural networks on various platforms. | 2,728 |
yandex/faster-rnnlm | A toolkit for training efficient neural network language models on large datasets with hierarchical softmax and noise contrastive estimation. | 561 |
microsoft/neuronblocks | A toolkit for building and deploying neural network models for natural language processing tasks. | 1,448 |
benedekrozemberczki/mixhop-and-n-gcn | A deep learning framework implementation of higher-order graph convolutional architectures and their applications | 402 |
charlescearl/deepracket | A tool for building and optimizing neural networks in the Racket programming language | 67 |
joncox123/cortexsys | A toolbox for building and training deep neural networks in Matlab | 70 |
iamtrask/grokking-deep-learning | An open-source book and project accompanying Grokking Deep Learning by Andre Trask, covering neural networks and deep learning concepts. | 7,449 |
nlintz/tensorflow-tutorials | A collection of tutorials teaching deep learning with TensorFlow using Jupyter Notebooks | 6,006 |
ibm/aihwkit | An open source toolkit for developing and training neural networks on analog computing devices | 363 |
janhuenermann/neurojs | A JavaScript framework for building and training neural networks in the browser | 4,399 |
lutzroeder/netron | A tool for visualizing and analyzing neural network models | 28,134 |
cloud-cv/fabrik | An online platform to design and visualize neural networks collaboratively | 1,127 |
ahmedfgad/numpycnn | An implementation of a convolutional neural network (CNN) using NumPy for basic classification tasks. | 570 |