Skip to content

rodrigobdz/neural-processes

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

46 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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