Neural Process Conditional Neural Process https://arxiv.org/pdf/1807.01613.pdf Neural Process https://arxiv.org/pdf/1807.01622.pdf Implementation of Neural Process in pytorch. Works on MNIST image completion and regression task. Regression task MNIST Image Completion. requirement python 3.5 pytorch 1.0 codes references deepmind https://github.com/deepmind/conditional-neural-process geniki https://github.com/geniki/neural-processes chrisorm https://chrisorm.github.io/NGP.html