-
Notifications
You must be signed in to change notification settings - Fork 7
Expand file tree
/
Copy pathindex.html
More file actions
255 lines (230 loc) · 12.7 KB
/
index.html
File metadata and controls
255 lines (230 loc) · 12.7 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
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
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
<html>
<head>
<link href="https://fonts.googleapis.com/css?family=Roboto+Slab" rel="stylesheet">
<link rel="stylesheet" href="styles/styles.css"> <!-- Stylesheet linked here -->
<title>Programming 4</title> <!-- The title appears on the tab in your browser -->
</head>
<body>
<!-- This is the intro of the page - feel free to suggest a better description of the class -->
<div id="top">
<span id="title">Programming 4 Gallery</span>
<div id="intro">Computer Programing 4: Applied Math and Artificial Intelligence is a class at <a href="http://www.milton.edu">Milton Academy</a> that explores the concepts and applications of artificial intelligence in computer programs. The following projects are created by the students in the 2017-2018 classes.</div>
</div>
<!-- Use this project section as a template -->
<div class="projects group">
<a href="yeezus.html">
<div class="col span1">
<div class="project">
<img class="project-img" src="img/title.jpg">
<div class="project-title">Kanye Lyric LSTM RNN</div>
<div class="project-authors">Ben, Carson, and Jack</div>
<div class="project-description">Generating Kanye West's new album using a LSTM recurrent neural network</div>
</div>
</div>
</a>
<a href="language_synthesis.html">
<div class="col span1">
<div class="project">
<img style="max-height: 200px;" class="project-img" src="https://github.com/minimaxir/textgenrnn/blob/master/docs/default_model.png?raw=true">
<div class="project-title">Language Synthesis</div>
<div class="project-authors">Peter and Ethan</div>
<div class="project-description">Emulating the typing style of humans</div>
</div>
</div>
</a>
<a href="mentalhealth.html"> <!-- Your filename goes here -->
<div class="col span1">
<div class="project">
<!-- Your image name goes in the src quotes here - if it is a jpg in the img folder, it should be "img/filename.jpg" -->
<img class="project-img" src="img/mentalhealth/brain.jpg">
<!-- Your concise and descriptive title goes between the angle brackets here -->
<div class="project-title">BRFSS Data to Predict Depression</div>
<!-- Your names are displayed here - I recommend first name, last initial -->
<div class="project-authors">Jessica Wang</div>
<!-- Your one sentence description goes here - a viewer will click to get more information -->
<div class="project-description">This project uses BRFSS survey data to predict the likelihoods of depression.</div>
</div>
</div>
<a href="urban.html"> <!-- Your filename goes here -->
<div class="col span1">
<div class="project">
<!-- Your image name goes in the src quotes here - if it is a jpg in the img folder, it should be "img/filename.jpg" -->
<img class="project-img" src="img/urbanDict/urban.png">
<!-- Your concise and descriptive title goes between the angle brackets here -->
<div class="project-title">Urban Dictionary AI</div>
<!-- Your names are displayed here - I recommend first name, last initial -->
<div class="project-authors">Scott C and Ben S</div>
<!-- Your one sentence description goes here - a viewer will click to get more information -->
<div class="project-description">An LSTM neural network that generates Urban Dictionary style definitions, but (usually!) without the profanity.</div>
</div>
</div>
</a>
<a href="Chris_FinalProject.html"> <!-- Your filename goes here -->
<div class="col span1">
<div class="project">
<!-- Your image name goes in the src quotes here - if it is a jpg in the img folder, it should be "img/filename.jpg" -->
<img class="project-img" style="max-height: 200px; width: auto;" src="img/chris-final/BreastCancer38.jpg">
<!-- Your concise and descriptive title goes between the angle brackets here -->
<div class="project-title">Cancer Image Diagnostics</div>
<!-- Your names are displayed here - I recommend first name, last initial -->
<div class="project-authors">Chris</div>
<!-- Your one sentence description goes here - a viewer will click to get more information -->
<div class="project-description">A strategy for identification of cancerous CT scans</div>
</div>
</div>
</a>
<a href="PJEStyle.html"> <!-- Your filename goes here -->
<div class="col span1">
<div class="project">
<!-- Your image name goes in the src quotes here - if it is a jpg in the img folder, it should be "img/filename.jpg" -->
<img class="project-img" src="img/VGG.png">
<!-- Your concise and descriptive title goes between the angle brackets here -->
<div class="project-title">Generalized Feed-Forward Style Transfer</div>
<!-- Your names are displayed here - I recommend first name, last initial -->
<div class="project-authors">Jeff, Ethan, and Peter</div>
<!-- Your one sentence description goes here - a viewer will click to get more information -->
<div class="project-description">A model based on Johnson's "Perceptual Losses for Real-Time Style Transfer and Super-Resolution"</div>
</div>
</div>
</a>
<a href="lemongang.html">
<div class="col span1">
<div class="project">
<img class="project-img" src="img/lemongangimg/DudeAndBland.png">
<div class="project-title">Portrait-Based Color Preservation</div>
<div class="project-authors">Ben, Jack, and Jimmy</div>
<div class="project-description">Preserving colors to highlight facial features in a portait</div>
</div>
</div>
</a>
<a href="JZSreportPage.html"> <!-- Your filename goes here -->
<div class="col span1">
<div class="project">
<!-- Your image name goes in the src quotes here - if it is a jpg in the img folder, it should be "img/filename.jpg" -->
<img class="project-img" src="img/JZSstyletransfer/Skylinemod.jpg" style="height:180px;">
<!-- Your concise and descriptive title goes between the angle brackets here -->
<div class="project-title">The Effect of Image Transformations on Style Transfer</div>
<!-- Your names are displayed here - I recommend first name, last initial -->
<div class="project-authors">Scott C., Jessica W., Zac M.</div>
<!-- Your one sentence description goes here - a viewer will click to get more information -->
<div class="project-description">We transformed the contrast, blur, brightness, tint, and other aspects of images to observe the impact on style transfer.</div>
</div>
</div>
</a>
<a href="OpticalIllusionReportPage.html">
<div class="col span1">
<div class="project">
<img class="project-img" src="img/illusions/CirclesSquares1.jpg">
<div class="project-title">Optical Illusions</div>
<div class="project-authors">Carson, Chris, and Vijaya</div>
<div class="project-description">An analysis of the relationship between content and style as made distinct in a convolutional neural network</div>
</div>
</div>
</a>
<a href="jimmy_pendulum.html"> <!-- Your filename goes here -->
<div class="col span1">
<div class="project">
<!-- Your image name goes in the src quotes here - if it is a jpg in the img folder, it should be "img/filename.jpg" -->
<img class="project-img" style="height: 190px" src="img/jimmy-pendulum/pendulum.gif">
<!-- Your concise and descriptive title goes between the angle brackets here -->
<div class="project-title">CE vs DDPG for Pendulum-v0</div>
<!-- Your names are displayed here - I recommend first name, last initial -->
<div class="project-authors">Jimmy DeLano</div>
<!-- Your one sentence description goes here - a viewer will click to get more information -->
<div class="project-description">Investigating the Cross-Entropy and Deep Deterministic Policy Gradient methods.</div>
</div>
</div>
</a>
<a href="minecraft.html"> <!-- Your filename goes here -->
<div class="col span1">
<div class="project">
<!-- Your image name goes in the src quotes here - if it is a jpg in the img folder, it should be "img/filename.jpg" -->
<img class="project-img" src="img/title.jpg">
<!-- Your concise and descriptive title goes between the angle brackets here -->
<div class="project-title">Minecraft Model</div>
<!-- Your names are displayed here - I recommend first name, last initial -->
<div class="project-authors">Ethan B</div>
<!-- Your one sentence description goes here - a viewer will click to get more information -->
<div class="project-description">Model approach to solve the OpenAI Gym challenge in the Minecraft environment</div>
</div>
</div>
</a>
<a href="JackWeilerExamUpload.html"> <!-- Your filename goes here -->
<div class="col span1">
<div class="project">
<img class="project-img" style="height: 190px"src="https://jaromiru.files.wordpress.com/2016/10/mountaincar-v0.png">
<div class="project-title">Q Learning Mountain Car</div>
<div class="project-authors">Jack Weiler</div>
<div class="project-description">A comparison of discount factor and initial learning rate values to accompanied utility</div>
</div>
</div>
</a>
<a href="ChrisExam.html"> <!-- Your filename goes here -->
<div class="col span1">
<div class="project">
<!-- Your image name goes in the src quotes here - if it is a jpg in the img folder, it should be "img/filename.jpg" -->
<img class="project-img" style="height: 180px" src="img/chris-es/nPopGraph.jpg">
<!-- Your concise and descriptive title goes between the angle brackets here -->
<div class="project-title">Evolutionary Strategies for Pendulum Inversion</div>
<!-- Your names are displayed here - I recommend first name, last initial -->
<div class="project-authors">Chris P.</div>
<!-- Your one sentence description goes here - a viewer will click to get more information -->
<div class="project-description">Manipulating the inputs for Evolutionary Strategies code to solve the Pendulum-v0 Environment</div>
</div>
</div>
</a>
<a href="bitcoin-price.html"> <!-- Your filename goes here -->
<div class="col span1">
<div class="project">
<!-- Your image name goes in the src quotes here - if it is a jpg in the img folder, it should be "img/filename.jpg" -->
<img class="project-img" src="img/bitcoin-reddit/logo.png">
<!-- Your concise and descriptive title goes between the angle brackets here -->
<div class="project-title">The Mystery of Bitcoin’s Price</div>
<!-- Your names are displayed here - I recommend first name, last initial -->
<div class="project-authors">Jeffrey C, Peter M, Zac M</div>
<!-- Your one sentence description goes here - a viewer will click to get more information -->
<div class="project-description">Correlating the erratic changes in Bitcoin’s price with sentiments expressed on reddit</div>
</div>
</div>
</a>
<a href="Team_Survivor.html"> <!-- Your filename goes here -->
<div class="col span1">
<div class="project">
<img class="project-img" src="img/survivor/Survivor_UK.jpg" style="width:200px;height:200px;">
<div class="project-title">Who Survives?</div>
<div class="project-authors">Chris P, Carson P, Jimmy D</div>
<div class="project-description"><font size="2" face="Times New Roman" color = white>This project predicts how a contestant places at the end of a season in the reality TV show "Survivor" based upon the content of their 'confessionals'</font></div>
</div>
</div>
</a>
<a href="twitter.html"> <!-- Your filename goes here -->
<div class="col span1">
<div class="project">
<!-- Your image name goes in the src quotes here - if it is a jpg in the img folder, it should be "img/filename.jpg" -->
<img class="project-img" src="img/tweet-predictor/donald-hillary.jpg">
<!-- Your concise and descriptive title goes between the angle brackets here -->
<div class="project-title">Tweet Predicter</div>
<!-- Your names are displayed here - I recommend first name, last initial -->
<div class="project-authors">Ethan B, Jack W, Jessica W</div>
<!-- Your one sentence description goes here - a viewer will click to get more information -->
<div class="project-description">This project can classify tweets as being written by Hilary Clinton or Donald Trump. </div>
</div>
</div>
</a>
<a href="kickstarter.html"> <!-- Your filename goes here -->
<div class="col span1">
<div class="project">
<!-- Your image name goes in the src quotes here - if it is a jpg in the img folder, it should be "img/filename.jpg" -->
<img class="project-img" src="img/kickstarter/yes.png">
<!-- Your concise and descriptive title goes between the angle brackets here -->
<div class="project-title">A Kickstart to Kickstarter</div>
<!-- Your names are displayed here - I recommend first name, last initial -->
<div class="project-authors">Scott C, Ben S, Vijaya A</div>
<!-- Your one sentence description goes here - a viewer will click to get more information -->
<div class="project-description"> Predicts whether a Kickstarter project will succeed or not. </div>
</div>
</div>
</a>
</div>
</body>
</html>