Structured OUtput Layer (SOUL) Neural Network Language Model

Size: px
Start display at page:

Download "Structured OUtput Layer (SOUL) Neural Network Language Model"

Transcription

1 Structured OUtput Layer (SOUL) Neural Network Language Model Le Hai Son, Ilya Oparin, Alexandre Allauzen, Jean-Luc Gauvain, François Yvon 25/5/211 L.-H. Son, I. Oparin et al. (LIMSI-CNS) SOUL NNLM 25/5/211 1 / 22

2 Outline 1 Neural Network Language Models 2 Hierarchical Models 3 SOUL Neural Network Language Model L.-H. Son, I. Oparin et al. (LIMSI-CNS) SOUL NNLM 25/5/211 2 / 22

3 Plan Neural Network Language Models 1 Neural Network Language Models 2 Hierarchical Models 3 SOUL Neural Network Language Model L.-H. Son, I. Oparin et al. (LIMSI-CNS) SOUL NNLM 25/5/211 3 / 22

4 N-gram models Neural Network Language Models Very successful but sparsity issues and lack of generalization Flat vocabulary Each word is only a possible outcome of a discrete random variable, an index in the vocabulary L.-H. Son, I. Oparin et al. (LIMSI-CNS) SOUL NNLM 25/5/211 4 / 22

5 Neural Network Language Models Estimate n-gram probabilities in a continuous space NNLMs were introduced in [Bengio et al., 21] and applied to speech recognition in [Schwenk and Gauvain, 22]. hy should it work? similar words are expected to have similar feature vectors Probability function is a smooth function of feature values A small change in features will induce a small change in the probability L.-H. Son, I. Oparin et al. (LIMSI-CNS) SOUL NNLM 25/5/211 5 / 22

6 Neural Network Language Models Project a word sequence in a continuous space epresent words as as 1-of- V vectors Project the word in the continuous space: add a second layer fully connected For a 4-gram, the history is a sequence of 3 words Merge these three vectors to derive a single vector for the history w 1 V : vocabulary size A neuron layer represents a vector of values, one neuron per value L.-H. Son, I. Oparin et al. (LIMSI-CNS) SOUL NNLM 25/5/211 6 / 22

7 Neural Network Language Models Project a word sequence in a continuous space epresent words as as 1-of- V vectors Project the word in the continuous space: add a second layer fully connected For a 4-gram, the history is a sequence of 3 words Merge these three vectors to derive a single vector for the history w 1 The connection between two layers is a matrix operation The matrix contains all the connection weights v is a continuous vector v L.-H. Son, I. Oparin et al. (LIMSI-CNS) SOUL NNLM 25/5/211 6 / 22

8 Neural Network Language Models Project a word sequence in a continuous space shared projection space epresent words as as 1-of- V vectors Project the word in the continuous space: add a second layer fully connected For a 4-gram, the history is a sequence of 3 words Merge these three vectors to derive a single vector for the history w i-1 w i-2 w i v i-1 v i-2 v i-3 L.-H. Son, I. Oparin et al. (LIMSI-CNS) SOUL NNLM 25/5/211 6 / 22

9 Neural Network Language Models Project a word sequence in a continuous space shared projection space epresent words as as 1-of- V vectors Project the word in the continuous space: add a second layer fully connected For a 4-gram, the history is a sequence of 3 words Merge these three vectors to derive a single vector for the history w i v i-1 v i-2 w i-2 w i-3 1 v i-3 L.-H. Son, I. Oparin et al. (LIMSI-CNS) SOUL NNLM 25/5/211 6 / 22

10 Neural Network Language Models Estimate the n-gram probability shared projection space w i-1 Given the history expressed as a feature vector Create a feature vector for the word to be predicted in the prediction space Estimate probabilities for all words given the history All the parameters must be learned (, ih, ho ). w i-2 context layer ih ho w i-3 L.-H. Son, I. Oparin et al. (LIMSI-CNS) SOUL NNLM 25/5/211 7 / 22

11 Neural Network Language Models Estimate the n-gram probability shared projection space Given the history expressed as a feature vector Create a feature vector for the word to be predicted in the prediction space Estimate probabilities for all words given the history All the parameters must be learned (, ih, ho ). w i-1 w i-2 hidden layer: tanh activation ih ho w i-3 L.-H. Son, I. Oparin et al. (LIMSI-CNS) SOUL NNLM 25/5/211 7 / 22

12 Neural Network Language Models Estimate the n-gram probability shared projection space w i-1 prediction space Given the history expressed as a feature vector Create a feature vector for the word to be predicted in the prediction space Estimate probabilities for all words given the history All the parameters must be learned (, ih, ho ). w i-2 ih output layer (softmax) ho w i-3 L.-H. Son, I. Oparin et al. (LIMSI-CNS) SOUL NNLM 25/5/211 7 / 22

13 Neural Network Language Models Estimate the n-gram probability shared projection space w i-1 prediction space Given the history expressed as a feature vector Create a feature vector for the word to be predicted in the prediction space Estimate probabilities for all words given the history All the parameters must be learned (, ih, ho ). w i-2 ih output layer (softmax) ho w i-3 L.-H. Son, I. Oparin et al. (LIMSI-CNS) SOUL NNLM 25/5/211 7 / 22

14 Early assessment Neural Network Language Models Key points The projection in continuous spaces reduces the sparsity issues Learn simultaneously the projection and the prediction w i-1 Probability estimation based on the similarity among the feature vectors In practice ih ho Significant and systematic improvements In machine translation and speech recognition tasks w i-2 w i-3 L.-H. Son, I. Oparin et al. (LIMSI-CNS) SOUL NNLM 25/5/211 8 / 22

15 Early assessment Neural Network Language Models Key points The projection in continuous spaces reduces the sparsity issues Learn simultaneously the projection and the prediction w i-1 Probability estimation based on the similarity among the feature vectors In practice ih ho Significant and systematic improvements In machine translation and speech recognition tasks w i-2 w i-3 L.-H. Son, I. Oparin et al. (LIMSI-CNS) SOUL NNLM 25/5/211 8 / 22

16 Early assessment Neural Network Language Models Key points The projection in continuous spaces reduces the sparsity issues Learn simultaneously the projection and the prediction w i-1 Probability estimation based on the similarity among the feature vectors In practice Significant and systematic improvements In machine translation and speech recognition tasks Everybody should use it! w i-2 w i-3 ih ho L.-H. Son, I. Oparin et al. (LIMSI-CNS) SOUL NNLM 25/5/211 8 / 22

17 Neural Network Language Models Early assessment Key points The projection in continuous spaces reduces the sparsity issues Learn simultaneously the projection and the prediction ith a small training set In practice Significant and systematic improvements In machine translation and speech recognition tasks Learning and inference time L.-H. Son, I. Oparin et al. (LIMSI-CNS) SOUL NNLM 25/5/211 8 / 22

18 Neural Network Language Models Early assessment Key points The projection in continuous spaces reduces the sparsity issues Learn simultaneously the projection and the prediction ith a large training set In practice Significant and systematic improvements In machine translation and speech recognition tasks Learning and inference time L.-H. Son, I. Oparin et al. (LIMSI-CNS) SOUL NNLM 25/5/211 8 / 22

19 Neural Network Language Models hy it is so long? - Inference Forward propagation of the history The projection: select a row in Compute a vector for the predicted word Estimate the probability for all the words V w i-1 Matrix row selection Complexity issues The input vocabulary can be as large as we want Increasing the order does not drastically increase the complexity The problem is the output vocabulary size w i-2 w i-3 ih ho L.-H. Son, I. Oparin et al. (LIMSI-CNS) SOUL NNLM 25/5/211 9 / 22

20 Neural Network Language Models hy it is so long? - Inference Forward propagation of the history The projection: select a row in Compute a vector for the predicted word Estimate the probability for all the words V w i-1 Matrix multiplication 6x2 Complexity issues The input vocabulary can be as large as we want Increasing the order does not drastically increase the complexity The problem is the output vocabulary size w i-2 w i-3 ih ho L.-H. Son, I. Oparin et al. (LIMSI-CNS) SOUL NNLM 25/5/211 9 / 22

21 Neural Network Language Models hy it is so long? - Inference Forward propagation of the history The projection: select a row in Compute a vector for the predicted word Estimate the probability for all the words V w i-1 Matrix multiplication 2 x V Complexity issues The input vocabulary can be as large as we want Increasing the order does not drastically increase the complexity The problem is the output vocabulary size w i-2 w i-3 ih ho L.-H. Son, I. Oparin et al. (LIMSI-CNS) SOUL NNLM 25/5/211 9 / 22

22 Neural Network Language Models hy it is so long? - Inference Forward propagation of the history The projection: select a row in Compute a vector for the predicted word Estimate the probability for all the words V w i-1 Matrix multiplication 2 x V Complexity issues The input vocabulary can be as large as we want Increasing the order does not drastically increase the complexity The problem is the output vocabulary size w i-2 w i-3 ih ho L.-H. Son, I. Oparin et al. (LIMSI-CNS) SOUL NNLM 25/5/211 9 / 22

23 Neural Network Language Models hy it is so long? - Inference Forward propagation of the history The projection: select a row in Compute a vector for the predicted word Estimate the probability for all the words V w i-1 Matrix multiplication 2 x V Complexity issues The input vocabulary can be as large as we want Increasing the order does not drastically increase the complexity The problem is the output vocabulary size w i-2 w i-3 ih ho L.-H. Son, I. Oparin et al. (LIMSI-CNS) SOUL NNLM 25/5/211 9 / 22

24 Neural Network Language Models Usual tricks to speed-up training (and inference) e-sampling and batch training For each epoch: down-sampling of the training data Forward and Back-propagation for a group of n-grams educe the output vocabulary Use the Neural network to predict only the K most frequent words For a tractable model: K = 6 to 2 equires the normalization of the distribution for the whole vocabulary use the standard n-gram LM L.-H. Son, I. Oparin et al. (LIMSI-CNS) SOUL NNLM 25/5/211 1 / 22

25 Plan Hierarchical Models 1 Neural Network Language Models 2 Hierarchical Models 3 SOUL Neural Network Language Model L.-H. Son, I. Oparin et al. (LIMSI-CNS) SOUL NNLM 25/5/ / 22

26 Hierarchical Models Speeding up MaxEnt models Main ideas as proposed in [Goodman, 21] Instead of computing directly P(w h), make use of clustering of words into classes: P(w h) = P(w c(w), h)p(c(w) h) Any classes can be used, but generalization may be better for classes for which it s easier to learn P(c(w) h) Example of reduction 1 word vocabulary with 1 classes 2 normalizations over 1 outcomes 1 2 (reduction by 5) L.-H. Son, I. Oparin et al. (LIMSI-CNS) SOUL NNLM 25/5/ / 22

27 Hierarchical Models Hierarchical Probabilistic NNLM Main ideas as proposed in [Morin and Bengio, 25] Perform binary hierarchical clustering of the vocabulary Predict words as paths in this clustering tree Details Clustering is constrained by ordnet semantic hierarchy Predicting next bit in hierarchy as P(b node, w t 1,..., w t n+1 ) esults Brown corpus, 1M words, 1 words vocabulary Speed-up but loss in perplexity as compared to a standard NNLM L.-H. Son, I. Oparin et al. (LIMSI-CNS) SOUL NNLM 25/5/ / 22

28 Hierarchical Models Scalable Hierarchical Distributed LM Main ideas as proposed in [Mnih and Hinton, 28] Use automatic clustering instead of ordnet Implement as log-bilinear model One-to-many word class mapping esults APNews dataset, 14M words, 18k vocabulary Perplexity improvements over n-gram model, similar performance to a non-hierarchical LBL No comparison with non-linear NNLMs used in STT L.-H. Son, I. Oparin et al. (LIMSI-CNS) SOUL NNLM 25/5/ / 22

29 Plan SOUL Neural Network Language Model 1 Neural Network Language Models 2 Hierarchical Models 3 SOUL Neural Network Language Model L.-H. Son, I. Oparin et al. (LIMSI-CNS) SOUL NNLM 25/5/ / 22

30 SOUL Neural Network Language Model Structured OUtput Layer NNLM Main ideas Trees are not binary Multiple output layers with a softmax in each No clustering for frequent words Compromise between speed and complexity Efficient clustering scheme ord vectors in projection space are used for clustering Task Improving state-of-the-art STT system that makes use of shortlist NNLMs Large vocabulary and the baseline n-gram LM trained on billions of words L.-H. Son, I. Oparin et al. (LIMSI-CNS) SOUL NNLM 25/5/ / 22

31 SOUL Neural Network Language Model ord clustering Associate each frequent word with a single class c 1 (w) Split other words in sub-classes (c 2 (w)) and so on L.-H. Son, I. Oparin et al. (LIMSI-CNS) SOUL NNLM 25/5/ / 22

32 SOUL Neural Network Language Model ord clustering Associate each frequent word with a single class c 1 (w) Split other words in sub-classes (c 2 (w)) and so on L.-H. Son, I. Oparin et al. (LIMSI-CNS) SOUL NNLM 25/5/ / 22

33 SOUL Neural Network Language Model ord clustering Associate each frequent word with a single class c 1 (w) Split other words in sub-classes (c 2 (w)) and so on C 1 (w) L.-H. Son, I. Oparin et al. (LIMSI-CNS) SOUL NNLM 25/5/ / 22

34 SOUL Neural Network Language Model ord clustering Associate each frequent word with a single class c 1 (w) Split other words in sub-classes (c 2 (w)) and so on C 1 (w) C 2 (w) L.-H. Son, I. Oparin et al. (LIMSI-CNS) SOUL NNLM 25/5/ / 22

35 SOUL Neural Network Language Model ord clustering Associate each frequent word with a single class c 1 (w) Split other words in sub-classes (c 2 (w)) and so on C 1 (w) C 2 (w) C 3 (w) L.-H. Son, I. Oparin et al. (LIMSI-CNS) SOUL NNLM 25/5/ / 22

36 SOUL Neural Network Language Model ord probability C 1 (w) C 2 (w) C 3 (w) D P(w i h) = P(c 1 (w i ) h) P(c d (w i ) h, c 1:d 1 ) c 1:D (w i ) = c 1,..., c D : path for the word w i in the clustering tree, D : depth of the tree, c d (w i ): (sub-)class, c D (w i ): leaf d=2 L.-H. Son, I. Oparin et al. (LIMSI-CNS) SOUL NNLM 25/5/ / 22

37 SOUL Neural Network Language Model The SOUL language model w i-1 C 1 (w) w i-2 ih ho w i-3 L.-H. Son, I. Oparin et al. (LIMSI-CNS) SOUL NNLM 25/5/ / 22

38 SOUL Neural Network Language Model The SOUL language model w i-1 ih w i-2 w i-3 L.-H. Son, I. Oparin et al. (LIMSI-CNS) SOUL NNLM 25/5/ / 22

39 Training algorithm SOUL Neural Network Language Model Step 1: Train a standard NNLM model with the shortlist as an output (3 epochs and a shortlist of 8k words) Step 2: educe the dimension of the context space using with PCA (final dimension is 1 in our experiments) Step 3: Perform a recursive K -means word clustering based on the distributed representation induced by the continuous space (except for words in the shortlist) Step 4: Train the whole model L.-H. Son, I. Oparin et al. (LIMSI-CNS) SOUL NNLM 25/5/211 2 / 22

40 Training algorithm SOUL Neural Network Language Model Step 1: Train a standard NNLM model with the shortlist as an output (3 epochs and a shortlist of 8k words) Step 2: educe the dimension of the context space using with PCA (final dimension is 1 in our experiments) Step 3: Perform a recursive K -means word clustering based on the distributed representation induced by the continuous space (except for words in the shortlist) Step 4: Train the whole model L.-H. Son, I. Oparin et al. (LIMSI-CNS) SOUL NNLM 25/5/211 2 / 22

41 Training algorithm SOUL Neural Network Language Model Step 1: Train a standard NNLM model with the shortlist as an output (3 epochs and a shortlist of 8k words) Step 2: educe the dimension of the context space using with PCA (final dimension is 1 in our experiments) Step 3: Perform a recursive K -means word clustering based on the distributed representation induced by the continuous space (except for words in the shortlist) Step 4: Train the whole model L.-H. Son, I. Oparin et al. (LIMSI-CNS) SOUL NNLM 25/5/211 2 / 22

42 Training algorithm SOUL Neural Network Language Model Step 1: Train a standard NNLM model with the shortlist as an output (3 epochs and a shortlist of 8k words) Step 2: educe the dimension of the context space using with PCA (final dimension is 1 in our experiments) Step 3: Perform a recursive K -means word clustering based on the distributed representation induced by the continuous space (except for words in the shortlist) Step 4: Train the whole model L.-H. Son, I. Oparin et al. (LIMSI-CNS) SOUL NNLM 25/5/211 2 / 22

43 SOUL Neural Network Language Model STT results with SOUL NNLMs Mandarin GALE task LIMSI Mandarin STT system 56k vocabulary Baseline LM trained on 3.2 billion words 4 NNLMs trained on 25M words after resampling model ppx CE dev9 dev9s eval9 Baseline 4-gram % 8.9% +4-gram NNLM 8k % 8.6% +4-gram NNLM 12k % 8.6% +4-gram SOUL NNLM % 8.5% +6-gram NNLM 8k % 8.5% +6-gram NNLM 12k % 8.5% +6-gram SOUL NNLM % 8.3% L.-H. Son, I. Oparin et al. (LIMSI-CNS) SOUL NNLM 25/5/ / 22

44 SOUL Neural Network Language Model Conclusion Neural network and class-based language models combined together SOUL LM is able to deal with vocabularies of arbitrary sizes Speech recognition improvements are achieved on a large-scale task and over challenging baselines SOUL LM improves better for longer contexts L.-H. Son, I. Oparin et al. (LIMSI-CNS) SOUL NNLM 25/5/ / 22

45 SOUL Neural Network Language Model Bengio, Y., Ducharme,., and Vincent, P. (21). A neural probabilistic language model. Neural Information Processing Systems, 13: Goodman, J. (21). Classes for fast maximum entropy training. In Proc. of ICASSP 1. Mnih, A. and Hinton, G. (28). A scalable hierarchical distributed language model. In Neural Information Processing Systems, volume 21, pages Morin, F. and Bengio, Y. (25). Hierarchical probabilistic neural network language model. In Proc. of AISTATS 5, pages Schwenk, H. and Gauvain, J.-L. (22). Connectionist language modeling for large vocabulary continuous speech recognition. In Proc. of ICASSP 2, pages L.-H. Son, I. Oparin et al. (LIMSI-CNS) SOUL NNLM 25/5/ / 22

Deep Neural Network Language Models

Deep Neural Network Language Models Deep Neural Network Language Models Ebru Arısoy, Tara N. Sainath, Brian Kingsbury, Bhuvana Ramabhadran IBM T.J. Watson Research Center Yorktown Heights, NY, 10598, USA {earisoy, tsainath, bedk, bhuvana}@us.ibm.com

More information

Unsupervised Learning of Word Semantic Embedding using the Deep Structured Semantic Model

Unsupervised Learning of Word Semantic Embedding using the Deep Structured Semantic Model Unsupervised Learning of Word Semantic Embedding using the Deep Structured Semantic Model Xinying Song, Xiaodong He, Jianfeng Gao, Li Deng Microsoft Research, One Microsoft Way, Redmond, WA 98052, U.S.A.

More information

The KIT-LIMSI Translation System for WMT 2014

The KIT-LIMSI Translation System for WMT 2014 The KIT-LIMSI Translation System for WMT 2014 Quoc Khanh Do, Teresa Herrmann, Jan Niehues, Alexandre Allauzen, François Yvon and Alex Waibel LIMSI-CNRS, Orsay, France Karlsruhe Institute of Technology,

More information

Learning Structural Correspondences Across Different Linguistic Domains with Synchronous Neural Language Models

Learning Structural Correspondences Across Different Linguistic Domains with Synchronous Neural Language Models Learning Structural Correspondences Across Different Linguistic Domains with Synchronous Neural Language Models Stephan Gouws and GJ van Rooyen MIH Medialab, Stellenbosch University SOUTH AFRICA {stephan,gvrooyen}@ml.sun.ac.za

More information

System Implementation for SemEval-2017 Task 4 Subtask A Based on Interpolated Deep Neural Networks

System Implementation for SemEval-2017 Task 4 Subtask A Based on Interpolated Deep Neural Networks System Implementation for SemEval-2017 Task 4 Subtask A Based on Interpolated Deep Neural Networks 1 Tzu-Hsuan Yang, 2 Tzu-Hsuan Tseng, and 3 Chia-Ping Chen Department of Computer Science and Engineering

More information

CS Machine Learning

CS Machine Learning CS 478 - Machine Learning Projects Data Representation Basic testing and evaluation schemes CS 478 Data and Testing 1 Programming Issues l Program in any platform you want l Realize that you will be doing

More information

A New Perspective on Combining GMM and DNN Frameworks for Speaker Adaptation

A New Perspective on Combining GMM and DNN Frameworks for Speaker Adaptation A New Perspective on Combining GMM and DNN Frameworks for Speaker Adaptation SLSP-2016 October 11-12 Natalia Tomashenko 1,2,3 natalia.tomashenko@univ-lemans.fr Yuri Khokhlov 3 khokhlov@speechpro.com Yannick

More information

arxiv: v1 [cs.cl] 20 Jul 2015

arxiv: v1 [cs.cl] 20 Jul 2015 How to Generate a Good Word Embedding? Siwei Lai, Kang Liu, Liheng Xu, Jun Zhao National Laboratory of Pattern Recognition (NLPR) Institute of Automation, Chinese Academy of Sciences, China {swlai, kliu,

More information

BUILDING CONTEXT-DEPENDENT DNN ACOUSTIC MODELS USING KULLBACK-LEIBLER DIVERGENCE-BASED STATE TYING

BUILDING CONTEXT-DEPENDENT DNN ACOUSTIC MODELS USING KULLBACK-LEIBLER DIVERGENCE-BASED STATE TYING BUILDING CONTEXT-DEPENDENT DNN ACOUSTIC MODELS USING KULLBACK-LEIBLER DIVERGENCE-BASED STATE TYING Gábor Gosztolya 1, Tamás Grósz 1, László Tóth 1, David Imseng 2 1 MTA-SZTE Research Group on Artificial

More information

Probabilistic Latent Semantic Analysis

Probabilistic Latent Semantic Analysis Probabilistic Latent Semantic Analysis Thomas Hofmann Presentation by Ioannis Pavlopoulos & Andreas Damianou for the course of Data Mining & Exploration 1 Outline Latent Semantic Analysis o Need o Overview

More information

Python Machine Learning

Python Machine Learning Python Machine Learning Unlock deeper insights into machine learning with this vital guide to cuttingedge predictive analytics Sebastian Raschka [ PUBLISHING 1 open source I community experience distilled

More information

Artificial Neural Networks written examination

Artificial Neural Networks written examination 1 (8) Institutionen för informationsteknologi Olle Gällmo Universitetsadjunkt Adress: Lägerhyddsvägen 2 Box 337 751 05 Uppsala Artificial Neural Networks written examination Monday, May 15, 2006 9 00-14

More information

Calibration of Confidence Measures in Speech Recognition

Calibration of Confidence Measures in Speech Recognition Submitted to IEEE Trans on Audio, Speech, and Language, July 2010 1 Calibration of Confidence Measures in Speech Recognition Dong Yu, Senior Member, IEEE, Jinyu Li, Member, IEEE, Li Deng, Fellow, IEEE

More information

Improvements to the Pruning Behavior of DNN Acoustic Models

Improvements to the Pruning Behavior of DNN Acoustic Models Improvements to the Pruning Behavior of DNN Acoustic Models Matthias Paulik Apple Inc., Infinite Loop, Cupertino, CA 954 mpaulik@apple.com Abstract This paper examines two strategies that positively influence

More information

arxiv: v1 [cs.cl] 27 Apr 2016

arxiv: v1 [cs.cl] 27 Apr 2016 The IBM 2016 English Conversational Telephone Speech Recognition System George Saon, Tom Sercu, Steven Rennie and Hong-Kwang J. Kuo IBM T. J. Watson Research Center, Yorktown Heights, NY, 10598 gsaon@us.ibm.com

More information

PREDICTING SPEECH RECOGNITION CONFIDENCE USING DEEP LEARNING WITH WORD IDENTITY AND SCORE FEATURES

PREDICTING SPEECH RECOGNITION CONFIDENCE USING DEEP LEARNING WITH WORD IDENTITY AND SCORE FEATURES PREDICTING SPEECH RECOGNITION CONFIDENCE USING DEEP LEARNING WITH WORD IDENTITY AND SCORE FEATURES Po-Sen Huang, Kshitiz Kumar, Chaojun Liu, Yifan Gong, Li Deng Department of Electrical and Computer Engineering,

More information

Lecture 1: Machine Learning Basics

Lecture 1: Machine Learning Basics 1/69 Lecture 1: Machine Learning Basics Ali Harakeh University of Waterloo WAVE Lab ali.harakeh@uwaterloo.ca May 1, 2017 2/69 Overview 1 Learning Algorithms 2 Capacity, Overfitting, and Underfitting 3

More information

(Sub)Gradient Descent

(Sub)Gradient Descent (Sub)Gradient Descent CMSC 422 MARINE CARPUAT marine@cs.umd.edu Figures credit: Piyush Rai Logistics Midterm is on Thursday 3/24 during class time closed book/internet/etc, one page of notes. will include

More information

arxiv: v1 [cs.lg] 15 Jun 2015

arxiv: v1 [cs.lg] 15 Jun 2015 Dual Memory Architectures for Fast Deep Learning of Stream Data via an Online-Incremental-Transfer Strategy arxiv:1506.04477v1 [cs.lg] 15 Jun 2015 Sang-Woo Lee Min-Oh Heo School of Computer Science and

More information

A study of speaker adaptation for DNN-based speech synthesis

A study of speaker adaptation for DNN-based speech synthesis A study of speaker adaptation for DNN-based speech synthesis Zhizheng Wu, Pawel Swietojanski, Christophe Veaux, Steve Renals, Simon King The Centre for Speech Technology Research (CSTR) University of Edinburgh,

More information

Second Exam: Natural Language Parsing with Neural Networks

Second Exam: Natural Language Parsing with Neural Networks Second Exam: Natural Language Parsing with Neural Networks James Cross May 21, 2015 Abstract With the advent of deep learning, there has been a recent resurgence of interest in the use of artificial neural

More information

A Neural Network GUI Tested on Text-To-Phoneme Mapping

A Neural Network GUI Tested on Text-To-Phoneme Mapping A Neural Network GUI Tested on Text-To-Phoneme Mapping MAARTEN TROMPPER Universiteit Utrecht m.f.a.trompper@students.uu.nl Abstract Text-to-phoneme (T2P) mapping is a necessary step in any speech synthesis

More information

OPTIMIZATINON OF TRAINING SETS FOR HEBBIAN-LEARNING- BASED CLASSIFIERS

OPTIMIZATINON OF TRAINING SETS FOR HEBBIAN-LEARNING- BASED CLASSIFIERS OPTIMIZATINON OF TRAINING SETS FOR HEBBIAN-LEARNING- BASED CLASSIFIERS Václav Kocian, Eva Volná, Michal Janošek, Martin Kotyrba University of Ostrava Department of Informatics and Computers Dvořákova 7,

More information

Semi-Supervised GMM and DNN Acoustic Model Training with Multi-system Combination and Confidence Re-calibration

Semi-Supervised GMM and DNN Acoustic Model Training with Multi-system Combination and Confidence Re-calibration INTERSPEECH 2013 Semi-Supervised GMM and DNN Acoustic Model Training with Multi-system Combination and Confidence Re-calibration Yan Huang, Dong Yu, Yifan Gong, and Chaojun Liu Microsoft Corporation, One

More information

Investigation on Mandarin Broadcast News Speech Recognition

Investigation on Mandarin Broadcast News Speech Recognition Investigation on Mandarin Broadcast News Speech Recognition Mei-Yuh Hwang 1, Xin Lei 1, Wen Wang 2, Takahiro Shinozaki 1 1 Univ. of Washington, Dept. of Electrical Engineering, Seattle, WA 98195 USA 2

More information

Learning Methods in Multilingual Speech Recognition

Learning Methods in Multilingual Speech Recognition Learning Methods in Multilingual Speech Recognition Hui Lin Department of Electrical Engineering University of Washington Seattle, WA 98125 linhui@u.washington.edu Li Deng, Jasha Droppo, Dong Yu, and Alex

More information

Analysis of Hybrid Soft and Hard Computing Techniques for Forex Monitoring Systems

Analysis of Hybrid Soft and Hard Computing Techniques for Forex Monitoring Systems Analysis of Hybrid Soft and Hard Computing Techniques for Forex Monitoring Systems Ajith Abraham School of Business Systems, Monash University, Clayton, Victoria 3800, Australia. Email: ajith.abraham@ieee.org

More information

Model Ensemble for Click Prediction in Bing Search Ads

Model Ensemble for Click Prediction in Bing Search Ads Model Ensemble for Click Prediction in Bing Search Ads Xiaoliang Ling Microsoft Bing xiaoling@microsoft.com Hucheng Zhou Microsoft Research huzho@microsoft.com Weiwei Deng Microsoft Bing dedeng@microsoft.com

More information

Module 12. Machine Learning. Version 2 CSE IIT, Kharagpur

Module 12. Machine Learning. Version 2 CSE IIT, Kharagpur Module 12 Machine Learning 12.1 Instructional Objective The students should understand the concept of learning systems Students should learn about different aspects of a learning system Students should

More information

Assignment 1: Predicting Amazon Review Ratings

Assignment 1: Predicting Amazon Review Ratings Assignment 1: Predicting Amazon Review Ratings 1 Dataset Analysis Richard Park r2park@acsmail.ucsd.edu February 23, 2015 The dataset selected for this assignment comes from the set of Amazon reviews for

More information

Phonetic- and Speaker-Discriminant Features for Speaker Recognition. Research Project

Phonetic- and Speaker-Discriminant Features for Speaker Recognition. Research Project Phonetic- and Speaker-Discriminant Features for Speaker Recognition by Lara Stoll Research Project Submitted to the Department of Electrical Engineering and Computer Sciences, University of California

More information

A Simple VQA Model with a Few Tricks and Image Features from Bottom-up Attention

A Simple VQA Model with a Few Tricks and Image Features from Bottom-up Attention A Simple VQA Model with a Few Tricks and Image Features from Bottom-up Attention Damien Teney 1, Peter Anderson 2*, David Golub 4*, Po-Sen Huang 3, Lei Zhang 3, Xiaodong He 3, Anton van den Hengel 1 1

More information

Using the Attribute Hierarchy Method to Make Diagnostic Inferences about Examinees Cognitive Skills in Algebra on the SAT

Using the Attribute Hierarchy Method to Make Diagnostic Inferences about Examinees Cognitive Skills in Algebra on the SAT The Journal of Technology, Learning, and Assessment Volume 6, Number 6 February 2008 Using the Attribute Hierarchy Method to Make Diagnostic Inferences about Examinees Cognitive Skills in Algebra on the

More information

Robust Speech Recognition using DNN-HMM Acoustic Model Combining Noise-aware training with Spectral Subtraction

Robust Speech Recognition using DNN-HMM Acoustic Model Combining Noise-aware training with Spectral Subtraction INTERSPEECH 2015 Robust Speech Recognition using DNN-HMM Acoustic Model Combining Noise-aware training with Spectral Subtraction Akihiro Abe, Kazumasa Yamamoto, Seiichi Nakagawa Department of Computer

More information

Evolutive Neural Net Fuzzy Filtering: Basic Description

Evolutive Neural Net Fuzzy Filtering: Basic Description Journal of Intelligent Learning Systems and Applications, 2010, 2: 12-18 doi:10.4236/jilsa.2010.21002 Published Online February 2010 (http://www.scirp.org/journal/jilsa) Evolutive Neural Net Fuzzy Filtering:

More information

Learning Methods for Fuzzy Systems

Learning Methods for Fuzzy Systems Learning Methods for Fuzzy Systems Rudolf Kruse and Andreas Nürnberger Department of Computer Science, University of Magdeburg Universitätsplatz, D-396 Magdeburg, Germany Phone : +49.39.67.876, Fax : +49.39.67.8

More information

Machine Learning from Garden Path Sentences: The Application of Computational Linguistics

Machine Learning from Garden Path Sentences: The Application of Computational Linguistics Machine Learning from Garden Path Sentences: The Application of Computational Linguistics http://dx.doi.org/10.3991/ijet.v9i6.4109 J.L. Du 1, P.F. Yu 1 and M.L. Li 2 1 Guangdong University of Foreign Studies,

More information

Machine Learning and Data Mining. Ensembles of Learners. Prof. Alexander Ihler

Machine Learning and Data Mining. Ensembles of Learners. Prof. Alexander Ihler Machine Learning and Data Mining Ensembles of Learners Prof. Alexander Ihler Ensemble methods Why learn one classifier when you can learn many? Ensemble: combine many predictors (Weighted) combina

More information

Introduction to Simulation

Introduction to Simulation Introduction to Simulation Spring 2010 Dr. Louis Luangkesorn University of Pittsburgh January 19, 2010 Dr. Louis Luangkesorn ( University of Pittsburgh ) Introduction to Simulation January 19, 2010 1 /

More information

INPE São José dos Campos

INPE São José dos Campos INPE-5479 PRE/1778 MONLINEAR ASPECTS OF DATA INTEGRATION FOR LAND COVER CLASSIFICATION IN A NEDRAL NETWORK ENVIRONNENT Maria Suelena S. Barros Valter Rodrigues INPE São José dos Campos 1993 SECRETARIA

More information

Modeling function word errors in DNN-HMM based LVCSR systems

Modeling function word errors in DNN-HMM based LVCSR systems Modeling function word errors in DNN-HMM based LVCSR systems Melvin Jose Johnson Premkumar, Ankur Bapna and Sree Avinash Parchuri Department of Computer Science Department of Electrical Engineering Stanford

More information

Switchboard Language Model Improvement with Conversational Data from Gigaword

Switchboard Language Model Improvement with Conversational Data from Gigaword Katholieke Universiteit Leuven Faculty of Engineering Master in Artificial Intelligence (MAI) Speech and Language Technology (SLT) Switchboard Language Model Improvement with Conversational Data from Gigaword

More information

Segmental Conditional Random Fields with Deep Neural Networks as Acoustic Models for First-Pass Word Recognition

Segmental Conditional Random Fields with Deep Neural Networks as Acoustic Models for First-Pass Word Recognition Segmental Conditional Random Fields with Deep Neural Networks as Acoustic Models for First-Pass Word Recognition Yanzhang He, Eric Fosler-Lussier Department of Computer Science and Engineering The hio

More information

HIERARCHICAL DEEP LEARNING ARCHITECTURE FOR 10K OBJECTS CLASSIFICATION

HIERARCHICAL DEEP LEARNING ARCHITECTURE FOR 10K OBJECTS CLASSIFICATION HIERARCHICAL DEEP LEARNING ARCHITECTURE FOR 10K OBJECTS CLASSIFICATION Atul Laxman Katole 1, Krishna Prasad Yellapragada 1, Amish Kumar Bedi 1, Sehaj Singh Kalra 1 and Mynepalli Siva Chaitanya 1 1 Samsung

More information

Attributed Social Network Embedding

Attributed Social Network Embedding JOURNAL OF LATEX CLASS FILES, VOL. 14, NO. 8, MAY 2017 1 Attributed Social Network Embedding arxiv:1705.04969v1 [cs.si] 14 May 2017 Lizi Liao, Xiangnan He, Hanwang Zhang, and Tat-Seng Chua Abstract Embedding

More information

Autoregressive product of multi-frame predictions can improve the accuracy of hybrid models

Autoregressive product of multi-frame predictions can improve the accuracy of hybrid models Autoregressive product of multi-frame predictions can improve the accuracy of hybrid models Navdeep Jaitly 1, Vincent Vanhoucke 2, Geoffrey Hinton 1,2 1 University of Toronto 2 Google Inc. ndjaitly@cs.toronto.edu,

More information

University of Groningen. Systemen, planning, netwerken Bosman, Aart

University of Groningen. Systemen, planning, netwerken Bosman, Aart University of Groningen Systemen, planning, netwerken Bosman, Aart IMPORTANT NOTE: You are advised to consult the publisher's version (publisher's PDF) if you wish to cite from it. Please check the document

More information

Modeling function word errors in DNN-HMM based LVCSR systems

Modeling function word errors in DNN-HMM based LVCSR systems Modeling function word errors in DNN-HMM based LVCSR systems Melvin Jose Johnson Premkumar, Ankur Bapna and Sree Avinash Parchuri Department of Computer Science Department of Electrical Engineering Stanford

More information

arxiv: v2 [cs.ir] 22 Aug 2016

arxiv: v2 [cs.ir] 22 Aug 2016 Exploring Deep Space: Learning Personalized Ranking in a Semantic Space arxiv:1608.00276v2 [cs.ir] 22 Aug 2016 ABSTRACT Jeroen B. P. Vuurens The Hague University of Applied Science Delft University of

More information

Rule Learning With Negation: Issues Regarding Effectiveness

Rule Learning With Negation: Issues Regarding Effectiveness Rule Learning With Negation: Issues Regarding Effectiveness S. Chua, F. Coenen, G. Malcolm University of Liverpool Department of Computer Science, Ashton Building, Ashton Street, L69 3BX Liverpool, United

More information

Comment-based Multi-View Clustering of Web 2.0 Items

Comment-based Multi-View Clustering of Web 2.0 Items Comment-based Multi-View Clustering of Web 2.0 Items Xiangnan He 1 Min-Yen Kan 1 Peichu Xie 2 Xiao Chen 3 1 School of Computing, National University of Singapore 2 Department of Mathematics, National University

More information

Softprop: Softmax Neural Network Backpropagation Learning

Softprop: Softmax Neural Network Backpropagation Learning Softprop: Softmax Neural Networ Bacpropagation Learning Michael Rimer Computer Science Department Brigham Young University Provo, UT 84602, USA E-mail: mrimer@axon.cs.byu.edu Tony Martinez Computer Science

More information

Twitter Sentiment Classification on Sanders Data using Hybrid Approach

Twitter Sentiment Classification on Sanders Data using Hybrid Approach IOSR Journal of Computer Engineering (IOSR-JCE) e-issn: 2278-0661,p-ISSN: 2278-8727, Volume 17, Issue 4, Ver. I (July Aug. 2015), PP 118-123 www.iosrjournals.org Twitter Sentiment Classification on Sanders

More information

Dropout improves Recurrent Neural Networks for Handwriting Recognition

Dropout improves Recurrent Neural Networks for Handwriting Recognition 2014 14th International Conference on Frontiers in Handwriting Recognition Dropout improves Recurrent Neural Networks for Handwriting Recognition Vu Pham,Théodore Bluche, Christopher Kermorvant, and Jérôme

More information

DIRECT ADAPTATION OF HYBRID DNN/HMM MODEL FOR FAST SPEAKER ADAPTATION IN LVCSR BASED ON SPEAKER CODE

DIRECT ADAPTATION OF HYBRID DNN/HMM MODEL FOR FAST SPEAKER ADAPTATION IN LVCSR BASED ON SPEAKER CODE 2014 IEEE International Conference on Acoustic, Speech and Signal Processing (ICASSP) DIRECT ADAPTATION OF HYBRID DNN/HMM MODEL FOR FAST SPEAKER ADAPTATION IN LVCSR BASED ON SPEAKER CODE Shaofei Xue 1

More information

CSL465/603 - Machine Learning

CSL465/603 - Machine Learning CSL465/603 - Machine Learning Fall 2016 Narayanan C Krishnan ckn@iitrpr.ac.in Introduction CSL465/603 - Machine Learning 1 Administrative Trivia Course Structure 3-0-2 Lecture Timings Monday 9.55-10.45am

More information

ADVANCES IN DEEP NEURAL NETWORK APPROACHES TO SPEAKER RECOGNITION

ADVANCES IN DEEP NEURAL NETWORK APPROACHES TO SPEAKER RECOGNITION ADVANCES IN DEEP NEURAL NETWORK APPROACHES TO SPEAKER RECOGNITION Mitchell McLaren 1, Yun Lei 1, Luciana Ferrer 2 1 Speech Technology and Research Laboratory, SRI International, California, USA 2 Departamento

More information

COPING WITH LANGUAGE DATA SPARSITY: SEMANTIC HEAD MAPPING OF COMPOUND WORDS

COPING WITH LANGUAGE DATA SPARSITY: SEMANTIC HEAD MAPPING OF COMPOUND WORDS COPING WITH LANGUAGE DATA SPARSITY: SEMANTIC HEAD MAPPING OF COMPOUND WORDS Joris Pelemans 1, Kris Demuynck 2, Hugo Van hamme 1, Patrick Wambacq 1 1 Dept. ESAT, Katholieke Universiteit Leuven, Belgium

More information

The stages of event extraction

The stages of event extraction The stages of event extraction David Ahn Intelligent Systems Lab Amsterdam University of Amsterdam ahn@science.uva.nl Abstract Event detection and recognition is a complex task consisting of multiple sub-tasks

More information

On the Formation of Phoneme Categories in DNN Acoustic Models

On the Formation of Phoneme Categories in DNN Acoustic Models On the Formation of Phoneme Categories in DNN Acoustic Models Tasha Nagamine Department of Electrical Engineering, Columbia University T. Nagamine Motivation Large performance gap between humans and state-

More information

COMPUTER-ASSISTED INDEPENDENT STUDY IN MULTIVARIATE CALCULUS

COMPUTER-ASSISTED INDEPENDENT STUDY IN MULTIVARIATE CALCULUS COMPUTER-ASSISTED INDEPENDENT STUDY IN MULTIVARIATE CALCULUS L. Descalço 1, Paula Carvalho 1, J.P. Cruz 1, Paula Oliveira 1, Dina Seabra 2 1 Departamento de Matemática, Universidade de Aveiro (PORTUGAL)

More information

POS tagging of Chinese Buddhist texts using Recurrent Neural Networks

POS tagging of Chinese Buddhist texts using Recurrent Neural Networks POS tagging of Chinese Buddhist texts using Recurrent Neural Networks Longlu Qin Department of East Asian Languages and Cultures longlu@stanford.edu Abstract Chinese POS tagging, as one of the most important

More information

IEEE/ACM TRANSACTIONS ON AUDIO, SPEECH AND LANGUAGE PROCESSING, VOL XXX, NO. XXX,

IEEE/ACM TRANSACTIONS ON AUDIO, SPEECH AND LANGUAGE PROCESSING, VOL XXX, NO. XXX, IEEE/ACM TRANSACTIONS ON AUDIO, SPEECH AND LANGUAGE PROCESSING, VOL XXX, NO. XXX, 2017 1 Small-footprint Highway Deep Neural Networks for Speech Recognition Liang Lu Member, IEEE, Steve Renals Fellow,

More information

Residual Stacking of RNNs for Neural Machine Translation

Residual Stacking of RNNs for Neural Machine Translation Residual Stacking of RNNs for Neural Machine Translation Raphael Shu The University of Tokyo shu@nlab.ci.i.u-tokyo.ac.jp Akiva Miura Nara Institute of Science and Technology miura.akiba.lr9@is.naist.jp

More information

Axiom 2013 Team Description Paper

Axiom 2013 Team Description Paper Axiom 2013 Team Description Paper Mohammad Ghazanfari, S Omid Shirkhorshidi, Farbod Samsamipour, Hossein Rahmatizadeh Zagheli, Mohammad Mahdavi, Payam Mohajeri, S Abbas Alamolhoda Robotics Scientific Association

More information

Semi-supervised methods of text processing, and an application to medical concept extraction. Yacine Jernite Text-as-Data series September 17.

Semi-supervised methods of text processing, and an application to medical concept extraction. Yacine Jernite Text-as-Data series September 17. Semi-supervised methods of text processing, and an application to medical concept extraction Yacine Jernite Text-as-Data series September 17. 2015 What do we want from text? 1. Extract information 2. Link

More information

TRANSFER LEARNING OF WEAKLY LABELLED AUDIO. Aleksandr Diment, Tuomas Virtanen

TRANSFER LEARNING OF WEAKLY LABELLED AUDIO. Aleksandr Diment, Tuomas Virtanen TRANSFER LEARNING OF WEAKLY LABELLED AUDIO Aleksandr Diment, Tuomas Virtanen Tampere University of Technology Laboratory of Signal Processing Korkeakoulunkatu 1, 33720, Tampere, Finland firstname.lastname@tut.fi

More information

arxiv: v4 [cs.cl] 28 Mar 2016

arxiv: v4 [cs.cl] 28 Mar 2016 LSTM-BASED DEEP LEARNING MODELS FOR NON- FACTOID ANSWER SELECTION Ming Tan, Cicero dos Santos, Bing Xiang & Bowen Zhou IBM Watson Core Technologies Yorktown Heights, NY, USA {mingtan,cicerons,bingxia,zhou}@us.ibm.com

More information

Language Acquisition Fall 2010/Winter Lexical Categories. Afra Alishahi, Heiner Drenhaus

Language Acquisition Fall 2010/Winter Lexical Categories. Afra Alishahi, Heiner Drenhaus Language Acquisition Fall 2010/Winter 2011 Lexical Categories Afra Alishahi, Heiner Drenhaus Computational Linguistics and Phonetics Saarland University Children s Sensitivity to Lexical Categories Look,

More information

arxiv: v1 [cs.cl] 2 Apr 2017

arxiv: v1 [cs.cl] 2 Apr 2017 Word-Alignment-Based Segment-Level Machine Translation Evaluation using Word Embeddings Junki Matsuo and Mamoru Komachi Graduate School of System Design, Tokyo Metropolitan University, Japan matsuo-junki@ed.tmu.ac.jp,

More information

Test Effort Estimation Using Neural Network

Test Effort Estimation Using Neural Network J. Software Engineering & Applications, 2010, 3: 331-340 doi:10.4236/jsea.2010.34038 Published Online April 2010 (http://www.scirp.org/journal/jsea) 331 Chintala Abhishek*, Veginati Pavan Kumar, Harish

More information

Learning goal-oriented strategies in problem solving

Learning goal-oriented strategies in problem solving Learning goal-oriented strategies in problem solving Martin Možina, Timotej Lazar, Ivan Bratko Faculty of Computer and Information Science University of Ljubljana, Ljubljana, Slovenia Abstract The need

More information

Semantic and Context-aware Linguistic Model for Bias Detection

Semantic and Context-aware Linguistic Model for Bias Detection Semantic and Context-aware Linguistic Model for Bias Detection Sicong Kuang Brian D. Davison Lehigh University, Bethlehem PA sik211@lehigh.edu, davison@cse.lehigh.edu Abstract Prior work on bias detection

More information

Chinese Language Parsing with Maximum-Entropy-Inspired Parser

Chinese Language Parsing with Maximum-Entropy-Inspired Parser Chinese Language Parsing with Maximum-Entropy-Inspired Parser Heng Lian Brown University Abstract The Chinese language has many special characteristics that make parsing difficult. The performance of state-of-the-art

More information

Corrective Feedback and Persistent Learning for Information Extraction

Corrective Feedback and Persistent Learning for Information Extraction Corrective Feedback and Persistent Learning for Information Extraction Aron Culotta a, Trausti Kristjansson b, Andrew McCallum a, Paul Viola c a Dept. of Computer Science, University of Massachusetts,

More information

Georgetown University at TREC 2017 Dynamic Domain Track

Georgetown University at TREC 2017 Dynamic Domain Track Georgetown University at TREC 2017 Dynamic Domain Track Zhiwen Tang Georgetown University zt79@georgetown.edu Grace Hui Yang Georgetown University huiyang@cs.georgetown.edu Abstract TREC Dynamic Domain

More information

Course Outline. Course Grading. Where to go for help. Academic Integrity. EE-589 Introduction to Neural Networks NN 1 EE

Course Outline. Course Grading. Where to go for help. Academic Integrity. EE-589 Introduction to Neural Networks NN 1 EE EE-589 Introduction to Neural Assistant Prof. Dr. Turgay IBRIKCI Room # 305 (322) 338 6868 / 139 Wensdays 9:00-12:00 Course Outline The course is divided in two parts: theory and practice. 1. Theory covers

More information

Beyond the Pipeline: Discrete Optimization in NLP

Beyond the Pipeline: Discrete Optimization in NLP Beyond the Pipeline: Discrete Optimization in NLP Tomasz Marciniak and Michael Strube EML Research ggmbh Schloss-Wolfsbrunnenweg 33 69118 Heidelberg, Germany http://www.eml-research.de/nlp Abstract We

More information

The 9 th International Scientific Conference elearning and software for Education Bucharest, April 25-26, / X

The 9 th International Scientific Conference elearning and software for Education Bucharest, April 25-26, / X The 9 th International Scientific Conference elearning and software for Education Bucharest, April 25-26, 2013 10.12753/2066-026X-13-154 DATA MINING SOLUTIONS FOR DETERMINING STUDENT'S PROFILE Adela BÂRA,

More information

The A2iA Multi-lingual Text Recognition System at the second Maurdor Evaluation

The A2iA Multi-lingual Text Recognition System at the second Maurdor Evaluation 2014 14th International Conference on Frontiers in Handwriting Recognition The A2iA Multi-lingual Text Recognition System at the second Maurdor Evaluation Bastien Moysset,Théodore Bluche, Maxime Knibbe,

More information

Ensemble Technique Utilization for Indonesian Dependency Parser

Ensemble Technique Utilization for Indonesian Dependency Parser Ensemble Technique Utilization for Indonesian Dependency Parser Arief Rahman Institut Teknologi Bandung Indonesia 23516008@std.stei.itb.ac.id Ayu Purwarianti Institut Teknologi Bandung Indonesia ayu@stei.itb.ac.id

More information

An empirical study of learning speed in backpropagation

An empirical study of learning speed in backpropagation Carnegie Mellon University Research Showcase @ CMU Computer Science Department School of Computer Science 1988 An empirical study of learning speed in backpropagation networks Scott E. Fahlman Carnegie

More information

Language Model and Grammar Extraction Variation in Machine Translation

Language Model and Grammar Extraction Variation in Machine Translation Language Model and Grammar Extraction Variation in Machine Translation Vladimir Eidelman, Chris Dyer, and Philip Resnik UMIACS Laboratory for Computational Linguistics and Information Processing Department

More information

The Karlsruhe Institute of Technology Translation Systems for the WMT 2011

The Karlsruhe Institute of Technology Translation Systems for the WMT 2011 The Karlsruhe Institute of Technology Translation Systems for the WMT 2011 Teresa Herrmann, Mohammed Mediani, Jan Niehues and Alex Waibel Karlsruhe Institute of Technology Karlsruhe, Germany firstname.lastname@kit.edu

More information

QuickStroke: An Incremental On-line Chinese Handwriting Recognition System

QuickStroke: An Incremental On-line Chinese Handwriting Recognition System QuickStroke: An Incremental On-line Chinese Handwriting Recognition System Nada P. Matić John C. Platt Λ Tony Wang y Synaptics, Inc. 2381 Bering Drive San Jose, CA 95131, USA Abstract This paper presents

More information

A deep architecture for non-projective dependency parsing

A deep architecture for non-projective dependency parsing Universidade de São Paulo Biblioteca Digital da Produção Intelectual - BDPI Departamento de Ciências de Computação - ICMC/SCC Comunicações em Eventos - ICMC/SCC 2015-06 A deep architecture for non-projective

More information

Rule Learning with Negation: Issues Regarding Effectiveness

Rule Learning with Negation: Issues Regarding Effectiveness Rule Learning with Negation: Issues Regarding Effectiveness Stephanie Chua, Frans Coenen, and Grant Malcolm University of Liverpool Department of Computer Science, Ashton Building, Ashton Street, L69 3BX

More information

Speaker Identification by Comparison of Smart Methods. Abstract

Speaker Identification by Comparison of Smart Methods. Abstract Journal of mathematics and computer science 10 (2014), 61-71 Speaker Identification by Comparison of Smart Methods Ali Mahdavi Meimand Amin Asadi Majid Mohamadi Department of Electrical Department of Computer

More information

Multi-Lingual Text Leveling

Multi-Lingual Text Leveling Multi-Lingual Text Leveling Salim Roukos, Jerome Quin, and Todd Ward IBM T. J. Watson Research Center, Yorktown Heights, NY 10598 {roukos,jlquinn,tward}@us.ibm.com Abstract. Determining the language proficiency

More information

arxiv: v2 [cs.cv] 30 Mar 2017

arxiv: v2 [cs.cv] 30 Mar 2017 Domain Adaptation for Visual Applications: A Comprehensive Survey Gabriela Csurka arxiv:1702.05374v2 [cs.cv] 30 Mar 2017 Abstract The aim of this paper 1 is to give an overview of domain adaptation and

More information

Word Segmentation of Off-line Handwritten Documents

Word Segmentation of Off-line Handwritten Documents Word Segmentation of Off-line Handwritten Documents Chen Huang and Sargur N. Srihari {chuang5, srihari}@cedar.buffalo.edu Center of Excellence for Document Analysis and Recognition (CEDAR), Department

More information

Issues in the Mining of Heart Failure Datasets

Issues in the Mining of Heart Failure Datasets International Journal of Automation and Computing 11(2), April 2014, 162-179 DOI: 10.1007/s11633-014-0778-5 Issues in the Mining of Heart Failure Datasets Nongnuch Poolsawad 1 Lisa Moore 1 Chandrasekhar

More information

ReinForest: Multi-Domain Dialogue Management Using Hierarchical Policies and Knowledge Ontology

ReinForest: Multi-Domain Dialogue Management Using Hierarchical Policies and Knowledge Ontology ReinForest: Multi-Domain Dialogue Management Using Hierarchical Policies and Knowledge Ontology Tiancheng Zhao CMU-LTI-16-006 Language Technologies Institute School of Computer Science Carnegie Mellon

More information

Device Independence and Extensibility in Gesture Recognition

Device Independence and Extensibility in Gesture Recognition Device Independence and Extensibility in Gesture Recognition Jacob Eisenstein, Shahram Ghandeharizadeh, Leana Golubchik, Cyrus Shahabi, Donghui Yan, Roger Zimmermann Department of Computer Science University

More information

Data Fusion Through Statistical Matching

Data Fusion Through Statistical Matching A research and education initiative at the MIT Sloan School of Management Data Fusion Through Statistical Matching Paper 185 Peter Van Der Puttan Joost N. Kok Amar Gupta January 2002 For more information,

More information

Predicting Student Attrition in MOOCs using Sentiment Analysis and Neural Networks

Predicting Student Attrition in MOOCs using Sentiment Analysis and Neural Networks Predicting Student Attrition in MOOCs using Sentiment Analysis and Neural Networks Devendra Singh Chaplot, Eunhee Rhim, and Jihie Kim Samsung Electronics Co., Ltd. Seoul, South Korea {dev.chaplot,eunhee.rhim,jihie.kim}@samsung.com

More information

An OO Framework for building Intelligence and Learning properties in Software Agents

An OO Framework for building Intelligence and Learning properties in Software Agents An OO Framework for building Intelligence and Learning properties in Software Agents José A. R. P. Sardinha, Ruy L. Milidiú, Carlos J. P. Lucena, Patrick Paranhos Abstract Software agents are defined as

More information

Knowledge Transfer in Deep Convolutional Neural Nets

Knowledge Transfer in Deep Convolutional Neural Nets Knowledge Transfer in Deep Convolutional Neural Nets Steven Gutstein, Olac Fuentes and Eric Freudenthal Computer Science Department University of Texas at El Paso El Paso, Texas, 79968, U.S.A. Abstract

More information

INVESTIGATION OF UNSUPERVISED ADAPTATION OF DNN ACOUSTIC MODELS WITH FILTER BANK INPUT

INVESTIGATION OF UNSUPERVISED ADAPTATION OF DNN ACOUSTIC MODELS WITH FILTER BANK INPUT INVESTIGATION OF UNSUPERVISED ADAPTATION OF DNN ACOUSTIC MODELS WITH FILTER BANK INPUT Takuya Yoshioka,, Anton Ragni, Mark J. F. Gales Cambridge University Engineering Department, Cambridge, UK NTT Communication

More information

Introduction to Causal Inference. Problem Set 1. Required Problems

Introduction to Causal Inference. Problem Set 1. Required Problems Introduction to Causal Inference Problem Set 1 Professor: Teppei Yamamoto Due Friday, July 15 (at beginning of class) Only the required problems are due on the above date. The optional problems will not

More information