-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcoursework.html
88 lines (72 loc) · 2.89 KB
/
coursework.html
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
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
<!doctype html>
<html>
<link rel="shortcut icon" type="image/x-icon" href="res/manhattan.ico"/>
<head>
<meta charset="UTF-8">
<title>karan.sh</title>
<link rel="shortcut icon" type="image/x-icon" href="res/manhattan.ico"/>
<link rel="stylesheet" href="https://unpkg.com/latex.css/style.min.css" />
<meta name="viewport" content="width=device-width, initial-scale=1">
</head>
<body>
<h1 id="karansh"><pre>~/karan.sh</pre></h1>
<p class="author">Karan Shah <br> July 2020</p>
<h1>Relevant Coursework</h1>
<p><a href="index.html">Back to homepage</a></p>
<p>Reverse chronological order within each section<br/>
(4000 and below: Undergraduate level, 6000 and above: Graduate level)</p>
<h3>Scientific Computing</h3>
<ul>
<li>CSE 8803 Advanced Scientific Computing</li>
<li>CSE 6644 Iterative Methods - Systems of Equations</li>
<li>CSE 8803 Inverse Problems and Uncertainty Quantification</li>
<li>CSE 6220 High Performance Computing</li>
<li>CX 4640 Numerical Analysis</li>
<li>CX 4230 Computer Simulation</li>
<li>PHYS 3266 Computational Physics</li>
</ul>
<h3>Machine Learning</h3>
<ul>
<li>CSE 6740 Computational Data Analysis</li>
<li>CS 8803 Probabilistic Graphical Models</li>
<li>CS 7643 Deep Learning</li>
<li>CS 3630 Perception and Robotics</li>
<li>CS 4476 Computer Vision</li>
<li>CS 4641 Machine Learning</li>
<li>CS 3600 Intro to AI</li>
</ul>
<h3>Misc fun classes</h3>
<ul>
<li>PHYS 8803 Emergent Phenomena - When Things Grow Many</li>
<li>MATH 4755 Mathematical Biology</li>
<li>PHIL 3115 Philosophy of Science</li>
<li>PHYS 3211 Electronics</li>
<li>PHYS 2202 Stars, Galaxies & Universe</li>
<li>MATH 4782 Quantum Information & Quantum Computing</li>
<li>MATH 3012 Applied Combinatorics</li>
<li>PHYS 2021 Solar System</li>
</ul>
<hr />
<p><strong>Standard Physics Undergraduate Curriculum</strong><br/> Classical Mechanics, Electrostatics, Electrodynamics, Thermodynamics, Statistical Mechanics, Quantum Mechanics (1,2), Advanced Laboratory</p>
<p><strong>Standard CS Undergraduate Curriculum</strong><br/>
OOP, Discrete Math, Data Structures & Algorithms, Software Development, Probability & Statistics, Computer Organization, Systems & Networks, Automata & Complexity</p>
<hr />
<script type="text/javascript">
var sc_project=11601377;
var sc_invisible=1;
var sc_security="fde1fc98";
</script>
<script type="text/javascript"
src="https://www.statcounter.com/counter/counter.js"
async></script>
<noscript><div class="statcounter"><a title="website
statistics" href="https://statcounter.com/"
target="_blank"><img class="statcounter"
src="https://c.statcounter.com/11601377/0/fde1fc98/1/"
alt="website statistics"></a></div></noscript>
<!-- End of Statcounter Code -->
</body>
<footer>
Last updated July 2020. Made with markdown(<a href="https://ia.net/writer">iA Writer</a>), and <a href="https://latex.now.sh"><span class="latex">L<span>a</span>T<span>e</span>X</span>.css</a>
</footer>
</html>