@nlpjs/neural
Advanced tools
Comparing version 4.6.0 to 4.7.4
{ | ||
"name": "@nlpjs/neural", | ||
"version": "4.6.0", | ||
"version": "4.7.4", | ||
"description": "Neural Network", | ||
@@ -30,3 +30,3 @@ "author": { | ||
}, | ||
"gitHead": "b6da53ad63335e0e1e37f2070049be062432f715" | ||
"gitHead": "aba2d0ec20e3a007d9c753eea18c7f4c44cdcc00" | ||
} |
@@ -0,0 +0,0 @@ /* |
@@ -0,0 +0,0 @@ /* |
@@ -91,3 +91,3 @@ /* | ||
const index = this.inputLookup[key]; | ||
if (index) { | ||
if (index !== undefined) { | ||
result[key] = this.perceptrons[this.outputLookup[intent]].weights[ | ||
@@ -94,0 +94,0 @@ index |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
16955