Open alexanderquispe opened 2 years ago
Video about parameters when creating functions. https://www.youtube.com/watch?v=JFrzrTYFYbU&t=60s
The Julia Podcast - https://share.fireside.fm/episode/kiiJzqTC+e0c7jTbk
Best deep learning tutorial - https://www.youtube.com/c/3blue1brown/videos https://www.youtube.com/playlist?list=PLZHQObOWTQDNU6R1_67000Dx_ZCJB-3pi - playlist
linear algebra with julia - https://web.stanford.edu/~boyd/vmls/vmls-julia-companion.pdf
Optimizing Julia - https://huijzer.xyz/posts/inference/
object-oriented programming in Julia - https://www.youtube.com/watch?v=pHQe3PiYY1w
be carefull with the if conditions - https://riptutorial.com/julia-lang/example/15211/short-circuit-operators-----and---
Variable scope in Julia - https://discourse.julialang.org/t/variable-scope-in-while-loops/15886