-
-
Notifications
You must be signed in to change notification settings - Fork 26
update_markov_chains_I.md #454
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
Merged
Merged
+34
−47
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Loading status checks…
This pull request updates lecture markov_chains_I.md. In particular, ## Content - The first exercise -> The last exercise. - Remove unused variables and shorten the visualization code for the network graph. - unbold future in Defiinig Markov Chains section. - study a Markov chains -> study Markov chains. - Use tuples whenever possible. - Give some comments on the code in the `qe` library. - Add a link for marginal probability $\psi_t(x)$. - Unify postmultiply (using postmultiply instead of post-multiply in lieu with wikipedia) - Add a sentence clarifying $P^m(x,y)$. - Law of Large Numbers -> law of large numbers. - Check the capitalization of subtitles. - for all $t$ -> for all $t \ge 0$. - $\psi_t(0)$ is employment at [time $t$]. - Delete the word 'Theorem' in the Theorem box. - Update the solution for exercise 1. ## Code - Update visualization code for the section on the Hamilton matrix.
✅ Deploy Preview for taupe-gaufre-c4e660 ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
Loading status checks…
Fix a typo
Loading status checks…
Loading status checks…
Nice work @longye-tian , many thanks. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Dear John @jstac,
I have updated lecture markov_chains_I.md (#453 ). In particular, the changes are
Content
Code
qe
library.Best ❤️
Longye