tensor4js
v0.1.33
Published
Tensor for JavaScript
Readme
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
