This page introduces a few things about Machine Learning using Tensorflowjs in the browser.
- Looking at lots of code in one function
- A helper function called myTensorTable that helps format simple 2D Tensors for the web page
- A few mathematical methods that Tensorflowjs allows on Tensors.
- How to tidy or dispose of tensors made during calculations
- A few of the methods for writing strings of operations
...