Skip to content

Latest commit

 

History

History
38 lines (24 loc) · 1.44 KB

readme.md

File metadata and controls

38 lines (24 loc) · 1.44 KB

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