-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathresources.html
More file actions
53 lines (45 loc) · 2.24 KB
/
resources.html
File metadata and controls
53 lines (45 loc) · 2.24 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML>
<HEAD>
<TITLE>Syllabus</TITLE>
<META http-equiv="content-type" content="text/html; charset=ISO-8859-1">
</HEAD>
<link rel="stylesheet" type="text/css" href="cs468.css">
<BODY>
<div id="content">
<H1 ALIGN="center">
<FONT color="#800000"> <a href="index.html" style="color: #800000">Machine Learning Meets Geometry</a>
</H1>
</FONT>
</P>
<H2 ALIGN="center">
<FONT color="#800000"> <a href="index.html" style="color: #800000">CSE291 (8) - Winter 2022</a>
</H2>
</FONT>
</P>
<br>
<div class="underlinemenu">
<ul>
<li><a href="index.html">Home</a></li>
<li><a href="index.html#announcements">Announcements</a></li>
<li><a href="index.html#info">General Info</a></li>
<li><a href="resources.html">Resources</a></li>
<li><a href="schedule.html">Schedule & Assignments</a></li>
<li><a target="_blank" href="https://piazza.com/class/kxzrdm8dyv112e">Piazza</a></li>
</ul>
</div>
<H1 align="center">Resources</H1>
<BR>
<ul>
<li><a href="https://github.com/timzhang642/3D-Machine-Learning">3D Machine Learning Material Collection</a></li>
<li><a href="http://groups.csail.mit.edu/gdpgroup/6838_spring_2017.html">Shape Analysis</a></li>
<li>"Laplace-Beltrami: The Swiss Army Knife of Geometry Processing", slides from the Symposium on Geometry
Processing 2014 graduate school by Justin Solomon, Keenan Crane and Etienne Vouga. <a href="http://ddg.cs.columbia.edu/SGP2014/LaplaceBeltrami.pdf">slides</a></li>
<li><a href="http://www.pmp-book.org/">Polygon Mesh Processing</a></li>
<li><a href="http://www.lix.polytechnique.fr/~maks/fmaps_course/publications.html">Documents and codes on functional map</a></li>
<li><a href="http://ai.ucsd.edu/~haosu/papers/thesis_finalversion.pdf">My Ph.D. thesis</a></li>
<li><a href="https://graphics.stanford.edu/courses/cs205a-13-fall/assets/notes/cs205a_notes.pdf">Math Basics</a></li>
</ul>
</div>
</BODY>
</HTML>