Daniel Ryan
Daniel Ryan
I'm just trying out Simdjson and downloaded [simdjson.h](https://github.com/simdjson/simdjson/blob/master/singleheader/simdjson.h)/[.cpp](https://github.com/simdjson/simdjson/blob/master/singleheader/simdjson.cpp) but I noticed it has no version number in the comments. I believe that would be helpful to have. Another thing is...
An image optimised towards C++ development would be handy. An image with GCC 9 or 10 (could also include Clang) with the latest CMake, Ninja, etc already installed.
I suggest adding this library to the Wordpress plugins store. That way anyone can one click install this through Wordpress. https://en-nz.wordpress.org/plugins/
When using `maxNodes` or `maxConns `it crashes my app. I'm using version 1.4.7. > (node:13872) UnhandledPromiseRejectionWarning: Unhandled promise rejection. This error originated either by throwing inside of an async function...
I'm using the Neat algorithm to build a day trading bot, I'm using market data (2800 days worth) but getting a little stuck on how to correctly train. The market...
I'm getting Infinity/NaN outputs while training. I'm using Nodejs 9.9.0 with strict mode on. My settings: ```javascript Methods.mutation.MOD_ACTIVATION.mutateOutput = false; Methods.mutation.MOD_ACTIVATION.allowed = [ Methods.activation.LOGISTIC, Methods.activation.TANH, Methods.activation.STEP, Methods.activation.SOFTSIGN, Methods.activation.SINUSOID, Methods.activation.GAUSSIAN, Methods.activation.BIPOLAR,...
I think a great example that would really show off this library is getting Neataptic to learn Mario. There are plenty of videos showing people doing this. For example: https://www.youtube.com/watch?v=qv6UVOQ0F44...
This suggestion has been moved from Neataptic. https://github.com/wagenaartje/neataptic/issues/94 > Speciation via some distance measurement is a fundamental aspect of the `NEAT` algorithm. I suggest clarifying in the docs that the...
This suggestion has been moved from Neataptic. https://github.com/wagenaartje/neataptic/issues/82 > A SoftMax Function for the output layer would be awesome for any classification NN. I took a look inside your code...