From 2d83cbf2238065ed24f3e6ca8fec65f32cfc16f4 Mon Sep 17 00:00:00 2001 From: Christian Hodgden Date: Thu, 15 Feb 2024 13:09:21 +0000 Subject: adding activation function tests added sigmoid and relu. Relu currently fails because of -0. need to update src code. --- test/reports/coverage.txt | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) (limited to 'test/reports') diff --git a/test/reports/coverage.txt b/test/reports/coverage.txt index 56ff222..0d16f8e 100644 --- a/test/reports/coverage.txt +++ b/test/reports/coverage.txt @@ -1,9 +1,9 @@ -------------------------|---------|----------|---------|---------|---------------------- -File | % Stmts | % Branch | % Funcs | % Lines | Uncovered Line #s -------------------------|---------|----------|---------|---------|---------------------- -All files | 49.58 | 100 | 34.37 | 50.86 | - activationFunctions.js | 68 | 100 | 11.11 | 70.83 | 11,15,19,23,27,31,36 - binaryConverter.js | 100 | 100 | 100 | 100 | - layer.js | 8.82 | 100 | 0 | 9.09 | 7-53 - nnetwork.js | 12 | 100 | 0 | 13.04 | 6-35 -------------------------|---------|----------|---------|---------|---------------------- +------------------------|---------|----------|---------|---------|------------------- +File | % Stmts | % Branch | % Funcs | % Lines | Uncovered Line #s +------------------------|---------|----------|---------|---------|------------------- +All files | 53.71 | 100 | 50 | 54.31 | + activationFunctions.js | 88 | 100 | 66.66 | 87.5 | 23,27,31 + binaryConverter.js | 100 | 100 | 100 | 100 | + layer.js | 8.82 | 100 | 0 | 9.09 | 7-53 + nnetwork.js | 12 | 100 | 0 | 13.04 | 6-35 +------------------------|---------|----------|---------|---------|------------------- -- cgit v1.2.3