courses
courses copied to clipboard
A place where our community can discuss OpenMined Courses, including posting questions, sharing feedback, or providing comments for discussion!
Fix a typographic error ## Description Please include a summary of the change, the motivation, and any additional context that will help others understand your PR. If it closes one...
## Description The Course "Foundations of Private Computation" has used the searchable parameter multiple times in the initial lesson which is currently deprecated. Hence I just replaced them with pointable...
## Description A minor error in L3.5.4 where the example code to "select all of Country 0's data" references the entire row rather than column as intended. ## Affected Dependencies...
Fix FL duet_mnist classify_url_image function classifying the wrong image ## Description This PR solves the issue of [Classifying the wrong image in federated learning duet_mnist url_image example](https://github.com/OpenMined/courses/issues/424). the function `classify_url_image`...
Country 0's data corresponds to the first column. Therefore, we should select raw_data[: , 0] instead of raw_data[0 , :]. Otherwise, we are selecting the first month (line) of every...
## Description when I run `pip install git+http://github.com/OpenMined/PySyft@dev#egg=syft`, I encounter an install bug: ` ERROR: syft from git+http://github.com/OpenMined/PySyft@dev#egg=syft does not appear to be a Python project: neither 'setup.py' nor 'pyproject.toml'...
## Description Unable to access the courses on iphone or ipad safari browser. Safari takes more than a minute to open any course once clicked on it. ## Are you...
## Description Course says 100% completed but in L7 Course conclusion, When I click on "Resume" nothing happens. ## How to Reproduce You have to login into anyone's account who...
## **Description** Suggestion to change the **print statement** that is part of "Cyclic groups" of "Modular Arithmetic"(Course: Foundations of computation). > Change `print(f"{g}^{count}={prev_power}")` > > to `#print(f"{prev_power}mod{m}, {prev_power}")` > ##...
## Description Some meta-feedback about the feedback system itself 😀 I don't understand the difference in meaning between the two symbols 👌 and 👍. Don't they both indicate liking the...