OpenDP-PyTorch is an extension to the OpenDP library for differentially private training of pytorch neural networks.
OpenDP-PyTorch is part of the larger OpenDP Project, a community effort to build trustworthy, open source software tools for analysis of private data.
OpenDP-PyTorch is under development, and we expect to release new versions frequently, incorporating feedback and code contributions from the OpenDP Community. This library is not ready to build privacy-sensitive applications.
OpenDP, like all real-world software, has both known and unknown issues. If you intend to use OpenDP for a privacy-critical application, you should evaluate the impact of these issues on your use case.
More details can be found in the Limitations section of the User Guide.
The easiest way to install OpenDP-PyTorch is using pip
(the package installer for Python):
$ pip install opendp-pytorch
More information can be found in the Getting Started section of the User Guide.
Documentation is not yet available for the PyTorch extension.
If you're having problems using OpenDP, or want to submit feedback, please reach out! Here are some ways to contact us:
- Ask questions on our discussions forum
- Open issues on our issue tracker
- Send general queries to [email protected]
- Reach us on Twitter at @opendp_org
OpenDP is a community effort, and we welcome your contributions to its development! If you'd like to participate, please see the Contributing section of the Developer Guide