Microsoft releases CNTK, its open source deep learning toolkit, on GitHub
21–30 of 60 posts
Re: Microsoft releases CNTK, its open source deep learning toolkit, on GitHub
#22Re: Microsoft releases CNTK, its open source deep learning toolkit, on GitHub
#23First TensorFlow, then Baidu's Warp-CTC, and now Microsofts CNTK. It is a very, very exciting time for open source machine learning indeed.
Re: Microsoft releases CNTK, its open source deep learning toolkit, on GitHub
#24How many Deep Learning frameworks now? I think DL frameworks are coming up like JavaScript frameworks
There are many :)
Re: Microsoft releases CNTK, its open source deep learning toolkit, on GitHub
#25Earlier quoted context omitted.
Project Philly is a Deep Learning platform that is underdevelopment in Microsoft
can you share more?
I think that is all that has been revealed. I suspect that this will be announced within a couple of months and this cntk release has something to do with that
Re: Microsoft releases CNTK, its open source deep learning toolkit, on GitHub
#26Is there anyone from the Microsoft team here that can explain this decision?
--
[1] See examples on https://github.com/Microsoft/CNTK/wiki/CNTK-usage-overview
[2] See examples on https://www.tensorflow.org/versions/0.6.0/get_started/index....
Re: Microsoft releases CNTK, its open source deep learning toolkit, on GitHub
#27First TensorFlow, then Baidu's Warp-CTC, and now Microsofts CNTK. It is a very, very exciting time for open source machine learning indeed.
Re: Microsoft releases CNTK, its open source deep learning toolkit, on GitHub
#28I'm a bit surprised they decided on a CAFFE-like declarative language for specifying neural net architectures[1], instead of offering high-level software components that enable easy composition right from within a scripting language, e.g., like Python in TensorFlow's case.[2] Is there anyone from the Microsoft team here that can explain this decision? -- [1] See examples on https://github.com/Microsoft/CNTK/wiki/CNTK…
Quoth: "Models can be described and modified with
• C++ code
• Network definition language (NDL) and model editing language (MEL)
• Brain Script (beta)
• Python and C# (planned)
"
[1]http://research.microsoft.com/en-us/um/people/dongyu/CNTK-Tu... thanks to @sharms
Re: Microsoft releases CNTK, its open source deep learning toolkit, on GitHub
#29Re: Microsoft releases CNTK, its open source deep learning toolkit, on GitHub
#30quoted performance numbers on multiple GPUs leave other frameworks in the dust. where's the catch?
I was thinking the same thing, it almost looks a little too good to be true -- although it does kinda make sense given the focus on GPU-based clusters. I wonder how this compares to Baidu's warp-ctc [1]. They don't really seem to be the same thing, and maybe I'm missing something since I'm just starting to get into ML, but it seems to be conspicuously absent from this writeup. [1] https://github.com/baidu-research/wa…