-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.html
16 lines (15 loc) · 968 Bytes
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
<script src="ai.js"></script>
<link rel="stylesheet" href="ai.css">
[<a href="https://observablehq.com/@episphere/tensorflow" target="_blank">Observable Notebook</a>]
[<a href="https://codelabs.developers.google.com/codelabs/tfjs-training-regression/index.html" target="_blank">Tutorial</a>]
[<a href="https://github.com/episphere/ai" target="_blank">Code</a>]
[<a href="https://github.com/episphere/ai/issues" target="_blank">Issues</a>]
[<a href="https://gitter.im/episphere/ai" target="_blank">Gitter</a>]
<h2>AI</h2>
<hr>
<button id = "codeLabIris" onclick="ai.codeLabIris()">codeLab Iris</button>
<div id="codeLabIrisDiv"></div>
<hr>
<button id = "codeLabCars" onclick="ai.codeLabCars()" disabled=true>codeLab Cars</button>
<div id="codeLabCarsDiv"><p>Following the TF class at <a href="https://codelabs.developers.google.com/codelabs/tfjs-training-regression" target="_blank">codelabs.developers.google.com/codelabs/tfjs-training-regression</a></p></div>
<hr>