News

GitHub Copilot is getting smarter in both VS and VS Code. Here's a side-by-side look at what developers get in each IDE.
Dr. James McCaffrey from Microsoft Research presents a complete end-to-end demonstration of computing a matrix inverse using ...
GitHub CEO Thomas Dohmke shared a tip for faster 'vibe coding' in VS Code’s agent mode, one more step toward making Copilot feel like an autonomous AI coding assistant.
After the system has been initialized, the demo program begins a tiny simulation with six input patterns. The first incoming pattern is: Incoming pattern = 111011111000 Detected by lymphocyte 0 new ...
Dr. James McCaffrey of Microsoft Research explains stochastic gradient descent (SGD) neural network training, specifically implementing a bio-inspired optimization technique called differential ...
Dr. James McCaffrey of Microsoft Research presents a full-code, step-by-step tutorial on this powerful machine learning technique used to predict a single numeric value. A regression problem is one ...
The t-SNE ("t-distributed Stochastic Neighbor Embedding") technique is a method for visualizing high-dimensional data. The basic t-SNE technique is very specific: It converts data with three or more ...
Suppose you observe a sequence of people entering a store and you record the color of shirt worn by each person. You see this sequence of 24 shirts: 0, 0, 3, 3, 2, 1 ...
Dr. James McCaffrey of Microsoft Research tackles the process of examining a set of source data to find data items that are different in some way from the majority of the source items. Data anomaly ...
Chances are if you've had many coding interviews you've been presented with a poker problem. Here's a great take from Dr. James McCaffrey of Microsoft Research. This article presents C# code for a ...
Dr. James McCaffrey of Microsoft Research says the main advantage of scikit is that it's easy to use (even though most classes have many constructor parameters). Logistic regression is a machine ...