-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathReference.html
More file actions
44 lines (42 loc) · 2.16 KB
/
Reference.html
File metadata and controls
44 lines (42 loc) · 2.16 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
<!DOCTYPE html>
<html>
<head>
<link rel="icon" href="image/icon.png">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="style.css">
<title>Machine Learning</title>
</head>
<body>
<a href="index.html">
<div style="background-color: rgb(16,14,13);position: relative;color: white;">
<img src="image/title.png" style="height:100px;"><img src="image/title.png" style="height: 100px;transform: scaleX(-1); position: absolute; right: 0%;">
<div style="position: absolute;top: 50%;left: 50%;transform: translate(-50%, -50%);"><span style="font-size: 50px;"><b>Machine Learning</b></span></div>
</div>
</a>
<div class="navbar">
<a href="index.html">Home</a>
<a href="intro.html">Introduction</a>
<a href="Algorithm.html">Algorithm</a>
<a href="app.html">Applications</a>
<span style="float:right;"><a href="Reference.html">Reference</a></span>
</div>
<div style="padding:0 30px">
<h1>Reference</h1>
<p>
<ol>
<li>Strang, G. (2016). Introduction to linear algebra. Wellesley: Cambridge Press.</li>
<li>Stewart, J., Clegg, D., & amp; Watson, S. (2020). Calculus. Boston, MA, USA: Cengage Learning.</li>
<li>Sanderson, G. But what is a Neural Network? | Deep learning, chapter 1. Retrieved February 24, 2021, from <br>
<a href ="https://www.youtube.com/watch?v=aircAruvnKk&ab_channel=3Blue1Brown">https://www.youtube.com/watch?v=aircAruvnKk&ab_channel=3Blue1Brown</a></li>
<li>Applications of machine learning - javatpoint. (n.d.). Retrieved February 24, 2021, from <br>
<a href="https://www.javatpoint.com/applications-of-machine-learning">https://www.javatpoint.com/applications-of-machine-learning</a></li>
</ol>
</p>
<hr>
<footer>
<p><em>Author: Kristopher Zhao<br>
<a href="mailto:350111704@gapps.yrdsb.ca">350111704@gapps.yrdsb.ca</a></em></p>
</footer>
</div>
</body>
</html>