Linear algebra in JavaScript with matrix operations

How to use matrix operations from linear algebra in JavaScript. What are inverse, transpose and identity matrices and how can they help in machine learning … Read more

Similar

Making a modern JavaScript library in 2020

Recently, I was assigned a task of creating a new JS library to replace the obsolete one that's been released for almost 8 years. This is a quite intruiging task because I'm also permitted to try everything new to make this project much more robust. (more…)

Read more »