Best-fit line approximation
This web app have the propose to interact with the user, by asking an x an y, meanwhile at the back tensorflow will create a model to predict a best fit line.
The requirements for this demo are:
TensorFlow Js
Chart library for Js
<script src="https://cdn.jsdelivr.net/npm/@tensorflow/tfjs@0.11.2"> </script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/Chart.js/2.7.2/Chart.bundle.min.js"> </script>
Last updated
Was this helpful?