-
Dr. James McCaffrey of Microsoft Research explains the machine learning technique, which can be used to predict a person's happiness score from their income and education, for example.
05/19/2022
-
Dr. James McCaffrey of Microsoft Research presents a full step-by-step example with all code to predict a person's optimism score from their occupation, eye color and country.
05/02/2022
-
This demo from Dr. James McCaffrey of Microsoft Research of creating a prediction system for IMDB data using an LSTM network can be a guide to create a classification system for most types of text data.
03/21/2022
-
Dr. James McCaffrey of Microsoft Research shows how to get the raw source IMDB data, read the movie reviews into memory, parse and tokenize the reviews, create a vocabulary dictionary and convert the reviews to a numeric form.
03/03/2022
-
Dr. James McCaffrey of Microsoft Research details the "Hello World" of image classification: a convolutional neural network (CNN) applied to the MNIST digits dataset.
02/15/2022
-
Dr. James McCaffrey of Microsoft Research demonstrates how to fetch and prepare MNIST data for image recognition machine learning problems.
02/01/2022
-
Dr. James McCaffrey of Microsoft Research explains a new idea that slightly modifies standard simulated annealing by borrowing ideas from quantum mechanics.
01/20/2022
-
A chi-square (also called chi-squared) test is a classical statistics technique that can be used to determine if observed-count data matches expected-count data.
01/03/2022
-
Dr. James McCaffrey of Microsoft Research uses the Hugging Face library to simplify the implementation of NLP systems using Transformer Architecture (TA) models.
12/07/2021
-
Dr. James McCaffrey of Microsoft Research shows how to implement simulated annealing for the Traveling Salesman Problem (find the best ordering of a set of discrete items).
12/01/2021
-
Microsoft has created a Windows ML Samples Gallery of interactive projects to showcase Windows machine learning functionality in both managed and native scenarios.
12/01/2021
-
Visual Studio coders who dabble in artificial intelligence projects can now take advantage of new Azure virtual machines (VMs) featuring 80 GB NVIDIA GPUs that immediately claimed four spots on the TOP500 supercomputers list, Microsoft said.
11/29/2021
-
The goal is sentiment analysis -- accept the text of a movie review (such as, "This movie was a great waste of my time.") and output class 0 (negative review) or class 1 (positive review).
11/16/2021
-
Tabnine has added Visual Studio support to its AI assistant, which puts artificial intelligence to work for code completion within Microsoft's flagship IDE.
11/04/2021
-
The goal is to create a model that accepts a sequence of words such as "The man ran through the {blank} door" and then predicts most-likely words to fill in the blank.
11/03/2021
-
The main advantage of using PCA for anomaly detection, compared to alternative techniques such as a neural autoencoder, is simplicity -- assuming you have a function that computes eigenvalues and eigenvectors.
10/21/2021
-
Interactive notebooks, so vital to AI, data science and machine learning development projects, are coming to Microsoft's flagship Visual Studio IDE via a an experimental extension.
10/06/2021
-
Dr. James McCaffrey of Microsoft Research presents a simple technique he has used with good success, previously unpublished and without a standard name.
10/04/2021
-
After this summer's debut of the "AI pair programmer," some open source alternatives have been offered, and existing tools have been thrown into the mix as other options.
09/24/2021
-
At first thought, computing the similarity/distance between two datasets sounds easy, but in fact the problem is extremely difficult, explains Dr. James McCaffrey of Microsoft Research.
09/20/2021
-
"It is challenging to make native AI applications portable to multiple platforms given the variations in programming languages and deployment environments."
09/13/2021
-
In what might be seen as a challenge to the super-popular combination of Visual Studio Code and its Python extension, JetBrains is testing its own IDE for data scientists called DataSpell.
09/08/2021
-
Dr. James McCaffrey of Microsoft Research explains stochastic gradient descent (SGD) neural network training, specifically implementing a bio-inspired optimization technique called differential evolution optimization (DEO).
09/07/2021
-
Visual Studio Code is now using machine learning to detect what programming language is being used in a pasted-in file and then automatically set the appropriate mode.
09/07/2021
-
"Developers should remain vigilant ('awake') when using Copilot as a co-pilot."
08/26/2021