How to write machine learning apps for Windows 10
One big change is support for running trained machine learning models as part of Windows applications, taking advantage of local GPUs to accelerate machine learning applications. Building a machine learning application can be a complex process. Training a model can require a lot of data, and a considerable amount of processing power. That's fine if you've got access to a cloud platform and lots of bandwidth, but what if you want to take an existing model from GitHub and run it on a PC? Trained machine learning models are an ideal tool for bringing the benefits of neural networks and deep learning to your applications. All you should need to do is hook up the appropriate interfaces, and they should run as part of your code.
Mar-27-2018, 10:57:20 GMT