-
Notifications
You must be signed in to change notification settings - Fork 0
/
week66.html
executable file
·23 lines (18 loc) · 1005 Bytes
/
week66.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
<!-- Adapted from https://www.evl.uic.edu/aej/424/ -->
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<title>CS5331-004</title>
</head>
<body bgcolor="white" text="black">
<div>
<a href="lectures/MLwithJS.pptx" target="InsideFrame">Week 6: Machine Learning with Javascript</a>
<li>
<a href="https://github.com/iDataVisualizationLab/CS5331_Spring2019/tree/master/code/tSNETutorialWithWorker">Source code for T-sne with Web Worker</a>
</li>
</div>
<iframe src="https://docs.google.com/presentation/d/e/2PACX-1vSCkFYe6tf2i4v6-IOztWJZJKthKoZ7r9MHU2S1hoqOZH81jkY9easeejSz8wxveB7ifx8XWh7U9HV0/embed?start=true&loop=false&delayms=3000" frameborder="0" width="1280" height="749" allowfullscreen="true" mozallowfullscreen="true" webkitallowfullscreen="true"></iframe>
<div align="right"><font style="font-family:
Helvetica,Arial,sans-serif;" color="black" size="2">© Last revised: Mar 21th, 2019 </font></div>
</body>
</html>