Skip to content

Instantly share code, notes, and snippets.

View OscarRijpstra's full-sized avatar

Oscar Rijpstra OscarRijpstra

  • No Limit Software
  • Holland
View GitHub Profile
@NatuMyers
NatuMyers / tfexample1.html
Last active December 10, 2020 15:23
Tensorflow.js Linear Regression
<html>
<head>
<title>Tensor Flow</title>
<script src="https://cdn.jsdelivr.net/npm/@tensorflow/tfjs@0.6.1"></script>
<script>
const nr_epochs=2048; // higher=better but slower
var tfinterface;
const model = tf.sequential();
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.