UNPKG

encog

Version:

Encog is a NodeJs ES6 framework based on the Encog Machine Learning Framework by Jeff Heaton, plus some the of basic data manipulation helpers.

8 lines 196 B
module.exports = { DEFAULT_ZERO_TOLERANCE: 0.00000000000000001, POSITIVE_ETA: 1.2, NEGATIVE_ETA: 0.5, DELTA_MIN: 1e-6, DEFAULT_INITIAL_UPDATE: 0.1, DEFAULT_MAX_STEP: 50, };