erfannoury / cheatsheet-translation

Translation of VIP cheatsheets https://stanford.edu/~shervine/teaching/cs-229.html

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Translation of VIP Cheatsheets

Goal

This repository aims at collaboratively translating our Machine Learning and Deep Learning cheatsheets into a ton of languages, so that this content can be enjoyed by anyone from any part of the world!

Contribution guidelines

The translation process of each cheatsheet contains two steps:

  • the translation step, where contributors follow a template of items to translate,
  • the review step, where contributors go through each expression translated by their peers, on top of which they add their suggestions and remarks.

Translators

  1. Check for existing pull requests to see which cheatsheet is yet to be translated.

  2. Fork the repository.

  3. Copy the template of the cheatsheet you wish to translate (provided in the template/ folder) into the language folder with a naming that follows the ISO 639-1 notation.

  4. Translate anything you want by keeping the following template:

  1. English blabla

⟶ Translated blabla

  1. Commit the changes to your forked repository.

  2. Submit a pull request and call it [code of language name] Topic name. For example, a translation in Spanish of the deep learning cheatsheet will be called [es] Deep learning.

Reviewers

  1. Go to the list of pull requests and filter them by your native language (e.g. [es] for Spanish, [zh] for Mandarin Chinese).

  2. Locate pull requests where help is needed. Those contain the tag reviewer wanted.

  3. Review the content line per line and add comments and suggestions when necessary.

Important note

Please make sure to propose the translation of only one cheatsheet per pull request -- it simplifies a lot the review process.

Progression for CS 230 (Deep Learning)

Cheatsheet topic Español فارسی Français 日本語 Português 中文
Convolutional Neural Nets not started not started done not started not started not started
Recurrent Neural Nets not started not started done not started not started not started
DL tips and tricks not started not started done not started not started not started
Cheatsheet topic العَرَبِيَّة עִבְרִית हिन्दी Türkçe Русский Italiano
Convolutional Neural Nets not started not started not started done not started not started
Recurrent Neural Nets not started not started not started done not started not started
DL tips and tricks not started not started not started done not started not started
Cheatsheet topic Polski Suomi Català Українська 한국어
Convolutional Neural Nets not started not started not started not started in progress
Recurrent Neural Nets not started not started not started not started in progress
DL tips and tricks not started not started not started not started in progress

Progression for CS 229 (Machine Learning)

Cheatsheet topic Español فارسی Français 日本語 Português 中文
Deep learning done done done in progress done in progress
Supervised learning done done done not started done done
Unsupervised learning done done done not started done in progress
ML tips and tricks done done done in progress done in progress
Probabilities and Statistics done done done not started done in progress
Linear algebra done done done not started done in progress
Cheatsheet topic العَرَبِيَّة עִבְרִית हिन्दी Türkçe Русский Italiano
Deep learning done not started in progress done in progress in progress
Supervised learning in progress not started in progress done in progress not started
Unsupervised learning in progress not started not started done not started not started
ML tips and tricks in progress not started in progress done not started not started
Probabilities and Statistics in progress not started not started done not started not started
Linear algebra in progress not started not started done not started not started
Cheatsheet topic Polski Suomi Català Українська 한국어
Deep learning in progress in progress not started not started in progress
Supervised learning in progress not started not started not started in progress
Unsupervised learning not started not started not started not started in progress
ML tips and tricks in progress not started in progress not started in progress
Probabilities and Statistics not started not started in progress done in progress
Linear algebra not started not started in progress in progress in progress

Acknowledgements

Thank you everyone for your help! Please do not forget to add your name to the CONTRIBUTORS file so that we can give you proper credit in the cheatsheets' official website.

About

Translation of VIP cheatsheets https://stanford.edu/~shervine/teaching/cs-229.html

License:MIT License