Skip to content

Instantly share code, notes, and snippets.

@stoic-signs
stoic-signs / Integrating NumPy into Syft.md
Last active August 23, 2021 17:15
Work Product Submission for GSoC 2021

Integrating NumPy into Syft - GSoC 2021

As the ten weeks of GSoC come to an end, I'd like to summarize my project work as well as some final thoughts of the experience.

PySyft and NumPy

PySyft is a library that enables decoupling of private data and model training, and thus, allows us to compute over data we do not own or see. NumPy is the leading library for scientific computing with Python. It is an open-source library that allows for powerful N-dimensional arrays, numerical computing tools, and high performance.

The Project