caxelrud

Results 24 issues of caxelrud

Hi, Great tool. My suggestion for a new feature is to be able to create "dashboard" style documents: cells that are stacked vertically and horizontally. What about a '+' on...

enhancement
frontend

[KnetBug_1.txt](https://github.com/denizyuret/Knet.jl/files/3744826/KnetBug_1.txt) I attached the test results.

windows

Do you have or know any example related to Bayesian Neural Network (small, shallow cases) using Infer.net?

Is it possible to distribute pre-built binaries for FSharp from Nuget.org (Microsoft.ML.Probabilistic.FSharp.dll)?

Hi, I converted some examples to F#. These are the links. You can use them as needed. ``` https://github.com/caxelrud/Fsharp-and-infer.NET/blob/master/UserGuide/Infer_JaggedArrays_1.fsx https://github.com/caxelrud/Fsharp-and-infer.NET/blob/master/Examples/Infer_Multinomial_1.fsx ``` Regards, Celso

Need some help. [InferNet_2019.zip](https://github.com/dotnet/infer/files/3000183/InferNet_2019.zip) I converted the DifficultyAbility.cs code from C# to F#. But, I am getting the exception "Microsoft.ML.Probabilistic.Factors.ImproperMessageException: Improper distribution during inference (Gaussian(m/v=-0.01752, 1/v=0)). Cannot perform inference on...

Minor bug. Instead of: data = pd.read_csv('housing.data', header=0, delimiter="\s+").values Use: data = pd.read_csv('housing.data', header=None, delimiter="\s+").values

bug

model-zoo/text/lang-detection/model.jl (commit Oct/1) is generating the following results when running this code line: ``` Flux.train!(loss, ps, train, opt, cb = throttle(evalcb, 10)) #testloss() = 1.6025887f0 (tracked) #testloss() = 1.5678957f0 (tracked)...

Hi, can you clarify ForneyLab License? At https://github.com/biaslab/ForneyLab.jl, it is stated: _License (c) 2019 GN Store Nord A/S. Permission to use this software for any non-commercial purpose is granted. See...

Can you point me to an example, using Stheno, of Bayesian Optimization with an objective that considers exploration and exploitation?