Docker container running a flask web server for image classification using Scikit-Learn

I just returned from one of Microsoft’s Open Hack events in Toronto, where we coded alongside engineers from several other companies across the region. Link to the GitHub repository One of the challenges required that we’d be able to deploy a trained model to Azure, which would expose an HTTP endpoint. From there, we’d be…

Facebook and Microsoft introduce new open ecosystem for interchangeable AI frameworks

Facebook and Microsoft are today introducing Open Neural Network Exchange (ONNX) format, a standard for representing deep learning models that enables models to be transferred between frameworks. ONNX is the first step toward an open ecosystem where AI developers can easily move between state-of-the-art tools and choose the combination that is best for them. ———————–…

A brief overview of Deep Learning

I’m putting together an outline for a presentation I’m giving to NVIDIA soon, as part of the certification process for their Deep Learning Institute. I plan on breaking this into a 5 minute talk, as well as a 30 minute session, to give developers a high-level overview of Deep Learning.   Intro to deep learning from…

Resources for Machine Learning

In the last few months I’ve really immersed myself in the world of deep learning. I’ve always had a huge interest in GPUs through my work with gaming, but now that Machine Learning has really taken advantage of the increased horsepower offered by a GPU, I thought it would be a good time to learn…