Skip to content

Instantly share code, notes, and snippets.

@NMZivkovic
Created March 16, 2019 13:25
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save NMZivkovic/8f9f1f75e0fcd89064da68a374eb7373 to your computer and use it in GitHub Desktop.
Save NMZivkovic/8f9f1f75e0fcd89064da68a374eb7373 to your computer and use it in GitHub Desktop.
<!DOCTYPE html>
<html>
<head>
<title>TensorFlow.js Wine Quality Classification</title>
<script src="https://cdn.jsdelivr.net/npm/@tensorflow/tfjs@1.0.0/dist/tf.min.js"></script>
<script src="https://cdn.jsdelivr.net/npm/@tensorflow/tfjs-vis@1.0.2/dist/tfjs-vis.umd.min.js"></script>
</head>
<body>
<script src="script.js"></script>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment