Deep Learning

PnPNet: End-to-End Perception and Prediction With Tracking in the Loop

In this post, we will be looking at the paper PnPNet: End-to-End Perception and Prediction with Tracking in the Loop, by Liang et al., which was published in CVPR 2020 [1]. After defining our task and discussing some related research in this field, we will be looking at the methodology of the paper. Then we will analyze the quantitative results and have a look at the qualitative results. Finally, we will finish it off with some remarks and possible ideas for extension.

A Novel Approach to Categorize News Articles From Headlines and Short Text

Over the last few years the world has experienced a surge in the number of online news portals. This has caused the volume of news articles to reach an all time high; which will only get higher with time. Thus, an efficient system of categorization …

Advantage Actor Critic

Implementation of Advantage Actor Critic to solve OpenAI LunarLander environment

Deep Q Learning

Implementation of Deep Q Learning to solve OpenAI LunarLander environment

Double Deep Q Learning

Implementation of Double Deep Q Learning to solve OpenAI LunarLander environment

Dueling Deep Q Learning

Implementation of Dueling Deep Q Learning to solve OpenAI LunarLander environment

Dueling Double Deep Q Learning

Implementation of Dueling Double Deep Q Learning to solve OpenAI LunarLander environment

Policy Gradient (REINFORCE)

Implementation of REINFORCE to solve OpenAI LunarLander environment

Soft Actor Critic

Implementation of SAC to solve OpenAI LunarLander environment

Value Actor Critic

Implementation of Value Actor Critic to solve OpenAI LunarLander environment