Giter Site home page Giter Site logo

liuhaolinwen / differential-privacy-federated-learning Goto Github PK

View Code? Open in Web Editor NEW

This project forked from gitgik/differential-privacy-federated-learning

0.0 1.0 0.0 42.74 MB

Curated notebooks on how to train neural networks using differential privacy and federated learning.

License: MIT License

Jupyter Notebook 100.00%

differential-privacy-federated-learning's Introduction

Differential Privacy & Federated Learning.

Curated notebooks on how to train neural networks using differential privacy and federated learning.

Intro Notebooks

Before you start learning about Differential Privacy and Federated Learning, it's important to understand tensors; the fundamental data structures for neural networks.

Learn about tensors:

Creating simple neural networks

Creating Dense Networks with MNIST data

Transfer Learning

Most of the time you won't want to train a whole convolutional network yourself. Modern ConvNets training on huge datasets like ImageNet take weeks on multiple GPUs. Transfer Learning helps you solve this problem.

What is Differential Privacy?

Differential Privacy is a set of techniques for preventing a model from accidentally memorizing secrets present in a training dataset during the learning process.

For it to work, we need to uphold the following:

  • Make a promise to a data subject that: You won’t be affected, adversely or otherwise, by allowing your data to be used in any analysis, no matter what studies, datasets or information sources, are available.
  • Ensure that the model learning from sensitive data are only learning what they are supposed to learn without accidentally learning what they are not supposed to learn from their data

Here's some notebooks to explain the concept further:

Federated Learning

Instead of bringing data all to one place for training, federated learning is done by bringing the model to the data. this allows a data owner to maintain the only copy of their information.

This notebook on federated learning explains more in detail.

differential-privacy-federated-learning's People

Contributors

gitgik avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.