Skip to content
Permalink
master

Commits on Mar 11, 2022

  1. fix: Split tests

    Baseline tests for when random values need mocked, end to end, measuring the performance of the actual recurrent net.
    robertleeplummerjr committed Mar 11, 2022

Commits on Mar 4, 2022

Commits on Feb 18, 2022

  1. Merge pull request #771 from kdserra/master

    Fixed error in example: Cannot assign to "output" because it is a con…
    robertleeplummerjr committed Feb 18, 2022

Commits on Feb 17, 2022

Commits on Feb 11, 2022

Commits on Jan 10, 2022

  1. feat: Enhance and clarify

    recurrent with generics and lstmCell with widths of 1 for clarity
    robertleeplummerjr committed Jan 10, 2022
  2. fix: Unit test

    robertleeplummerjr committed Jan 10, 2022

Commits on Nov 18, 2021

  1. Merge pull request #744 from Nelias/typescript

    Fix links to neural network types source files in README
    robertleeplummerjr committed Nov 18, 2021

Commits on Nov 8, 2021

  1. Merge pull request #743 from oscard0m/add-cache-to-node-workflows

    Add cache to node workflows
    robertleeplummerjr committed Nov 8, 2021

Commits on Oct 28, 2021

  1. 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.
    robertleeplummerjr committed Oct 28, 2021

Commits on Oct 20, 2021

  1. 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.
    mubaidr committed Oct 20, 2021
  2. Merge pull request #737 from m-ahmadi/patch1

    Add missing type definitions of `@types/jest`, which cause `build:typings` script to fail.
    mubaidr committed Oct 20, 2021

Commits on Oct 19, 2021

  1. fix type error

    error TS2345: Type 'unknown' is not assignable to type 'string'.
    m-ahmadi committed Oct 19, 2021

Commits on Sep 22, 2021

  1. chore: Bump beta

    robertleeplummerjr committed Sep 22, 2021
  2. fix: npm audit

    robertleeplummerjr committed Sep 22, 2021

Commits on Sep 21, 2021

  1. Merge remote-tracking branch 'origin/master'

    # Conflicts:
    #	src/layer/target.test.ts
    robertleeplummerjr committed Sep 21, 2021

Commits on May 2, 2021

  1. Merge pull request #708 from baradm100/fix-unit-tests

    fix: Fix unit tests
    mubaidr committed May 2, 2021
Older