Blog of Qing


  • Home

  • About

  • Tags

  • Categories

  • Archives

  • Search

RL-Deep QLearning

Posted on 2019-03-10 | In Reinforcement Learning

Q-Learning needs to maintain a Q-table that an agent uses to find the best action to take given a state. However, producing and updating a Q-table can become ineffective in big state space environments. While in this post, we are going to create a Deep Q Neural Network to improve Q Learning. Instead of using a Q-table, we’ll implement a Neural Network that takes a state and approximates Q-values for each action based on that state. ref

_w5GuxedZ9ivRYqM_MLUxO

Read more »

WebSite Making

Posted on 2019-03-05 | In Website

We are going to write a Django project so that we can learn the basic concepts and operations. Our website is a basic poll application, which consist of two parts:

  • A pyblic site that lets people view polls and vote in them
  • An admin site that lets you add, change, and delete polls.
Read more »

DP-Data Preprocessing

Posted on 2019-03-04 | In Deep Learning

Data preprocessing including images, texts.

Read more »

RL-Reinforcement Learning

Posted on 2019-03-03 | In Reinforcement Learning

Reinforcement learning is useful when you have no training data or specific enough expertise about the problem. On a high level, you know WHAT you want, but not really HOW to get there. Luckily, all you need is a reward mechanism, and the reinforcement learning model will figure out how to maximize the reward, if you just let it “play” long enough. This is analogous to teaching a dog to sit down using treats. At first the dog is clueless and tries random things on your command. At some point, it accidentally lands on its butt and gets a sudden reward. As time goes by, and given enough iterations, it’ll figure out the expert strategy of sitting down on cue.

Read more »

RL-Double Q-Learning

Posted on 2019-03-03 | In Reinforcement Learning

Double Q-Learning in Reinforcement Learning.

Read more »

DP-Object Detection

Posted on 2019-03-02 | In Deep Learning

Object detection is one of the popular computer vision tasks, i.e., image classification, object detection, object tracking, image segmentation, image caption and image generation. The main of object detection is to find out all the objects in a image, their positions and corresponding confidence.

In brief, in order to detect objects, we first need to generate region proposals, then to classify the object class and detect the bounding box.

Read more »

DP-RNN

Posted on 2019-03-02 | In Deep Learning

Recurrent Neural Networks, which are a type of artificial neural network designed to recognize patterns in sequences of data, such as text, genomes, handwriting, the spoken word, or numerical times series data emanating from sensors, stock markets and government agencies. These algorithms take time and sequence into account, they have a temporal dimension.

Read more »

GAN Metrics

Posted on 2019-02-28 | In Deep Learning

Several metrics to evaluate GAN, including Inception Score.

GAN — How to measure GAN performance?

Read more »

BroadReading

Posted on 2019-02-08 | In Deep Learning

Here are lists of some interesting knowledge I picked up in daily study.

Read more »

Daily Paper Reading

Posted on 2018-10-23 | In Deep Learning

Some interesting papers that I read or am about to read.

Read more »
1234…9

Qing Wong

90 posts
24 categories
68 tags
© 2021 Qing Wong
Powered by Hexo
|
Theme — NexT.Muse v5.1.4