forked from deepjavalibrary/djl
-
Notifications
You must be signed in to change notification settings - Fork 0
/
index1.0.html
254 lines (238 loc) · 13.2 KB
/
index1.0.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
<!DOCTYPE html>
<html lang="en" class="gr__materializecss_com">
<head>
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-JE0V807433"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-JE0V807433');
</script>
<!-- Google Tag Manager -->
<script>
(function (w, d, s, l, i) {
w[l] = w[l] || [];
w[l].push({
'gtm.start': new Date().getTime(),
event: 'gtm.js'
});
var f = d.getElementsByTagName(s)[0],
j = d.createElement(s),
dl = l != 'dataLayer' ? '&l=' + l : '';
j.async = true;
j.src =
'https://www.googletagmanager.com/gtm.js?id=' + i + dl;
f.parentNode.insertBefore(j, f);
})(window, document, 'script', 'dataLayer', 'GTM-WQBQJWP');
</script>
<!-- End Google Tag Manager -->
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>DJL - Deep Java Library</title>
<!-- CSS -->
<link href="https://fonts.googleapis.com/icon?family=Material+Icons" rel="stylesheet">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/materialize/1.0.0/css/materialize.min.css">
<link href="website/css/style1.0.css" type="text/css" rel="stylesheet" media="screen,projection">
<link rel="shortcut icon" type="image/x-icon" href="website/img/favicon.png" />
<link rel="shortcut icon" sizes="96x96" href="website/img/favicon.png">
<link rel="apple-touch-icon" href="website/img/favicon.png">
</head>
<body data-gr-c-s-loaded="true">
<!-- Google Tag Manager (noscript) -->
<noscript><iframe src="https://www.googletagmanager.com/ns.html?id=GTM-WQBQJWP" height="0" width="0"
style="display:none;visibility:hidden"></iframe></noscript>
<!-- End Google Tag Manager (noscript) -->
<nav class="white app-nav" role="navigation">
<div class="nav-wrapper">
<div class="row">
<a href="https://djl.ai" class="logo" id="logo-container">
<img src="website/img/djl-middle.png">
</a>
<ul class="right col s10 hide-on-med-and-down">
<li><a href="https://github.com/deepjavalibrary/djl">GitHub</a></li>
<li><a href="https://docs.djl.ai/">Documentation</a></li>
<li><a href="website/javadoc.html">JavaDoc</a></li>
<li><a href="website/demo.html">Demos</a></li>
<li><a href="website/blog.html">Blogs</a></li>
<li><a href="https://docs.djl.ai/docs/demos/jupyter/tutorial/index.html">Tutorial</a></li>
<li><a href="https://github.com/deepjavalibrary/djl/tree/master/examples">Examples</a></li>
<li><a
href="https://deepjavalibrary.slack.com/join/shared_invite/zt-ar91gjkz-qbXhr1l~LFGEIEeGBibT7w#/">Slack</a>
</li>
<li><a href="https://d2l.djl.ai">D2L-Java Book</a></li>
<li><a href="./index.html">version2.0</a></li>
</ul>
<ul id="nav-mobile" class="sidenav">
<li><a href="https://github.com/deepjavalibrary/djl">GitHub</a></li>
<li><a href="https://docs.djl.ai/">Documentation</a></li>
<li><a href="website/javadoc.html">JavaDoc</a></li>
<li><a href="website/demo.html">Demos</a></li>
<li><a href="website/blog.html">Blogs</a></li>
<li><a href="https://docs.djl.ai/docs/demos/jupyter/tutorial/index.html">Tutorial</a></li>
<li><a href="https://github.com/deepjavalibrary/djl/tree/master/examples">Examples</a></li>
<li><a
href="https://deepjavalibrary.slack.com/join/shared_invite/zt-ar91gjkz-qbXhr1l~LFGEIEeGBibT7w#/">Slack</a>
</li>
<li><a href="https://d2l.djl.ai">D2L-Java Book</a></li>
<li><a href="./index.html">version2.0</a></li>
</ul>
<a data-target="nav-mobile" class="sidenav-trigger"><i class="material-icons">menu</i></a>
</div>
</div>
</nav>
<div id="index-banner" class="parallax-container">
<div id="particles-js">
<div class="container graph-container">
<br><br>
<h1 class="header center light-blue-text text-accent-2">Deep Java Library</h1>
<div class="row center">
<h5 class="header col s12 light">Open source library to build and deploy deep learning in Java</h5>
</div>
<div class="row center">
<a href="https://docs.djl.ai/docs/quick_start.html" id="download-button"
class="btn-large waves-effect waves-light light-blue accent-2">Get Started</a>
<a href="https://github.com/deepjavalibrary/djl"
class="btn-large waves-effect waves-light light-blue accent-2">GitHub</a>
</div>
<!-- Begin Mailchimp Signup Form -->
<!-- <link href="//cdn-images.mailchimp.com/embedcode/horizontal-slim-10_7.css" rel="stylesheet" -->
<!-- type="text/css"> -->
<div id="mc_embed_signup">
<form
action="https://djl.us7.list-manage.com/subscribe/post?u=f7896b2c176e28fed0ac92717&id=03099ec163"
method="post" id="mc-embedded-subscribe-form" name="mc-embedded-subscribe-form" class="validate"
target="_blank" novalidate>
<div id="mc_embed_signup_scroll">
<h5>Join the DJL newsletter</h5>
<input type="email" value="" name="EMAIL" class="email" id="mce-EMAIL"
placeholder="email address" required>
<!-- real people should not fill this in and expect good things - do not remove this or risk form bot signups-->
<div style="position: absolute; left: -5000px;" aria-hidden="true"><input type="text"
name="b_f7896b2c176e28fed0ac92717_03099ec163" tabindex="-1" value=""></div>
<div class="clear"><input type="submit" value="Subscribe" name="subscribe"
id="mc-embedded-subscribe"
class="button btn-small waves-effect waves-light light-blue subscribe-btn"></div>
</div>
</form>
</div>
<br><br>
<!--End mc_embed_signup-->
</div>
</div>
</div>
<div class="container">
<div class="section">
<!-- Icon Section -->
<div class="row">
<div class="col s12 m4">
<div class="icon-block">
<h2 class="center brown-text"><i class="material-icons">device_hub</i></h2>
<h5 class="center">Engine Agnostic</h5>
<p class="light">Write once and run anywhere. Develop your model using DJL and run it on an
engine of your choice</p>
</div>
</div>
<div class="col s12 m4">
<div class="icon-block">
<h2 class="center brown-text"><i class="material-icons">group</i></h2>
<h5 class="center">Built for Java developers</h5>
<p class="light">Intuitive APIs use native Java concepts and abstract away complexity involved
with Deep learning</p>
</div>
</div>
<div class="col s12 m4">
<div class="icon-block">
<h2 class="center brown-text"><i class="material-icons">cloud_upload</i></h2>
<h5 class="center">Ease of deployment</h5>
<p class="light">Bring in your own model, or use a state of the art model from our library to
deploy in minutes</p>
</div>
</div>
</div>
</div>
</div>
<div class="container">
<div class="section">
<a class="twitter-timeline" data-height="800" data-dnt="true"
href="https://twitter.com/deepjavalibrary?ref_src=twsrc%5Etfw">Tweets by deepjavalibrary</a>
<script async src="https://platform.twitter.com/widgets.js" charset="utf-8"></script>
</div>
</div>
<div class="container">
<div class="section">
<h4 class="center">From our customers</h4>
<div class="slider">
<ul class="slides">
<li>
<img src="website/img/stars-in-the-night-sky.jpg">
<div class="caption center-align">
<h5>“The Netflix observability team's future plans with DJL include trying out its training
API, scaling usage of transfer learning inference, and exploring its bindings for
PyTorch and MXNet to harness the power and availability of transfer learning.”</h5>
<h5 class="light grey-text text-lighten-3">Stanislav Kirdey, Engineer at Netflix
observability team</h5>
</div>
</li>
<li>
<img src="website/img/stars-in-the-night-sky.jpg">
<div class="caption center-align">
<h5>“Using DJL allowed us to run large batch inference on Spark for Pytorch models. DJL
helped reduce inference time from over six hours to under two hours.”</h5>
<h5 class="light grey-text text-lighten-3">-- Xiaoyan Zhang, Data Scientist at TalkingData
</h5>
</div>
</li>
<li>
<img src="website/img/stars-in-the-night-sky.jpg">
<div class="caption center-align">
<h5>“DJL enables us to run models built with different ML frameworks side by side in the
same JVM without infrastructure changes. ”</h5>
<h5 class="light grey-text text-lighten-3">-- Hermann Burgmeier, Engineer at Amazon
Advertising team </h5>
</div>
</li>
<li>
<img src="website/img/stars-in-the-night-sky.jpg">
<div class="caption center-align">
<h5>“Our science team prefers using Python. Our engineering team prefers using Java/Scala.
With DJL, data science team can build models in different Python APIs such as
Tensorflow, Pytorch, and MXNet, and engineering team can run inference on these models
using DJL. We found that our batch inference time was reduced by 85% from using DJL.”
</h5>
<h5 class="light grey-text text-lighten-3">-- Vaibhav Goel, Engineer at Amazon Behavior
Analytics team</h5>
</div>
</li>
</ul>
</div>
</div>
</div>
<footer class="page-footer grey darken-3">
<div class="container">
<div class="row">
<div class="col l6 s12">
<h5 class="white-text">About Us</h5>
<p class="grey-text text-lighten-4">Built with <span style="color: red;">♥</span> for the
Java community by <a href="https://docs.djl.ai/leaders.html">DJL Developers</a></p>
</div>
</div>
</div>
<div class="footer-copyright">
<div class="container">
Copyright 2019 <a class="brown-text text-lighten-3" href="http://aws.amazon.com/">Amazon.com, Inc.</a>
or its
affiliates. All Rights Reserved.
</div>
</div>
</footer>
<!-- Scripts-->
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/2.1.1/jquery.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/materialize/1.0.0/js/materialize.min.js"></script>
<script src="website/js/init.js"></script>
<script src='https://cdn.jsdelivr.net/particles.js/2.0.0/particles.min.js'></script>
<script src="website/js/script.js"></script>
<div class="sidenav-overlay"></div>
<div class="drag-target"></div>
</body>
</html>