Skip to content

Latest commit

 

History

History
14 lines (9 loc) · 829 Bytes

File metadata and controls

14 lines (9 loc) · 829 Bytes

Multivariate Linear Regression with Normal Equation

Build Status

This example project demonstrates how the normal equation may be used to solve a multivariate linear regression problem.

Read more about it here.

Installation

  • git clone [email protected]:javascript-machine-learning/multivariate-linear-regression-normal-equation-javascript.git
  • cd multivariate-linear-regression-normal-equation-javascript
  • npm install
  • npm start