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

0.1.4 • Public • Published

neura-matrix

Linear algebra calculations for neura library. TypeScript based.

Create matrix

import Matrix from 'neura-matrix'
 
const matrix = new Matrix([0, 0.5, 1], [0.2, 1, 0.3])
    

Transpose matrix

matrix.transpose()

Result: [[0, 0.2], [0.5, 1], [1, 0.3]]

Summarize matrices

matrixAlpha.sum(matrixBeta)

Interested in Neural Networks and JavaScript?

Feel free to join the project & contribute

Package Sidebar

Install

npm i neura-matrix

Weekly Downloads

1

Version

0.1.4

License

MIT

Unpacked Size

4.76 kB

Total Files

9

Last publish

Collaborators

  • alexile