Deep probabilistic modelling with Pyro

Deep probabilistic modelling with Pyro

  • September 8, 2019
Table of Contents

Deep probabilistic modelling with Pyro

Classical machine learning and deep learning algorithms can only propose the most probable solutions and are not able to adequately model uncertainty. The success of deep neural networks in diverse areas as image recognition and natural language processing has been outstanding in recent years. However, classical machine learning and deep learning algorithms can only propose the most probable solutions and are not able to adequately model uncertainty.

In this talk, Chi Nhan Nguyen demonstrates how appropriate modelling of uncertain knowledge and reasoning leads to more informative results that can be used for better decision making. Recently, there has been a lot of progress in combining the probabilistic paradigm with deep neural architectures. In the past, computational probabilistic methods and tools lack the scalability and flexibility when it comes to large data sets and high-dimensional models.

He gives an introduction to probabilistic and deep probabilistic modelling using the scalable probabilistic programming language Pyro, which runs on top of PyTorch.

Source: jaxenter.com

Tags :
Share :
comments powered by Disqus

Related Posts

First Programmable Memristor Computer

First Programmable Memristor Computer

Michigan team builds memristors atop standard CMOS logic to demo a system that can do a variety of edge computing AI tasks Hoping to speed AI and neuromorphic computing and cut down on power consumption, startups, scientists, and established chip companies have all been looking to do more computing in memory rather than in a processor’s computing core. Memristors and other nonvolatile memory seem to lend themselves to the task particularly well. However, most demonstrations of in-memory computing have been in standalone accelerator chips that either are built for a particular type of AI problem or that need the off-chip resources of a separate processor in order to operate.

Read More
Teaching Computers to Answer Complex Questions

Teaching Computers to Answer Complex Questions

Computerized question-answering systems usually take one of two approaches. Either they do a text search and try to infer the semantic relationships between entities named in the text, or they explore a hand-curated knowledge graph, a data structure that directly encodes relationships among entities. With complex questions, however — such as “Which Nolan films won an Oscar but missed a Golden Globe?” — both of these approaches run into difficulties.

Read More