dnn icon indicating copy to clipboard operation
dnn copied to clipboard

Deep learning library for node.js. (Includes Logistic-Regression, MLP, RBM, DBN, CRBM, CDBN)

Results 4 dnn issues
Sort by recently updated
recently updated
newest added

I've never forgotten you when you write this code as a high school student in Seoul. You got job offers from California and some prominent tech companies from Korea when...

Thanks for posting this project! I have a newbie question about how the `x` array should be coded as input. Does this assume that all attributes of the rows of...

In the following scenario we are getting an invalid (NaN) value for final cross entropy ``` javascript var dnn = require('dnn'); // Training set var x = [ [0, 1],...

Great library! It's very easy to use. Any hope of adding methods to serialize a trained network to/from json? ``` // Serialize to json. var json = dbn.toJSON(); // Deserialize...