Michael Creel

Results 18 comments of Michael Creel

I have found that some of my own code that uses Mocha will not run with julia 0.5. To try to figure out what's going on, I tried the tests....

After checking out from master, the tests still have problems, the result I obtain is below. This is the same as before, I believe. ``` julia> Pkg.test("Mocha") INFO: Testing Mocha...

It's julia Version 0.5.1-pre+2 (2016-09-20 03:34 UTC) on Debian testing. If the tests run fine on Ubuntu, then I'll have to check my julia installation. I just did a git...

I get the same error as reported above using the generic 64 bit binaries from http://julialang.org/downloads/

The binaries from julialang.org are the 0.5.0 release. Here's the complete version information: julia> versioninfo() Julia Version 0.5.0 Commit 3c9d753 (2016-09-19 18:14 UTC) Platform Info: System: Linux (x86_64-pc-linux-gnu) CPU: Intel(R)...

With real valued outputs, you're using the net to do nonlinear regression. An example of how to do it is at https://github.com/mcreel/NeuralNetsForIndirectInference.jl On Tue, Apr 26, 2016 at 8:37 PM,...

Hi Henry, With no hidden layer and without using any nonlinear activation function, a simple NN with resl valued outputs is just a linear regression model. Training the net by...

I also get a process that never seems to finish, when compiling the code at https://github.com/mcreel/Econometrics, using the MakeSysImage.jl script that is part of the code. With 1.8.5, it finishes...

With Julia 1.10rc2, a project that includes Plots.jl successfully compiles faster than ever before! However, on the first try, it errors, and says to call `Base.retry_load_extensions()`. After doing this, on...

Thanks for looking at this. To make the example run, I needed to add `using TransformedLogDensities` About adding explanation, I suggest adding the following: ``` # We estimate a simple...