Home Reference Source Repository

Source 26/26

File Identifier Document Size Lines Updated
lib/NeuralNetwork/NeuralNetwork.js NeuralNetwork 100 %5/5 3965 byte 111 2017-08-05 21:53:03 (UTC)
lib/NeuralNetwork/NeuralNetwork.test.js - - 4488 byte 148 2017-07-04 21:45:00 (UTC)
lib/NeuralNetwork/index.js - - 48 byte 2017-07-03 23:53:43 (UTC)
lib/Tensor/Tensor.js Tensor 100 %5/5 1952 byte 91 2017-08-03 19:29:14 (UTC)
lib/Tensor/Tensor.test.js - - 1879 byte 81 2017-08-03 19:33:13 (UTC)
lib/Tensor/index.js - - 34 byte 2017-08-03 19:29:34 (UTC)
lib/curves/index.js - - 135 byte 2 2017-07-02 01:31:31 (UTC)
lib/curves/sigmoidCurve/sigmoidCurve.js sigmoidCurve 100 %1/1 251 byte 7 2017-07-01 17:50:04 (UTC)
lib/curves/sigmoidCurve/sigmoidCurve.test.js - - 515 byte 23 2017-06-03 01:52:21 (UTC)
lib/curves/sigmoidDerivative/sigmoidDerivative.js sigmoidDerivative 100 %1/1 260 byte 8 2017-07-01 00:02:03 (UTC)
lib/curves/sigmoidDerivative/sigmoidDerivative.test.js - - 421 byte 19 2017-07-01 00:06:29 (UTC)
lib/index.js - - 190 byte 10 2017-08-03 19:30:01 (UTC)
lib/linearRegression/batch_linear_regression/batch_linear_regression.js - - 1126 byte 42 2017-07-06 20:15:40 (UTC)
lib/linearRegression/batch_linear_regression/batch_linear_regression.test.js - - 1834 byte 75 2017-07-02 02:14:36 (UTC)
lib/linearRegression/index.js - - 92 byte 2017-07-06 20:13:23 (UTC)
lib/ordinaryLeastSquares/index.js - - 126 byte 2 2017-06-03 19:38:47 (UTC)
lib/ordinaryLeastSquares/interceptOLS/interceptOLS.js interceptOLS 100 %1/1 406 byte 8 2017-08-05 21:55:35 (UTC)
lib/ordinaryLeastSquares/interceptOLS/interceptOLS.test.js - - 584 byte 23 2017-06-03 02:03:10 (UTC)
lib/ordinaryLeastSquares/ols_regression/ols_regression.js ols_regression 100 %1/1 499 byte 16 2017-08-05 21:55:29 (UTC)
lib/ordinaryLeastSquares/ols_regression/ols_regression.test.js - - 718 byte 37 2017-06-03 19:43:35 (UTC)
lib/utils/0D/balanceMagnitude/balanceMagnitude.js balanceMagnitude 100 %1/1 1029 byte 21 2017-07-05 00:37:27 (UTC)
lib/utils/0D/balanceMagnitude/balanceMagnitude.test.js - - 768 byte 35 2017-07-06 05:14:33 (UTC)
lib/utils/0D/index.js - - 71 byte 2017-07-02 15:22:57 (UTC)
lib/utils/1D/avgPoints/avgPoints.js avgPoints 100 %1/1 541 byte 15 2017-07-05 21:08:20 (UTC)
lib/utils/1D/avgPoints/avgPoints.test.js - - 1013 byte 53 2017-07-05 21:17:20 (UTC)
lib/utils/1D/balanceMagnitudeArray/balanceMagnitudeArray.js balanceMagnitudeArray 100 %1/1 896 byte 22 2017-07-06 05:16:37 (UTC)
lib/utils/1D/balanceMagnitudeArray/balanceMagnitudeArray.test.js - - 833 byte 42 2017-07-06 05:06:07 (UTC)
lib/utils/1D/cummulativeAvgPoints/cummulativeAvgPoints.js cummulativeAvgPoints 100 %1/1 1289 byte 29 2017-07-05 00:21:21 (UTC)
lib/utils/1D/cummulativeAvgPoints/cummulativeAvgPoints.test.js - - 1923 byte 90 2017-06-06 20:54:21 (UTC)
lib/utils/1D/cummulativeRangePoints/cummulativeRangePoints.js cummulativeRangePoints 100 %1/1 1269 byte 34 2017-07-05 00:22:52 (UTC)
lib/utils/1D/cummulativeRangePoints/cummulativeRangePoints.test.js - - 1801 byte 79 2017-06-06 03:01:07 (UTC)
lib/utils/1D/evalError/evalError.js evalError 100 %1/1 1012 byte 33 2017-07-05 01:03:19 (UTC)
lib/utils/1D/evalError/evalError.test.js - - 2026 byte 109 2017-07-07 23:21:01 (UTC)
lib/utils/1D/evalGuess/evalGuess.js evalGuess 100 %1/1 765 byte 19 2017-07-05 00:22:25 (UTC)
lib/utils/1D/evalGuess/evalGuess.test.js - - 1919 byte 104 2017-07-07 21:59:26 (UTC)
lib/utils/1D/gradientStep/gradientStep.js gradientStep 100 %1/1 1242 byte 37 2017-07-06 20:12:53 (UTC)
lib/utils/1D/gradientStep/gradientStep.test.js - - 1986 byte 94 2017-07-06 05:52:37 (UTC)
lib/utils/1D/index.js - - 764 byte 22 2017-07-06 05:39:42 (UTC)
lib/utils/1D/meanSquaredErrors/meanSquaredErrors.js meanSquaredErrors 100 %1/1 473 byte 10 2017-07-01 18:39:08 (UTC)
lib/utils/1D/meanSquaredErrors/meanSquaredErrors.test.js - - 540 byte 28 2017-06-03 18:40:32 (UTC)
lib/utils/1D/sumPoints/sumPoints.js sumPoints 100 %1/1 368 byte 9 2017-07-05 21:09:50 (UTC)
lib/utils/1D/sumPoints/sumPoints.test.js - - 701 byte 34 2017-07-05 21:15:28 (UTC)
lib/utils/1D/sumSquaredErrors/sumSquaredErrors.js sumSquaredErrors 100 %1/1 660 byte 16 2017-07-01 18:39:09 (UTC)
lib/utils/1D/sumSquaredErrors/sumSquaredErrors.test.js - - 527 byte 28 2017-06-03 18:09:22 (UTC)
lib/utils/1D/sumSquaredResiduals/sumSquaredResiduals.js sumSquaredResiduals 100 %1/1 791 byte 27 2017-07-01 18:36:37 (UTC)
lib/utils/1D/sumSquaredResiduals/sumSquaredResiduals.test.js - - 647 byte 30 2017-06-03 19:21:22 (UTC)
lib/utils/index.js - - 44 byte 2 2017-07-03 19:52:15 (UTC)