Skip to content

Lesson 5.6 (Udacity) Section 1 - Differential Privacy - Project Varying Noise typo #15

@LifeBringer

Description

@LifeBringer

Hi Andrew,

There was an error with the completion notes for Section 1
first_coin_flip = (torch.rand(len(db)) < noise).float() should be first_coin_flip = (torch.rand(len(db)) > noise).float()

Please see: https://youtu.be/_ByJgx6H0MQ?t=32 for reference.

https://github.com/udacity/private-ai/blob/master/completed/Section%202%20-%20Federated%20Learning.ipynb

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions