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
- OS:
- Convenience script script/bootstrap supports only macOS or Linux.
- On Windows, proceed to manually install the dependencies listed in requirements/.
python3
(Tested on Python3.7.3
)
-
Execute script/bootstrap to install project dependencies
./script/bootstrap
Code is formatted using autopep8
to adhere to PEP 8.
-
Format python files:
./script/format
- deepmind/neural-processes - Source code of Neural Processes paper
- This readme is based on rodrigobdz/minimal-readme.
- The script structure is based on rodrigobdz/styleguide-sh.