Nikos Gianniotis

Results 12 issues of Nikos Gianniotis

I added a little note about a mistake I made and took me ages to find out. I confused the function stderror provided by the package with the function stderr...

I have been using ReverseDiff for some time now and my experience with it has been very positive. I want to use ReverseDiff to differentiate a function which is expensive...

hquadrature(sin, 0.0, 2*pi) Info on my machine and Julia version: Julia Version 0.6.1 Commit 0d7248e2ff (2017-10-24 22:15 UTC) Platform Info: OS: Linux (x86_64-pc-linux-gnu) CPU: Intel(R) Core(TM) i7-4800MQ CPU @ 2.70GHz...

[Enter steps to reproduce:] 1. ... 2. ... **Atom**: 1.45.0 x64 **Electron**: 4.2.7 **OS**: Linux Mint **Thrown From**: [julia-client](https://github.com/JunoLab/atom-julia-client) package 0.12.5 ### Stack Trace Uncaught TypeError: pane(...).close is not a...

Similarly to a previous issue #21 https://github.com/jbrea/BayesianOptimization.jl/blob/5ce078b50c1447860e5465eae0fe0be0600b671a/src/acquisitionfunctions.jl#L48 I noticed that given that the variance is 0 you may return `μ - a.τ`` if this difference is positive and otherwise 0....

Dear all, I am sorry to be posting here, as far as I understand the forum here is intended for development issues mostly. I am trying to learn how to...

Unfortunately, I get the message: `┌ Error: Failed to find a derivative for %633 = sum##kw(%631, %632, %582)::Array{Float64,2} at position 1, current state of backpropagation saved to Yota.DEBUG_STATE[] └ @...

A question please: how do I go about calculating the log-determinant of an HMatrix? Thanks.

I have a question regarding the following call in the provided example: ``` res = yolomod(batch, detectThresh=0.5, overlapThresh=0.8) ``` What do the numbers in `res` mean? I have only managed...

**Describe the bug 🐞** Executing the second block of code in the [documentation](https://docs.sciml.ai/ReservoirComputing/stable/esn_tutorials/change_layers/#Example-of-minimally-complex-ESN), throws unexpectedly an error. **Minimal Reproducible Example 👇** ```julia # copied and pasted from the docs: using...

bug