News

VS Code Tools for AI Further Microsoft's Deep Learning Efforts

Much of the Microsoft Ignite conference news last week focused on the company's artificial intelligence (AI) and deep learning efforts, including the new Visual Studio Code Tools for AI.

The new offering was featured in a bevy of announcements about cutting-edge initiatives such as Azure Machine Learning (AML), Cognitive Services and a large selection of new enterprise AI solutions.

Joining this pantheon is Visual Studio Code Tools for AI, available in the Visual Studio Marketplace as an extension.

With AML services built in, it helps programmers build deep learning/AI apps working across the desktop (Windows, Linux and macOS) and cloud.

"This extension provides a rich set of capabilities for easily building models with deep learning frameworks including Microsoft Cognitive Toolkit (CNTK), Google TensorFlow, Theano, Keras, Chainer and Caffe2," said Microsoft exec Joseph Sirosh in a blog post. "It integrates with the AML Experimentation service for executing jobs locally and in the cloud, and with the AML Model Management service for model deployment."

While leveraging existing VS Code support for the Python and C/C++/C# programming languages, it also adds support for Cognitive Toolkit BrainScript.

One feature of the new tools offering is a Sample Explorer that developers can use to discover deep learning/AI sample experiments -- using CNTK, TensorFlow, MMLSpark and so on -- and easily try them out. Examples of such experiments include transparently submitting data preparation and model training jobs to different compute targets, according to the project's GitHub site.

Microsoft said that in addition to exploring such projects, the tools package can help coders develop sophisticated deep neural network models, which can then be deployed in production through AML, leveraging the familiar capabilities within VS Code.

XXX
[Click on image for larger view.] Visual Studio Code Tools for AI (source: Microsoft).

"Because it's an IDE we've enabled familiar code editor features like syntax highlighting, IntelliSense (auto-completion) and text auto formatting," Microsoft said. "You can interactively test your deep learning application in your local environment using step-through debugging on local variables and models."

A Quick Start provides details on how to explore project samples, create a new project from the explorer, submit an experiment with it, view a jobs list and job details and more.

About the Author

David Ramel is an editor and writer at Converge 360.

comments powered by Disqus

Featured

  • Compare New GitHub Copilot Free Plan for Visual Studio/VS Code to Paid Plans

    The free plan restricts the number of completions, chat requests and access to AI models, being suitable for occasional users and small projects.

  • Diving Deep into .NET MAUI

    Ever since someone figured out that fiddling bits results in source code, developers have sought one codebase for all types of apps on all platforms, with Microsoft's latest attempt to further that effort being .NET MAUI.

  • Copilot AI Boosts Abound in New VS Code v1.96

    Microsoft improved on its new "Copilot Edit" functionality in the latest release of Visual Studio Code, v1.96, its open-source based code editor that has become the most popular in the world according to many surveys.

  • AdaBoost Regression Using C#

    Dr. James McCaffrey from Microsoft Research presents a complete end-to-end demonstration of the AdaBoost.R2 algorithm for regression problems (where the goal is to predict a single numeric value). The implementation follows the original source research paper closely, so you can use it as a guide for customization for specific scenarios.

  • Versioning and Documenting ASP.NET Core Services

    Building an API with ASP.NET Core is only half the job. If your API is going to live more than one release cycle, you're going to need to version it. If you have other people building clients for it, you're going to need to document it.

Subscribe on YouTube