tensor4js
TypeScript icon, indicating that this package has built-in type declarations

0.1.33 • Public • Published

Tensor4ts

Tensor library written in TypeScript

Note: this library is compiled and published to npm in es5 as tensor4js

TODO:

  • Binary element-wise ops with broadcasting [DONE]
  • Element-wise transform [DONE]
  • ReduceSum, ReduceMax, ReduceMin [DONE]
  • ReduceMean [DONE]
  • Tile [DONE]
  • MatMul Standard GEMM [DONE]
  • GEMM Optimization (Blocking + Packing)
  • WebGL Add
  • ArgMin[DONE]
  • Emscripten / WebAssembly
  • Size Optimization
  • One Hot
  • L1, L2, LInfNorms [DONE]
  • Normalization - L1, L2, Max
  • Batch Norm

Readme

Keywords

Package Sidebar

Install

npm i tensor4js

Weekly Downloads

51

Version

0.1.33

License

MIT

Unpacked Size

868 kB

Total Files

440

Last publish

Collaborators

  • luangm