apparatus
apparatus copied to clipboard
Looks like [webworker-threads](https://github.com/audreyt/node-webworker-threads) is not maintained anymore, and the author recommends to use [web-worker](https://www.npmjs.com/package/web-worker) instead: https://github.com/audreyt/node-webworker-threads/issues/204 https://github.com/audreyt/node-webworker-threads/issues/206
I'm using a logistic regression classifier as part of an app to process RSS feed items. I've selected just 2 random items to train on as a test, but can't...
In your specs I noticed that all sample cases use binary input values to train the model. I'm looking for a typical logistic regression where only the dependent variable is...
Thanks for creating NaturalNode! I am using your Bayes Classifier in my project, when looking into the implementation, I found it adds smoothing when calculating the probabilities. This smoothing on...
Hi, I'm using natural (and thus apparatus) to perform some classification. I'm using the logistic regression classifier for various reasons. I have the issue when learning with about 500 datasets...
Classify() needs to implement a threshold mechanism for classify() errors. An error is a condition where the labels and probabilities are inconclusive, and a match cannot be obtained. One way...