Skip to content

Latest commit

 

History

History
34 lines (22 loc) · 1.45 KB

README.md

File metadata and controls

34 lines (22 loc) · 1.45 KB

Paper Notebooks

Notebooks containing small toy problems aiding the understanding of Machine-Learning papers and book sections I am interested in. Generally these are small examples I reproduced from the papers I read in order to understand some of the interesting methods or concepts involved.

Hopefully some of these notebooks will evolve in research ideas or blog-posts, further developing these techniques.

List of paper notes:

  1. A Meta-Transfer Objective for Learning to Disentangle Causal Mechanisms <paper, notebooks>

  2. Functional Variational Bayesian Neural Networks <paper, notebooks>

  3. Deep Exploration via Bootstrapped DQN <paper, notebook>

  4. Gradient Estimation Using Stochastic Computation Graphs <paper, notebooks>

Requirements

I plan using mostly Jupyter Lab and web-based vizualisation libraries such as Altair and Bokeh.

The environment in the root of this repo is currently sufficient to run all the notebooks. Specific environments and requirements could be later added in each project ief required.

conda env create -f environment.yml