Skip to content

Apply the recurrent attention mechanism (Mnih, et al., 2014) to counting.

Notifications You must be signed in to change notification settings

shauriege/mathCognition_RAM

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

88 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Teach the RAM model to count

We are trying to build a artificial agent that learns to count the number of objects in a scene. Previous, we built a simple agent bsaed on Q learning. Here, we are using a more sophisticated architecture: the recurrent model of attention [1], or RAM.

Our actual implementation of the RAM is here. In this repo, I am using this RAM model to do some counting related tasks.

For documentation, please go to the wiki page.

References:

[1] https://arxiv.org/abs/1406.6247

About

Apply the recurrent attention mechanism (Mnih, et al., 2014) to counting.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 81.7%
  • Lua 9.0%
  • MATLAB 8.5%
  • Jupyter Notebook 0.8%