forked from suranah/practicalnlp-web
-
Notifications
You must be signed in to change notification settings - Fork 0
/
events.html
379 lines (367 loc) · 24.1 KB
/
events.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
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<title>Practical Natural Language Processing</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-88377259-2"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'UA-88377259-2');
</script>
<meta property="og:type" content="website" />
<meta property="og:title" content="Practical Natural Language Processing - O'Reilly Media" />
<meta name="twitter:card" content="summary" />
<meta name="twitter:image" content="https://cdn.oreillystatic.com/oreilly/images/oreilly-social-icon-120.png" />
<meta property="og:image" content="https://cdn.oreillystatic.com/oreilly/images/oreilly-social-icon-200.png" />
<link rel="icon" href="https://www.oreilly.com/favicon.ico"/>
<meta name="description" content="Practical Natural Language Processing by O'Reilly Media" />
<!-- favicon -->
<link rel="shortcut icon" href="images/favicon.ico">
<!--Slider-->
<link href="https://fonts.googleapis.com/css2?family=Ubuntu:ital,wght@0,300;0,700;1,300;1,700&display=swap" rel="stylesheet">
<!-- css -->
<link href="css/bootstrap.min.css" rel="stylesheet" type="text/css" />
<link href="css/style.css" rel="stylesheet" type="text/css" />
<link href="https://stackpath.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css" rel="stylesheet" type="text/css" />
<link href="https://cdnjs.cloudflare.com/ajax/libs/academicons/1.8.6/css/academicons.css" rel="stylesheet" type="text/css" />
</head>
<body>
<!-- Loader -->
<div id="preloader">
<div id="status">
<div class="spinner">
<div class="dot1"></div>
<div class="dot2"></div>
</div>
</div>
</div>
<!--Navbar Start-->
<nav class="navbar navbar-expand-lg fixed-top navbar-custom sticky sticky-dark">
<div class="container">
<!-- LOGO -->
<a class="navbar-brand logo" href="index.html">
<img src="images/logo.png" alt="" class="" height="31">
</a>
<button class="navbar-toggler p-0" type="button" data-toggle="collapse" data-target="#navbarCollapse" aria-controls="navbarCollapse" aria-expanded="false" aria-label="Toggle navigation">
<i class="fa fa-bars"></i>
</button>
<div class="collapse navbar-collapse" id="navbarCollapse">
<ul class="navbar-nav ml-auto navbar-center" id="mySidenav">
<li class="nav-item active">
<a href="index.html#home" class="nav-link">Home</a>
</li>
<li class="nav-item">
<a href="index.html#about-book" class="nav-link">About the book</a>
</li>
<li class="nav-item">
<a href="index.html#testimonials" class="nav-link">Testimonials</a>
</li>
<li class="nav-item">
<a href="#blog" class="nav-link">Blog (coming soon)</a>
</li>
</ul>
</div>
</div>
</nav>
<!-- Navbar End -->
<!-- Hero Start -->
<section class="hero-1-bg position-relative bg-dark d-flex align-items-center" id="home">
<div class="container">
<div class="row align-items-center">
<div class="col-lg-7">
<div class="hero-title pr-lg-5">
<h1 class="hero-1-title mb-4 text-light">Practical Natural
<span class="text-light ">Language Processing</span>
</h1>
<p class=" text-light " >Sowmya Vajjala, Bodhisattwa Majumder, Anuj Gupta, Harshit Surana</p>
<hr class="hr-light">
<p class="text-light mb-2 ">Endorsed by <span class="font-weight-medium" >Zachary Lipton, Sebastian Ruder & Marc Najork </span></p>
<p class="text-light mb-4 pb-2 ">Foreword by <span class="font-weight-medium" > Julian McAuley</span></p>
<a href="#testimonials" class="btn btn-warning">Read the testimonials</a>
</div>
</div>
<div class="col-lg-5">
<div class="mt-5 mt-lg-0">
<a href="#"><img src="images/book.png" class="img-responsive" style=" max-width: 400px;margin: 0 auto;display: block;margin-bottom: 3%;"></a>
<div class="row">
<!-- <span class="text-light"><b>WARNING:</b> third-party sellers sell counterfeit on Amazon. <a class="js-scroll-trigger text-light " href="#buythebook" ><b>How to buy a genuine copy?</b></a></span> -->
</div>
</div>
</div>
</div>
</div>
</section>
<!-- Hero End -->
<!-- Testimonial Start -->
<section class="section bg-light " id="events">
<div class="container">
<div class="row justify-content-left">
<div class="col-lg-12 col-md-8">
<div class="title text-left mb-5">
<h1 class="font-weight-bold text-dark"> Events
</h1>
</div>
</div>
</div>
<div class="row align-items-center" id="iimc">
<div class="col-md-4" >
<div class="features-img author-item">
<img src="images/quotes/zach.jpg" alt="" class="img-fluid d-block mx-auto">
<p class="text-dark mb-0 text-center font-weight-medium"> Scientist at Amazon AI</p>
<p class=" text-dark mb-0 text-center font-weight-medium">
Author of Dive into Deep Learning
</p>
</div>
</div>
<div class="col-md-8 ">
<div class="features-box mt-5 mt-sm-0 mb-4">
<h4 class="text-dark "><a href="#">Zachary Lipton</a></h4>
<hr class="hr-dark">
<p class="mb-3 f-15 ">Practical NLP focuses squarely on an overlooked demographic: the practitioners and business leaders in industry! While many great books focus on ML’s algorithmic fundamentals, this book exposes the anatomy of real-world systems: from e-commerce applications to virtual assistants. Painting a realistic picture of modern production systems, the book teaches not only deep learning, but also the heuristics and patchwork pipelines that define the (actual) state of the art for deployed NLP systems. The authors zoom out, teaching problem formulation, and aren’t afraid to zoom in on the grimy details, including handling messy data and sustaining live systems. This book will prove invaluable to industry professionals keen to build and deploy NLP in the wild.
</p>
</div>
</div>
</div>
<hr class="hr-dark">
<div class="row align-items-center" id="bay_nlp">
<div class="col-md-4" >
<div class="features-img author-item">
<img src="images/quotes/ruder.jpg" alt="" class="img-fluid d-block mx-auto">
<p class="text-dark text-center font-weight-medium mb-0"> Scientist, Google DeepMind </p>
<p class=" text-dark text-center font-weight-medium mb-0">
Author of newsletter NLP News
</p>
</div>
</div>
<div class="col-md-8 ">
<div class="features-box mt-5 mt-sm-0 mb-4">
<h4 class="text-dark "><a href="#">Sebastian Ruder</a></h4>
<hr class="hr-dark">
<p class="mb-3 f-15">This book does a great job bridging the gap between natural language processing (NLP) research and practical applications. From healthcare to e-commerce and finance, it covers many of the most sought-after domains where NLP is being put to use and walks through core tasks in a clear and understandable manner. Overall, the book is a great manual on how to get the most out of current NLP in your industry.
</p>
</div>
</div>
</div>
<hr class="hr-dark">
<div class="row align-items-center" id="msr">
<div class="col-md-4" >
<div class="features-img author-item">
<img src="images/quotes/marc.jpg" alt="" class="img-fluid d-block mx-auto">
<p class="text-dark mb-0 text-center font-weight-medium"> Director, Google AI</p>
<p class=" text-dark mb-0 text-center font-weight-medium">
ACM & IEEE Fellow
</p>
</div>
</div>
<div class="col-md-8">
<div class="features-box mt-5 mt-sm-0 mb-4">
<h4 class="text-dark "><a href="#">Marc Najork</a></h4>
<hr class="hr-dark">
<p class="mb-3 f-15">There are two kinds of computer science books on the market: academic textbooks that give you a deep understanding of a domain but can be difficult to access for a non-academic, and "cookbooks" that outline solutions to very specific problems without providing the technical foundations that would allow the reader to generalize the recipes. This book offers the best of both worlds: it is thorough yet accessible. It provides the reader with a solid foundation in natural-language processing,if you would like to go from zero to one in NLP, this book is for you!
</p>
</div>
</div>
</div>
<hr class="hr-dark">
<div class="row align-items-center">
<div class="col-md-4" >
<div class="features-img author-item">
<img src="images/quotes/monojit.jpg" alt="" class="img-fluid d-block mx-auto">
<p class="text-dark mb-0 text-center font-weight-medium"> Principal Researcher, Microsoft</p>
<p class=" text-dark mb-0 text-center font-weight-medium">
Faculty at IIT Kharagpur
</p>
</div>
</div>
<div class="col-md-8">
<div class="features-box mt-5 mt-sm-0 mb-4">
<h4 class="text-dark "><a href="#">Monojit Choudhury </a></h4>
<hr class="hr-dark">
<p class="mb-3 f-15">There are text books or research papers or books on programming tips, but not a book that tells us how to build an end-to-end NLP system from scratch. I am happy to see this book on “Practical NLP”, which fills this much needed gap. The authors have meticulously, thoughtfully and lucidly covered each and every aspect of NLP that one has to be aware of while building large scale practical systems; at the same time, this book has also managed to cover a large number of examples and varied application areas and verticals. This book is a must for all aspiring NLP engineers, entrepreneurs who want to build companies around language technologies, and also academic researchers who would like to see their inventions reach the real users.
</p>
</div>
</div>
</div>
<hr class="hr-dark">
<div class="row align-items-center">
<div class="col-md-4" >
<div class="features-img author-item">
<img src="images/quotes/vinayak.jpg" alt="" class="img-fluid d-block mx-auto">
<p class="text-dark mb-0 text-center font-weight-medium"> CTO-in-Residence</p>
<p class=" text-dark mb-0 text-center font-weight-medium">
Microsoft For Startups
</p>
</div>
</div>
<div class="col-md-8">
<div class="features-box mt-5 mt-sm-0 mb-4">
<h4 class="text-dark "><a href="#">Vinayak Hegde</a></h4>
<hr class="hr-dark">
<p class="mb-3 f-15">This book bridges the gap between theory and practice by explaining the underlying concepts while keeping in mind varied real-world deployments across different business verticals. There is much hard-fought practical advice from the trenches whether it is about tweaking parameters of open source libraries, setting up data pipelines for building models, or optimizing for fast inference. A must-read for engineers building NLP applications.
</p>
</div>
</div>
</div>
<hr class="hr-dark">
<div class="row align-items-center">
<div class="col-md-4" >
<div class="features-img author-item">
<img src="images/quotes/mengting.jpg" alt="" class="img-fluid d-block mx-auto">
<p class="text-dark mb-0 text-center font-weight-medium"> Data Scientist at Airbnb </p>
<p class=" text-dark mb-0 text-center font-weight-medium">
Microsoft Research Fellow
</p>
</div>
</div>
<div class="col-md-8">
<div class="features-box mt-5 mt-sm-0 mb-4">
<h4 class="text-dark "><a href="#">Mengting Wan
</a></h4>
<hr class="hr-dark">
<p class="mb-3 f-15">I feel this is not only an essential book for NLP practitioners, it is also a valuable reference for the research community to understand the problem spaces in real-world applications. I very much appreciate this book and wish this could be a long-term project with up-to-date NLP applications trending!
</p>
</div>
</div>
</div>
<hr class="hr-dark">
<div class="row align-items-center">
<div class="col-md-4" >
<div class="features-img author-item">
<img src="images/quotes/sid.jpg" alt="" class="img-fluid d-block mx-auto">
<p class="text-dark mb-0 text-center font-weight-medium"> ML Engineer </p>
<p class=" text-dark mb-0 text-center font-weight-medium">
Facebook
</p>
</div>
</div>
<div class="col-md-8">
<div class="features-box mt-5 mt-sm-0 mb-4">
<h4 class="text-dark "><a href="#">Siddharth Sharma</a></h4>
<hr class="hr-dark">
<p class="mb-3 f-15">This book shows how to put NLP to practice. It bridges the ever widening gap between NLP theory and practical engineering. From fundamentals to hands on code examples of state of the art modeling techniques, this book provides a thoughtful and in-depth experience to the reader. The authors achieved a rare feat by simplifying the esoteric art of design and architecture of production quality machine learning systems.
I wish I had access to this book early on in my professional career and evaded the mistakes I made along the way.
I am deeply convinced that this book is an essential read for anybody involved in developing a robust, high-performing NLP system.
</p>
</div>
</div>
</div>
<hr class="hr-dark">
<div class="row align-items-center">
<div class="col-md-4" >
<div class="features-img author-item">
<img src="images/quotes/ed.jpg" alt="" class="img-fluid d-block mx-auto">
<p class="text-dark mb-0 text-center font-weight-medium"> CEO and co-founder </p>
<p class=" text-dark mb-0 text-center font-weight-medium">
SharpestMinds (YC W18)
</p>
</div>
</div>
<div class="col-md-8">
<div class="features-box mt-5 mt-sm-0 mb-4">
<h4 class="text-dark "><a href="#">Ed Harris
</a></h4>
<hr class="hr-dark">
<p class="mb-3 f-15">Practical NLP focuses on how to properly build NLP systems for the real world. Before this book, anyone taking an NLP model past the prototype stage for the first time had to rely on trial and error and a patchwork of blog posts from around the Internet. This book gives a consolidated look at modern practice, starting from an MVP and building up to examples for sophisticated use cases.
</p>
</div>
</div>
</div>
<!-- <hr class="hr-dark">
<div class="row align-items-center">
<div class="col-md-4" >
<div class="features-img author-item">
<img src="images/quotes/ruder.jpg" alt="" class="img-fluid d-block mx-auto">
<p class="text-dark mb-0 text-center font-weight-medium"> Scientist, Google DeepMind </p>
<p class=" text-dark mb-0 text-center font-weight-medium ">
Author of newsletter NLP News
</p>
</div>
</div>
<div class="col-md-8">
<div class="features-box mt-5 mt-sm-0 mb-4">
<h4 class="text-dark "><a href="#">Sebastian Ruder</a></h4>
<hr class="hr-dark">
<p class="mb-3 f-15">This book does a great job bridging the gap between natural language processing (NLP) research and practical applications. From healthcare to e-commerce and finance, it covers many of the most sought-after domains where NLP is being put to use and walks through core tasks in a clear and understandable manner. Overall, the book is a great manual on how to get the most out of current NLP in your industry.
</p>
</div>
</div>
</div> -->
</div>
</section>
<!-- Testimonial End -->
<!-- Forward Start -->
<section class="section bg-light ">
<div class="container">
<div class="row justify-content-left">
<div class="col-lg-12 col-md-8">
<div class="title text-left mb-5">
<h1 class="font-weight-bold text-dark"> Foreword
</h1>
</div>
</div>
</div>
<div class="row align-items-center" id="zachary">
<div class="col-md-4" >
<div class="features-img author-item">
<img src="images/quotes/julian.jpg" alt="" class="img-fluid d-block mx-auto">
<p class="text-dark mb-0 text-center font-weight-medium"> Professor of Computer Science</p>
<p class=" text-dark mb-0 text-center font-weight-medium">
UC San Diego
</p>
<p class=" text-dark mb-0 text-center font-weight-medium">
Stanford post-doc
</p>
</div>
</div>
<div class="col-md-8 ">
<div class="features-box mt-5 mt-sm-0 mb-4">
<h4 class="text-dark "><a href="#">Julian McAuley</a></h4>
<hr class="hr-dark">
<p class="mb-3 f-15 ">The field of Natural Language Processing has undergone a dramatic shift in recent years, both in terms of methodology and in terms of the applications supported. Methodological advances have ranged from new ways of representing documents to new techniques for language synthesis. With these have come new applications ranging from open-ended conversational systems to techniques that use natural language for model interpretability. Finally, these advances have seen natural language processing gain a foothold in related areas, such as computer vision and recommender systems, some of which my lab is working on with support from Amazon, Samsung and the National Science Foundation.
</p>
<p class="mb-3 f-15 ">As NLP is expanding into these exciting new areas, so too has the audience of practitioners wanting to make use of NLP techniques. In the Data Science course (CSE 258) I take at UCSD which is often the most attended in the computer science department, I see more and more students are doing their projects on NLP based topics. Rapidly, NLP is becoming a necessary skill required by engineers and product managers, to scientists, students, and enthusiasts wishing to build applications on top of natural language data. On one hand, new tools and libraries for NLP and machine learning have made natural language modeling more accessible than ever. But on the other hand, resources for learning NLP must target this ever-growing and diverse audience. This is especially true for organizations that have recently adopted NLP, or for students working with natural language data for the first time.
</p>
<p class="mb-3 f-15 ">It has been my pleasure over the last few years to collaborate with Bodhisattwa Majumder on exciting new applications in natural language processing and dialog, so I was thrilled to hear about his efforts, along with Sowmya Vajjala, Anuj Gupta, Harshit Surana, to write a book on NLP. They have a wide experience in scaling NLP including at early-stage startups, the MIT Media Lab, Microsoft Research, and Google AI.
</p>
<p class="mb-3 f-15 ">I am excited by the end-to-end approach taken in their book, which will make it useful for a range of scenarios, and will help readers to work with the labyrinth of possible options while building NLP applications. I am especially thrilled by the focus on modern NLP applications such as chatbots, as well as the focus on interdisciplinary topics such as e-commerce and retail. These topics will be especially useful for industry leaders and researchers, and critically are topics that have been given limited coverage in existing textbooks. This book will be ideal both as a first resource to discover the field of natural language processing, as well as for seasoned practitioners looking to discover the latest developments in this exciting area.
</p>
</div>
</div>
</div>
<hr class="hr-dark">
</div>
</section>
<!-- Forward End -->
<!-- Footer Start -->
<section class="section bg-dark footer">
<div class="container">
<div class="row justify-content-center">
<div class="col-lg-6">
<div class="row ">
<div class="col-md-12">
<div class="text-center text-light">
<p class="mb-0 f-15">2020 © Practical Natural Language Processing.</p>
<p class="mb-0 f-15"> Made with <i class="fa fa-heart" aria-hidden="true"></i>
in Bangalore by <a href="https://codetrappers.com/" target="_blank">CodeTrappers</a>
</p>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- Footer End -->
<!-- javascript -->
<script src="js/jquery.min.js"></script>
<script src="js/scrollspy.min.js"></script>
<script src="js/bootstrap.bundle.min.js"></script>
<script src="js/jquery.easing.min.js"></script>
<!-- Main Js -->
<script src="js/app.js"></script>
</body>
</html>