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

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 0.1.4
    4
    • latest

Version History

  • Version
    Downloads (Last 7 Days)
    • Published
  • 0.1.4
    4
  • 0.1.1
    2
  • 0.1.0
    2

Package Sidebar

Install

npm i neura-matrix

Weekly Downloads

5

Version

0.1.4

License

MIT

Unpacked Size

4.76 kB

Total Files

9

Last publish

Collaborators

  • alexile