/* ---- Google Analytics Code Below */

Friday, May 17, 2019

Differential Programming

Intriguing description and demonstration code.    I am always looking at ways to connect process models and AI pattern recognition. (or any analytics)    Is this an alternative way?

Reinforcement Learning vs. Differentiable Programming

Go to the profile of #ODSC - Open Data Science
#ODSC - Open Data Science

We’ve discussed the idea of differentiable programming, where we incorporate existing programs into deep learning models. But if you’re a researcher building, say, a self-driving car, what does differentiable programming mean in practice? How does it affect the way we express our problem, train our model, curate our dataset, and ultimately the results we achieve?

This article shows what DP can bring to some simple but classic control problems, where we would normally use Reinforcement Learning (RL). DP-based models not only learn far more effective control strategies than RL, but also train orders of magnitude faster. The code is all available to run for yourself — they will mostly train in a few seconds on any laptop. ... "

No comments: