-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathhow-to-use.html
27 lines (25 loc) · 1.02 KB
/
how-to-use.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
<!DOCTYPE html>
<html>
<head>
<title>Neuron Search</title>
<link rel="stylesheet" type="text/css" href="style.css">
</head>
<body>
<header>
<h1>Neuron Search</h1>
<nav>
<ul>
<li><a href="index.html">Home</a></li>
<li><a href="how-to-use.html">How To Use</a></li>
<li><a href="REHS Final Paper.pdf">Project Paper</a></li>
</ul>
</nav>
</header>
<p>Hello there!
</p>
<p>In order to search for neurons based on their number, select the first option and select the specific layer as well as type in the number in order to receive the desired output.<p>
<p>In order to search for neurons based on their concept, select the second option and select as many layers as you would like to search as well as type in the concept in order to receive the desired output.<p>
<p>A demonstration video is provided below</p>
<iframe src="https://drive.google.com/file/d/1T-fsMdU99tO5QjtIW99Oil7GTkxVrm59/preview" width="640" height="480" allow="autoplay"></iframe>
</body>
</html>