Human Activity Recognition using Smartphone

Size: px
Start display at page:

Download "Human Activity Recognition using Smartphone"

Transcription

1 2011 Fall CSCE666 Projet Report Human Ativity Reognition using Smartphone Amin Rasekh Chien-An Chen Yan Lu Texas A&M University ABSTRACT Human ativity reognition has wide appliations in medial researh and human survey system. In this projet, we design a robust ativity reognition system based on a smartphone. The system uses a 3-dimentional smartphone aelerometer as the only sensor to ollet time series signals, from whih 31 features are generated in both time and frequeny domain. Ativities are lassified using 4 different passive learning methods, i.e., quadrati lassifier, k-nearest neighbor algorithm, support vetor mahine, and artifiial neural networks. Dimensionality redution is performed through both feature extration and subset seletion. Besides passive learning, we also apply ative learning algorithms to redue data labeling expense. Experiment results show that the lassifiation rate of passive learning reahes 84.4% and it is robust to ommon positions and poses of ellphone. The results of ative learning on real data demonstrate a redution of labeling labor to ahieve omparable performane with passive learning. 1. INTRODUCTION The demands for understanding human ativities have grown in health-are domain, espeially in elder are support, rehabilitation assistane, diabetes, and ognitive disorders. [1,2,3]. A huge amount of resoures an be saved if sensors an help aretakers reord and monitor the patients all the time and report automatially when any abnormal behavior is deteted. Other appliations suh as human survey system and loation indiator are all benefited from the study. Many studies have suessfully identified ativities using wearable sensors with very low error rate, but the majority of the previous works are done in the laboratories with very onstrained settings. Readings from multiple body-attahed sensors ahieve low error-rate, but the ompliated setting is not feasible in pratie. This projet uses low-ost and ommerially available smartphones as sensors to identify human ativities. The growing popularity and omputational power of smartphone make it an ideal andidate for non-intrusive body-attahed sensors. Aording to the statisti of US mobile subsribers, around 44% of mobile subsribers in 2011 own smartphones and 96% of these smartphones have built-in inertial sensors suh as aelerometer or gyrosope [4,5]. Researh has shown that gyrosope an help ativity reognition even though its ontribution alone is not as good as aelerometer [6,7]. Beause gyrosope is not so easily aessed in ellphones as aelerometer, our system only uses readings from a 3-dimensional aelerometer. Unlike many other works before, we relaxed the onstraints of attahing sensors to fixed body position with fixed devie orientation. In our design, the phone an be plaed at any position around waist suh as jaket poket and pants poket, with arbitrary orientation. These are the most ommon positions where people arry mobile phones. Training proess is always required when a new ativity is added to the system. Parameters of the same algorithm may need to be trained and adjusted when the algorithm runs on different devies due to the variane of sensors. However, labeling a time-series data is a time onsuming proess and it is not always possible to request users to label all the training data. As a result, we propose using ative learning tehnique to aelerate the training proess. Given a lassifier, ative learning intelligently queries the unlabeled samples and learns the parameters from the orret labels answered by the orale, usually human. In this fashion, users label only the samples that the algorithm asks for and the total amount of required training samples is redued. To the best of our knowledge, there is no previous study on applying ative learning to human ativity reognition problem. The goal of this projet is to design a light weight and aurate system on smartphone that an reognize human ativities. Moreover, to redue the labeling time and burden, ative learning models are developed. Through testing and omparing different learning algorithms, we find one that best fit our system in terms of effiieny and auray on a smartphone. 2. LITERATURE REVIEW Human ativity reognition has been studied for years and researhers have proposed different solutions to attak the problem. Existing approahes typially use vision sensor, inertial sensor and the mixture of both. Mahine learning and threshold-base algorithms are often applied. Mahine learning usually produes more aurate and reliable results, while threshold-based algorithms are faster and simpler. One or multiple ameras have been used to apture and identify body posture [8, 9]. Multiple aelerometers and gyrosopes attahed to different body positions are the most ommon solutions [10-13]. Approahes that ombine both vision and

2 inertial sensors have also been purposed [14]. Another essential part of all these algorithms is data proessing. The quality of the input features has a great impat on the performane. Some previous works are foused on generating the most useful features from the time series data set [15]. The ommon approah is to analyze the signal in both time and frequeny domain. Ative learning tehnique has been applied on many mahine learning problems that are time-onsuming and labor-expensive to label samples. Some appliations inlude speeh reognition, information extration, and handwritten harater reognition [18,19,20]. This tehnique, however, has yet been applied on the human ativity problem before. 3. METHODS 3.1 Feature Generation To ollet the aeleration data, eah subjet arries a smartphone for a few hours and performs some ativities. In this projet, five kinds of ommon ativities are studied, inluding walking, limping, jogging, walking upstairs, and walking downstairs. The position of the phone an be anywhere lose to the waist and the orientation is arbitrary. The built-in aelerometer we use has maximum sampling frequeny 50 Hz and ±3g sensitivity. Aording to a previous study, body movements are onstrained within frequeny omponents below 20Hz, and 99% of the energy is ontained below 15 Hz [16]. Aording to Nyquist frequeny theory, 50 Hz aelerometer is suffiient for our study. A low-pass filter with 25Hz utoff frequeny is applied to suppress the noise. Also, due to the instability of phone sensor, whih may drop samples aidentally, interpolation is applied to fill the gaps. Table 1. Features Generation Time Domain Variane Mean Median 25% Perentile 75% Perentile Correlation between eah axis Average Resultant Aeleration (1 resultant feature) Frequeny Domain Energy Entropy Centroid Frequeny Peak Frequeny To analyze the ativities in a short period, we group every 256 sample in a window, whih orresponds to 5.12 se length of data. The hoie of 256, whih is a power of two, is a preferred size when applying Fast Fourier Transformation. For eah sample window, 31 features are extrated in both time domain and frequeny domain as shown in Table 1. Exept for the average resultant aeleration, all the other features are generated for x, y and z diretions. 3.2 Classifiers In this projet, four kinds of lassifiers are employed to lassify the ativity as desribed below Quadrati Classifier If we assume every lass is normally distributed, then the disriminant funtion for lass is defined as ( ) ( ) ( ) ( ), where and represent the mean and ovariane of the Gaussian distribution of lass, respetively. Given a feature vetor x, a quadrati lassifier assigns ( ) ( ). Therefore, the deision boundary is in general a quadrati urve k-nearest Neighbor The k-nearest neighbor (knn) algorithm lassifies unlabeled instanes based on a voting of the labels of k losest training examples in the feature spae. knn is a lazy learning algorithm sine it defers data proessing until a lassifiation request arises. Beause knn uses loal information, it an ahieve highly adaptive performane. On the other hand, knn involves large storage requirement and intensive omputation, and the value of k also needs to be determined properly Support Vetor Mahine As a supervised lassifier, a standard support vetor mahine (SVM) aims to find a hyperplane separating 2 lasses whih maximizes the distane to the losest points from eah lass. The losest points are alled support vetors. Given n training data points {x i }, and lass labels {y i },, a hyperplane separating two lasses has the form ( ) Suppose {w k } is the set of all suh hyperplanes. The optimal hyperplane is defined by and b is set by the Karush Kuhn Tuker onditions where { } maximize subjet to, In the linearly separable ase, only the support vetors will be non-zero. s orresponding Sine the data points x only enter alulation via dot produt, we an use a mapping ( ) to transform them to

3 another feature spae suh that the originally non-linearly separable data an be linearly separable after mapping. Moreover, ( ) is not neessarily an expliit funtion. Instead, we are only interested in a kernel funtion ( ) ( ) ( ) whih satisfies Merer s ondition. In this study, we use a radial basis funtion kernel ( ) To extend a standard SVM for multilass problem, we use the one-against-all strategy, whih trains a standard SVM for eah lass and assigns an unknown pattern to the lass with the highest sore Artifiial Neural Network An artifiial neural network (ANN) is a omputational model onsisting of interonneted artifiial neurons (or nodes) that is inspired from biologial neural networks. ANNs are able to model omplex relationships between inputs and outputs or to find patterns in data. In this projet, we use a lass of ANN alled multilayer pereptron (MLP) as a lassifier as illustrated in Fig. 1. Bakpropagation algorithm is used in the training proess.. interlass distane or statistial independene. Wrappers evaluate features by the predition auray of a lassifier. In this study, we use wrappers for feature seletion. 3.4 Ative Learning Ative learning is one of the mainstream mahine learning methods for solving a lass of problems where a large amount of unlabeled data may be available or easily obtained, but labels are diffiult, expensive, and timeonsuming to ahieve. The ore idea of ative learning is that a mahine learning tehnique an ahieve higher auray using fewer training labels if it selets the data from whih it learns [17] The learning proess involves interation with an orale who labels unlabeled data samples through guided queries made by the learner as illustrated in Fig. 2. In order to get higher lassifiation rate through less labeled training set, the learner searhes to label the unlabeled instanes that are most informative. Figure 1. Artifiial neural network. (from [21]) 3.3 Dimensionality Redution There are two ways to do feature dimension redution: feature extration and feature seletion Feature Extration Feature extration transforms the original high dimensional data to a lower dimension feature spae. The transformation an be linear or nonlinear. In this projet, we employed Linear Disriminant Analysis (LDA) Feature Seletion Feature seletion is a tehnique of seleting a subset of most relevant features from the original features. While feature seletion may be regarded as a speial ase of feature extration mathematially, the researhes in these two areas are quite different. In feature seletion, an objetive funtion is needed to evaluate andidate features. Two kinds of objetive funtions are available: filters and wrappers. Filters evaluate the feature subsets based on their information ontent like Figure 2. The ative learning yle (from [17]) The problem of seleting unlabeled instanes is thus the prinipal hallenge for the ative learning proess. Typially, the query builds upon notions of unertainty in lassifiation. For example, samples that are most likely to be mislassified an be onsidered to be the most informative and will be hosen for query. In this study, the unertainty u (x) for every unlabeled instane x is quantified in a distint way depending upon what learning algorithm is used, as follows: Quadrati Classifier Query is performed first for the unlabeled instanes that are nearest to the disriminant line and are aordingly most unertain. For a two-lass problem, unertainty for an unlabeled instane x is measured as: u ( x) g 1 1 ( x) g2( x) where g i (x) is the quadrati disriminant funtion for lass i. For a multi-lass lassifiation problem, u (x) is first alulated for all binary ombinations of existing lasses and the maximum value is onsidered as the measure of unertainty for instane x.

4 Classifiation rate k-nearest Neighbors Appliation of distane measure is not feasible for the knn tehnique. The unertainty is measured using the onept of Shannon entropy H. In mathematial terms, u ( x ) H ( x ) p log p where denotes lasses and p is the probability that instane x belongs to a speifi lass. p is alulated through dividing the number of neighbors that belong to a speifi lass over the total number of neighbors k. Support Vetor Mahines Sine we adopt the one-against-all method for multilass problem, we hoose the sample that has the smallest distane to the deision boundary as the next query. Artifiial Neural Networks Given a sample, the output of ANN onsists of the probability of the sample belonging to eah lass. Similar to the unertainty measure used in knn, query is made here for the sample that has the highest entropy. 4. RESULTS AND DISCUSSIONS 4.1 Data Colletion Our experiment data is olleted by three persons using a HTC Evo Smartphone. A total amount of 1393 samples are obtained. 75% of the data is used for training and the rest is used for testing. In order to illustrate the omplexity of the lassifiation problem, the first two LDA omponents are plotted in Fig. 3(a), and the two best seleted features are illustrated in Fig. 3(b). As observed, the lassifiation problem is nontrivial. Two ativities of walking upstairs and downstairs, in speifi, are very diffiult to be disriminated. 4.2 Passive Learning Four lassifiers, quadrati, knn, ANN, and SVM, are studied. SVM-KM [21] and Matlab ANN toolboxes are used in this study. All methods are tested with the samples in original feature spae, LDA subspae, and sequential forward seletion (SFS) subspae. We run SFS algorithm on eah lassifier and pik the best five features that are seleted by all lassifiers. The same feature subset is then used on all lassifiers. The seleted features are variane, 75 perentile, frequeny entropy, and peak frequeny. It is also observed that z-axis is the most informative diretion beause ellphones are usually attahed to human body vertially and the z-axis, whih is perpendiular to the sreen, is independent to the orientation of the phone. LDA omponent 2 Z axis 25 Perentile LDA omponent (a) walking limping jogging downstair upstair walking limping jogging downstairs upstairs Z axis Variane (b) Figure 3. The distribution of lasses in (a) LDA spae and (b) and subspae of the two best features Fig. 4 shows the performane of eah lassifier in different feature spaes. The maximum lassifiation rate is ahieved when SVM is used with the SFS (84.4%). The quadrati algorithm, on the other hand, has the worst performane. For all lassifiers exept SVM, the performane is highest in the LDA subspae and lowest in the original feature spae. Quadrati lassifier gives the lowest lassifiation rate due to the non-gaussian distribution of eah lass. Feature subset seletion enhanes the performane of the SVM method beause it removes the features that misguide the algorithm. knn lassifiation rate is notieably improved after LDA is performed. knn is highly sensitive to the sales of different features. LDA alleviates this problem through reduing the feature spae into a more normalized and smaller subspae Original spae SFS LDA Quadrati KNN ANN SVM Figure 4. Passive learning performane in original spae, subset spae (SFS), and LDA subspae

5 4.3 Ative Learning For our experiments, we onsider a randomly initialized training set, a test set, and a query set that ontains unlabeled samples. Passive learning results showed that dimensionality redution (SFS and LDA) may signifiantly enhane the lassifiation performane. Aordingly, the ative learning is performed here using the subset of features and LDA subspae. The test set omprises 25% of the original dataset. The ative learning model queries the unlabeled samples from the query set only, whereas the lassifiation rate is reported on the test set. For every lassifier, the average lassifiation rate is reported (averaged over 50 runs). The initial training set is seeded randomly by seleting 4 training samples per lass and the remaining samples form the query set. For eah round of ative learning, one unlabeled sample is seleted from the query set and added to the training set. If the samples hosen for the query are seleted solely based upon the unertainty measure, there is a possibility that ertain regions in the feature spae are never explored. This problem is most serious for quadrati lassifier as the training set onverges to a long and thin spae along the disriminant urve as it grows with more queries. Under these irumstanes, the distributions of lasses extremely deviate from their true shape. To deal with this problem, some samples may be piked from the query set randomly than using the unertainty measure. For our problem, the probability that the query is made randomly is set to Performane of ative learning algorithms is ommonly assessed by onstruting learning urves. It is a plot that shows the performane measure of interest (e.g. lassifiation rate) as a funtion of the number of queries performed. Fig. 5 presents learning urves for the first 300 samples labeled using the unertainty query (with 10% random sampling) and pure random sampling for all four lassifiers. Classifiation rate KNN Ative sampling (LDA) Number of training instanes added Classifiation rate Classifiation rate Classifiation rate SVM Ative sampling (LDA) Number of training instanes added Quadrati Ative sampling (LDA) Number of training instanes added ANN Ative sampling (LDA) Number of training instanes added Figure 5. Learning urves for different lassifiers in LDA and SFS subspae For knn lassifier, the ative learning urve learly dominates the baseline random sampling urve for all the points. While the learning urves for both ative and random sampling for LDA and SFS start from the same lassifiation rate (4), the maximum learning rate is ahieved when

6 ative sampling is performed in LDA spae. These findings are onsistent with the results of passive learning where learning proess in LDA spae outperformed original highdimensional spae and seleted subset. SVM ative learning algorithm also performs better than random sampling in both LDA and seleted subset spae. While the results of passive learning showed that SVM performs better in seleted subset spae, it is observed here this is not true when only 20 instanes are used. In the other words, if very small dataset is available, it is more effiient to use the LDA spae than the seleted subset spae. The learning urves for the seleted subspae, nevertheless, dominate those for LDA after about 70 queries are made. While the results showed ative learning obviously outperforms random sampling for KNN and SVM tehniques, no preise onlusion might be made for ANN. While the performane inreases as more queries are made in general, the learning urves signifiantly osillate. This instability may be due to the high sensitivity of weight funtions to the new samples added to the training set when this set is small. As observed more learly for the LDA spae, the osillations damp with inreasing size of the training set. Opposite to KNN, SVM, and ANN, the quadrati ative learning algorithm is totally dominated by the random sampling exept for the first 10 queries. After these initial queries, the training set is filled with the samples that are loated around the disriminant urves. This happens beause of the query strategy desribed in setion 3.4. The distribution of samples deviates from their true distribution. While SVM also uses the distane measure for queries, this problem is not serious for this algorithm. This is rooted in how SVM works. While quadrati lassifier uses all samples to lassify, SVM uses only samples around the boundary. Therefore, SVM is not as sensitive to the distribution of the queried samples in the training set. 5. CONCLUSIONS Human ativity reognition has broad appliations in medial researh and human survey system. In this projet, we designed a smartphone-based reognition system that reognizes five human ativities: walking, limping, jogging, going upstairs and going downstairs. The system olleted time series signals using a built-in aelerometer, generated 31 features in both time and frequeny domain, and then redued the feature dimensionality to improve the performane. The ativity data were trained and tested using 4 passive learning methods: quadrati lassifier, k-nearest neighbor algorithm, support vetor mahine, and artifiial neural networks. The best lassifiation rate in our experiment was 84.4%, whih is ahieved by SVM with features seleted by SFS. Classifiation performane is robust to the orientation and the position of smartphones. Besides, ative learning algorithms were studied to redue the expense of labeling data. Experiment results demonstrated the effetiveness of ative learning in saving labeling labor while ahieving omparable performane with passive learning. Among the four lassifiers, KNN and SVM improve most after applying ative learning. The results demonstrate that entropy and distane to the boundary are robust unertainty measures when performing queries on KNN and SVM respetively. Conlusively, SVM is the optimal hoie for our problem. Future work may onsider more ativities and implement a real-time system on smartphone. Other query strategies suh as variane redution and density-weighted methods may be investigated to enhane the performane of ative learning shemes proposed here. 6. REFERENCES [1] Morris, M., Lundell, J., Dishman, E., Needham, B.: New Perspetives on Ubiquitous Computing from Ethnographi Study of Elders with Cognitive Deline. In: Pro. Ubiomp (2003). [2] Lawton, M. P.: Aging and Performane of Home Tasks. Human Fators (1990) [3] Consolvo, S., Roessler, P., Shelton, B., LaMarha, A., Shilit, B., Bly, S.: Tehnology for Care Networks of Elders. In: Pro. IEEE Pervasive Computing Mobile and Ubiquitous Systems: Suessful Aging (2004). [4] Sensors/News/Pages/Motion-Sensor-Market-for- Smartphones-and-Tablets-Set-to-Double-by-2015.aspx. [5] /2011/11/omSore_Reports_September_2011_U.S._M obile_subsriber_market_share. [6] S.W Lee and K. Mase. Ativity and loation reognition using wearable sensors. IEEE Pervasive Computing, 1(3):24 32, [7] K. Kunze and P. Lukowiz. Dealing with sensor displaement in motion-based on body ativity reognition systems. Pro. 10th Int. Conf. on Ubiquitous omputing, Sep 2008 [8] T.B.Moeslund,A.Hilton,V.Kruger, A survey of advanes in vision-based human motion apture and analysis, Computer Vision Image Understanding 104 (2-3) (2006) [9] R. Bodor, B. Jakson, and N. Papanikolopoulos. Visionbased human traking and ativity reognition. In Pro. of the 11th Mediterranean Conf. on Control and Automation, June 2003 [10] L. Bao and S. S. Intille, Ativity reognition from userannotated aeleration data, Pers Comput., Leture Notes in omputer Siene, vol. 3001, pp. 1 17, 2004.

7 [11] U. Maurer, A. Rowe, A. Smailagi, and D. Siewiorek, Loation and ativity reognition using ewath: A wearable sensor platform, Ambient Intell. Everday Life, Leture Notes in Computer Siene, vol. 3864, pp , [12] J. Parkka, M. Ermes, P. Korpipaa, J. Mantyjarvi, J. Peltola, and I. Korhonen, Ativity lassifiation using realisti data from wearable sensors, IEEE Trans. Inf. Tehnol. Biomed., vol. 10, no. 1, pp , Jan [13] N.Wang, E. Ambikairajah,N.H. Lovell, and B.G. Celler, Aelerometry based lassifiation of walking patterns using time-frequeny analysis, in Pro. 29th Annu. Conf. IEEE Eng. Med. Biol. So., Lyon, Frane, 2007, pp [14] Y. Tao, H. Hu, H. Zhou, Integration of vision and inertial sensors for 3D arm motion traking in homebased rehabilitation, Int. J. Robotis Res. 26 (6) (2007) [15] Preee S J, Goulermas J Y, Kenney L P J and Howard D 2008b A omparison of feature extration methods for the lassifiation of dynami ativities from aelerometer data IEEE Trans. Biomed. Eng. at press [16] E. K. Antonsson and R. W. Mann, The frequeny ontent of gait, J. Biomeh., vol. 18, no. 1, pp , 1985 [17] Settles, B. (2010). Ative learning literature survey. Computer Sienes Tehnial Report 1648, University of Wisonsin-Madison. [18] K. Lang and E. Baum. Query learning an work poorly when a human orale is used. In Proeedings of the IEEE International Joint Conferene on Neural Networks, pages IEEE Press, [19] X. Zhu. Semi-Supervised Learning with Graphs. PhD thesis, Carnegie Mellon University, 2005a. [20] B. Settles, M. Craven, and L. Friedland. Ative learning with real annotation osts. In Proeedings of the NIPS Workshop on Cost-Sensitive Learning, pages 1 10, 2008a. [21] Available at [22] S. Canu and Y. Grandvalet and V. Guigue and A. Rakotomamonjy "SVM and Kernel Methods Matlab Toolbox ", Pereption Systèmes et Information, INSA de Rouen, Rouen, Frane, 2005

A Holistic Method for Selecting Web Services in Design of Composite Applications

A Holistic Method for Selecting Web Services in Design of Composite Applications A Holisti Method for Seleting Web Servies in Design of Composite Appliations Mārtiņš Bonders, Jānis Grabis Institute of Information Tehnology, Riga Tehnial University, 1 Kalu Street, Riga, LV 1658, Latvia,

More information

Robust Classification and Tracking of Vehicles in Traffic Video Streams

Robust Classification and Tracking of Vehicles in Traffic Video Streams Proeedings of the IEEE ITSC 2006 2006 IEEE Intelligent Transportation Systems Conferene Toronto, Canada, September 17-20, 2006 TC1.4 Robust Classifiation and Traking of Vehiles in Traffi Video Streams

More information

Improved Vehicle Classification in Long Traffic Video by Cooperating Tracker and Classifier Modules

Improved Vehicle Classification in Long Traffic Video by Cooperating Tracker and Classifier Modules Improved Vehile Classifiation in Long Traffi Video by Cooperating Traker and Classifier Modules Brendan Morris and Mohan Trivedi University of California, San Diego San Diego, CA 92093 {b1morris, trivedi}@usd.edu

More information

FIRE DETECTION USING AUTONOMOUS AERIAL VEHICLES WITH INFRARED AND VISUAL CAMERAS. J. Ramiro Martínez-de Dios, Luis Merino and Aníbal Ollero

FIRE DETECTION USING AUTONOMOUS AERIAL VEHICLES WITH INFRARED AND VISUAL CAMERAS. J. Ramiro Martínez-de Dios, Luis Merino and Aníbal Ollero FE DETECTION USING AUTONOMOUS AERIAL VEHICLES WITH INFRARED AND VISUAL CAMERAS. J. Ramiro Martínez-de Dios, Luis Merino and Aníbal Ollero Robotis, Computer Vision and Intelligent Control Group. University

More information

Hierarchical Clustering and Sampling Techniques for Network Monitoring

Hierarchical Clustering and Sampling Techniques for Network Monitoring S. Sindhuja Hierarhial Clustering and Sampling Tehniques for etwork Monitoring S. Sindhuja ME ABSTRACT: etwork monitoring appliations are used to monitor network traffi flows. Clustering tehniques are

More information

Improved SOM-Based High-Dimensional Data Visualization Algorithm

Improved SOM-Based High-Dimensional Data Visualization Algorithm Computer and Information Siene; Vol. 5, No. 4; 2012 ISSN 1913-8989 E-ISSN 1913-8997 Published by Canadian Center of Siene and Eduation Improved SOM-Based High-Dimensional Data Visualization Algorithm Wang

More information

An integrated optimization model of a Closed- Loop Supply Chain under uncertainty

An integrated optimization model of a Closed- Loop Supply Chain under uncertainty ISSN 1816-6075 (Print), 1818-0523 (Online) Journal of System and Management Sienes Vol. 2 (2012) No. 3, pp. 9-17 An integrated optimization model of a Closed- Loop Supply Chain under unertainty Xiaoxia

More information

Chapter 1 Microeconomics of Consumer Theory

Chapter 1 Microeconomics of Consumer Theory Chapter 1 Miroeonomis of Consumer Theory The two broad ategories of deision-makers in an eonomy are onsumers and firms. Eah individual in eah of these groups makes its deisions in order to ahieve some

More information

Pattern Recognition Techniques in Microarray Data Analysis

Pattern Recognition Techniques in Microarray Data Analysis Pattern Reognition Tehniques in Miroarray Data Analysis Miao Li, Biao Wang, Zohreh Momeni, and Faramarz Valafar Department of Computer Siene San Diego State University San Diego, California, USA faramarz@sienes.sdsu.edu

More information

An Efficient Network Traffic Classification Based on Unknown and Anomaly Flow Detection Mechanism

An Efficient Network Traffic Classification Based on Unknown and Anomaly Flow Detection Mechanism An Effiient Network Traffi Classifiation Based on Unknown and Anomaly Flow Detetion Mehanism G.Suganya.M.s.,B.Ed 1 1 Mphil.Sholar, Department of Computer Siene, KG College of Arts and Siene,Coimbatore.

More information

A Keyword Filters Method for Spam via Maximum Independent Sets

A Keyword Filters Method for Spam via Maximum Independent Sets Vol. 7, No. 3, May, 213 A Keyword Filters Method for Spam via Maximum Independent Sets HaiLong Wang 1, FanJun Meng 1, HaiPeng Jia 2, JinHong Cheng 3 and Jiong Xie 3 1 Inner Mongolia Normal University 2

More information

The Application of Mamdani Fuzzy Model for Auto Zoom Function of a Digital Camera

The Application of Mamdani Fuzzy Model for Auto Zoom Function of a Digital Camera (IJCSIS) International Journal of Computer Siene and Information Seurity, Vol. 6, No. 3, 2009 The Appliation of Mamdani Fuzzy Model for Auto Funtion of a Digital Camera * I. Elamvazuthi, P. Vasant Universiti

More information

Recovering Articulated Motion with a Hierarchical Factorization Method

Recovering Articulated Motion with a Hierarchical Factorization Method Reovering Artiulated Motion with a Hierarhial Fatorization Method Hanning Zhou and Thomas S Huang University of Illinois at Urbana-Champaign, 405 North Mathews Avenue, Urbana, IL 680, USA {hzhou, huang}@ifpuiuedu

More information

Weighting Methods in Survey Sampling

Weighting Methods in Survey Sampling Setion on Survey Researh Methods JSM 01 Weighting Methods in Survey Sampling Chiao-hih Chang Ferry Butar Butar Abstrat It is said that a well-designed survey an best prevent nonresponse. However, no matter

More information

Channel Assignment Strategies for Cellular Phone Systems

Channel Assignment Strategies for Cellular Phone Systems Channel Assignment Strategies for Cellular Phone Systems Wei Liu Yiping Han Hang Yu Zhejiang University Hangzhou, P. R. China Contat: wliu5@ie.uhk.edu.hk 000 Mathematial Contest in Modeling (MCM) Meritorious

More information

Big Data Analysis and Reporting with Decision Tree Induction

Big Data Analysis and Reporting with Decision Tree Induction Big Data Analysis and Reporting with Deision Tree Indution PETRA PERNER Institute of Computer Vision and Applied Computer Sienes, IBaI Postbox 30 11 14, 04251 Leipzig GERMANY pperner@ibai-institut.de,

More information

Granular Problem Solving and Software Engineering

Granular Problem Solving and Software Engineering Granular Problem Solving and Software Engineering Haibin Zhu, Senior Member, IEEE Department of Computer Siene and Mathematis, Nipissing University, 100 College Drive, North Bay, Ontario, P1B 8L7, Canada

More information

Behavior Analysis-Based Learning Framework for Host Level Intrusion Detection

Behavior Analysis-Based Learning Framework for Host Level Intrusion Detection Behavior Analysis-Based Learning Framework for Host Level Intrusion Detetion Haiyan Qiao, Jianfeng Peng, Chuan Feng, Jerzy W. Rozenblit Eletrial and Computer Engineering Department University of Arizona

More information

Sebastián Bravo López

Sebastián Bravo López Transfinite Turing mahines Sebastián Bravo López 1 Introdution With the rise of omputers with high omputational power the idea of developing more powerful models of omputation has appeared. Suppose that

More information

Neural network-based Load Balancing and Reactive Power Control by Static VAR Compensator

Neural network-based Load Balancing and Reactive Power Control by Static VAR Compensator nternational Journal of Computer and Eletrial Engineering, Vol. 1, No. 1, April 2009 Neural network-based Load Balaning and Reative Power Control by Stati VAR Compensator smail K. Said and Marouf Pirouti

More information

Open and Extensible Business Process Simulator

Open and Extensible Business Process Simulator UNIVERSITY OF TARTU FACULTY OF MATHEMATICS AND COMPUTER SCIENCE Institute of Computer Siene Karl Blum Open and Extensible Business Proess Simulator Master Thesis (30 EAP) Supervisors: Luiano Garía-Bañuelos,

More information

Intelligent Measurement Processes in 3D Optical Metrology: Producing More Accurate Point Clouds

Intelligent Measurement Processes in 3D Optical Metrology: Producing More Accurate Point Clouds Intelligent Measurement Proesses in 3D Optial Metrology: Produing More Aurate Point Clouds Charles Mony, Ph.D. 1 President Creaform in. mony@reaform3d.om Daniel Brown, Eng. 1 Produt Manager Creaform in.

More information

' R ATIONAL. :::~i:. :'.:::::: RETENTION ':: Compliance with the way you work PRODUCT BRIEF

' R ATIONAL. :::~i:. :'.:::::: RETENTION ':: Compliance with the way you work PRODUCT BRIEF ' R :::i:. ATIONAL :'.:::::: RETENTION ':: Compliane with the way you work, PRODUCT BRIEF In-plae Management of Unstrutured Data The explosion of unstrutured data ombined with new laws and regulations

More information

Static Fairness Criteria in Telecommunications

Static Fairness Criteria in Telecommunications Teknillinen Korkeakoulu ERIKOISTYÖ Teknillisen fysiikan koulutusohjelma 92002 Mat-208 Sovelletun matematiikan erikoistyöt Stati Fairness Criteria in Teleommuniations Vesa Timonen, e-mail: vesatimonen@hutfi

More information

Marker Tracking and HMD Calibration for a Video-based Augmented Reality Conferencing System

Marker Tracking and HMD Calibration for a Video-based Augmented Reality Conferencing System Marker Traking and HMD Calibration for a Video-based Augmented Reality Conferening System Hirokazu Kato 1 and Mark Billinghurst 2 1 Faulty of Information Sienes, Hiroshima City University 2 Human Interfae

More information

An Enhanced Critical Path Method for Multiple Resource Constraints

An Enhanced Critical Path Method for Multiple Resource Constraints An Enhaned Critial Path Method for Multiple Resoure Constraints Chang-Pin Lin, Hung-Lin Tai, and Shih-Yan Hu Abstrat Traditional Critial Path Method onsiders only logial dependenies between related ativities

More information

Customer Efficiency, Channel Usage and Firm Performance in Retail Banking

Customer Efficiency, Channel Usage and Firm Performance in Retail Banking Customer Effiieny, Channel Usage and Firm Performane in Retail Banking Mei Xue Operations and Strategi Management Department The Wallae E. Carroll Shool of Management Boston College 350 Fulton Hall, 140

More information

GABOR AND WEBER LOCAL DESCRIPTORS PERFORMANCE IN MULTISPECTRAL EARTH OBSERVATION IMAGE DATA ANALYSIS

GABOR AND WEBER LOCAL DESCRIPTORS PERFORMANCE IN MULTISPECTRAL EARTH OBSERVATION IMAGE DATA ANALYSIS HENRI COANDA AIR FORCE ACADEMY ROMANIA INTERNATIONAL CONFERENCE of SCIENTIFIC PAPER AFASES 015 Brasov, 8-30 May 015 GENERAL M.R. STEFANIK ARMED FORCES ACADEMY SLOVAK REPUBLIC GABOR AND WEBER LOCAL DESCRIPTORS

More information

A Context-Aware Preference Database System

A Context-Aware Preference Database System J. PERVASIVE COMPUT. & COMM. (), MARCH 005. TROUBADOR PUBLISHING LTD) A Context-Aware Preferene Database System Kostas Stefanidis Department of Computer Siene, University of Ioannina,, kstef@s.uoi.gr Evaggelia

More information

Learning Curves and Stochastic Models for Pricing and Provisioning Cloud Computing Services

Learning Curves and Stochastic Models for Pricing and Provisioning Cloud Computing Services T Learning Curves and Stohasti Models for Priing and Provisioning Cloud Computing Servies Amit Gera, Cathy H. Xia Dept. of Integrated Systems Engineering Ohio State University, Columbus, OH 4310 {gera.,

More information

TECHNOLOGY-ENHANCED LEARNING FOR MUSIC WITH I-MAESTRO FRAMEWORK AND TOOLS

TECHNOLOGY-ENHANCED LEARNING FOR MUSIC WITH I-MAESTRO FRAMEWORK AND TOOLS TECHNOLOGY-ENHANCED LEARNING FOR MUSIC WITH I-MAESTRO FRAMEWORK AND TOOLS ICSRiM - University of Leeds Shool of Computing & Shool of Musi Leeds LS2 9JT, UK +44-113-343-2583 kia@i-maestro.org www.i-maestro.org,

More information

AUTOMATED VISUAL TRAFFIC MONITORING AND SURVEILLANCE THROUGH A NETWORK OF DISTRIBUTED UNITS

AUTOMATED VISUAL TRAFFIC MONITORING AND SURVEILLANCE THROUGH A NETWORK OF DISTRIBUTED UNITS AUTOMATED VISUAL TRAFFIC MOITORIG AD SURVEILLACE THROUGH A ETWORK OF DISTRIBUTED UITS A. Koutsia a, T. Semertzidis a, K. Dimitropoulos a,. Grammalidis a and K. Georgouleas b a Informatis and Telematis

More information

A novel active mass damper for vibration control of bridges

A novel active mass damper for vibration control of bridges IABMAS 08, International Conferene on Bridge Maintenane, Safety and Management, 3-7 July 008, Seoul, Korea A novel ative mass damper for vibration ontrol of bridges U. Starossek & J. Sheller Strutural

More information

SLA-based Resource Allocation for Software as a Service Provider (SaaS) in Cloud Computing Environments

SLA-based Resource Allocation for Software as a Service Provider (SaaS) in Cloud Computing Environments 2 th IEEE/ACM International Symposium on Cluster, Cloud and Grid Computing SLA-based Resoure Alloation for Software as a Servie Provider (SaaS) in Cloud Computing Environments Linlin Wu, Saurabh Kumar

More information

Deadline-based Escalation in Process-Aware Information Systems

Deadline-based Escalation in Process-Aware Information Systems Deadline-based Esalation in Proess-Aware Information Systems Wil M.P. van der Aalst 1,2, Mihael Rosemann 2, Marlon Dumas 2 1 Department of Tehnology Management Eindhoven University of Tehnology, The Netherlands

More information

Impact Simulation of Extreme Wind Generated Missiles on Radioactive Waste Storage Facilities

Impact Simulation of Extreme Wind Generated Missiles on Radioactive Waste Storage Facilities Impat Simulation of Extreme Wind Generated issiles on Radioative Waste Storage Failities G. Barbella Sogin S.p.A. Via Torino 6 00184 Rome (Italy), barbella@sogin.it Abstrat: The strutural design of temporary

More information

Interpretable Fuzzy Modeling using Multi-Objective Immune- Inspired Optimization Algorithms

Interpretable Fuzzy Modeling using Multi-Objective Immune- Inspired Optimization Algorithms Interpretable Fuzzy Modeling using Multi-Objetive Immune- Inspired Optimization Algorithms Jun Chen, Mahdi Mahfouf Abstrat In this paper, an immune inspired multi-objetive fuzzy modeling (IMOFM) mehanism

More information

Discovering Trends in Large Datasets Using Neural Networks

Discovering Trends in Large Datasets Using Neural Networks Disovering Trends in Large Datasets Using Neural Networks Khosrow Kaikhah, Ph.D. and Sandesh Doddameti Department of Computer Siene Texas State University San Maros, Texas 78666 Abstrat. A novel knowledge

More information

Parametric model of IP-networks in the form of colored Petri net

Parametric model of IP-networks in the form of colored Petri net Parametri model of IP-networks in the form of olored Petri net Shmeleva T.R. Abstrat A parametri model of IP-networks in the form of olored Petri net was developed; it onsists of a fixed number of Petri

More information

A Survey of Usability Evaluation in Virtual Environments: Classi cation and Comparison of Methods

A Survey of Usability Evaluation in Virtual Environments: Classi cation and Comparison of Methods Doug A. Bowman bowman@vt.edu Department of Computer Siene Virginia Teh Joseph L. Gabbard Deborah Hix [ jgabbard, hix]@vt.edu Systems Researh Center Virginia Teh A Survey of Usability Evaluation in Virtual

More information

Findings and Recommendations

Findings and Recommendations Contrating Methods and Administration Findings and Reommendations Finding 9-1 ESD did not utilize a formal written pre-qualifiations proess for seleting experiened design onsultants. ESD hose onsultants

More information

THE PERFORMANCE OF TRANSIT TIME FLOWMETERS IN HEATED GAS MIXTURES

THE PERFORMANCE OF TRANSIT TIME FLOWMETERS IN HEATED GAS MIXTURES Proeedings of FEDSM 98 998 ASME Fluids Engineering Division Summer Meeting June 2-25, 998 Washington DC FEDSM98-529 THE PERFORMANCE OF TRANSIT TIME FLOWMETERS IN HEATED GAS MIXTURES John D. Wright Proess

More information

Henley Business School at Univ of Reading. Pre-Experience Postgraduate Programmes Chartered Institute of Personnel and Development (CIPD)

Henley Business School at Univ of Reading. Pre-Experience Postgraduate Programmes Chartered Institute of Personnel and Development (CIPD) MS in International Human Resoure Management For students entering in 2012/3 Awarding Institution: Teahing Institution: Relevant QAA subjet Benhmarking group(s): Faulty: Programme length: Date of speifiation:

More information

Capacity at Unsignalized Two-Stage Priority Intersections

Capacity at Unsignalized Two-Stage Priority Intersections Capaity at Unsignalized Two-Stage Priority Intersetions by Werner Brilon and Ning Wu Abstrat The subjet of this paper is the apaity of minor-street traffi movements aross major divided four-lane roadways

More information

A Comparison of Service Quality between Private and Public Hospitals in Thailand

A Comparison of Service Quality between Private and Public Hospitals in Thailand International Journal of Business and Soial Siene Vol. 4 No. 11; September 2013 A Comparison of Servie Quality between Private and Hospitals in Thailand Khanhitpol Yousapronpaiboon, D.B.A. Assistant Professor

More information

Trade Information, Not Spectrum: A Novel TV White Space Information Market Model

Trade Information, Not Spectrum: A Novel TV White Space Information Market Model Trade Information, Not Spetrum: A Novel TV White Spae Information Market Model Yuan Luo, Lin Gao, and Jianwei Huang 1 Abstrat In this paper, we propose a novel information market for TV white spae networks,

More information

How To Fator

How To Fator CHAPTER hapter 4 > Make the Connetion 4 INTRODUCTION Developing seret odes is big business beause of the widespread use of omputers and the Internet. Corporations all over the world sell enryption systems

More information

Scalable Hierarchical Multitask Learning Algorithms for Conversion Optimization in Display Advertising

Scalable Hierarchical Multitask Learning Algorithms for Conversion Optimization in Display Advertising Salable Hierarhial Multitask Learning Algorithms for Conversion Optimization in Display Advertising Amr Ahmed Google amra@google.om Abhimanyu Das Mirosoft Researh abhidas@mirosoft.om Alexander J. Smola

More information

Chapter 6 A N ovel Solution Of Linear Congruenes Proeedings NCUR IX. (1995), Vol. II, pp. 708{712 Jerey F. Gold Department of Mathematis, Department of Physis University of Utah Salt Lake City, Utah 84112

More information

Recommending Questions Using the MDL-based Tree Cut Model

Recommending Questions Using the MDL-based Tree Cut Model WWW 2008 / Refereed Trak: Data Mining - Learning April 2-25, 2008 Beijing, China Reommending Questions Using the MDL-based Tree Cut Model Yunbo Cao,2, Huizhong Duan, Chin-Yew Lin 2, Yong Yu, and Hsiao-Wuen

More information

On the Characteristics of Spectrum-Agile Communication Networks

On the Characteristics of Spectrum-Agile Communication Networks 1 On the Charateristis of Spetrum-Agile Communiation Networks Xin Liu Wei Wang Department of Computer Siene University of California, Davis, CA 95616 Email:{liu,wangw}@s.udavis.edu Abstrat Preliminary

More information

Measurement of Powder Flow Properties that relate to Gravity Flow Behaviour through Industrial Processing Lines

Measurement of Powder Flow Properties that relate to Gravity Flow Behaviour through Industrial Processing Lines Measurement of Powder Flow Properties that relate to Gravity Flow ehaviour through Industrial Proessing Lines A typial industrial powder proessing line will inlude several storage vessels (e.g. bins, bunkers,

More information

RATING SCALES FOR NEUROLOGISTS

RATING SCALES FOR NEUROLOGISTS RATING SCALES FOR NEUROLOGISTS J Hobart iv22 WHY Correspondene to: Dr Jeremy Hobart, Department of Clinial Neurosienes, Peninsula Medial Shool, Derriford Hospital, Plymouth PL6 8DH, UK; Jeremy.Hobart@

More information

In order to be able to design beams, we need both moments and shears. 1. Moment a) From direct design method or equivalent frame method

In order to be able to design beams, we need both moments and shears. 1. Moment a) From direct design method or equivalent frame method BEAM DESIGN In order to be able to design beams, we need both moments and shears. 1. Moment a) From diret design method or equivalent frame method b) From loads applied diretly to beams inluding beam weight

More information

arxiv:astro-ph/0304006v2 10 Jun 2003 Theory Group, MS 50A-5101 Lawrence Berkeley National Laboratory One Cyclotron Road Berkeley, CA 94720 USA

arxiv:astro-ph/0304006v2 10 Jun 2003 Theory Group, MS 50A-5101 Lawrence Berkeley National Laboratory One Cyclotron Road Berkeley, CA 94720 USA LBNL-52402 Marh 2003 On the Speed of Gravity and the v/ Corretions to the Shapiro Time Delay Stuart Samuel 1 arxiv:astro-ph/0304006v2 10 Jun 2003 Theory Group, MS 50A-5101 Lawrene Berkeley National Laboratory

More information

Deduplication with Block-Level Content-Aware Chunking for Solid State Drives (SSDs)

Deduplication with Block-Level Content-Aware Chunking for Solid State Drives (SSDs) 23 IEEE International Conferene on High Performane Computing and Communiations & 23 IEEE International Conferene on Embedded and Ubiquitous Computing Dedupliation with Blok-Level Content-Aware Chunking

More information

A Three-Hybrid Treatment Method of the Compressor's Characteristic Line in Performance Prediction of Power Systems

A Three-Hybrid Treatment Method of the Compressor's Characteristic Line in Performance Prediction of Power Systems A Three-Hybrid Treatment Method of the Compressor's Charateristi Line in Performane Predition of Power Systems A Three-Hybrid Treatment Method of the Compressor's Charateristi Line in Performane Predition

More information

) ( )( ) ( ) ( )( ) ( ) ( ) (1)

) ( )( ) ( ) ( )( ) ( ) ( ) (1) OPEN CHANNEL FLOW Open hannel flow is haraterized by a surfae in ontat with a gas phase, allowing the fluid to take on shapes and undergo behavior that is impossible in a pipe or other filled onduit. Examples

More information

Performance Analysis of IEEE 802.11 in Multi-hop Wireless Networks

Performance Analysis of IEEE 802.11 in Multi-hop Wireless Networks Performane Analysis of IEEE 80.11 in Multi-hop Wireless Networks Lan Tien Nguyen 1, Razvan Beuran,1, Yoihi Shinoda 1, 1 Japan Advaned Institute of Siene and Tehnology, 1-1 Asahidai, Nomi, Ishikawa, 93-19

More information

Impedance Method for Leak Detection in Zigzag Pipelines

Impedance Method for Leak Detection in Zigzag Pipelines 10.478/v10048-010-0036-0 MEASUREMENT SCIENCE REVIEW, Volume 10, No. 6, 010 Impedane Method for Leak Detetion in igzag Pipelines A. Lay-Ekuakille 1, P. Vergallo 1, A. Trotta 1 Dipartimento d Ingegneria

More information

Agile ALM White Paper: Redefining ALM with Five Key Practices

Agile ALM White Paper: Redefining ALM with Five Key Practices Agile ALM White Paper: Redefining ALM with Five Key Praties by Ethan Teng, Cyndi Mithell and Chad Wathington 2011 ThoughtWorks ln. All rights reserved www.studios.thoughtworks.om Introdution The pervasiveness

More information

Computational Analysis of Two Arrangements of a Central Ground-Source Heat Pump System for Residential Buildings

Computational Analysis of Two Arrangements of a Central Ground-Source Heat Pump System for Residential Buildings Computational Analysis of Two Arrangements of a Central Ground-Soure Heat Pump System for Residential Buildings Abstrat Ehab Foda, Ala Hasan, Kai Sirén Helsinki University of Tehnology, HVAC Tehnology,

More information

Supply chain coordination; A Game Theory approach

Supply chain coordination; A Game Theory approach aepted for publiation in the journal "Engineering Appliations of Artifiial Intelligene" 2008 upply hain oordination; A Game Theory approah Jean-Claude Hennet x and Yasemin Arda xx x LI CNR-UMR 668 Université

More information

RISK-BASED IN SITU BIOREMEDIATION DESIGN JENNINGS BRYAN SMALLEY. A.B., Washington University, 1992 THESIS. Urbana, Illinois

RISK-BASED IN SITU BIOREMEDIATION DESIGN JENNINGS BRYAN SMALLEY. A.B., Washington University, 1992 THESIS. Urbana, Illinois RISK-BASED IN SITU BIOREMEDIATION DESIGN BY JENNINGS BRYAN SMALLEY A.B., Washington University, 1992 THESIS Submitted in partial fulfillment of the requirements for the degree of Master of Siene in Environmental

More information

1.3 Complex Numbers; Quadratic Equations in the Complex Number System*

1.3 Complex Numbers; Quadratic Equations in the Complex Number System* 04 CHAPTER Equations and Inequalities Explaining Conepts: Disussion and Writing 7. Whih of the following pairs of equations are equivalent? Explain. x 2 9; x 3 (b) x 29; x 3 () x - 2x - 22 x - 2 2 ; x

More information

Procurement auctions are sometimes plagued with a chosen supplier s failing to accomplish a project successfully.

Procurement auctions are sometimes plagued with a chosen supplier s failing to accomplish a project successfully. Deision Analysis Vol. 7, No. 1, Marh 2010, pp. 23 39 issn 1545-8490 eissn 1545-8504 10 0701 0023 informs doi 10.1287/dea.1090.0155 2010 INFORMS Managing Projet Failure Risk Through Contingent Contrats

More information

State of Maryland Participation Agreement for Pre-Tax and Roth Retirement Savings Accounts

State of Maryland Participation Agreement for Pre-Tax and Roth Retirement Savings Accounts State of Maryland Partiipation Agreement for Pre-Tax and Roth Retirement Savings Aounts DC-4531 (08/2015) For help, please all 1-800-966-6355 www.marylandd.om 1 Things to Remember Complete all of the setions

More information

Chapter 5 Single Phase Systems

Chapter 5 Single Phase Systems Chapter 5 Single Phase Systems Chemial engineering alulations rely heavily on the availability of physial properties of materials. There are three ommon methods used to find these properties. These inlude

More information

Context-Sensitive Adjustments of Cognitive Control: Conflict-Adaptation Effects Are Modulated by Processing Demands of the Ongoing Task

Context-Sensitive Adjustments of Cognitive Control: Conflict-Adaptation Effects Are Modulated by Processing Demands of the Ongoing Task Journal of Experimental Psyhology: Learning, Memory, and Cognition 2008, Vol. 34, No. 3, 712 718 Copyright 2008 by the Amerian Psyhologial Assoiation 0278-7393/08/$12.00 DOI: 10.1037/0278-7393.34.3.712

More information

Soft-Edge Flip-flops for Improved Timing Yield: Design and Optimization

Soft-Edge Flip-flops for Improved Timing Yield: Design and Optimization Soft-Edge Flip-flops for Improved Timing Yield: Design and Optimization Abstrat Parameter variations ause high yield losses due to their large impat on iruit delay. In this paper, we propose the use of

More information

FOOD FOR THOUGHT Topical Insights from our Subject Matter Experts

FOOD FOR THOUGHT Topical Insights from our Subject Matter Experts FOOD FOR THOUGHT Topial Insights from our Sujet Matter Experts DEGREE OF DIFFERENCE TESTING: AN ALTERNATIVE TO TRADITIONAL APPROACHES The NFL White Paper Series Volume 14, June 2014 Overview Differene

More information

BUILDING A SPAM FILTER USING NAÏVE BAYES. CIS 391- Intro to AI 1

BUILDING A SPAM FILTER USING NAÏVE BAYES. CIS 391- Intro to AI 1 BUILDING A SPAM FILTER USING NAÏVE BAYES 1 Spam or not Spam: that is the question. From: "" Subjet: real estate is the only way... gem oalvgkay Anyone an buy real estate with no

More information

Bayes Bluff: Opponent Modelling in Poker

Bayes Bluff: Opponent Modelling in Poker Bayes Bluff: Opponent Modelling in Poker Finnegan Southey, Mihael Bowling, Brye Larson, Carmelo Piione, Neil Burh, Darse Billings, Chris Rayner Department of Computing Siene University of Alberta Edmonton,

More information

Algorithm of Removing Thin Cloud-fog Cover from Single Remote Sensing Image

Algorithm of Removing Thin Cloud-fog Cover from Single Remote Sensing Image Journal of Information & Computational Siene 11:3 (2014 817 824 February 10, 2014 Available at http://www.jois.om Algorithm of Removing Thin Cloud-fog Cover from Single Remote Sensing Image Yinqi Xiong,

More information

Computer Networks Framing

Computer Networks Framing Computer Networks Framing Saad Mneimneh Computer Siene Hunter College of CUNY New York Introdution Who framed Roger rabbit? A detetive, a woman, and a rabbit in a network of trouble We will skip the physial

More information

Optimal Sales Force Compensation

Optimal Sales Force Compensation Optimal Sales Fore Compensation Matthias Kräkel Anja Shöttner Abstrat We analyze a dynami moral-hazard model to derive optimal sales fore ompensation plans without imposing any ad ho restritions on the

More information

MATE: MPLS Adaptive Traffic Engineering

MATE: MPLS Adaptive Traffic Engineering MATE: MPLS Adaptive Traffi Engineering Anwar Elwalid Cheng Jin Steven Low Indra Widjaja Bell Labs EECS Dept EE Dept Fujitsu Network Communiations Luent Tehnologies Univ. of Mihigan Calteh Pearl River,

More information

Modeling and analyzing interference signal in a complex electromagnetic environment

Modeling and analyzing interference signal in a complex electromagnetic environment Liu et al. EURASIP Journal on Wireless Communiations and Networking (016) 016:1 DOI 10.1186/s13638-015-0498-8 RESEARCH Modeling and analyzing interferene signal in a omplex eletromagneti environment Chun-tong

More information

Henley Business School at Univ of Reading. Chartered Institute of Personnel and Development (CIPD)

Henley Business School at Univ of Reading. Chartered Institute of Personnel and Development (CIPD) MS in International Human Resoure Management (full-time) For students entering in 2015/6 Awarding Institution: Teahing Institution: Relevant QAA subjet Benhmarking group(s): Faulty: Programme length: Date

More information

Electrician'sMathand BasicElectricalFormulas

Electrician'sMathand BasicElectricalFormulas Eletriian'sMathand BasiEletrialFormulas MikeHoltEnterprises,In. 1.888.NEC.CODE www.mikeholt.om Introdution Introdution This PDF is a free resoure from Mike Holt Enterprises, In. It s Unit 1 from the Eletrial

More information

Research on Virtual Vehicle Driven with Vision

Research on Virtual Vehicle Driven with Vision I.J. Information Tehnolog and Computer Siene, 2011, 4, 29-35 Published Online August 2011 in MECS http://.mes-press.org/) Researh on Virtual Vehile Driven ith Vision Youquan Liu and Yu Cui Shool of Information

More information

WORKFLOW CONTROL-FLOW PATTERNS A Revised View

WORKFLOW CONTROL-FLOW PATTERNS A Revised View WORKFLOW CONTROL-FLOW PATTERNS A Revised View Nik Russell 1, Arthur H.M. ter Hofstede 1, 1 BPM Group, Queensland University of Tehnology GPO Box 2434, Brisbane QLD 4001, Australia {n.russell,a.terhofstede}@qut.edu.au

More information

Ranking Community Answers by Modeling Question-Answer Relationships via Analogical Reasoning

Ranking Community Answers by Modeling Question-Answer Relationships via Analogical Reasoning Ranking Community Answers by Modeling Question-Answer Relationships via Analogial Reasoning Xin-Jing Wang Mirosoft Researh Asia 4F Sigma, 49 Zhihun Road Beijing, P.R.China xjwang@mirosoft.om Xudong Tu,Dan

More information

Fixed-income Securities Lecture 2: Basic Terminology and Concepts. Present value (fixed interest rate) Present value (fixed interest rate): the arb

Fixed-income Securities Lecture 2: Basic Terminology and Concepts. Present value (fixed interest rate) Present value (fixed interest rate): the arb Fixed-inome Seurities Leture 2: Basi Terminology and Conepts Philip H. Dybvig Washington University in Saint Louis Various interest rates Present value (PV) and arbitrage Forward and spot interest rates

More information

Software Ecosystems: From Software Product Management to Software Platform Management

Software Ecosystems: From Software Product Management to Software Platform Management Software Eosystems: From Software Produt Management to Software Platform Management Slinger Jansen, Stef Peeters, and Sjaak Brinkkemper Department of Information and Computing Sienes Utreht University,

More information

Green Cloud Computing

Green Cloud Computing International Journal of Information and Computation Tehnology. ISSN 0974-2239 Volume 4, Number 4 (2014), pp. 431-436 International Researh Publiations House http://www. irphouse.om /ijit.htm Green Cloud

More information

Srinivas Bollapragada GE Global Research Center. Abstract

Srinivas Bollapragada GE Global Research Center. Abstract Sheduling Commerial Videotapes in Broadast Television Srinivas Bollapragada GE Global Researh Center Mihael Bussiek GAMS Development Corporation Suman Mallik University of Illinois at Urbana Champaign

More information

Classical Electromagnetic Doppler Effect Redefined. Copyright 2014 Joseph A. Rybczyk

Classical Electromagnetic Doppler Effect Redefined. Copyright 2014 Joseph A. Rybczyk Classial Eletromagneti Doppler Effet Redefined Copyright 04 Joseph A. Rybzyk Abstrat The lassial Doppler Effet formula for eletromagneti waves is redefined to agree with the fundamental sientifi priniples

More information

Solving the Game of Awari using Parallel Retrograde Analysis

Solving the Game of Awari using Parallel Retrograde Analysis Solving the Game of Awari using Parallel Retrograde Analysis John W. Romein and Henri E. Bal Vrije Universiteit, Faulty of Sienes, Department of Mathematis and Computer Siene, Amsterdam, The Netherlands

More information

Intuitive Guide to Principles of Communications By Charan Langton www.complextoreal.com

Intuitive Guide to Principles of Communications By Charan Langton www.complextoreal.com Intuitive Guide to Priniples of Communiations By Charan Langton www.omplextoreal.om Understanding Frequeny Modulation (FM), Frequeny Shift Keying (FSK), Sunde s FSK and MSK and some more The proess of

More information

4.15 USING METEOSAT SECOND GENERATION HIGH RESOLUTION VISIBLE DATA FOR THE IMPOVEMENT OF THE RAPID DEVELOPPING THUNDERSTORM PRODUCT

4.15 USING METEOSAT SECOND GENERATION HIGH RESOLUTION VISIBLE DATA FOR THE IMPOVEMENT OF THE RAPID DEVELOPPING THUNDERSTORM PRODUCT 4.15 USNG METEOSAT SECOND GENEATON HGH ESOLUTON VSBLE DATA FO THE MPOVEMENT OF THE APD DEVELOPPNG THUNDESTOM PODUCT Oleksiy Kryvobok * Ukrainian HydroMeteorologial nstitute Kyiv, Ukraine Stephane Senesi

More information

Bypassing Space Explosion in Regular Expression Matching for Network Intrusion Detection and Prevention Systems

Bypassing Space Explosion in Regular Expression Matching for Network Intrusion Detection and Prevention Systems Bypassing Spae Explosion in Regular Expression Mathing for Network Intrusion Detetion and Prevention Systems Jignesh Patel Alex X. Liu Eri Torng Department of Computer Siene and Engineering Mihigan State

More information

protection p1ann1ng report

protection p1ann1ng report f1re~~ protetion p1ann1ng report BUILDING CONSTRUCTION INFORMATION FROM THE CONCRETE AND MASONRY INDUSTRIES Signifiane of Fire Ratings for Building Constrution NO. 3 OF A SERIES The use of fire-resistive

More information

Criminal Geographical Profiling: Using FCA for Visualization and Analysis of Crime Data

Criminal Geographical Profiling: Using FCA for Visualization and Analysis of Crime Data Criminal Georaphial rofilin: Usin FCA for Visualization and Analysis of Crime Data Quist-Aphetsi Kester, MIEEE Leturer, Faulty of Informatis Ghana Tehnoloy University Collee Ara, Ghana Email: kquist-aphetsi@tu.edu.h

More information

OpenScape 4000 CSTA V7 Connectivity Adapter - CSTA III, Part 2, Version 4.1. Developer s Guide A31003-G9310-I200-1-76D1

OpenScape 4000 CSTA V7 Connectivity Adapter - CSTA III, Part 2, Version 4.1. Developer s Guide A31003-G9310-I200-1-76D1 OpenSape 4000 CSTA V7 Connetivity Adapter - CSTA III, Part 2, Version 4.1 Developer s Guide A31003-G9310-I200-1-76 Our Quality and Environmental Management Systems are implemented aording to the requirements

More information

In this chapter, we ll see state diagrams, an example of a different way to use directed graphs.

In this chapter, we ll see state diagrams, an example of a different way to use directed graphs. Chapter 19 State Diagrams In this hapter, we ll see state diagrams, an example of a different way to use direted graphs. 19.1 Introdution State diagrams are a type of direted graph, in whih the graph nodes

More information

To Coordinate Or Not To Coordinate? Wide-Area Traffic Management for Data Centers

To Coordinate Or Not To Coordinate? Wide-Area Traffic Management for Data Centers To Coordinate Or Not To Coordinate? Wide-Area Traffi Management for Data Centers Srinivas Narayana, Joe Wenjie Jiang, Jennifer Rexford, Mung Chiang Department of Computer Siene, and Department of Eletrial

More information

Design Implications for Enterprise Storage Systems via Multi-Dimensional Trace Analysis

Design Implications for Enterprise Storage Systems via Multi-Dimensional Trace Analysis Design Impliations for Enterprise Storage Systems via Multi-Dimensional Trae Analysis Yanpei Chen, Kiran Srinivasan, Garth Goodson, Randy Katz University of California, Berkeley, NetApp In. {yhen2, randy}@ees.berkeley.edu,

More information

AUDITING COST OVERRUN CLAIMS *

AUDITING COST OVERRUN CLAIMS * AUDITING COST OVERRUN CLAIMS * David Pérez-Castrillo # University of Copenhagen & Universitat Autònoma de Barelona Niolas Riedinger ENSAE, Paris Abstrat: We onsider a ost-reimbursement or a ost-sharing

More information

A Comparison of Default and Reduced Bandwidth MR Imaging of the Spine at 1.5 T

A Comparison of Default and Reduced Bandwidth MR Imaging of the Spine at 1.5 T 9 A Comparison of efault and Redued Bandwidth MR Imaging of the Spine at 1.5 T L. Ketonen 1 S. Totterman 1 J. H. Simon 1 T. H. Foster 2. K. Kido 1 J. Szumowski 1 S. E. Joy1 The value of a redued bandwidth

More information