@nlpjs/neural
Advanced tools
Comparing version 4.22.7 to 4.25.0
{ | ||
"name": "@nlpjs/neural", | ||
"version": "4.22.7", | ||
"version": "4.25.0", | ||
"description": "Neural Network", | ||
@@ -27,3 +27,3 @@ "author": { | ||
}, | ||
"gitHead": "1ce30f234039f7d48931863cc03beb237ec149eb" | ||
"gitHead": "3065165b42ea2160d2a27c10c412c4b4c491332a" | ||
} |
@@ -207,5 +207,4 @@ /* | ||
const key = transformedInput.keys[i]; | ||
result[this.lookup.inputLookup.items[key]] = this.perceptrons[ | ||
intentIndex | ||
].weights[key]; | ||
result[this.lookup.inputLookup.items[key]] = | ||
this.perceptrons[intentIndex].weights[key]; | ||
} | ||
@@ -212,0 +211,0 @@ return { |
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
21103
396