-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.html
303 lines (281 loc) · 12.3 KB
/
index.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
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
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
<!DOCTYPE HTML>
<!--
Phantom by HTML5 UP
html5up.net | @ajlkn
Free for personal and commercial use under the CCA 3.0 license (html5up.net/license)
-->
<html>
<head>
<title>unnecessary.ai</title>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no" />
<link rel="stylesheet" href="assets/css/main.css" />
<noscript><link rel="stylesheet" href="assets/css/noscript.css" /></noscript>
<!-- favicon !-->
<link rel="shortcut icon" type="image/x-icon" href="favicon/favicon.ico">
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-148388374-1"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'UA-148388374-1');
</script>
</head>
<body class="is-preload">
<!-- Wrapper -->
<div id="wrapper">
<!-- Header -->
<header id="header">
<div class="inner">
<!-- Logo -->
<a href="https://atlas.dessa.com/?u=unai" target="_blank" class="logo">
<span class="symbol"><img src="images/dessa.logo.icon_screen.svg" alt="Dessa"/></span>
</a>
<!--</span><span class="title">Dessa</span>-->
<!--<span class="symbol"><img src="images/logo.svg" alt="Dessa" /></span><span class="title">Dessa</span>-->
<!-- Nav -->
<nav>
<ul>
<li><a href="#menu">Menu</a></li>
</ul>
</nav>
</div>
</header>
<!-- Menu -->
<nav id="menu">
<h2>Navigator</h2>
<ul>
<li><a href="index.html">home</a></li>
<li><a href="about.html">about</a></li>
</ul>
</nav>
<!-- Main -->
<div id="main">
<div class="inner">
<header>
<h1 class="header-spacing">unnecessary artificial intelligence</h1>
<p>We're architects, designers, and builders of artificial intelligence.</p>
<!-- builders, designers, and victims (observers?) !-->
<!--<p>We're creators, makers, and builders of artificial intelligence. </p>-->
<p>Most of time, we build necessary artificial intelligence which powers the everyday world around us. </p>
<p>Sometimes, we build things that are unnecessary, but contribute to the world in <i>units of fun.</i>
</p>
</header>
<section class="tiles">
<article class="style1">
<span class="image">
<img src="images/01-whalefakes.jpeg" alt="@whalefakes, a Twitterbot based on GPT-2" />
</span>
<a href="https://twitter.com/whalefakes" target="_blank">
<h2>@whalefakes</h2>
<div class="content">
<p>@whalefakes is a Twitterbot trained by finetuning GPT-2, a language model, on tweets by @awhalefact.
<p>"if there were more water, animals would be more aquatic" — <b>@whalefakes</b></p>
</p>
</div>
</a>
</article>
<article class="style2">
<span class="image">
<img src="images/02-realtalk.jpeg" alt="RealTalk, a state-of-the-art speech synthesis system" />
</span>
<a href="http://fakejoerogan.com/" target="_blank">
<h2>RealTalk</h2>
<div class="content">
<p>RealTalk is a state-of-the-art speech synthesis system which talk about chimps playing hockey,
among other wildly entertaining topics.</p>
</div>
</a>
</article>
<article class="style3">
<span class="image">
<img src="images/03-trump.jpeg" alt="GPT-2 Trump Classifier" />
</span>
<a href="http://faketrump.ai/" target="_blank">
<h2>Trump vs. GPT-2</h2>
<div class="content">
<p>We finetuned GPT-2 on Trump tweets, but decided the world doesn't need more Trump content.
Instead, we trained a discriminator to classify between Trump & GPT-2 Trump.
It turns out that classification is difficult due to his incoherence.</p>
<p> Can you beat our discriminator at spotting real Trump tweets?</p>
</div>
</a>
</article>
<article class="style4">
<span class="image">
<img src="images/04-space2vec.png" alt="space2vec supernova detection identifier" />
</span>
<a href="https://medium.com/dessa-news/space-2-vec-fd900f5566" target="_blank">
<h2>space2vec</h2>
<div class="content">
<p>space2vec is a record-breaking supernova detection system built on convolutional
neural networks, with the goal to "cluster the goddamn universe."
</p>
</div>
</a>
</article>
<article class="style5">
<span class="image">
<img src="images/05-mlbeer.jpg" alt="Machine learning beer" />
</span>
<a href="machine-learning-brewery.html" target="_blank">
<h2>Machine learning brewery</h2>
<div class="content">
<p>We trained a model on highly-rated beer recipes and made them at a brewery.</p>
<p>We hand-delivered a bottle to the Prime Minister of Canada. It is unclear whether or not he imbibed.
Guess we'll never know!</p>
</div>
</a>
</article>
<article class="style6">
<span class="image">
<img src="images/06-wolfram-beta.png" alt="Wolfram Beta" />
</span>
<a href="http://www.wolframbeta.art/" target="_blank">
<h2>Wolfram Beta</h2>
<div class="content">
<p>It's like Wolfram Alpha, but worse. Powered by a neural network.</p>
</div>
</a>
</article>
<article class="style2">
<span class="image">
<img src="images/pic07.jpg" alt="" />
</span>
<a href="" target="_blank">
<h2>SUPER TOP SECRET WHALE PROJECT #2</h2>
<div class="content">
<p>More whales, more fun.</p>
</div>
</a>
</article>
<article class="style3">
<span class="image">
<img src="images/pic08.jpg" alt="" />
</span>
<a href="" target="_blank">
<h2>Super top secret speech project</h2>
<div class="content">
<p>Super super top secret.</p>
</div>
</a>
</article>
<article class="style1">
<span class="image">
<img src="images/pic09.jpg" alt="" />
</span>
<a href="https://github.com/DeepLearnI/unnecessary-ai" target="_blank">
<h2>Submit</h2>
<div class="content">
<p>We'd love to feature your unnecessary project!</p>
<p><b>Please make a pull request via GitHub.</b> </p>
</div>
</a>
</article>
<!--
<article class="style5">
<span class="image">
<img src="images/pic10.jpg" alt="" />
</span>
<a href="generic.html">
<h2>Ultricies</h2>
<div class="content">
<p>Sed nisl arcu euismod sit amet nisi lorem etiam dolor veroeros et feugiat.</p>
</div>
</a>
</article>
<article class="style6">
<span class="image">
<img src="images/pic11.jpg" alt="" />
</span>
<a href="generic.html">
<h2>Dictum</h2>
<div class="content">
<p>Sed nisl arcu euismod sit amet nisi lorem etiam dolor veroeros et feugiat.</p>
</div>
</a>
</article>
<article class="style4">
<span class="image">
<img src="images/pic12.jpg" alt="" />
</span>
<a href="generic.html">
<h2>Pretium</h2>
<div class="content">
<p>Sed nisl arcu euismod sit amet nisi lorem etiam dolor veroeros et feugiat.</p>
</div>
</a>
</article>
!-->
</section>
</div>
</div>
<!-- Footer -->
<footer id="footer">
<div class="inner">
<section>
<h2>Get in touch</h2>
<!--
<form method="post" action="https://script.google.com/macros/s/AKfycbyKpxMZXy2igV65-zz-Dfgj2HofoI56ZoQWxNK7SYDp3rkaP4Zu/exec">
<div class="fields">
<div class="field half">
<input type="text" name="name" id="name" placeholder="Name" />
</div>
<div class="field half">
<input type="email" name="email" id="email" placeholder="Email" />
</div>
<div class="field">
<textarea name="message" id="message" placeholder="Message"></textarea>
</div>
</div>
<ul class="actions">
<li><input type="submit" value="Send" class="primary" /></li>
</ul>
</form> !-->
<ul class="icons">
<li><a href="https://dessa.com/contact/" target="_blank" class="icon solid style2 fa-envelope"><span class="label">Email</span></a></li>
</ul>
</section>
<section>
<h2>Follow</h2>
<ul class="icons">
<li><a href="https://twitter.com/dessa" target="_blank" class="icon brands style2 fa-twitter"><span class="label">Twitter</span></a></li>
<li><a href="https://medium.com/@dessa_" target="_blank" class="icon brands style2 fa-medium"><span class="label">Medium</span></a></li>
<li><a href="https://www.linkedin.com/company/dessa1/" target="_blank" class="icon brands style2 fa-linkedin"><span class="label">LinkedIn</span></a></li>
<!--<li><a href="#" class="icon brands style2 fa-facebook-f"><span class="label">Facebook</span></a></li>-->
<!--<li><a href="#" class="icon brands style2 fa-instagram"><span class="label">Instagram</span></a></li>-->
<!--<li><a href="#" class="icon brands style2 fa-dribbble"><span class="label">Dribbble</span></a></li>-->
<li><a href="https://github.com/DeepLearnI" target="_blank" class="icon brands style2 fa-github"><span class="label">GitHub</span></a></li>
<!--<li><a href="#" class="icon brands style2 fa-500px"><span class="label">500px</span></a></li>-->
<!--<li><a href="#" class="icon solid style2 fa-phone"><span class="label">Phone</span></a></li>-->
<!--<li><a href="https://dessa.com/contact/" target="_blank" class="icon solid style2 fa-envelope"><span class="label">Email</span></a></li>-->
</ul>
</section>
<ul class="copyright">
<li>© Dessa. All rights reserved</li><li>Design: <a href="http://html5up.net" target="_blank">HTML5 UP</a></li>
</ul>
</div>
</footer>
</div>
<!-- Social media sidebar !-->
<!-- Load font awesome icons -->
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
<!-- The social media icon bar -->
<div class="icon-bar">
<a href="https://www.facebook.com/sharer/sharer.php?u=https://unnecessary.ai/" target="_blank" class="facebook"><i class="fa fa-facebook"></i></a>
<a href="http://www.twitter.com/share?url=https://unnecessary.ai" target="_blank" class="twitter"><i class="fa fa-twitter"></i></a>
<a href="mailto:?subject=unnecessary artificial intelligence 🐳&body=Check out unnecessary artificial intelligence! 🐳 🎉 https://unnecessary.ai/" target="_blank" class="google"><i class="fa fa-envelope"></i></a>
<a href="https://www.linkedin.com/sharing/share-offsite/?url=https://unnecessary.ai/" target="_blank" class="linkedin"><i class="fa fa-linkedin"></i></a>
<!--<a href="#" class="youtube"><i class="fa fa-youtube"></i></a>-->
</div>
<!-- Scripts -->
<script src="assets/js/jquery.min.js"></script>
<script src="assets/js/browser.min.js"></script>
<script src="assets/js/breakpoints.min.js"></script>
<script src="assets/js/util.js"></script>
<script src="assets/js/main.js"></script>
<!-- email handling !-->
<script data-cfasync="false" type="text/javascript" src="assets/js/form-submission-handler.js"></script>
</body>
</html>