rodrigobdz / neural-processes

Implementation of DeepMind's Neural Processes paper

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Neural Processes

Implementation of Neural Processes paper for Projects in Machine Learning and Artificial Intelligence course at TU Berlin

Disclaimer: Our codebase is strongly inspired on deepmind/neural-processes and we explicitely make use of some of their functions.

Authors: @l8git and @rodrigobdz

Requirements

  • OS:
    • Convenience script script/bootstrap supports only macOS or Linux.
    • On Windows, proceed to manually install the dependencies listed in requirements/.
  • python3 (Tested on Python 3.7.3)

Installation

  1. Execute script/bootstrap to install project dependencies

    ./script/bootstrap

Contributing

Code is formatted using autopep8 to adhere to PEP 8.

  • Format python files:

    ./script/format

Credits

About

Implementation of DeepMind's Neural Processes paper


Languages

Language:Jupyter Notebook 96.2%Language:Python 3.5%Language:Shell 0.3%