All Projects → szha → Kdd18 Gluon

szha / Kdd18 Gluon

Licence: apache-2.0
KDD18 Tutorial: Deep Learning and Natural Language Processing with Apache MXNet (Incubating) Gluon

Projects that are alternatives of or similar to Kdd18 Gluon

Image generator
DCGAN image generator 🖼️.
Stars: ✭ 173 (-0.57%)
Mutual labels:  jupyter-notebook
Ipynb
Package / Module importer for importing code from Jupyter Notebook files (.ipynb)
Stars: ✭ 174 (+0%)
Mutual labels:  jupyter-notebook
Mpld3
mpld3 provides a custom stand-alone javascript library built on D3, which parses JSON representations of plots. The mpld3 python module provides a set of routines which parses matplotlib plots (using the mplexporter framework) and outputs the JSON description readable by mpld3.js.
Stars: ✭ 2,121 (+1118.97%)
Mutual labels:  jupyter-notebook
Personal data science projects
Stars: ✭ 173 (-0.57%)
Mutual labels:  jupyter-notebook
Osvos Caffe
One-Shot Video Object Segmentation
Stars: ✭ 173 (-0.57%)
Mutual labels:  jupyter-notebook
Iocaml
An OCaml kernel for the IPython notebook
Stars: ✭ 173 (-0.57%)
Mutual labels:  jupyter-notebook
Malware Misc Re
Miscellaneous Malware RE
Stars: ✭ 173 (-0.57%)
Mutual labels:  jupyter-notebook
Time series prediction
This is the code for "Time Series Prediction" By Siraj Raval on Youtube
Stars: ✭ 174 (+0%)
Mutual labels:  jupyter-notebook
Deep Crowd Counting crowdnet
An independent implementation of "CrowdNet: A Deep Convolutional Network for Dense Crowd Counting"
Stars: ✭ 173 (-0.57%)
Mutual labels:  jupyter-notebook
Annotated Transformer
http://nlp.seas.harvard.edu/2018/04/03/attention.html
Stars: ✭ 2,403 (+1281.03%)
Mutual labels:  jupyter-notebook
Deep Math Machine Learning.ai
A blog which talks about machine learning, deep learning algorithms and the Math. and Machine learning algorithms written from scratch.
Stars: ✭ 173 (-0.57%)
Mutual labels:  jupyter-notebook
Dfp
Reinforcement Learning with Goals
Stars: ✭ 173 (-0.57%)
Mutual labels:  jupyter-notebook
Provingground
Proving Ground: Tools for Automated Mathematics
Stars: ✭ 173 (-0.57%)
Mutual labels:  jupyter-notebook
Stata kernel
A Jupyter kernel for Stata. Works with Windows, macOS, and Linux.
Stars: ✭ 172 (-1.15%)
Mutual labels:  jupyter-notebook
Pytorch sac
PyTorch implementation of Soft Actor-Critic (SAC)
Stars: ✭ 174 (+0%)
Mutual labels:  jupyter-notebook
18330
18.330 Introduction to Numerical Analysis
Stars: ✭ 171 (-1.72%)
Mutual labels:  jupyter-notebook
Evolutionary Computation Course
Jupyter/IPython notebooks about evolutionary computation.
Stars: ✭ 173 (-0.57%)
Mutual labels:  jupyter-notebook
Nlp Exercises
Stars: ✭ 174 (+0%)
Mutual labels:  jupyter-notebook
Introduction To Time Series Forecasting Python
Introduction to time series preprocessing and forecasting in Python using AR, MA, ARMA, ARIMA, SARIMA and Prophet model with forecast evaluation.
Stars: ✭ 173 (-0.57%)
Mutual labels:  jupyter-notebook
Captcha break
验证码识别
Stars: ✭ 2,268 (+1203.45%)
Mutual labels:  jupyter-notebook

KDD18 London: Deep Learning and Natural Language Processing with Apache MXNet (Incubating) Gluon

Time: Tuesday, August 21, 2018
Location: ICC Capital Suite Room 14+15+16

Presenter: Alex Smola, Leonard Lausen, Haibin Lin

Abstract

While deep learning has rapidly emerged as the dominant approach to training predictive models for large-scale machine learning problems, these algorithms push the limits of available hardware, requiring specialized frameworks optimized for GPUs and distributed cloud-based training. Moreover, especially in natural language processing (NLP), models contain a variety of moving parts: character-based encoders, pre-trained word embeddings, long-short term memory (LSTM) cells, and beam search for decoding sequential outputs, among others.

This tutorial introduces GluonNLP (GitHub), a powerful new toolkit that combines MXNet's speed, the user-friendly Gluon frontend, and an extensive new library automating the most painful aspects of deep learning for NLP. In this full-day tutorial, we will start off with a crash course on deep learning with Gluon, covering data, autodiff, and deep (convolutional and recurrent) neural networks. Then we'll dive into GluonNLP, demonstrating how to work with word embeddings (both pre-trained and from scratch), language models, and the popular Transformer model for machine translation.

Preparation

While most of the notebooks we prepared can run from the comfort of your laptop, some more interesting real-life problems benefit from more computation power. At the tutorial, we will provide each participant with a $50 AWS credit code for you to try out these problems yourself on the Amazon EC2 machines.

In preparation for the hands-on tutorial, please make sure that you have an AWS account with at least one p2.8xlarge AND one p3.2xlarge instance in EU (Ireland) available for launch. You may register an AWS account and follow the instructions on this page to verify and request for p2.8xlarge AND one p3.2xlarge instance limits in EU (Ireland) region.

Interested to learn more about GluonNLP? Sign-up and join our slack channel.

We'd love to hear from you! Have feedback to help us improve? Interested in career at AmazonAI? Contact us at [email protected].

Agenda

Time Title Slides Notebooks
8:30-9:15 Installation and Basics (NDArray, AutoGrad, Libraries) link link link
9:15-9:30 Neural Networks 101 (MLP, ConvNet, LSTM, Loss, SGD) - Part I link link
9:30-10:00 Coffee Break
10:00-10:30 Neural Networks 101 (MLP, ConvNet, LSTM, Loss, SGD) - Part II link
10:30-11:00 Computer Vision 101 (GluonCV) link link
11:00-11:30 Parallel and Distributed Training link link
11:30-12:00 Data I/O in NLP (and Iterators) link
12:00-13:30 Lunch Break
13:30-14:15 Embeddings link link
14:15-15:00 Language Models (LM) link link
15:00-15:30 Sequence Generation from LM link link
15:30-16:00 Coffee Break
16:00-16:15 Sentiment Analysis link
16:15-17:00 Transformer Models and Machine Translation link link
17:00-17:30 Questions
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].