Jerold Haas

Results 45 comments of Jerold Haas

[This documentation](http://www.heatonresearch.com/online/programming-neural-networks-encog-java/chapter-2/page2.html) implies that sigmoid is an optional setting, so I'm assuming the summary hasn't been updated.

I opened the project and got the same error, however upon checking Nuget, I see: "Some NuGet packages are missing from this solution. Click to restore from your online package...

That's fine with me. Cheers, Jerold Haas _Software Developer_ ASP.NET ASP.NET MVC C#, F#, .NET PHP 4/5 JavaScript (jQuery, Mootools) Flash / Flex 3 & 4 / ActionScript 2 &...

Razor official test cases available [in the Razor repo](https://github.com/aspnet/Razor/tree/dev/test). Might be good to nick those for conversion to agreed test framework.

@dahlbyk @DerKnerd please have a look at my [reorganization branch](https://github.com/jeroldhaas/FSRazor/tree/reorganize) and let me know if there's anything that stands out as _needs fixed_. I'd like to reduce the amount of...

Also, if you're okay with this, I've already run the script on my local repo; when I get acquainted well enough with the library to work on the test items...

Also also there may be better methods to reduce the packed objects other than this. I did notice there was a number of solutions at that link, one which also...

I found this (more comprehensive) article on compressing/culling repo object information: http://stevelorek.com/how-to-shrink-a-git-repository.html . HTH _edit: will make note to try FsRegEx when time permits_

I looked in the cache directory, realizing that I'd run `npm install` as directed for generator-fsharp as administrator, so I tried following the install instructions with `npm install -g yo`...

``` ? What do You want to do? Create standalone project events.js:85 throw er; // Unhandled 'error' event ^ Error: ENOENT, no such file or directory 'C:\Users\JeroldHaas\.cache\yeoman\fspr ojects\generator-fsharp\templates\templates.json' at Error...