alexanderquispe / 14.38_Causal_ML

JupyterNotebook for the MIT course
MIT License
14 stars 4 forks source link

Relevant Pages for Julia analysis. #72

Open alexanderquispe opened 2 years ago

alexanderquispe commented 2 years ago
  1. https://github.com/mcreel/Econometrics
  2. https://quantecon.org/quantecon-jl/
  3. https://github.com/azev77/QuantEcon.cheatsheet/blob/master/julia/julia-cheatsheet.pdf
  4. https://www.math.uci.edu/~rvershyn/papers/HDP-book/HDP-book.pdf
  5. https://statisticswithjulia.org/
alexanderquispe commented 2 years ago

Video about parameters when creating functions. https://www.youtube.com/watch?v=JFrzrTYFYbU&t=60s

alexanderquispe commented 2 years ago

The Julia Podcast - https://share.fireside.fm/episode/kiiJzqTC+e0c7jTbk

alexanderquispe commented 2 years ago

Best deep learning tutorial - https://www.youtube.com/c/3blue1brown/videos https://www.youtube.com/playlist?list=PLZHQObOWTQDNU6R1_67000Dx_ZCJB-3pi - playlist

alexanderquispe commented 2 years ago

linear algebra with julia - https://web.stanford.edu/~boyd/vmls/vmls-julia-companion.pdf

alexanderquispe commented 2 years ago

image

alexanderquispe commented 2 years ago

https://introajulia.org/

alexanderquispe commented 2 years ago

Optimizing Julia - https://huijzer.xyz/posts/inference/

alexanderquispe commented 2 years ago

image

alexanderquispe commented 2 years ago

object-oriented programming in Julia - https://www.youtube.com/watch?v=pHQe3PiYY1w

alexanderquispe commented 2 years ago

be carefull with the if conditions - https://riptutorial.com/julia-lang/example/15211/short-circuit-operators-----and---

alexanderquispe commented 2 years ago

Variable scope in Julia - https://discourse.julialang.org/t/variable-scope-in-while-loops/15886