Skip to content

Latest commit

 

History

History
23 lines (18 loc) · 2.53 KB

topic proposals.md

File metadata and controls

23 lines (18 loc) · 2.53 KB

Topic proposals @ ICFO Fall Session 2017

This file contains the topics the attendants of the Reading Group are interested with. Future weeks papers and exercises will be chosen in order to satisfy this list. Write down any proposal you have.

  • Topics

  • Classical papers (Dec 14)

    • Dynamic Routing between capsules. I have read in a few places already that this might be a very promising future direction for feedforward neural networks. The main idea is that different types of information (shapes, orientations...) are stored in different "capsules" in every layer, each independent of one another, the information in different capsules is sent/re-routed into different capsules in the following layer depending on the information itself. A less-technical description may be found here. It might be very interesting as well to dig in the keras implementation.  
    • Learning to act by predicting the future. A new proposal of mapping Reinforcement Learning to a supervised task, that allows for the definition of complex goals that change over time with the circumstances. In particular, this method crushed A3C in a Doom competition in 2016. For an introductive view, see this blogpost. Also, a keras implementation can be found here.
  • Quantum papers