Skip to content

Latest commit

 

History

History
22 lines (19 loc) · 1.88 KB

GSOC2022.md

File metadata and controls

22 lines (19 loc) · 1.88 KB

Guidelines for GSOC 2022 applicants

  • Details on how to apply to GSOC (JAX/TF team) can be found here.
  • In your proposal, specify that you are applying to the project called "JAX ML Textbook".
  • Applications will open on Monday, April 4, 2022 at 18:00 UTC, and close on Tuesday, April 19, 2022 18:00 UTC.
  • Our project will run June-August (12 weeks), ~6 hours/day (any time zone).
  • Candidates should have commited at least 1 pull request to the pyprobml repo before applying. You should add a link to your PR(s) in your proposal/ application.
  • Always follow these coding and github guidelines.
  • Your PR should solve one of the pyprobml issues tagged as GSOC. The goal is to demonstrate your skills at coding and math, so please write correct, efficient and readable code. The best code may be merged into the main repo and linked to from the book. If you have questions about an issue, please raise it in the github thread. (For example, some issues are quite large / high level, and should be broken down into concrete subproblems - feel free to share your proposed design doc before you dive in.)
  • It is strongly recommended that applicants read relevant sections of my draft textbook, Probabilistic Machine Learning: Advanced Topics. If you find typos in the book, please raise an issue here. If you find errors in the code, please raise an issue here.
  • For some example projects from last summer's GSOC, see here.