Permalink
master
Commits on Mar 11, 2022
-
-
-
Baseline tests for when random values need mocked, end to end, measuring the performance of the actual recurrent net.
Commits on Mar 4, 2022
Commits on Feb 18, 2022
-
Merge pull request #771 from kdserra/master
Fixed error in example: Cannot assign to "output" because it is a con…
Commits on Feb 17, 2022
Commits on Feb 11, 2022
Commits on Jan 10, 2022
-
recurrent with generics and lstmCell with widths of 1 for clarity
-
Commits on Nov 18, 2021
-
Merge pull request #744 from Nelias/typescript
Fix links to neural network types source files in README
-
-
Commits on Nov 8, 2021
-
Merge pull request #743 from oscard0m/add-cache-to-node-workflows
Add cache to node workflows
Commits on Nov 6, 2021
Commits on Oct 28, 2021
-
fix: Tons of fixes for #730, #80
For getting typescript to compile Had to change CrossValidate's means of initializing network so that types can resolve.
Commits on Oct 20, 2021
-
Merge pull request #738 from m-ahmadi/patch2
Fix type error in `src/recurrent.end-to-end.test.ts`, which cause `build:typings` script to fail.
-
Merge pull request #737 from m-ahmadi/patch1
Add missing type definitions of `@types/jest`, which cause `build:typings` script to fail.
Commits on Oct 19, 2021
-
error TS2345: Type 'unknown' is not assignable to type 'string'.
-
Commits on Sep 22, 2021
Commits on Sep 21, 2021
-
Merge remote-tracking branch 'origin/master'
# Conflicts: # src/layer/target.test.ts
-
Commits on May 2, 2021
-
Merge pull request #708 from baradm100/fix-unit-tests
fix: Fix unit tests