Reader s Emotion Prediction Based on Partitioned Latent Dirichlet Allocation Model

Size: px
Start display at page:

Download "Reader s Emotion Prediction Based on Partitioned Latent Dirichlet Allocation Model"

Transcription

1 Reader s Emotion Prediction Based on Partitioned Latent Dirichlet Allocation Model Ruifeng Xu, Chengtian Zou, Jun Xu Key Laboratory of Network Oriented Intelligent Computation, Shenzhen Graduate School, Harbin Institute of Technology, Shen Zhen, China Abstract Different from traditional emotion analysis which focuses on the identification of emotions from the text, this research aims to predict the reader s emotion for given text. Regarding reader emotion as the response to the text, emotion prediction may be transferred to a classification problem which classifies the text into the categories causing different emotions. In this study, we propose an emotion prediction approach based on Partitioned Latent Dirichlet Allocation (PLDA) model. Through providing the supervised information to the training process of LDA model, PLDA model associates the words from one certain type of emotion to one certain partition of topics. The outputs of PLDA model are used as the features of a multi-label classifier for predicating the reader s emotion. Evaluations on a large community emotion corpus show that PLDA model achieves much better performance compared to bag of words model and LDA model. Keywords: Reader s Emotion Prediction, LDA model 1. Introduction Recently, with the development of Web 2.0 and social network, the social community emotion analysis becomes more and more attractive. Many websites allow users voting their reactions to the news articles, which makes the study of reader s emotion predication feasible. Up to now, most researches in emotion analysis area focus on the understanding of writer s emotion in the text while few works on reader s emotion. These two types of emotion are not always the same, even in contrary, in some cases. Consequently, the emotion analysis techniques from writer s perspective cannot be applied to reader s emotion prediction directly. The existing works in this area are few and most of which are based on the single-label classification method [1][2][3][4], which classifies the document to only one category within several basic emotion categories. However, the single-label classification approach is conflict to the fact that community readers reaction always contains more than one dominant emotion types, which is observed from reader emotion voting results among many news website. Obviously, regarding the reader emotion prediction problem as a multi-label classification task is more reasonable. Many previous works on emotion analysis and predication are majorly based on supervised machine learning approach. Most of them represents a document as a Bag of Words (BOW) and uses words vector as the classification features. The studies mainly focus on choosing appropriate word vectors to represent the content of the document. Document frequency (DF) and chi-square statics (CHI)[5] and so on were adopted as the selecting metrics. However, these purely statistic-based methods usually generate a large dimension word vectors with much noises. Meanwhile, these vectors always cannot reflect the content of the text effectively as each terms is considered as independent. With the development of topic model such as Latent Dirichlet Allocation [6], some research use the topics instead of words to represent a document for predicating the reader s emotion. A better performance is achieved. However, there are still some disadvantages in the researches based on the LDA model. Since LDA employs an unsupervised learning method while the supervised information, i.e. readers voting information are not used. In this paper, we propose to apply Partitioned Latent Dirichlet Allocation (PLDA) model to topic modeling, which makes all of the words from one certain type of emotion only associated to one certain partition of topics through introducing the supervised information into the training process of LDA model. Then, we employ the output of PLDA as features to do the multi-label classification for predicting the reader s emotion. Evaluations on a large user-generated community emotion corpus show that the proposed method achieves a better performance compared to BOW model, LDA model and weighted LDA model. The rest of this paper is organized as follows. Section 2 reviews the related work. Section 3 presents the emotion prediction approach based on PLDA and multi-label classification. Evaluations are given in Section 4. Finally, Section 5 concludes. 2. Related Works This section reviews some of the related work on reader s emotion prediction. As our major approach is based on the

2 topic model, some of the important works related to this is also introduced. Finally, some method concerns with the multi-label classification is reviewed. 2.1 Reader s Emotion Prediction With the rapid increase of user labeled emotions on the news website, the study tries to analyze and predicate the reader s emotion of the news article becoming available. With the help of corpus from Yahoo! Kimo News, Lin et al.[7] used five different strategies to select features for predicting readers emotions. The employed features include bigram, Chinese words, news meta data and so on. Later, they employed PLM (Pairwise Loss Minimization) and EDR (Emotional Distribution Regression) algorithms to rank the reader emotions. Ye et al.[5] took document frequency(df), chi-square statistic(chi) and some other criteria such as POS tags as features and applies Multi-Label K-nearest Neighbor(MLKNN)[8] and RAkEL [9] algorithm to make the emotion prediction, respectively. The results show that RAkEL com-bined with the intersection of chi-square statistics and document frequency achieve better results. 2.2 Topic Modeling There are many approaches for modeling docu-ments topic. Among them the Latent Dirichlet Allocation(LDA) model has been applied to many areas such as information retrieval and text category for its flexibilities and completeness. As the traditional LDA model employs unsupervised machine-learning method, many studies try to adding the supervised information into the training process of LDA model, or some other improvement. Ramage et al.[10] proposed a Labeled LDA which could be consider as extension of both LDA and Multinomial Naive Bayes. They associate each user tag with topics generate from the model, and use this model to label individual words as well as providing interpretable snippets for document summarization. Zhu et al.[11] proposed a maximum entropy discrimination LDA topic model(medlda) which utilizes the max-margin principle in the training process as a supervised topic models. Wilson et al.[12] 2010 proves that of each term in the LDA model should be weighted and give a scheme for this. 2.3 Incorporate Topic Model to Emotion Prediction Recently, many studies of emotion prediction are based on the topic of text. Normally, they got a better performance. Lin et al.[13] proposed an unsupervised joint sentiment/topic model (JST) based on LDA which may deal with both sentiment and topic at the same time. Bao et al. [14][15] proposed a joint emotion-topic model to predict reader s emotion. The main idea of their model is to add another emotion layer into traditional LDA model which appends emotion generation step for the generation process of the model. However, all these models output only one emotion prediction. Xu et al.[16] gave every term different weights of topics to expand the LDA model. They used the Multi- Label k-nearest Neighbour (MLkNN) to do the emotion predication. The achieved performance is higher than BOW model and LDA model. 3. Reader Emotion Prediction Based on PLDA 3.1 Partitioned Latent Dirichlet Allocation Model LDA model is proposed by Blei et al.[6] It may be considered as a three-level hierarchical Bayesian model.after Griffiths et al.[17] brought a Dirichlet prior distribution on parameter, LDA changes into a complete generative model. For generating a word of a document, LDA firstly choose a topic from the polynomial distribution of the document and then choose a word from the polynomial distribution of the topic. The generating process is shown in fig1. A document is treated as a mixture of topics instead a bag Fig. 1: Framework of Latent Dirichlet Allocation topic model of words, while a topic is treated as a mixture of words. It is reasonable to treat a document in this way because reader s emotions are usually connected with certain types of topics or events. The two important parameters which shows the topics distribution of each document and words distribution of each topic could be estimated by many algorithms. Since the Gibbs sampling is shown simple and computationally efficient in the previous studies, it is adopted in this study. The detailed procedures of Gibbs sampling for our method is presented in Xu et al. [16]. During the parameter estimation process, terms from document are assigned to any topic without considering the category information of documents. The two parameters θ and β are then updated. The analysis on the topic distribution of a document shows that each topic takes a d D

3 certain proportion. However, a better topic model should have a large disparity between topics, and document should shows obvious disparity on every topics. More specifically, in the emotion prediction task, documents belong to one certain type of emotion should have a larger proportion on the topics which could be connected with that type of emotion. For this purpose, in our study, an improved model is proposed which takes the labeled emotion category of each document into account. In this way, the traditional unsupervised LDA model is transferred to a supervised one. The generate process of this model is shown in Fig 2. Where c j means the j th type of emotion, K is the Doc d Fig. 2: Framework of Latent Dirichlet Allocation topic model total count of topics, M is the total number of emotions categories. The only step different from the traditional LDA model is that when generating a word of one document, a certain category of emotions should be chosen first, then the topic chosen could only be from this emotion category. It can be observed that the topics Z are partitioned by the category of emotions. When deal with the input training documents with reader s emotion label, during each iteration of the parameter estimating process, each word of document is assigned to the topics which is connected to the certain type of emotion of this document. For example, suppose there are 80 topics and 8 emotion category in total. Thus, each emotion category is associated with 10 topics. The "touched" emotion is connected with topic 0-9, "sympathy" emotion is connected with topic 10-19, and so on. During the training process, all the words from "touched" document are distributed in topic 0-9 and the "sympathy" ones are distributed in topic 10-19, the probability for any other topics are 0. Thus, the documents with the same emotion label are distributed in the same topics while the documents with different emotion label can t affect each other. This makes the model just like constructed by 8 independent small partitions. In the prediction period, after input the document without emotion label, the model will output the topic distribution of document and word distribution of topic, the first one of which could be used to make the multi-label classification on reader s emotion. 3.2 Multi-label Classification As the distribution of one document on every topic has already been calculated by the model and the connection between topics and emotion types is known, the probability of the document belongs to one specific type of emotion could be calculated, as shown in equation 1: P (d i c j ) = (j+1) ( K /M) 1 k=(j 1) ( K /M) θ ik (1) where d i is the input document, c j means the j th type of emotion, K is the total count of topics, M is the total type count of emotions, θ ik means the probability of document i belonging to topic k. For each group of K /M topics which could be associated with one single emotion, the corresponding probabilities may be computed. Thus, M values which shows the probabilities of the document belongs to each type of emotions are obtained. Then, the M values are normalized. The one or several of them if bigger than 0.3, an empirical threshold, the emotion labels which they belong to will be set as the document s emotion predication labels. 4. Experiments and Discussions 4.1 Dataset and Evaluation Metrics A community-based reader votes corpus is used to evaluate the proposed method. The news articles and corresponding reader s emotion votes are collected form sina.com. We adopted eight types of emotion in total with the labels Touched, Empathy, Boredom, Anger, Amusement, Sadness, Surprise and Warmness. The votes of articles which are lower than empirical threshold are filtered out. Finally, 8,802 articles with 1,454,912 emotional votes are obtained in total. There are about 165 votes for each article on the average. The detailed statistics for each emotion category is shown in table 1. We determined the majority emotion categories based on the statistics of original votes, in which there are 5,745 articles with one emotion labels, 2,770 ones with two emotion labels and 287 ones with three labels. This means that there are totally about 35 percent of articles with more than one label, which shows that the multi-label classification is important. Table 2 shows the number of aricles for each combination

4 of emotion types. More information about this dataset are presented in[5]. Table 1: Number of news articles with different number of labels Emotions News Articles Votes Touched Empathy Boredom Anger Amusement Sadness Surprise Warmness Table 2: Number of news articles with different number of labels Labels Labels combination News Articles Anger Touched 1189 Amusement 1032 Surprise 440 Anger Amusement Empathy Sadness 394 Boredom Amusement 374 Anger Sadness 271 Boredom Anger Amusement 65 3 Empathy Anger Sadness 47 Touched Empathy Sadness 26 Boredom Amusement Surprise 65 In this study, the commonly used metrics for single-label classification are replaced by those for multi-label classification due to the inherent differences of the classification problem. Hamming Loss (HL): it measures the inconsistency between the predicted sets of labels and the actual over the examples. Hamming Loss (HL): it measures the inconsistency between the predicted sets of labels and the actual over the examples. One-error (OE): it evaluates how many times the topranked label is not in the set of relevant labels of the instance, and it could evolve into general classification error rate in the single-label classification. Coverage (COV): it measures in the ranked list, from the category of the top-ranked to start, how many labels are needed to cover all the relevant labels of the example. Ranking Loss (RL): it shows the probability that the irrelevant labels are ranked higher than the relevant. Average Precision (AVP): it reflects the average precision of the predicted labels. We take 75 percent of articles with their votes as training and the others as test set in the experiments. 4.2 Baseline Systems In the experiment, we adopted two groups of baselines. The multi-label classification algorithms, namely MLkNN and BR are combined with BOW model and regular LDA model, as one group of baselines. Another one is the MLkNN combined with regular LDA model and Weighted LDA(WLDA) which is presented in [16]. 4.3 Experiment Results and Discussions Firstly, the performance of emotion prediction based on multi-label classification algorithms and BOW model are evaluated. The classification features set differs in the dimensions of words chosen by DF or CHI criteria. The results are shown in table 3. It is observed that the incorporation of BR algorithm and Table 3: Performances of Emotion predication by multi-label classification and BOW model with different feature set Features Methods HL OE COV RL AVP 10,000DF BOW+MLkNN BOW+BR ,000CHI BOW+MLkNN BOW+BR ,000DF BOW+MLkNN BOW+BR ,000CHI BOW+MLkNN BOW+BR ,000DF BOW+MLkNN BOW+BR ,000CHI BOW+MLkNN BOW+BR DF BOW+MLkNN BOW+BR CHI BOW+MLkNN BOW+BR Table 4: Performances of Emotion predication by LDA and WLDA with different feature set Topic Methods HL OE COV RL AVP 20 LDA+MLkNN WLDA+MLkNN LDA+MLkNN WLDA+MLkNN LDA+MLkNN WLDA+MLkNN LDA+MLkNN WLDA+MLkNN LDA+MLkNN WLDA+MLkNN LDA+MLkNN WLDA+MLkNN LDA+MLkNN WLDA+MLkNN BOW model with the features selected by CHI-test achieves better results. The average precision is Meanwhile, it is shown that more features are helpful. In the second experiment, LDA and WLDA model

5 Table 5: Performance of PLDA model on multi-label predicting. Topic HL OE COV RL AVP are incorporated with MLkNN classification algorithm, respectively. The Document-topic distributions with different number of topics generated from the model are used as feature vectors. The achieved performances are shown in table 4. In this experiment, MLkNN with topic models achieve better performance compared with BOW model. WLDA combined with MLkNN under the situation of 30 topics achieved the best performance. These results shows the advantage of topic model over BOW model. This also shows that WLDA model performs better than regular LDA model in readers emotion predication. In the third experiment, the PLDA model with multi-label classification is adopted. Table 5 gives the performances. The experiment begin with 40 topics, and add 8 topics each time. When topic number is less than 100, the performance keeps on increasing with the topic number. As the topic number is more than 100, the performance stabilized at about AVP 88 percent. It is observed that the performance with PLDA is much better than the base line systems on any metrics. 5. Conclusion In this paper, we propose a new topic model for reader s emotion prediction problem by incorporating the supervised information into the regular LDA model and change it into a supervised machine-learning model. The evaluations on the dataset of a large-scale community reader emotion votes show that PLDA achieves a rather encouraged result. Education , Shenzhen Foundational Research Funding JCYJ , and Shenzhen Interna-tional Cooperation Research Funding GJHZ References [1] Z. Kozareva, B. Navarro, S. Vazquez, and A. Montoyo. UA-ZBSA: a headline emotion classification through web information. In Proceedings of the 4th International Workshop on Semantic Evaluations (SemEval-2007), pages , [2] F. R. Chaumartin. UPAR7: a knowledge-based system for headline sentiment tagging. In Proceedings of the 4th International Workshop on Semantic Evaluations (SemEval-2007), pages , [3] P. Katz, M. Singleton, and R. Wicentowski. SWAT-MP: the semeval systems for task 5 and task 14. In Proceedings of the 4th International Workshop on Semantic Evaluations (SemEval-2007), pages , [4] K. H. Y. Lin, C. Yang, and H. H. Chen. Emotion classification of online news articles from the reader s perspective. In Proceedings of Web Intelligence, pages , [5] L. Ye, R. F. Xu, and J. Xu. Emotion prediction of news articles from reader s perspective based on multi-label classification. In Proceedings of IWWIP [6] D. M. Blei, A. Y. Ng, and M. I. Jordan. Latent dirichlet allocation. The Journal of Machine Learning Research, 3: , [7] K. H. Y. Lin, and H. H. Chen. Ranking reader emotions using pairwise loss minimization and emotional distribution regression. In Proceedings of the 2008 Conference on Empirical Methods in Natural Language Processing, pages , [8] M. L. Zhang, and Z. H. Zhou. A k-nearest neighbor based algorithm for multi-label classification. In Proceedings of the 1st IEEE International Conference on Granular Computing (GrC 2005), pages , [9] P. K. Bhowmick, A. Basu, and P. Mitra. Reader perspective emotion analysis in text through ensemble based multi-label classification framework. Computer and Information Science, 2(4):64-74, [10] D. Ramage, D. Hall, R. Nallapati and C. D. Manning. Labeled LDA: a supervised topic model for credit attribution in multi-labeled corpora. In Proceedings of the 2009 conference on Empirical Methods in Natural Language Processing, pages , [11] J. Zhu, A. Ahmed, et al. MedLDA: maximum margin supervised topic models for regression and classification. ACM, [12] A. T. Wilson and P. A. Chew. Term weighting schemes for Lantent Dirichlet Allocation. The 2010 Annual Conference of the North American Chapter of the ACL, pages , [13] C, Lin and Y. He. Joint sentiment/topic model for sentiment analysis. ACM, [14] S. Bao, S. Xu, et al. Joint emotion-topic modeling for social affective text mining. In Proceedings of the 2009 Ninth IEEE International Conference on Data Mining, IEEE Computer Society, pages , [15] S. Bao, S. Xu, et al. Mining social emotions from affective text. IEEE Transactions on Knowledge and Data Engineering, [16] Ruifeng Xu, Lu Ye, Jun Xu. Reader s Emotion Prediction Based on Weighted Latent Dirichlet Allocation and Multi-Label k-nearest Neighbor Model. Journal of Computational Information Systems 9: 1 (2013) 1 8 [17] T. L. Griffiths, and M. Steyvers. Finding scientific topics. In Proceedings of the National Academy of Sciences, 101(suppl. 1): , Acknowledgement This research is supported by MOE Specialized Research Fund for the Doctoral Program of Higher

Volume 2, Issue 3, March 2014 International Journal of Advance Research in Computer Science and Management Studies

Volume 2, Issue 3, March 2014 International Journal of Advance Research in Computer Science and Management Studies Volume 2, Issue 3, March 2014 International Journal of Advance Research in Computer Science and Management Studies Research Article / Paper / Case Study Available online at: www.ijarcsms.com ISSN: 2321-7782

More information

Latent Discriminative Models for Social Emotion Detection with Emotional

Latent Discriminative Models for Social Emotion Detection with Emotional Latent Discriminative Models for Social Emotion Detection with Emotional Dependency xxx:1 XIAOJUN QUAN, Institute for Infocomm Research, A*STAR QIFAN WANG, Purdue University YING ZHANG, Nankai University

More information

Discovering Symptom-herb Relationship by Exploiting SHT Topic Model

Discovering Symptom-herb Relationship by Exploiting SHT Topic Model [DOI: 10.2197/ipsjtbio.10.16] Original Paper Discovering Symptom-herb Relationship by Exploiting SHT Topic Model Lidong Wang 1,a) Keyong Hu 1 Xiaodong Xu 2 Received: July 7, 2017, Accepted: August 29,

More information

A Comparison of Collaborative Filtering Methods for Medication Reconciliation

A Comparison of Collaborative Filtering Methods for Medication Reconciliation A Comparison of Collaborative Filtering Methods for Medication Reconciliation Huanian Zheng, Rema Padman, Daniel B. Neill The H. John Heinz III College, Carnegie Mellon University, Pittsburgh, PA, 15213,

More information

Fuzzy Rule Based Systems for Gender Classification from Blog Data

Fuzzy Rule Based Systems for Gender Classification from Blog Data Fuzzy Rule Based Systems for Gender Classification from Blog Data Han Liu 1 and Mihaela Cocea 2 1 School of Computer Science and Informatics, Cardiff University Queens Buildings, 5 The Parade, Cardiff,

More information

Incorporating Word Correlation Knowledge into Topic Modeling. Pengtao Xie. Joint work with Diyi Yang and Eric Xing

Incorporating Word Correlation Knowledge into Topic Modeling. Pengtao Xie. Joint work with Diyi Yang and Eric Xing Incorporating Word Correlation Knowledge into Topic Modeling Pengtao Xie Joint work with Diyi Yang and Eric Xing 1 Outline Motivation Incorporating Word Correlation Knowledge into Topic Modeling Experiments

More information

An Intelligent Writing Assistant Module for Narrative Clinical Records based on Named Entity Recognition and Similarity Computation

An Intelligent Writing Assistant Module for Narrative Clinical Records based on Named Entity Recognition and Similarity Computation An Intelligent Writing Assistant Module for Narrative Clinical Records based on Named Entity Recognition and Similarity Computation 1,2,3 EMR and Intelligent Expert System Engineering Research Center of

More information

Emotion Recognition using a Cauchy Naive Bayes Classifier

Emotion Recognition using a Cauchy Naive Bayes Classifier Emotion Recognition using a Cauchy Naive Bayes Classifier Abstract Recognizing human facial expression and emotion by computer is an interesting and challenging problem. In this paper we propose a method

More information

Statistics 202: Data Mining. c Jonathan Taylor. Final review Based in part on slides from textbook, slides of Susan Holmes.

Statistics 202: Data Mining. c Jonathan Taylor. Final review Based in part on slides from textbook, slides of Susan Holmes. Final review Based in part on slides from textbook, slides of Susan Holmes December 5, 2012 1 / 1 Final review Overview Before Midterm General goals of data mining. Datatypes. Preprocessing & dimension

More information

Part 1: Bag-of-words models. by Li Fei-Fei (Princeton)

Part 1: Bag-of-words models. by Li Fei-Fei (Princeton) Part 1: Bag-of-words models by Li Fei-Fei (Princeton) Object Bag of words Analogy to documents Of all the sensory impressions proceeding to the brain, the visual experiences are the dominant ones. Our

More information

Use of Porter Stemming Algorithm and SVM for Emotion Extraction from News Headlines

Use of Porter Stemming Algorithm and SVM for Emotion Extraction from News Headlines Use of Porter Stemming Algorithm and SVM for Emotion Extraction from News Headlines Chaitali G. Patil Sandip S. Patil Abstract Abstract - Emotions play an essential role in social interactions, performs

More information

Sentiment Analysis of Reviews: Should we analyze writer intentions or reader perceptions?

Sentiment Analysis of Reviews: Should we analyze writer intentions or reader perceptions? Sentiment Analysis of Reviews: Should we analyze writer intentions or reader perceptions? Isa Maks and Piek Vossen Vu University, Faculty of Arts De Boelelaan 1105, 1081 HV Amsterdam e.maks@vu.nl, p.vossen@vu.nl

More information

Rating prediction on Amazon Fine Foods Reviews

Rating prediction on Amazon Fine Foods Reviews Rating prediction on Amazon Fine Foods Reviews Chen Zheng University of California,San Diego chz022@ucsd.edu Ye Zhang University of California,San Diego yez033@ucsd.edu Yikun Huang University of California,San

More information

Sentiment Classification of Chinese Reviews in Different Domain: A Comparative Study

Sentiment Classification of Chinese Reviews in Different Domain: A Comparative Study Sentiment Classification of Chinese Reviews in Different Domain: A Comparative Study Qingqing Zhou and Chengzhi Zhang ( ) Department of Information Management, Nanjing University of Science and Technology,

More information

Chapter 1. Introduction

Chapter 1. Introduction Chapter 1 Introduction 1.1 Motivation and Goals The increasing availability and decreasing cost of high-throughput (HT) technologies coupled with the availability of computational tools and data form a

More information

Design of Palm Acupuncture Points Indicator

Design of Palm Acupuncture Points Indicator Design of Palm Acupuncture Points Indicator Wen-Yuan Chen, Shih-Yen Huang and Jian-Shie Lin Abstract The acupuncture points are given acupuncture or acupressure so to stimulate the meridians on each corresponding

More information

Bayesian Models for Combining Data Across Subjects and Studies in Predictive fmri Data Analysis

Bayesian Models for Combining Data Across Subjects and Studies in Predictive fmri Data Analysis Bayesian Models for Combining Data Across Subjects and Studies in Predictive fmri Data Analysis Thesis Proposal Indrayana Rustandi April 3, 2007 Outline Motivation and Thesis Preliminary results: Hierarchical

More information

EECS 433 Statistical Pattern Recognition

EECS 433 Statistical Pattern Recognition EECS 433 Statistical Pattern Recognition Ying Wu Electrical Engineering and Computer Science Northwestern University Evanston, IL 60208 http://www.eecs.northwestern.edu/~yingwu 1 / 19 Outline What is Pattern

More information

An empirical evaluation of text classification and feature selection methods

An empirical evaluation of text classification and feature selection methods ORIGINAL RESEARCH An empirical evaluation of text classification and feature selection methods Muazzam Ahmed Siddiqui Department of Information Systems, Faculty of Computing and Information Technology,

More information

Causal Knowledge Modeling for Traditional Chinese Medicine using OWL 2

Causal Knowledge Modeling for Traditional Chinese Medicine using OWL 2 Causal Knowledge Modeling for Traditional Chinese Medicine using OWL 2 Peiqin Gu College of Computer Science, Zhejiang University, P.R.China gupeiqin@zju.edu.cn Abstract. Unlike Western Medicine, those

More information

Proposing a New Term Weighting Scheme for Text Categorization

Proposing a New Term Weighting Scheme for Text Categorization Proposing a New Term Weighting Scheme for Text Categorization Man LAN Institute for Infocomm Research 21 Heng Mui Keng Terrace Singapore 119613 lanman@i2r.a-star.edu.sg Chew-Lim TAN School of Computing

More information

Gender Based Emotion Recognition using Speech Signals: A Review

Gender Based Emotion Recognition using Speech Signals: A Review 50 Gender Based Emotion Recognition using Speech Signals: A Review Parvinder Kaur 1, Mandeep Kaur 2 1 Department of Electronics and Communication Engineering, Punjabi University, Patiala, India 2 Department

More information

This is the accepted version of this article. To be published as : This is the author version published as:

This is the accepted version of this article. To be published as : This is the author version published as: QUT Digital Repository: http://eprints.qut.edu.au/ This is the author version published as: This is the accepted version of this article. To be published as : This is the author version published as: Chew,

More information

CSE 258 Lecture 1.5. Web Mining and Recommender Systems. Supervised learning Regression

CSE 258 Lecture 1.5. Web Mining and Recommender Systems. Supervised learning Regression CSE 258 Lecture 1.5 Web Mining and Recommender Systems Supervised learning Regression What is supervised learning? Supervised learning is the process of trying to infer from labeled data the underlying

More information

Experimenting with Drugs (and Topic Models) Michael Paul and Mark Dredze Johns Hopkins University

Experimenting with Drugs (and Topic Models) Michael Paul and Mark Dredze Johns Hopkins University Experimenting with Drugs (and Topic Models) Michael Paul and Mark Dredze Johns Hopkins University Online Drug Communities Drugs- Forum.com Drugs- forum is an information hub of high- standards and a platform

More information

UKParl: A Data Set for Topic Detection with Semantically Annotated Text

UKParl: A Data Set for Topic Detection with Semantically Annotated Text UKParl: A Data Set for Topic Detection with Semantically Annotated Text Federico Nanni, Mahmoud Osman, Yi-Ru Cheng, Simone Paolo Ponzetto and Laura Dietz My Research Post-Doc in computational social science

More information

Discovering Meaningful Cut-points to Predict High HbA1c Variation

Discovering Meaningful Cut-points to Predict High HbA1c Variation Proceedings of the 7th INFORMS Workshop on Data Mining and Health Informatics (DM-HI 202) H. Yang, D. Zeng, O. E. Kundakcioglu, eds. Discovering Meaningful Cut-points to Predict High HbAc Variation Si-Chi

More information

Model reconnaissance: discretization, naive Bayes and maximum-entropy. Sanne de Roever/ spdrnl

Model reconnaissance: discretization, naive Bayes and maximum-entropy. Sanne de Roever/ spdrnl Model reconnaissance: discretization, naive Bayes and maximum-entropy Sanne de Roever/ spdrnl December, 2013 Description of the dataset There are two datasets: a training and a test dataset of respectively

More information

Improved Intelligent Classification Technique Based On Support Vector Machines

Improved Intelligent Classification Technique Based On Support Vector Machines Improved Intelligent Classification Technique Based On Support Vector Machines V.Vani Asst.Professor,Department of Computer Science,JJ College of Arts and Science,Pudukkottai. Abstract:An abnormal growth

More information

Predicting Breast Cancer Survivability Rates

Predicting Breast Cancer Survivability Rates Predicting Breast Cancer Survivability Rates For data collected from Saudi Arabia Registries Ghofran Othoum 1 and Wadee Al-Halabi 2 1 Computer Science, Effat University, Jeddah, Saudi Arabia 2 Computer

More information

Dictionary lookup approach for emotion mining from rhymes in English language using Apriori algorithm

Dictionary lookup approach for emotion mining from rhymes in English language using Apriori algorithm I J C T A, 9(20), 2016, pp. 9501-9507 International Science Press Dictionary lookup approach for emotion mining from rhymes in English language using Apriori algorithm Jeenu Gupta* and Williamjeet Singh**

More information

A NOVEL VARIABLE SELECTION METHOD BASED ON FREQUENT PATTERN TREE FOR REAL-TIME TRAFFIC ACCIDENT RISK PREDICTION

A NOVEL VARIABLE SELECTION METHOD BASED ON FREQUENT PATTERN TREE FOR REAL-TIME TRAFFIC ACCIDENT RISK PREDICTION OPT-i An International Conference on Engineering and Applied Sciences Optimization M. Papadrakakis, M.G. Karlaftis, N.D. Lagaros (eds.) Kos Island, Greece, 4-6 June 2014 A NOVEL VARIABLE SELECTION METHOD

More information

Using Information From the Target Language to Improve Crosslingual Text Classification

Using Information From the Target Language to Improve Crosslingual Text Classification Using Information From the Target Language to Improve Crosslingual Text Classification Gabriela Ramírez 1, Manuel Montes 1, Luis Villaseñor 1, David Pinto 2 and Thamar Solorio 3 1 Laboratory of Language

More information

Neuroinformatics. Ilmari Kurki, Urs Köster, Jukka Perkiö, (Shohei Shimizu) Interdisciplinary and interdepartmental

Neuroinformatics. Ilmari Kurki, Urs Köster, Jukka Perkiö, (Shohei Shimizu) Interdisciplinary and interdepartmental Neuroinformatics Aapo Hyvärinen, still Academy Research Fellow for a while Post-docs: Patrik Hoyer and Jarmo Hurri + possibly international post-docs PhD students Ilmari Kurki, Urs Köster, Jukka Perkiö,

More information

Textual Emotion Processing From Event Analysis

Textual Emotion Processing From Event Analysis Textual Emotion Processing From Event Analysis Chu-Ren Huang, Ying Chen *, Sophia Yat Mei Lee Department of Chinese and Bilingual Studies * Department of Computer Engineering The Hong Kong Polytechnic

More information

Wikipedia-Based Automatic Diagnosis Prediction in Clinical Decision Support Systems

Wikipedia-Based Automatic Diagnosis Prediction in Clinical Decision Support Systems Wikipedia-Based Automatic Diagnosis Prediction in Clinical Decision Support Systems Danchen Zhang 1, Daqing He 1, Sanqiang Zhao 1, Lei Li 1 School of Information Sciences, University of Pittsburgh, USA

More information

Annotation and Retrieval System Using Confabulation Model for ImageCLEF2011 Photo Annotation

Annotation and Retrieval System Using Confabulation Model for ImageCLEF2011 Photo Annotation Annotation and Retrieval System Using Confabulation Model for ImageCLEF2011 Photo Annotation Ryo Izawa, Naoki Motohashi, and Tomohiro Takagi Department of Computer Science Meiji University 1-1-1 Higashimita,

More information

International Journal of Computer Science Trends and Technology (IJCST) Volume 5 Issue 1, Jan Feb 2017

International Journal of Computer Science Trends and Technology (IJCST) Volume 5 Issue 1, Jan Feb 2017 RESEARCH ARTICLE Classification of Cancer Dataset in Data Mining Algorithms Using R Tool P.Dhivyapriya [1], Dr.S.Sivakumar [2] Research Scholar [1], Assistant professor [2] Department of Computer Science

More information

International Journal of Pharma and Bio Sciences A NOVEL SUBSET SELECTION FOR CLASSIFICATION OF DIABETES DATASET BY ITERATIVE METHODS ABSTRACT

International Journal of Pharma and Bio Sciences A NOVEL SUBSET SELECTION FOR CLASSIFICATION OF DIABETES DATASET BY ITERATIVE METHODS ABSTRACT Research Article Bioinformatics International Journal of Pharma and Bio Sciences ISSN 0975-6299 A NOVEL SUBSET SELECTION FOR CLASSIFICATION OF DIABETES DATASET BY ITERATIVE METHODS D.UDHAYAKUMARAPANDIAN

More information

A MODIFIED FREQUENCY BASED TERM WEIGHTING APPROACH FOR INFORMATION RETRIEVAL

A MODIFIED FREQUENCY BASED TERM WEIGHTING APPROACH FOR INFORMATION RETRIEVAL Int. J. Chem. Sci.: 14(1), 2016, 449-457 ISSN 0972-768X www.sadgurupublications.com A MODIFIED FREQUENCY BASED TERM WEIGHTING APPROACH FOR INFORMATION RETRIEVAL M. SANTHANAKUMAR a* and C. CHRISTOPHER COLUMBUS

More information

Positive and Unlabeled Relational Classification through Label Frequency Estimation

Positive and Unlabeled Relational Classification through Label Frequency Estimation Positive and Unlabeled Relational Classification through Label Frequency Estimation Jessa Bekker and Jesse Davis Computer Science Department, KU Leuven, Belgium firstname.lastname@cs.kuleuven.be Abstract.

More information

The 29th Fuzzy System Symposium (Osaka, September 9-, 3) Color Feature Maps (BY, RG) Color Saliency Map Input Image (I) Linear Filtering and Gaussian

The 29th Fuzzy System Symposium (Osaka, September 9-, 3) Color Feature Maps (BY, RG) Color Saliency Map Input Image (I) Linear Filtering and Gaussian The 29th Fuzzy System Symposium (Osaka, September 9-, 3) A Fuzzy Inference Method Based on Saliency Map for Prediction Mao Wang, Yoichiro Maeda 2, Yasutake Takahashi Graduate School of Engineering, University

More information

Classification of ECG Data for Predictive Analysis to Assist in Medical Decisions.

Classification of ECG Data for Predictive Analysis to Assist in Medical Decisions. 48 IJCSNS International Journal of Computer Science and Network Security, VOL.15 No.10, October 2015 Classification of ECG Data for Predictive Analysis to Assist in Medical Decisions. A. R. Chitupe S.

More information

Exploiting Ordinality in Predicting Star Reviews

Exploiting Ordinality in Predicting Star Reviews Exploiting Ordinality in Predicting Star Reviews Alim Virani UBC - Computer Science alim.virani@gmail.com Chris Cameron UBC - Computer Science cchris13@cs.ubc.ca Abstract Automatically evaluating the sentiment

More information

Mining Human-Place Interaction Patterns from Location-Based Social Networks to Enrich Place Categorization Systems

Mining Human-Place Interaction Patterns from Location-Based Social Networks to Enrich Place Categorization Systems Mining Human-Place Interaction Patterns from Location-Based Social Networks to Enrich Place Categorization Systems Yingjie Hu, Grant McKenzie, Krzysztof Janowicz, Song Gao STKO Lab, Department of Geography,

More information

Introduction to Machine Learning. Katherine Heller Deep Learning Summer School 2018

Introduction to Machine Learning. Katherine Heller Deep Learning Summer School 2018 Introduction to Machine Learning Katherine Heller Deep Learning Summer School 2018 Outline Kinds of machine learning Linear regression Regularization Bayesian methods Logistic Regression Why we do this

More information

Extending the EmotiNet Knowledge Base to Improve the Automatic Detection of. Implicitly Expressed Emotions from Text

Extending the EmotiNet Knowledge Base to Improve the Automatic Detection of. Implicitly Expressed Emotions from Text Extending the EmotiNet Knowledge Base to Improve the Automatic Detection of Implicitly Expressed s from Text Alexandra Balahur 1, Jesús M. Hermida 2 1 European Commission Joint Research Centre Institute

More information

Lung Cancer Diagnosis from CT Images Using Fuzzy Inference System

Lung Cancer Diagnosis from CT Images Using Fuzzy Inference System Lung Cancer Diagnosis from CT Images Using Fuzzy Inference System T.Manikandan 1, Dr. N. Bharathi 2 1 Associate Professor, Rajalakshmi Engineering College, Chennai-602 105 2 Professor, Velammal Engineering

More information

Discovering the typing behaviour of Parkinson s patients using topic models

Discovering the typing behaviour of Parkinson s patients using topic models Discovering the typing behaviour of Parkinson s patients using topic models Antony Milne 1, Mihalis Nicolaou 1,2, and Katayoun Farrahi 1 1 Goldsmiths, University of London, UK 2 Imperial College London,

More information

A Fuzzy Improved Neural based Soft Computing Approach for Pest Disease Prediction

A Fuzzy Improved Neural based Soft Computing Approach for Pest Disease Prediction International Journal of Information & Computation Technology. ISSN 0974-2239 Volume 4, Number 13 (2014), pp. 1335-1341 International Research Publications House http://www. irphouse.com A Fuzzy Improved

More information

SVM-Kmeans: Support Vector Machine based on Kmeans Clustering for Breast Cancer Diagnosis

SVM-Kmeans: Support Vector Machine based on Kmeans Clustering for Breast Cancer Diagnosis SVM-Kmeans: Support Vector Machine based on Kmeans Clustering for Breast Cancer Diagnosis Walaa Gad Faculty of Computers and Information Sciences Ain Shams University Cairo, Egypt Email: walaagad [AT]

More information

Prediction of Psychological Disorder using ANN

Prediction of Psychological Disorder using ANN Prediction of Psychological Disorder using ANN Purva D. Kekatpure #1, Prof. Rekha S. Sugandhi *2 # Department of Computer Engineering, M.I.T. College of Engineering Kothrud, Pune, India, University of

More information

Exploring Trends of Cancer Research Based on Topic Model

Exploring Trends of Cancer Research Based on Topic Model Exploring Trends of Cancer Research Based on Topic Model Mingliang Cui, Yanchun Liang *, Yuping Li, Renchu Guan * College of Computer Science and Technology, Jilin University, Changchun, 130012, China

More information

Rumor Detection on Twitter with Tree-structured Recursive Neural Networks

Rumor Detection on Twitter with Tree-structured Recursive Neural Networks 1 Rumor Detection on Twitter with Tree-structured Recursive Neural Networks Jing Ma 1, Wei Gao 2, Kam-Fai Wong 1,3 1 The Chinese University of Hong Kong 2 Victoria University of Wellington, New Zealand

More information

Supporting Information Identification of Amino Acids with Sensitive Nanoporous MoS 2 : Towards Machine Learning-Based Prediction

Supporting Information Identification of Amino Acids with Sensitive Nanoporous MoS 2 : Towards Machine Learning-Based Prediction Supporting Information Identification of Amino Acids with Sensitive Nanoporous MoS 2 : Towards Machine Learning-Based Prediction Amir Barati Farimani, Mohammad Heiranian, Narayana R. Aluru 1 Department

More information

Analysis of Emotion Recognition using Facial Expressions, Speech and Multimodal Information

Analysis of Emotion Recognition using Facial Expressions, Speech and Multimodal Information Analysis of Emotion Recognition using Facial Expressions, Speech and Multimodal Information C. Busso, Z. Deng, S. Yildirim, M. Bulut, C. M. Lee, A. Kazemzadeh, S. Lee, U. Neumann, S. Narayanan Emotion

More information

Positive and Unlabeled Relational Classification through Label Frequency Estimation

Positive and Unlabeled Relational Classification through Label Frequency Estimation Positive and Unlabeled Relational Classification through Label Frequency Estimation Jessa Bekker and Jesse Davis Computer Science Department, KU Leuven, Belgium firstname.lastname@cs.kuleuven.be Abstract.

More information

Decision Support System for Skin Cancer Diagnosis

Decision Support System for Skin Cancer Diagnosis The Ninth International Symposium on Operations Research and Its Applications (ISORA 10) Chengdu-Jiuzhaigou, China, August 19 23, 2010 Copyright 2010 ORSC & APORC, pp. 406 413 Decision Support System for

More information

On Shape And the Computability of Emotions X. Lu, et al.

On Shape And the Computability of Emotions X. Lu, et al. On Shape And the Computability of Emotions X. Lu, et al. MICC Reading group 10.07.2013 1 On Shape and the Computability of Emotion X. Lu, P. Suryanarayan, R. B. Adams Jr., J. Li, M. G. Newman, J. Z. Wang

More information

Generalized additive model for disease risk prediction

Generalized additive model for disease risk prediction Generalized additive model for disease risk prediction Guodong Chen Chu Kochen Honors College, Zhejiang University Channing Division of Network Medicine, BWH & HMS Advised by: Prof. Yang-Yu Liu 1 Is it

More information

Detection of Cognitive States from fmri data using Machine Learning Techniques

Detection of Cognitive States from fmri data using Machine Learning Techniques Detection of Cognitive States from fmri data using Machine Learning Techniques Vishwajeet Singh, K.P. Miyapuram, Raju S. Bapi* University of Hyderabad Computational Intelligence Lab, Department of Computer

More information

Predicting Heart Attack using Fuzzy C Means Clustering Algorithm

Predicting Heart Attack using Fuzzy C Means Clustering Algorithm Predicting Heart Attack using Fuzzy C Means Clustering Algorithm Dr. G. Rasitha Banu MCA., M.Phil., Ph.D., Assistant Professor,Dept of HIM&HIT,Jazan University, Jazan, Saudi Arabia. J.H.BOUSAL JAMALA MCA.,M.Phil.,

More information

Asthma Surveillance Using Social Media Data

Asthma Surveillance Using Social Media Data Asthma Surveillance Using Social Media Data Wenli Zhang 1, Sudha Ram 1, Mark Burkart 2, Max Williams 2, and Yolande Pengetnze 2 University of Arizona 1, PCCI-Parkland Center for Clinical Innovation 2 {wenlizhang,

More information

The use of Topic Modeling to Analyze Open-Ended Survey Items

The use of Topic Modeling to Analyze Open-Ended Survey Items The use of Topic Modeling to Analyze Open-Ended Survey Items W. Holmes Finch Maria E. Hernández Finch Constance E. McIntosh Claire Braun Ball State University Open ended survey items Researchers making

More information

From Sentiment to Emotion Analysis in Social Networks

From Sentiment to Emotion Analysis in Social Networks From Sentiment to Emotion Analysis in Social Networks Jie Tang Department of Computer Science and Technology Tsinghua University, China 1 From Info. Space to Social Space Info. Space! Revolutionary changes!

More information

Identifying Adverse Drug Events from Patient Social Media: A Case Study for Diabetes

Identifying Adverse Drug Events from Patient Social Media: A Case Study for Diabetes Identifying Adverse Drug Events from Patient Social Media: A Case Study for Diabetes Authors: Xiao Liu, Department of Management Information Systems, University of Arizona Hsinchun Chen, Department of

More information

A Bayesian Network Model of Knowledge-Based Authentication

A Bayesian Network Model of Knowledge-Based Authentication Association for Information Systems AIS Electronic Library (AISeL) AMCIS 2007 Proceedings Americas Conference on Information Systems (AMCIS) December 2007 A Bayesian Network Model of Knowledge-Based Authentication

More information

Case Studies of Signed Networks

Case Studies of Signed Networks Case Studies of Signed Networks Christopher Wang December 10, 2014 Abstract Many studies on signed social networks focus on predicting the different relationships between users. However this prediction

More information

Open-Domain Chatting Machine: Emotion and Personality

Open-Domain Chatting Machine: Emotion and Personality Open-Domain Chatting Machine: Emotion and Personality Minlie Huang, Associate Professor Dept. of Computer Science, Tsinghua University aihuang@tsinghua.edu.cn http://aihuang.org/p 2017/12/15 1 Open-domain

More information

Development of novel algorithm by combining Wavelet based Enhanced Canny edge Detection and Adaptive Filtering Method for Human Emotion Recognition

Development of novel algorithm by combining Wavelet based Enhanced Canny edge Detection and Adaptive Filtering Method for Human Emotion Recognition International Journal of Engineering Research and Development e-issn: 2278-067X, p-issn: 2278-800X, www.ijerd.com Volume 12, Issue 9 (September 2016), PP.67-72 Development of novel algorithm by combining

More information

An Improved Algorithm To Predict Recurrence Of Breast Cancer

An Improved Algorithm To Predict Recurrence Of Breast Cancer An Improved Algorithm To Predict Recurrence Of Breast Cancer Umang Agrawal 1, Ass. Prof. Ishan K Rajani 2 1 M.E Computer Engineer, Silver Oak College of Engineering & Technology, Gujarat, India. 2 Assistant

More information

Comparison of discrimination methods for the classification of tumors using gene expression data

Comparison of discrimination methods for the classification of tumors using gene expression data Comparison of discrimination methods for the classification of tumors using gene expression data Sandrine Dudoit, Jane Fridlyand 2 and Terry Speed 2,. Mathematical Sciences Research Institute, Berkeley

More information

PREDICTION OF BREAST CANCER USING STACKING ENSEMBLE APPROACH

PREDICTION OF BREAST CANCER USING STACKING ENSEMBLE APPROACH PREDICTION OF BREAST CANCER USING STACKING ENSEMBLE APPROACH 1 VALLURI RISHIKA, M.TECH COMPUTER SCENCE AND SYSTEMS ENGINEERING, ANDHRA UNIVERSITY 2 A. MARY SOWJANYA, Assistant Professor COMPUTER SCENCE

More information

Automated Assessment of Diabetic Retinal Image Quality Based on Blood Vessel Detection

Automated Assessment of Diabetic Retinal Image Quality Based on Blood Vessel Detection Y.-H. Wen, A. Bainbridge-Smith, A. B. Morris, Automated Assessment of Diabetic Retinal Image Quality Based on Blood Vessel Detection, Proceedings of Image and Vision Computing New Zealand 2007, pp. 132

More information

AUTOMATIC MEASUREMENT ON CT IMAGES FOR PATELLA DISLOCATION DIAGNOSIS

AUTOMATIC MEASUREMENT ON CT IMAGES FOR PATELLA DISLOCATION DIAGNOSIS AUTOMATIC MEASUREMENT ON CT IMAGES FOR PATELLA DISLOCATION DIAGNOSIS Qi Kong 1, Shaoshan Wang 2, Jiushan Yang 2,Ruiqi Zou 3, Yan Huang 1, Yilong Yin 1, Jingliang Peng 1 1 School of Computer Science and

More information

Inverse-Category-Frequency Based Supervised Term Weighting Schemes for Text Categorization *

Inverse-Category-Frequency Based Supervised Term Weighting Schemes for Text Categorization * JOURNAL OF INFORMATION SCIENCE AND ENGINEERING 29, 209-225 (2013) Inverse-Category-Frequency Based Supervised Term Weighting Schemes for Text Categorization * State Key Laboratory of Software Development

More information

JEAM: A Novel Model for Cross-Domain Sentiment Classification Based on Emotion Analysis

JEAM: A Novel Model for Cross-Domain Sentiment Classification Based on Emotion Analysis JEAM: A Novel Model for Cross-Domain Sentiment Classification Based on Emotion Analysis Kun-Hu Luo, Zhi-Hong Deng, Liang-Chen Wei, Hongliang Yu School of Electronic Engineering and Computer Science Peking

More information

Classification and Predication of Breast Cancer Risk Factors Using Id3

Classification and Predication of Breast Cancer Risk Factors Using Id3 The International Journal Of Engineering And Science (IJES) Volume 5 Issue 11 Pages PP 29-33 2016 ISSN (e): 2319 1813 ISSN (p): 2319 1805 Classification and Predication of Breast Cancer Risk Factors Using

More information

A Hierarchical Comparison on Influence Paths from Cognitive & Emotional Trust to Proactive Behavior Between China and Japan

A Hierarchical Comparison on Influence Paths from Cognitive & Emotional Trust to Proactive Behavior Between China and Japan A Hierarchical Comparison on Influence Paths from Cognitive & Emotional Trust to Proactive Behavior Between China and Japan Pei Liu School of Management and Economics, North China Zhen Li Data Science

More information

Hybridized KNN and SVM for gene expression data classification

Hybridized KNN and SVM for gene expression data classification Mei, et al, Hybridized KNN and SVM for gene expression data classification Hybridized KNN and SVM for gene expression data classification Zhen Mei, Qi Shen *, Baoxian Ye Chemistry Department, Zhengzhou

More information

Unsupervised MRI Brain Tumor Detection Techniques with Morphological Operations

Unsupervised MRI Brain Tumor Detection Techniques with Morphological Operations Unsupervised MRI Brain Tumor Detection Techniques with Morphological Operations Ritu Verma, Sujeet Tiwari, Naazish Rahim Abstract Tumor is a deformity in human body cells which, if not detected and treated,

More information

Subjective randomness and natural scene statistics

Subjective randomness and natural scene statistics Psychonomic Bulletin & Review 2010, 17 (5), 624-629 doi:10.3758/pbr.17.5.624 Brief Reports Subjective randomness and natural scene statistics Anne S. Hsu University College London, London, England Thomas

More information

IDENTIFYING STRESS BASED ON COMMUNICATIONS IN SOCIAL NETWORKS

IDENTIFYING STRESS BASED ON COMMUNICATIONS IN SOCIAL NETWORKS IDENTIFYING STRESS BASED ON COMMUNICATIONS IN SOCIAL NETWORKS 1 Manimegalai. C and 2 Prakash Narayanan. C manimegalaic153@gmail.com and cprakashmca@gmail.com 1PG Student and 2 Assistant Professor, Department

More information

Large Scale Analysis of Health Communications on the Social Web. Michael J. Paul Johns Hopkins University

Large Scale Analysis of Health Communications on the Social Web. Michael J. Paul Johns Hopkins University Large Scale Analysis of Health Communications on the Social Web Michael J. Paul Johns Hopkins University 3rd-year PhD student Who am I? Background: computer science (not an expert in health, medicine,

More information

Visualizing the Affective Structure of a Text Document

Visualizing the Affective Structure of a Text Document Visualizing the Affective Structure of a Text Document Hugo Liu, Ted Selker, Henry Lieberman MIT Media Laboratory {hugo, selker, lieber} @ media.mit.edu http://web.media.mit.edu/~hugo Overview Motivation

More information

Image Captioning using Reinforcement Learning. Presentation by: Samarth Gupta

Image Captioning using Reinforcement Learning. Presentation by: Samarth Gupta Image Captioning using Reinforcement Learning Presentation by: Samarth Gupta 1 Introduction Summary Supervised Models Image captioning as RL problem Actor Critic Architecture Policy Gradient architecture

More information

Exploiting Implicit Item Relationships for Recommender Systems

Exploiting Implicit Item Relationships for Recommender Systems Exploiting Implicit Item Relationships for Recommender Systems Zhu Sun, Guibing Guo, and Jie Zhang School of Computer Engineering, Nanyang Technological University, Singapore School of Information Systems,

More information

Extraction and Identification of Tumor Regions from MRI using Zernike Moments and SVM

Extraction and Identification of Tumor Regions from MRI using Zernike Moments and SVM I J C T A, 8(5), 2015, pp. 2327-2334 International Science Press Extraction and Identification of Tumor Regions from MRI using Zernike Moments and SVM Sreeja Mole S.S.*, Sree sankar J.** and Ashwin V.H.***

More information

Learning Utility for Behavior Acquisition and Intention Inference of Other Agent

Learning Utility for Behavior Acquisition and Intention Inference of Other Agent Learning Utility for Behavior Acquisition and Intention Inference of Other Agent Yasutake Takahashi, Teruyasu Kawamata, and Minoru Asada* Dept. of Adaptive Machine Systems, Graduate School of Engineering,

More information

Automatic Hemorrhage Classification System Based On Svm Classifier

Automatic Hemorrhage Classification System Based On Svm Classifier Automatic Hemorrhage Classification System Based On Svm Classifier Abstract - Brain hemorrhage is a bleeding in or around the brain which are caused by head trauma, high blood pressure and intracranial

More information

Inferring Clinical Correlations from EEG Reports with Deep Neural Learning

Inferring Clinical Correlations from EEG Reports with Deep Neural Learning Inferring Clinical Correlations from EEG Reports with Deep Neural Learning Methods for Identification, Classification, and Association using EHR Data S23 Travis R. Goodwin (Presenter) & Sanda M. Harabagiu

More information

GIANT: Geo-Informative Attributes for Location Recognition and Exploration

GIANT: Geo-Informative Attributes for Location Recognition and Exploration GIANT: Geo-Informative Attributes for Location Recognition and Exploration Quan Fang, Jitao Sang, Changsheng Xu Institute of Automation, Chinese Academy of Sciences October 23, 2013 Where is this? La Sagrada

More information

Brendan O Connor,

Brendan O Connor, Some slides on Paul and Dredze, 2012. Discovering Health Topics in Social Media Using Topic Models. PLOS ONE. http://journals.plos.org/plosone/article?id=10.1371/journal.pone.0103408 Brendan O Connor,

More information

Dynamic Sensory Gating Mechanism. data. Conditional Reactive Hierarchical Memory

Dynamic Sensory Gating Mechanism. data. Conditional Reactive Hierarchical Memory Dynamic Sensory Gating Mechanism in Conditional Reactive Hierarchical Memory Jeong-Yon Shim, Chong-Sun Hwang Dept. of Computer Software, YongIn SongDam College MaPyeong Dong 57-, YongIn Si, KyeongKi Do,

More information

Type II Fuzzy Possibilistic C-Mean Clustering

Type II Fuzzy Possibilistic C-Mean Clustering IFSA-EUSFLAT Type II Fuzzy Possibilistic C-Mean Clustering M.H. Fazel Zarandi, M. Zarinbal, I.B. Turksen, Department of Industrial Engineering, Amirkabir University of Technology, P.O. Box -, Tehran, Iran

More information

The Emotion Analysis on the Chinese Comments from News portal and Forums Jiawei Shen1, 2, Wenjun Wang1, 2 and Yueheng Sun1, 2, a

The Emotion Analysis on the Chinese Comments from News portal and Forums Jiawei Shen1, 2, Wenjun Wang1, 2 and Yueheng Sun1, 2, a 2nd International Conference on Economics, Social Science, Arts, Education and Management Engineering (ESSAEME 216) The Emotion Analysis on the Chinese Comments from News portal and Forums Jiawei Shen1,

More information

Keywords Artificial Neural Networks (ANN), Echocardiogram, BPNN, RBFNN, Classification, survival Analysis.

Keywords Artificial Neural Networks (ANN), Echocardiogram, BPNN, RBFNN, Classification, survival Analysis. Design of Classifier Using Artificial Neural Network for Patients Survival Analysis J. D. Dhande 1, Dr. S.M. Gulhane 2 Assistant Professor, BDCE, Sevagram 1, Professor, J.D.I.E.T, Yavatmal 2 Abstract The

More information

Brain Tumour Detection of MR Image Using Naïve Beyer classifier and Support Vector Machine

Brain Tumour Detection of MR Image Using Naïve Beyer classifier and Support Vector Machine International Journal of Scientific Research in Computer Science, Engineering and Information Technology 2018 IJSRCSEIT Volume 3 Issue 3 ISSN : 2456-3307 Brain Tumour Detection of MR Image Using Naïve

More information

EMOTION DETECTION FROM TEXT DOCUMENTS

EMOTION DETECTION FROM TEXT DOCUMENTS EMOTION DETECTION FROM TEXT DOCUMENTS Shiv Naresh Shivhare and Sri Khetwat Saritha Department of CSE and IT, Maulana Azad National Institute of Technology, Bhopal, Madhya Pradesh, India ABSTRACT Emotion

More information