Skip to content

Differential Privacy applied to distributed NN with PyTorch. A pure python introduction.

Notifications You must be signed in to change notification settings

Henrique-Potter/differential-privacy-federated-learning

Repository files navigation

Differential-Privacy-Federated-Learning

Differential Privacy applied to distributed learning NN with PyTorch. A pure python introduction. This is a work in progress but my aim is to show and discuss examples of usage from frameworks such as PySyft while discussing implementation details and revising NeuralNet basics.

Based on the work of https://github.com/gitgik.

Introduction

If you are new to NN, I recommend the following videos to give the proper intuitions.

Also, I recommend checking this amazing channel 3Blue1Brown.

Tensors intro:

Work in progress

Creating simple Neural Networks:

Diferential Privacy

PySyft Neural Net

About

Differential Privacy applied to distributed NN with PyTorch. A pure python introduction.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages