JuliaTutorials
JuliaTutorials copied to clipboard
Learn Julia via interactive tutorials!
It is better to be explicit with the Euler's Number in the equation and add a short explanation and a way to use the constant in Julia than to use...
- Remove an erroneous linebreak in the call to `load(...)` in the first code snippet - Correct the wrong latex formula for sigma - Add missing dependencies
With Julia 1.7.2 this notebook hangs with the following error in the console: > inpage.js:141 Uncaught TypeError: Cannot read properties of undefined (reading 'config') > at inpage.js:141:114697 > at inpage.js:141:14027...
I was working through the lectures for the Foundations of Machine Learning tutorial and cloned the Jupyter notebook into my local instance of VS Code. Simple fix is to add...
Binder provides an environment to run Julia notebooks. However, a Project.toml with a julia compat entry is required to provide the Julia kernel with it. Furthermore, Interactive.jl and plotly require...
While working through some of the tutorials I've been encountering `AssertionError` when checking my answer against the provided solution. For the most part, I belive the error occurs due to...
Use `lu`, `qr` instead of `lufact` etc in text fix a weird sentence (typo?) and multiple small text typos Fix diagonal assert not correct
In notebook 11. Basic linear algebra, the last line checks if `cross_v` is correct, but there is no instruction or anything to it.