Skip to content

Instantly share code, notes, and snippets.

View typio's full-sized avatar
🏴‍☠️
Hoisting the black flag matee! ARRR

Thomas Huber typio

🏴‍☠️
Hoisting the black flag matee! ARRR
View GitHub Profile
@typio
typio / index.html
Last active May 26, 2018 20:34
shiffman's tf.js linear regression
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<script src="https://cdnjs.cloudflare.com/ajax/libs/p5.js/0.6.1/p5.min.js"></script>
<script src="https://cdn.jsdelivr.net/npm/@tensorflow/tfjs@0.7.0">
</script>
<script src="./sketch.js"></script>