Dominik Dumaine
Dominik Dumaine
Given that we know the derivatives for most activation functions, are you planning to implement backpropagation for training the models and not just do inference? I know Javascript doesn't have...
with Mithril-codex from Osban
Hi, After installing the new version of Node v4.0.0 on a Windows 8.1 P.C., I installed `learnyounode` as per instructions. When launching the application in the Node.Js command prompt ,...
Hi there, trying to dabble into neural networks with Javascript and stumbled upon your two-part tutorial. Thanks for these very informative posts. Could you tell me where and how you...
Hi there, nice implementation of a neural network and backpropagation. Am I right in saying you did not implement bias in addition to weights? Any reason? Would be nice if...
Hi Andrea, how about allowing to have a third accessor? like `zaccessor`, so when we do `line.path.points()`, we have arrays of 3 coordinates (x,y and z) and z can be...
@mikeseven is indicating that node-webcl will be soon superseeded by https://github.com/mikeseven/node-opencl. If we replace node-webcl with node-opencl, can we make Sushi benefit from it? Thx
You might want to try against other libraries: Sylvester mentionned in your paper is one of the slowest libraries: see http://stepheneb.github.io/webgl-matrix-benchmarks/matrix_benchmark.html
when trying both `node FieldSearchRequest.js` or `node HistoricalDataRequest.js` I get the following error: ```` $ node FieldSearchRequest.js module.js:597 return process.dlopen(module, path._makeLong(filename)); ^ Error: The specified module could not be found....
Hi there, first of all, thank you and congratulations on building such a modular and comprehensive set of ML tools in javascript for node and the browser. In my search...