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)

4 lines (3 loc) 114 B
export declare abstract class Assertable { protected static assert(condition: any, message?: string): void; }