UNPKG

recurrent-js-gpu

Version:

GPU-accelerated Deep Recurrent Neural Networks and LSTMs in Typescript. Ported, object-oriented and refactored version of Andrej Karpathy's recurrent-js (https://github.com/karpathy/recurrentjs)

16 lines 265 B
{ "extends": "./tsconfig.json", "compilerOptions": { "sourceMap": false, "declaration": false, "rootDir": "./spec/src/", "outDir": "./spec/dist/", "types": [ "jasmine" ] }, "include": [ "spec/*.ts", "spec/**/*.ts" ] }