Very cool! Though you might want to encourage whomever manages that page to open it on their phone. There is something wrong with the column width calculation which makes the tiles unreadable.
which is a paid service with its own Jupyter notebook support. You can authenticate yourself in Azure Notebooks and use any Azure service as well, but it's a bit more complicated. We hope to improve this in the future.
Ah thanks, I've tried HDinsight in the past and it's a bit of a pain to set up and maintain. Also, I had to pay for the cluster reservation. I was hoping for a more pay as you go Server less service like what Databricks has.
We've had plans to provide a paid version for a while (per the faq), and once we do, hopefully it'll be straightforward and friction free. Ideas, usage scenarios welcome (pls file your magic-wand wish list on github!)
That installation tutorial is a far, far cry from installing Anaconda then running "conda install tensorflow-gpu". Microsoft has a simpler python-only installation process [1], but when I tried a Linux installation I encountered the same errors that other people are seeing [2]. I expected a Microsoft product at version 2.2 would have more polish than this. Hopefully they will improve the installation process soon.
For the Microsoft shops out there, our Deep Learning platform SignalBox (https://SignalBox.ai) supports CNTK and we support deploying to Azure, if you’re interested please reach out!
I’ve been doing a lot of work with CNTK lately (and for the most part I quite like it compared to TensorFlow), but there are two things in particular that need to be addressed before I think it can gain wider traction: support for batch normalization on CPUs (right now bn is GPU-only, which means a lot of Microsoft’s examples only run on Windows/Linux machines with GPUs, not something everyone has immediate access to always), and macOS support (even CPU-only support). I think those things are table stakes for any deep learning framework.
That said, it’s great to see the author’s work here - CNTK documentation can be a bit hard to come by.
If you have this information, one thing that would be really helpful with this type of tutorial is to know how long it took to train the models when you tested them last (and what it cost).
When you create a Library, select +New from GitHub and enter the above path. It’s free, but no gpu support :(.