Learn how to visualize your CNTK based neural network

Created 2/26/2018 7:45:43 AM
Filed in Machine Learning

When you're building complex neural networks you often want to visualize them. Visualization offers a great way to debug things like performance bottlenecks, because parts of your network get duplicated by CNTK. Luckely, it is quite easy to visualize a neural network in CNTK. Here's how.

Read more

My python setup on Windows 10

Created 1/10/2018 11:29:01 AM
Filed in Python

Setting up a proper development environment for Python and Data Science projects can be hard on Windows. Python's origin isn't on Windows which shows, but you can get it to work with just a few tweaks. Here's how.

Read more