Microsoft Research Blog

Microsoft Windows

  1. SIDH Library 

    April 26, 2016

    SIDH is a fast and portable software library that implements a new suite of algorithms for Supersingular Isogeny Diffie-Hellman (SIDH) key exchange. The chosen parameters aim to provide 128 bits of security against attackers running a large-scale quantum computer, and 192 bits of security against…

  2. Microsoft Image Processing Language 

    April 12, 2016

    An image processing language implemented entirely in C# using the new Vector SIMD class. Generates multithreaded and SIMD optimized code from a high level language input. Has primitives for per pixel and convolution operations and includes 7 working examples illustrating the features of the language:…

  3. StereoMatcher 

    March 16, 2016

    StereoMatcher is an implementation of some commonly used two-frame stereo matching algorithms. It also contains code to evaluate the quality of a computed depth map relative to a ground truth image.

  4. Functional Reactive Animation 

    March 16, 2016

    Fran is a Haskell library (or "embedded language") for interactive animations with 2D and 3D graphics and sound. Last published: March 16, 2016.

  5. Mppt 

    March 16, 2016

    Mppt is an add-in for PowerPoint that allows a presenter to multicast PowerPoint slides, including animations and effects, to a group of viewers. Last published: March 16, 2016

  6. WinMine Toolkit 

    February 19, 2016

    The WinMine Toolkit contains a set of tools that allow you to build statistical models from data. Last published: February 19, 2016.

  7. MSBNx 

    February 17, 2016

    MSBNx is a component-based Windows application for creating, assessing, and evaluating Bayesian Networks. Last published: February 17, 2016.

  8. Microsoft Cognitive Services: Web Language Model API 

    December 15, 2015

    Infuse your apps, websites and bots with intelligent algorithms to see, hear, speak, understand and interpret your user needs through natural methods of communication. Transform your business with AI today.

  9. MSR JavaScript Cryptography Library 

    December 2, 2015

    The Microsoft Research JavaScript Cryptography Library has been developed for use with cloud services in an HTML5 compliant and forward-looking manner. Last published: July 13, 2018

  10. Fast computation of seamless video loops 

    November 13, 2015

    Demonstration code of the project presented at SIGGRAPH Asia 2015: a fast automatic technique for converting a short (5-second) input video to a seamless loop that can play forever without spatial or temporal artifacts. Last published: November 13, 2015.

  11. Microsoft Research WikiQA Code Package 

    October 30, 2015

    We are releasing the code of some models used in our EMNLP-2015 paper, “WikiQA: A Challenge Dataset for Open-Domain Question Answering.” The code includes implementation of two models: Convolutional Neural Networks (CNN), and Logistic regression with CNN and count features (CNN-Cnt). Last published: October 30,…

  12. GraphView 

    October 28, 2015

    GraphView is a DLL library that enables users to use SQL Server or Azure SQL Database to manage graphs. It connects to a SQL database locally or in the cloud, stores graph data in tables and queries graphs through a SQL-extended language. It is not…