jbrea
jbrea
Are there any plans to add some Julia-based visualization of the log files (as an alternative to tensorboard)? I tried the following simple example for the log file of the...
CMA-ES
Are there any plans to include the popular cma-es solver? I am particularly interested in the option with noisy objectives...
 I expected the two random numbers to be the same, similarly as to what we see in the repl when we run ```julia julia> using Random julia>...
I really like CTRADITIONAL, and I know I can use it with --math-markup=off. But it would be awesome, if I could use it also for all formulas. Here is a...
To use it in julia v0.6 one currently has to checkout the master branch (see #7). Would it be possible to add a new tag (v0.0.2) to avoid this? I...
Not that it would make a lot of sense to use KNN in high dimensions... but for demonstration purposes I was running KNN in high dimensions and ran into excessively...
It looks odd, when the membrane potential in an integrate-and-fire neuron overshoots the threshold. Btw: I find it convenient to use `ComponentArrays` for parameters, such that I can write e.g....
Love this plugin, thanks! How much work would it be to support julialang?
From time to time I get an email from students that some notebook on https://bio322.epfl.ch is not interactive anymore, i.e. the page shows constantly the loading bar and the sliders...
```julia julia> function f1!(res, x) res[1] = sum(abs2, x) end f1! (generic function with 1 method) julia> function f2!(res, x) res[1] = sum(abs2, x) nothing end f2! (generic function with...