/linear-algebra-matrix

📐 Linear Algebra with Matrix Operations in JavaScript. Used in vectorization implementations in machine learning algorithms.

Primary LanguageJavaScript

Matrix Operations in JavaScript

Build Status

Read more about it here.

Installation

  • git clone git@github.com:javascript-machine-learning/linear-algebra-matrix.git
  • cd linear-algebra-matrix
  • npm install
  • npm start