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

  • Cloud-Focused .NET Aspire 9.1 Released

    Along with .NET 10 Preview 1, Microsoft released.NET Aspire 9.1, the latest update to its opinionated, cloud-ready stack for building resilient, observable, and configurable cloud-native applications with .NET.

  • Microsoft Ships First .NET 10 Preview

    Microsoft shipped .NET 10 Preview 1, introducing a raft of improvements and fixes across performance, libraries, and the developer experience.

  • C# Dev Kit Previews .NET Aspire Orchestration

    Microsoft's dev team has been busy updating the C# Dev Kit, a Visual Studio Code extension that enhances the C# development experience by providing tools for managing, debugging, and editing C# projects.

  • Hands On: New VS Code Insiders Build Creates Web Page from Image in Seconds

    New Vision support with GitHub Copilot in the latest Visual Studio Code Insiders build takes a user-supplied mockup image and creates a web page from it in seconds, handling all the HTML and CSS.

  • Naive Bayes Regression Using C#

    Dr. James McCaffrey from Microsoft Research presents a complete end-to-end demonstration of the naive Bayes regression technique, where the goal is to predict a single numeric value. Compared to other machine learning regression techniques, naive Bayes regression is usually less accurate, but is simple, easy to implement and customize, works on both large and small datasets, is highly interpretable, and doesn't require tuning any hyperparameters.

Subscribe on YouTube

Upcoming Training Events