-
Notifications
You must be signed in to change notification settings - Fork 333
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[pl] cs-229-machine-learning-tips-and-tricks, cs-229-deep-learning, cs-229-supervised-learning #8
Conversation
Machine learning - done |
Machine learning - done |
Incredible job, keep up the great work! |
Machine learning - done @shervinea pls tag with 'reviewer wanted' |
@abecadel thanks a lot for your hard work! One last thing before the reviews: a few questions have been added since you created the |
@shervinea done |
Perfect, thanks @abecadel! Now, let's start the review process. |
# Conflicts: # CONTRIBUTORS # README.md
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
few typos
|
||
**22. Batch normalization ― It is a step of hyperparameter γ,β that normalizes the batch {xi}. By noting μB,σ2B the mean and variance of that we want to correct to the batch, it is done as follows:** | ||
|
||
⟶ Normalizacja pakietu (Batch normalization) ― Jest to krok w którym hiperparametry γ,β są wykorzystywane do normalizacji pakietu {xi}. Zauważając, że μB to średnia, a σ2B to wariancja, to normalizacja pakiet wygląda następująca: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
129 (...) "to normalizacja pakiet wygląda następująca" -> should be: to normalizacja pakietu wygląda następująco:
|
||
**27. [Write to cell or not?, Erase a cell or not?, How much to write to cell?, How much to reveal cell?]** | ||
|
||
⟶ [Pisać do komórki, czy nie?, Wyczyścić komówke, czy nie?, Jak dużo zapisać do komórki?, Jak dużo ujawnić komórce?] |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
159 should be without redundant punctuation marks, eg. (...) czy nie? Wyczyścić (...), not "czy nie?, Wyczyścić" ["," after "?"] etc.
|
||
**16. Step 2: Perform forward propagation to obtain the corresponding loss.** | ||
|
||
⟶ Krok 2: dokonaj propagacji do przodu aby uzyskać wartość straty. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
small typo -> "," before "aby"
|
||
**18. Step 4: Use the gradients to update the weights of the network.** | ||
|
||
⟶ Krok 4: Wykorzystaj gradient aby zaktualizować wagi w sieci neuronowej. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
the same
|
||
**46. Maximum likelihood estimate ― The maximum likelihood estimates for the state transition probabilities are as follows:** | ||
|
||
⟶ Szacowanie maksymalnego prawdopodobieństwa - Szacowanie maksymalnego prawdopodobieństwo dla poszczególnych przejść pomiędzy stanami wygląda następująco: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
small typo - "Szacowanie maksymalnego prawdopodobieństwo" should be: Szacowanie maksymalnego prawdopodobieństwa
|
||
**54. [Reinforcement learning, Markov decision processes, Value/policy iteration, Approximate dynamic programming, Policy search]** | ||
|
||
⟶ [Uczenie wspoagane, Proces decyzyjny Markowa, Iteracja wartość/strategia, Przybliżone programowanie dynamiczne, Wyszukiwanie strategii] |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
small typo -> should be: Uczenie wspomagane
No description provided.