Verdict Accuracy of Quick Reduct Algorithm using Clustering, Classification Techniques for Gene Expression Data

Size: px
Start display at page:

Download "Verdict Accuracy of Quick Reduct Algorithm using Clustering, Classification Techniques for Gene Expression Data"

Transcription

1 Verdict Accuracy of Quick Reduct Algorith using Clustering, Classification Techniques for Gene Expression Data T.Chandrasekhar 1, K.Thangavel 2 and E.N.Sathishkuar 3 1 Departent of Coputer Science, eriyar University, Sale, Tailnadu , India ch_ansekh80@rediffail.co 2 Departent of Coputer Science, eriyar University, Sale, Tailnadu , India drktvelu@yahoo.co 3 Departent of Coputer Science, eriyar University, Sale, Tailnadu , India en.sathishkuar@yahoo.in Abstract In ost gene expression data, the nuber of training saples is very sall copared to the large nuber of genes involved in the experients. However, aong the large aount of genes, only a sall fraction is effective for perforing a certain task. Furtherore, a sall subset of genes is desirable in developing gene expression based diagnostic tools for delivering reliable and understandable results. With the gene selection results, the cost of biological experient and decision can be greatly reduced by analyzing only the arker genes. An iportant application of gene expression data in functional genoics is to classify saples according to their gene expression profiles. Feature selection (FS) is a process which attepts to select ore inforative features. It is one of the iportant steps in knowledge discovery. Conventional supervised FS ethods evaluate various feature subsets using an evaluation function or etric to se lect only those features which are related to the decision classes of the data under consideration. This paper studies a feature selection ethod based on rough set theory. Further K-Means, Fuzzy C-Means (FCM) algorith have ipleented for the reduced feature set without considering class labels. Then the obtained results are copared with the original class labels. Back ropagation Network (BN) has also been used for classification. Then the perforance of K-Means, FCM, and BN are analyzed through the confusion atrix. It is found that the BN is perforing well coparatively. Keywords: Rough set theory, Feature Selection, Gene Expression, Quick Reduct, K-eans, Fuzzy C eans, BN. 1. Introduction Feature selection is the process of choosing the ost appropriate features when creating the odel of the process. Most of the feature selection ethods are applied across the entire data set. Once such genes are chosen, the creation of classifiers on the basis of the genes is another undertaking. If we survey the established investigations in this field, we will find that alost all the accurate classification results are obtained based on ore than two genes. Rough sets have been used as a feature selection ethods by any researchers aong the Jensen and Schen, Zhong et al, Wang and Hu et al. The Rough set approach to feature selection consists in selecting a subset of features which can predict the classes as well as the original set of features. The optial criterion for Rough set feature selection is to find shortest or inial reducts while obtaining high quality classifiers based on the selected features. Here we propose a feature selection ethod based on rough set theory for reducing genes fro large gene expression database [1, 4]. Discriinant analysis is now widely used in bioinforatics, such as distinguishing cancer tissues fro noral tissues. A proble with gene expression analysis or with any large diensional data set is often the selection of significant variables (feature selection) within the data set that would enable accurate classification of the data to soe output classes. These variables ay be potential diagnostic arkers too. There are good reasons for reducing the large nuber of variables: 1) An opportunity to scrutinize individual genes for further edical treatent and drug developent. 2) Diension reduction to reduce the coputational cost. 3) Reducing the nuber of redundant and unnecessary variables can iprove inference and classification. 4) More interpretable features or characteristics that can help identify and onitor the target diseases or function types [5]. The rest of the paper is organized as follows: Section 2, briefs about the Rough set theory. Section 3 describes the clustering techniques. Section 4 briefs about classification techniques. Section 5 explains briefly about experiental

2 analysis and results. Section 6 presents a conclusion for this paper. 2. Rough Set Theory Rough set theory (awlak, 1991) is a foral atheatical tool that can be applied to reducing the diensionality of datasets. The rough set attribute reduction ethod reoves redundant input attributes fro datasets of discrete values, all the while aking sure that no inforation is lost. The approach is fast and efficient, aking use of standard operations fro conventional set theory [3]. Definition: Let U be a universe of discourse, X U, and R is an equivalence relation on U. U/R represents the set of the equivalence class of U induced by R. The positive region of X on R in U, is defined as pos(r,x)= U {Y U/R Y X}. The partition of U, generated by IND () is denoted U/. If (x, y) IND (), then x and y are indiscernible by attributes fro. The equivalence classes of the - indiscernibility relation are denoted [x]p. The indiscernibility relation is the atheatical basis of rough set theory. Let X U, the -lower approxiation X and - upper approxiation X of set X can be defined as: X= { x U [x]p X } (1) X= { x U [x]p X φ } (2) Let, Q A be equivalence relations over U, then the positive, negative and boundary regions can be defined as: OS ( Q) = NEG BND X U ( Q) = U ( Q) = X U X X U X X X U X An iportant issue in data analysis is discovering depende ncies between attributes dependency can be defined in the following way. For, Q A, depends totally on Q, if and only if IND () IND (Q). That eans that the partition generated by is finer than the partition generated by Q. We say that Q depends on in a degree 0 k 1 denoted k Q, if k = γ ( Q ) = OS ( Q ) U (3) (4) (5) (6) If k =1, Q depends totally on, if 0 k 1, Q depends partially on, and if k=0 then Q does not depend on. In other words, Q depends totally (partially) on, if all (soe) objects of the universe U can be certainly classified to blocks of the partition U/Q, eploying. In a decision syste the attribute set contains the condition attribute set C and decision attribute set D, i.e. A = C U D. The degree of dependency between condition and decision attributes, γc(d), is called the quality of approxiation of classification, induced by the set of decision attributes[6,10]. 2.1 Quick Reduct Algorith The reduction of attributes is achieved by coparing equivalence relations generated by sets of attributes. Attributes are reoved so that the reduced set provides the sae quality of classification as the original. A reduct is defined as a subset R of the conditional attribute set C such that γr(d)=γc(d). A given dataset ay have any attribute reduct sets, so the setr of all reducts is defined as: Rall = {X X C,γX(D) = γc(d); γx {a}(d) γx(d), a X}. (7) The intersection of all the sets in Rall is called the core, the eleents of which are those attributes that cannot be eliinated without introducing ore contradictions to the representation of the dataset. For any tasks (for exaple, feature selection), a reduct of inial cardinality is ideally searched for. That is, an attept is to be ade to locate a single eleent of the reduct set Rin Rall: Rin = {X X Rall, Y Rall, X Y }. (8) The Quick Reduct algorith shown below[8, 9], it searches for a inial subset without exhaustively generating all possible subsets. The search begins with an epty subset; attributes which result in the greatest increase in the rough set dependency value are added iteratively. This process continues until the search produces its axiu possible dependency value for that dataset (γc(d)). Note that this type of search does not guarantee a inial subset and ay only discover a local iniu. QUICKREDUCT(C, D) C, the set of all conditional features; D, the set of decision features. (a) R {} (b) Do (c) T R (d) x (C-R) (e) ifγr{x} (D) >γt (D)

3 Where γr(d)=card(osr(d)) / card(u) (f) T R{x} (g) R T (h) untilγr(d) = = γc(d) (i) return R It starts off with an epty set and adds in turn, one at a tie, those attributes that result in the greatest increase in the rough set dependency etric, until this produces its axiu possible value for the dataset. Other such techniques ay be found in [8, 9] 3. Clustering Techniques Clustering is the process of grouping data into clusters, where objects within each cluster have high siilarity, but are dissiilar to the objects in other clusters. Siilarities are assessed based on the attributes values that best describes the objects. Often distance easures are used for the purpose. Clustering has its roots in any areas, including data ining, statistics, biology, and achine learning. In this work K-Means, FCM and BN algoriths which are used to classify the data. 3.1 K-Means Algorith K-Means algorith (MacQueen, 1967) is one of a group of algoriths called partitioning ethods. The k-ean algorith is very siple and can be easily ipleented in solving any practical probles. The k-eans algorith is the best-known squared error-based clustering algorith [11]. Consider the data set with n objects, i.e., S = {x i : 1 i n}. 1) Initialize a k-partition randoly or based on soe prior knowledge. i.e. {C 1, C 2, C 3,.., C k }. 2) Calculate the cluster prototype atrix M (distance atrix of distances between k-clusters and data objects). M = { 1, 2, 3,., k } Where i is a colun atrix 1 n. 3) Assign each object in the data set to the nearest cluster - C i.e. x j C if x j - C x j C i 1 j k, j Where j=1, 2, 3,., n. 4) Calculate the average of each cluster and change the k- cluster centers by their averages. 5) Again calculate the cluster prototype atrix M. 6) Repeat steps 3, 4 and 5 until there is no change for each cluster. The k-eans algorith is the ost extensively studied clustering algorith and is generally effective in producing good results. The ajor drawback of this algorith is that it produces different clusters for different sets of values of the initial centroids. Quality of the final clusters heavily depends on the selection of the initial centroids [12]. 3.2 Fuzzy C Means Fuzzy clustering allows each feature vector to belong to ore than one cluster with different ebership degrees (between 0 and 1) and vague or fuzzy boundaries between clusters. Fuzzy c-eans (FCM) is a ethod of clustering which allows one piece of data to belong to two or ore clusters. This ethod (developed by Dunn in 1973 and iproved by Bezdek in 1981) is frequently used in pattern recognition [15]. Algorith Steps: Step-1: Randoly initialize the ebership atrix using this equation, ( )=1 i = 1,2,..k (9) Step-2: Calculate the Centroid using equation, = [ ( )] [ ( )] (10) Step-3: Calculate dissiilarly between the data points and Centroid using the Euclidean distance. Step-4: Update the New ebership atrix using the equation, [ 1 ] ( )= [ 1 ] (11) Here is a fuzzification paraeter, The range is always {1.25, 2} Step-5: Go back to Step 2, unless the centroids are not changing. 4. Classification Techniques 4.1 Back ropagation Networks (BN) BN is an inforation-processing paradig that is inspired by the way biological nervous systes[13,14],

4 such as the brain, process inforation. The key eleent of this paradig is the novel structure of the inforation processing syste. It is coposed of a large nuber of highly interconnected processing eleents (neurons) working in unison to solve specific probles. The data studied by rough sets are ainly organized in the for of decision tables. One decision table can be represented as S = (U, A=C U D), where U is the set of saples, C the condition attribute set and D the decision attribute set. We can represent every gene expression data with the decision table like Table 2. Table2. Microarray data decision table. Decision Condition attributes(genes) Sa attributes ples Gene 1 Gene 2... Gene n Class label 1 g(1,1) g(1,2) g(1,n) Class(1) 2 g(2,1) g(2,2) g(2,n) Class(2) g(,1) g(,2) g(,n) Class() Fig 1: BN Architecture Developing a neural network involves first training the network to carry out the desired coputations. The feedcoonly used for forward neural network architecture is supervised learning. Feed-forward neural networks contain a set of layered nodes and weighted connections between nodes in adjacent layers. Feed-forward networks are often trained using a back propagation-learning schee. Back propagation learning works by aking odifications in weight values starting at the output layer then oving backward through the hidden layers of the network. Neural networks have been criticized for their poor interpretability, since it is difficult for huans to interpret the sybolic eaning behind the learned weights. Advantages of neural networks, however, include their high tolerance to noisy data as their ability to classify patternson which they have not been trained [13,14]. 5. Experiental Results 5.1 Data Sets We use four datasets: leukeia, breast cancer, lung cancer and prostate cancer which are available in the website: [2]. the gene nuber and class contained in four datasets are listed in Table 1. Table1: Suary of the four gene expression datasets. Dataset #Gene Class Leukeia 7129 ALL/AML rostate Tuor/Noral Breast Relapse/Non Relapse Lung 7129 Tuor/Noral In the decision table, there are saples and n genes. Every saple is assigned to one class label. Each gene is a condition attribute and each class is a decision attribute. g(x, y) signifies the expression level of gene y in saple x. [2]. 5.2 Data re-processing, Gene Selection Before applying feature selection algorith all the conditional attributes (saples) are discretized using K- Means discretization [16]. Let us considered U is the set of saples, C the condition attribute set and D the decision attribute set. By applying Quick Reduct Algorith, In prostate gene dataset, gene #20 and #11154 are identified, where as in leukeia dataset gene #4 and #3252 are identified, in breast cancer dataset gene #3 and #22019 are identified, finally in lung cancer dataset gene #4817 as best attribute for finding appropriate decision. Table 3: Features selected by Quick Reduct Algorith Gene Data Leukeia rostate Breast Lung 5.3 Classification erforance Identified Attributes (Genes) #4, #3252 #20, #11154 #3, #22019 #4817 In this section the selected data is clustered by the K- Means and FCM algorith. The data presented in Table 4 and 5 shows the classification perforance of True ositive (T) rate, True Negative (TN) rate, False ositive (F) rate, and False Negative (FN) rate as previously described. Table 5 shows classification perforance of Back ropagation Network. Results are presented both in

5 ters of classification accuracy and classification error [7]. Table 4: K-Means Classification erforance Rate Gene Data K-Means T F TN FN Leukeia rostate Breast Lung Table 5: FCMs Classification erforance Rate FCM Gene Data T F TN FN Leukeia rostate Breast Lung When coparing classification results, where the BN ethod shows a high in classification accuracy, which is deonstrated in Fig. 2. Error Table 7: K-Means, FCM and BN Classification Error Gene Data K-Means FCM BN Leukeia rostate Breast Lung Classification Error K-Means FCM BN Accuracy Table 6: K-Means, FCM and BN Classification Accuracy Gene Data K-Means FCM BN Leukeia rostate Breast Lung Classification Accuracy Fig 2: K-Means, FCM and BN Classification Accuracy K-Means FCM BN Fig 3: K-Means, FCM and BN Classification Error Fig 2 and 3 deonstrated the classification accuracy and error rate of Quick reduct algorith. 6. Conclusion In this paper, Quick reduct algorith based on rough set theory has been studied for gene expression datasets. The reduced feature set has been used to cluster the data using K-Means and FCM algoriths with considering decision attributes. The perforance was evaluated using confusion atrix with positive and negative class values. Further, the selected features with class labels were classified using Back ropagation Network. It was observed that the perforance of the BN is significant. References [1] Jensen, R. and Shen, Q. (2003) Finding rough set reducts with ant colony optiization, roceedings UK Workshop on Coputational Intelligence, pp [2] Xiaosheng Wang, Osau Gotoh, Classification Using Single Genes, pp [3] awlak, Z. (2002) Rough Sets and Intelligent Data Analysis, Inforation Sciences, Vol. 147, pp [4] Changjing Shang and QiangShen, Aiding Classification of Gene Expression Data with Feature Selection: A Coparative Study, International Journal of Coputatonal Intelligence Research. ISSN Vol.1, No.1 (2005), pp

6 [5] Liang Goh, Qun Song, and Nikola Kasabov, A Novel Feature Selection Method to Iprove Classification of Gene Expression Data, Conferences in Research and ractice in Inforation Technology, Vol. 29. [6] radiptamaji and Sankar K. al, Fuzzy rough sets for inforation easures and Selection of relevant genes fro icroarray data, IEEE transactions on systes, an, and cybernetics part b: cybernetics, vol. 40, no. 3, June 2010 [7] C.Velayutha, K.Thangavel, Unsupervised Feature Selection Using Rough Set. roceeding on International Conference, Eerging Trends in Coputing(ICETC- 2011), Mar [8] K.Thangavel,. Jaganathan, A. ethalakshi, M.Karnan, Effective Classification with Iproved Quick Reduct For Medical Database Using Rough Syste, BIME Journal, Volue (05), Issue (1), Dec., [9] K.Thangavel, A. ethalakshi, Feature Selection for Medical Database Using Rough Syste, AIML Journal, Volue (6), Issue (1), January, 2006 [10] QiangShen, Alexios Chouchoulas, A Rough Fuzzy Approach For Generating Classification Rules,ww.e lsevier.co/locate/patcog, attern Recognition 35 (2002) [11] arvesh Kuar, SiriKrishanWasan, Coparative Analysis of k-ean Based Algoriths. IJCSNS International Journal of Coputer Science and Network Security, VOL.10 No.4, April [12] K. A. Abdul Nazeer, M.. Sebastian, Iproving the Accuracy and Efficiency of the k-eans Clustering Algorith. roceedings of the World Congress on Engineering 2009 Vol I WCE 2009, July 1-3, 2009, London, U.K. [13] AshaGowdaKaregowda, A.S. Manjunath, M.A. Jayara, Application of Genetic Algorith Optiized Neural Network Connection Weights for Medical Diagnosis of ia Indians Diabetes. International Journal on Soft Coputing ( IJSC ), Vol.2, No.2, May [14] ing Chang and Jeng-Shong Shih, The Application of Back ropagation Neural Network of Multi-channel iezoelectric Quartz Crystal Sensor for Mixed Organic Vapours.Takang Journal of Science and Engineering, Vol. 5, No. 4, pp (2002). [15] Binu Thoas, Raju G., and SonaWango, A Modified Fuzzy C-Means Algorith for Natural Data Exploration. World Acadey of Science,Engineering and Technology [16] Sellappanalaniappan, Tan Ki Hong, Discretization of Continuous Valued Diensions in OLA Data Cubes.IJCSNS International Journal of Coputer Science and Network Security, VOL.8 No.11, Noveber 2008.

Clustering. Cluster Analysis of Microarray Data. Microarray Data for Clustering. Data for Clustering

Clustering. Cluster Analysis of Microarray Data. Microarray Data for Clustering. Data for Clustering Clustering Cluster Analysis of Microarray Data 4/3/009 Copyright 009 Dan Nettleton Group obects that are siilar to one another together in a cluster. Separate obects that are dissiilar fro each other into

More information

Detection of Outliers and Reduction of their Undesirable Effects for Improving the Accuracy of K-means Clustering Algorithm

Detection of Outliers and Reduction of their Undesirable Effects for Improving the Accuracy of K-means Clustering Algorithm Detection of Outliers and Reduction of their Undesirable Effects for Iproving the Accuracy of K-eans Clustering Algorith Bahan Askari Departent of Coputer Science and Research Branch, Islaic Azad University,

More information

A Novel 2D Texture Classifier For Gray Level Images

A Novel 2D Texture Classifier For Gray Level Images 2012, TextRoad Publication ISSN 2090-4304 Journal of Basic and Applied Scientific Research www.textroad.co A Novel 2D Texture Classifier For Gray Level Iages B.S. Mousavi 1 Young Researchers Club, Zahedan

More information

CLUSTERING OF AE SIGNAL AMPLITUDES BY MEANS OF FUZZY C-MEANS ALGORITHM

CLUSTERING OF AE SIGNAL AMPLITUDES BY MEANS OF FUZZY C-MEANS ALGORITHM The 12 th International Conference of the Slovenian Society for Non-Destructive Testing»Application of Conteporary Non-Destructive Testing in Engineering«Septeber 4-6, 213, Portorož, Slovenia More info

More information

The optimization design of microphone array layout for wideband noise sources

The optimization design of microphone array layout for wideband noise sources PROCEEDINGS of the 22 nd International Congress on Acoustics Acoustic Array Systes: Paper ICA2016-903 The optiization design of icrophone array layout for wideband noise sources Pengxiao Teng (a), Jun

More information

TensorFlow and Keras-based Convolutional Neural Network in CAT Image Recognition Ang LI 1,*, Yi-xiang LI 2 and Xue-hui LI 3

TensorFlow and Keras-based Convolutional Neural Network in CAT Image Recognition Ang LI 1,*, Yi-xiang LI 2 and Xue-hui LI 3 2017 2nd International Conference on Coputational Modeling, Siulation and Applied Matheatics (CMSAM 2017) ISBN: 978-1-60595-499-8 TensorFlow and Keras-based Convolutional Neural Network in CAT Iage Recognition

More information

Classification and Segmentation of Glaucomatous Image Using Probabilistic Neural Network (PNN), K-Means and Fuzzy C- Means(FCM)

Classification and Segmentation of Glaucomatous Image Using Probabilistic Neural Network (PNN), K-Means and Fuzzy C- Means(FCM) IJSRD - International Journal for Scientific Research & Developent Vol., Issue 7, 03 ISSN (online): 3-063 Classification and Segentation of Glaucoatous Iage Using Probabilistic Neural Network (PNN), K-Means

More information

Solving the Damage Localization Problem in Structural Health Monitoring Using Techniques in Pattern Classification

Solving the Damage Localization Problem in Structural Health Monitoring Using Techniques in Pattern Classification Solving the Daage Localization Proble in Structural Health Monitoring Using Techniques in Pattern Classification CS 9 Final Project Due Dec. 4, 007 Hae Young Noh, Allen Cheung, Daxia Ge Introduction Structural

More information

A Novel Fast Constructive Algorithm for Neural Classifier

A Novel Fast Constructive Algorithm for Neural Classifier A Novel Fast Constructive Algorith for Neural Classifier Xudong Jiang Centre for Signal Processing, School of Electrical and Electronic Engineering Nanyang Technological University Nanyang Avenue, Singapore

More information

Data & Knowledge Engineering

Data & Knowledge Engineering Data & Knowledge Engineering 7 (211) 17 187 Contents lists available at ScienceDirect Data & Knowledge Engineering journal hoepage: www.elsevier.co/locate/datak An approxiate duplicate eliination in RFID

More information

Oblivious Routing for Fat-Tree Based System Area Networks with Uncertain Traffic Demands

Oblivious Routing for Fat-Tree Based System Area Networks with Uncertain Traffic Demands Oblivious Routing for Fat-Tree Based Syste Area Networks with Uncertain Traffic Deands Xin Yuan Wickus Nienaber Zhenhai Duan Departent of Coputer Science Florida State University Tallahassee, FL 3306 {xyuan,nienaber,duan}@cs.fsu.edu

More information

COLOR HISTOGRAM AND DISCRETE COSINE TRANSFORM FOR COLOR IMAGE RETRIEVAL

COLOR HISTOGRAM AND DISCRETE COSINE TRANSFORM FOR COLOR IMAGE RETRIEVAL COLOR HISTOGRAM AND DISCRETE COSINE TRANSFORM FOR COLOR IMAGE RETRIEVAL 1 Te-Wei Chiang ( 蔣德威 ), 2 Tienwei Tsai ( 蔡殿偉 ), 3 Jeng-Ping Lin ( 林正平 ) 1 Dept. of Accounting Inforation Systes, Chilee Institute

More information

Computer Aided Drafting, Design and Manufacturing Volume 26, Number 2, June 2016, Page 13

Computer Aided Drafting, Design and Manufacturing Volume 26, Number 2, June 2016, Page 13 Coputer Aided Drafting, Design and Manufacturing Volue 26, uber 2, June 2016, Page 13 CADDM 3D reconstruction of coplex curved objects fro line drawings Sun Yanling, Dong Lijun Institute of Mechanical

More information

Identifying Converging Pairs of Nodes on a Budget

Identifying Converging Pairs of Nodes on a Budget Identifying Converging Pairs of Nodes on a Budget Konstantina Lazaridou Departent of Inforatics Aristotle University, Thessaloniki, Greece konlaznik@csd.auth.gr Evaggelia Pitoura Coputer Science and Engineering

More information

@FMI c Kyung Moon Sa Co.

@FMI c Kyung Moon Sa Co. Annals of Fuzzy Matheatics and Inforatics Volue 1, No. 1, (January 2011), pp. 55-70 ISSN 2093-9310 http://www.afi.or.kr @FMI c Kyung Moon Sa Co. http://www.kyungoon.co Multi-granulation rough set: fro

More information

Rule Extraction using Artificial Neural Networks

Rule Extraction using Artificial Neural Networks Rule Extraction using Artificial Neural Networks S. M. Karuzzaan 1 Ahed Ryadh Hasan 2 Abstract Artificial neural networks have been successfully applied to a variety of business application probles involving

More information

! What is mrmr feature selection. ! Applications in cancer classification. ! Applications in image pattern recognition. ! Theoretical basis of mrmr

! What is mrmr feature selection. ! Applications in cancer classification. ! Applications in image pattern recognition. ! Theoretical basis of mrmr Miniu Redundancy and Maxiu Relevance Feature election and Its Applications Hanchuan Peng Janelia Far Research Capus, Howard Hughes Medical Institute What is RMR feature selection Applications in cancer

More information

Massive amounts of high-dimensional data are pervasive in multiple domains,

Massive amounts of high-dimensional data are pervasive in multiple domains, Challenges of Feature Selection for Big Data Analytics Jundong Li and Huan Liu, Arizona State University Massive aounts of high-diensional data are pervasive in ultiple doains, ranging fro social edia,

More information

Geo-activity Recommendations by using Improved Feature Combination

Geo-activity Recommendations by using Improved Feature Combination Geo-activity Recoendations by using Iproved Feature Cobination Masoud Sattari Middle East Technical University Ankara, Turkey e76326@ceng.etu.edu.tr Murat Manguoglu Middle East Technical University Ankara,

More information

Brian Noguchi CS 229 (Fall 05) Project Final Writeup A Hierarchical Application of ICA-based Feature Extraction to Image Classification Brian Noguchi

Brian Noguchi CS 229 (Fall 05) Project Final Writeup A Hierarchical Application of ICA-based Feature Extraction to Image Classification Brian Noguchi A Hierarchical Application of ICA-based Feature Etraction to Iage Classification Introduction Iage classification poses one of the greatest challenges in the achine vision and achine learning counities.

More information

Designing High Performance Web-Based Computing Services to Promote Telemedicine Database Management System

Designing High Performance Web-Based Computing Services to Promote Telemedicine Database Management System Designing High Perforance Web-Based Coputing Services to Proote Teleedicine Database Manageent Syste Isail Hababeh 1, Issa Khalil 2, and Abdallah Khreishah 3 1: Coputer Engineering & Inforation Technology,

More information

Affine Invariant Texture Analysis Based on Structural Properties 1

Affine Invariant Texture Analysis Based on Structural Properties 1 ACCV: The 5th Asian Conference on Coputer Vision, --5 January, Melbourne, Australia Affine Invariant Texture Analysis Based on tructural Properties Jianguo Zhang, Tieniu Tan National Laboratory of Pattern

More information

THE rapid growth and continuous change of the real

THE rapid growth and continuous change of the real IEEE TRANSACTIONS ON SERVICES COMPUTING, VOL. 8, NO. 1, JANUARY/FEBRUARY 2015 47 Designing High Perforance Web-Based Coputing Services to Proote Teleedicine Database Manageent Syste Isail Hababeh, Issa

More information

OPTIMAL COMPLEX SERVICES COMPOSITION IN SOA SYSTEMS

OPTIMAL COMPLEX SERVICES COMPOSITION IN SOA SYSTEMS Key words SOA, optial, coplex service, coposition, Quality of Service Piotr RYGIELSKI*, Paweł ŚWIĄTEK* OPTIMAL COMPLEX SERVICES COMPOSITION IN SOA SYSTEMS One of the ost iportant tasks in service oriented

More information

Medical Biophysics 302E/335G/ st1-07 page 1

Medical Biophysics 302E/335G/ st1-07 page 1 Medical Biophysics 302E/335G/500 20070109 st1-07 page 1 STEREOLOGICAL METHODS - CONCEPTS Upon copletion of this lesson, the student should be able to: -define the ter stereology -distinguish between quantitative

More information

Utility-Based Resource Allocation for Mixed Traffic in Wireless Networks

Utility-Based Resource Allocation for Mixed Traffic in Wireless Networks IEEE IFOCO 2 International Workshop on Future edia etworks and IP-based TV Utility-Based Resource Allocation for ixed Traffic in Wireless etworks Li Chen, Bin Wang, Xiaohang Chen, Xin Zhang, and Dacheng

More information

Structural Balance in Networks. An Optimizational Approach. Andrej Mrvar. Faculty of Social Sciences. University of Ljubljana. Kardeljeva pl.

Structural Balance in Networks. An Optimizational Approach. Andrej Mrvar. Faculty of Social Sciences. University of Ljubljana. Kardeljeva pl. Structural Balance in Networks An Optiizational Approach Andrej Mrvar Faculty of Social Sciences University of Ljubljana Kardeljeva pl. 5 61109 Ljubljana March 23 1994 Contents 1 Balanced and clusterable

More information

Feature Based Registration for Panoramic Image Generation

Feature Based Registration for Panoramic Image Generation IJCSI International Journal of Coputer Science Issues, Vol. 10, Issue 6, No, Noveber 013 www.ijcsi.org 13 Feature Based Registration for Panoraic Iage Generation Kawther Abbas Sallal 1, Abdul-Mone Saleh

More information

The Internal Conflict of a Belief Function

The Internal Conflict of a Belief Function The Internal Conflict of a Belief Function Johan Schubert Abstract In this paper we define and derive an internal conflict of a belief function We decopose the belief function in question into a set of

More information

ELEVATION SURFACE INTERPOLATION OF POINT DATA USING DIFFERENT TECHNIQUES A GIS APPROACH

ELEVATION SURFACE INTERPOLATION OF POINT DATA USING DIFFERENT TECHNIQUES A GIS APPROACH ELEVATION SURFACE INTERPOLATION OF POINT DATA USING DIFFERENT TECHNIQUES A GIS APPROACH Kulapraote Prathuchai Geoinforatics Center, Asian Institute of Technology, 58 Moo9, Klong Luang, Pathuthani, Thailand.

More information

Visualization of Support Vector Machines with Unsupervised Learning

Visualization of Support Vector Machines with Unsupervised Learning Visualization of Support Vector Machines with Unsupervised Learning Lutz Hael Departent of Coputer Science and Statistics University of Rhode Island, Kingston, RI 02881 lutz@inductive-reasoning.co Abstract

More information

Abstract. 2. Segmentation Techniques. Keywords. 1. Introduction. 3. Threshold based Image Segmentation

Abstract. 2. Segmentation Techniques. Keywords. 1. Introduction. 3. Threshold based Image Segmentation International Journal of Advanced Coputer Research (ISSN (print): 49-777 ISSN (online): 77-7970) Volue-3 Nuber- Issue-8 March-03 MRI Brain Iage Segentation based on hresholding G. Evelin Sujji, Y.V.S.

More information

EE 364B Convex Optimization An ADMM Solution to the Sparse Coding Problem. Sonia Bhaskar, Will Zou Final Project Spring 2011

EE 364B Convex Optimization An ADMM Solution to the Sparse Coding Problem. Sonia Bhaskar, Will Zou Final Project Spring 2011 EE 364B Convex Optiization An ADMM Solution to the Sparse Coding Proble Sonia Bhaskar, Will Zou Final Project Spring 20 I. INTRODUCTION For our project, we apply the ethod of the alternating direction

More information

Galois Homomorphic Fractal Approach for the Recognition of Emotion

Galois Homomorphic Fractal Approach for the Recognition of Emotion Galois Hooorphic Fractal Approach for the Recognition of Eotion T. G. Grace Elizabeth Rani 1, G. Jayalalitha 1 Research Scholar, Bharathiar University, India, Associate Professor, Departent of Matheatics,

More information

Joint Measurement- and Traffic Descriptor-based Admission Control at Real-Time Traffic Aggregation Points

Joint Measurement- and Traffic Descriptor-based Admission Control at Real-Time Traffic Aggregation Points Joint Measureent- and Traffic Descriptor-based Adission Control at Real-Tie Traffic Aggregation Points Stylianos Georgoulas, Panos Triintzios and George Pavlou Centre for Counication Systes Research, University

More information

PROBABILISTIC LOCALIZATION AND MAPPING OF MOBILE ROBOTS IN INDOOR ENVIRONMENTS WITH A SINGLE LASER RANGE FINDER

PROBABILISTIC LOCALIZATION AND MAPPING OF MOBILE ROBOTS IN INDOOR ENVIRONMENTS WITH A SINGLE LASER RANGE FINDER nd International Congress of Mechanical Engineering (COBEM 3) Noveber 3-7, 3, Ribeirão Preto, SP, Brazil Copyright 3 by ABCM PROBABILISTIC LOCALIZATION AND MAPPING OF MOBILE ROBOTS IN INDOOR ENVIRONMENTS

More information

Derivation of an Analytical Model for Evaluating the Performance of a Multi- Queue Nodes Network Router

Derivation of an Analytical Model for Evaluating the Performance of a Multi- Queue Nodes Network Router Derivation of an Analytical Model for Evaluating the Perforance of a Multi- Queue Nodes Network Router 1 Hussein Al-Bahadili, 1 Jafar Ababneh, and 2 Fadi Thabtah 1 Coputer Inforation Systes Faculty of

More information

Theoretical Analysis of Local Search and Simple Evolutionary Algorithms for the Generalized Travelling Salesperson Problem

Theoretical Analysis of Local Search and Simple Evolutionary Algorithms for the Generalized Travelling Salesperson Problem Theoretical Analysis of Local Search and Siple Evolutionary Algoriths for the Generalized Travelling Salesperson Proble Mojgan Pourhassan ojgan.pourhassan@adelaide.edu.au Optiisation and Logistics, The

More information

A simplified approach to merging partial plane images

A simplified approach to merging partial plane images A siplified approach to erging partial plane iages Mária Kruláková 1 This paper introduces a ethod of iage recognition based on the gradual generating and analysis of data structure consisting of the 2D

More information

Survivability Function A Measure of Disaster-Based Routing Performance

Survivability Function A Measure of Disaster-Based Routing Performance Survivability Function A Measure of Disaster-Based Routing Perforance Journal Club Presentation on W. Molisz. Survivability function-a easure of disaster-based routing perforance. IEEE Journal on Selected

More information

Different criteria of dynamic routing

Different criteria of dynamic routing Procedia Coputer Science Volue 66, 2015, Pages 166 173 YSC 2015. 4th International Young Scientists Conference on Coputational Science Different criteria of dynaic routing Kurochkin 1*, Grinberg 1 1 Kharkevich

More information

POSITION-PATCH BASED FACE HALLUCINATION VIA LOCALITY-CONSTRAINED REPRESENTATION. Junjun Jiang, Ruimin Hu, Zhen Han, Tao Lu, and Kebin Huang

POSITION-PATCH BASED FACE HALLUCINATION VIA LOCALITY-CONSTRAINED REPRESENTATION. Junjun Jiang, Ruimin Hu, Zhen Han, Tao Lu, and Kebin Huang IEEE International Conference on ultiedia and Expo POSITION-PATCH BASED FACE HALLUCINATION VIA LOCALITY-CONSTRAINED REPRESENTATION Junjun Jiang, Ruiin Hu, Zhen Han, Tao Lu, and Kebin Huang National Engineering

More information

Using Imperialist Competitive Algorithm in Optimization of Nonlinear Multiple Responses

Using Imperialist Competitive Algorithm in Optimization of Nonlinear Multiple Responses International Journal of Industrial Engineering & Production Research Septeber 03, Volue 4, Nuber 3 pp. 9-35 ISSN: 008-4889 http://ijiepr.iust.ac.ir/ Using Iperialist Copetitive Algorith in Optiization

More information

Image Filter Using with Gaussian Curvature and Total Variation Model

Image Filter Using with Gaussian Curvature and Total Variation Model IJECT Vo l. 7, Is s u e 3, Ju l y - Se p t 016 ISSN : 30-7109 (Online) ISSN : 30-9543 (Print) Iage Using with Gaussian Curvature and Total Variation Model 1 Deepak Kuar Gour, Sanjay Kuar Shara 1, Dept.

More information

Shortest Path Determination in a Wireless Packet Switch Network System in University of Calabar Using a Modified Dijkstra s Algorithm

Shortest Path Determination in a Wireless Packet Switch Network System in University of Calabar Using a Modified Dijkstra s Algorithm International Journal of Engineering and Technical Research (IJETR) ISSN: 31-869 (O) 454-4698 (P), Volue-5, Issue-1, May 16 Shortest Path Deterination in a Wireless Packet Switch Network Syste in University

More information

Optimal Route Queries with Arbitrary Order Constraints

Optimal Route Queries with Arbitrary Order Constraints IEEE TRANSACTIONS ON KNOWLEDGE AND DATA ENGINEERING, VOL.?, NO.?,? 20?? 1 Optial Route Queries with Arbitrary Order Constraints Jing Li, Yin Yang, Nikos Maoulis Abstract Given a set of spatial points DS,

More information

Feature Selection to Relate Words and Images

Feature Selection to Relate Words and Images The Open Inforation Systes Journal, 2009, 3, 9-13 9 Feature Selection to Relate Words and Iages Wei-Chao Lin 1 and Chih-Fong Tsai*,2 Open Access 1 Departent of Coputing, Engineering and Technology, University

More information

A High-Speed VLSI Fuzzy Inference Processor for Trapezoid-Shaped Membership Functions *

A High-Speed VLSI Fuzzy Inference Processor for Trapezoid-Shaped Membership Functions * JOURNAL OF INFORMATION SCIENCE AND ENGINEERING 21, 607-626 (2005) A High-Speed VLSI Fuzzy Inference Processor for Trapezoid-Shaped Mebership Functions * SHIH-HSU HUANG AND JIAN-YUAN LAI + Departent of

More information

MRI Brain Tumor Segmentation using Kernel Weighted Fuzzy Clustering

MRI Brain Tumor Segmentation using Kernel Weighted Fuzzy Clustering MRI Brain Tuor Segentation using Kernel Weighted Fuzzy Clustering R. Shalini 1, V. Muralidharan 2 and M. Varatharaj 3 Departent of Electrical and Electronics Engineering, Christ the King Engineering College,

More information

Quantitative Comparison of Sinc-Approximating Kernels for Medical Image Interpolation

Quantitative Comparison of Sinc-Approximating Kernels for Medical Image Interpolation Quantitative Coparison of Sinc-Approxiating Kernels for Medical Iage Interpolation Erik H. W. Meijering, Wiro J. Niessen, Josien P. W. Plui, Max A. Viergever Iage Sciences Institute, Utrecht University

More information

Research on the Classification and Selection of Archive Texts with the Improved C4.5 Algorithm

Research on the Classification and Selection of Archive Texts with the Improved C4.5 Algorithm INTERNATIONAL JOURNAL OF IRUITS, SYSTEMS AND SIGNAL PROESSING Volue 2, 208 Research on the lassification and Selection of Archive Texts with the Iproved 4.5 Algorith Xianbin Lv Abstract In the age of inforation

More information

2013 IEEE Conference on Computer Vision and Pattern Recognition. Compressed Hashing

2013 IEEE Conference on Computer Vision and Pattern Recognition. Compressed Hashing 203 IEEE Conference on Coputer Vision and Pattern Recognition Copressed Hashing Yue Lin Rong Jin Deng Cai Shuicheng Yan Xuelong Li State Key Lab of CAD&CG, College of Coputer Science, Zhejiang University,

More information

On the Computation and Application of Prototype Point Patterns

On the Computation and Application of Prototype Point Patterns On the Coputation and Application of Prototype Point Patterns Katherine E. Tranbarger Freier 1 and Frederic Paik Schoenberg 2 Abstract This work addresses coputational probles related to the ipleentation

More information

International Journal of Scientific & Engineering Research, Volume 4, Issue 10, October ISSN

International Journal of Scientific & Engineering Research, Volume 4, Issue 10, October ISSN International Journal of Scientific & Engineering Research, Volue 4, Issue 0, October-203 483 Design an Encoding Technique Using Forbidden Transition free Algorith to Reduce Cross-Talk for On-Chip VLSI

More information

Summary. Reconstruction of data from non-uniformly spaced samples

Summary. Reconstruction of data from non-uniformly spaced samples Is there always extra bandwidth in non-unifor spatial sapling? Ralf Ferber* and Massiiliano Vassallo, WesternGeco London Technology Center; Jon-Fredrik Hopperstad and Ali Özbek, Schluberger Cabridge Research

More information

Research on a Kind of QoS-Sensitive Semantic Web Services Composition Method Based on Genetic Algorithm

Research on a Kind of QoS-Sensitive Semantic Web Services Composition Method Based on Genetic Algorithm roceedings of the 7th International Conference on Innovation & Manageent 893 Research on a Kind of QoS-Sensitive Seantic Web Services Coposition Method Based on Genetic Algorith Cao Hongjiang, Nie Guihua,

More information

Evaluation of a multi-frame blind deconvolution algorithm using Cramér-Rao bounds

Evaluation of a multi-frame blind deconvolution algorithm using Cramér-Rao bounds Evaluation of a ulti-frae blind deconvolution algorith using Craér-Rao bounds Charles C. Beckner, Jr. Air Force Research Laboratory, 3550 Aberdeen Ave SE, Kirtland AFB, New Mexico, USA 87117-5776 Charles

More information

Distributed Multicast Tree Construction in Wireless Sensor Networks

Distributed Multicast Tree Construction in Wireless Sensor Networks Distributed Multicast Tree Construction in Wireless Sensor Networks Hongyu Gong, Luoyi Fu, Xinzhe Fu, Lutian Zhao 3, Kainan Wang, and Xinbing Wang Dept. of Electronic Engineering, Shanghai Jiao Tong University,

More information

COMPUTER GENERATED HOLOGRAMS Optical Sciences 627 W.J. Dallas (Monday, August 23, 2004, 12:38 PM) PART III: CHAPTER ONE DIFFUSERS FOR CGH S

COMPUTER GENERATED HOLOGRAMS Optical Sciences 627 W.J. Dallas (Monday, August 23, 2004, 12:38 PM) PART III: CHAPTER ONE DIFFUSERS FOR CGH S COPUTER GEERATED HOLOGRAS Optical Sciences 67 W.J. Dallas (onday, August 3, 004, 1:38 P) PART III: CHAPTER OE DIFFUSERS FOR CGH S Part III: Chapter One Page 1 of 8 Introduction Hologras for display purposes

More information

COMPARISON OF ANT COLONY OPTIMIZATION & PARTICLE SWARM OPTIMIZATION IN GRID ENVIRONMENT

COMPARISON OF ANT COLONY OPTIMIZATION & PARTICLE SWARM OPTIMIZATION IN GRID ENVIRONMENT COMPARISON OF ANT COLONY OPTIMIZATION & PARTICLE SWARM OPTIMIZATION IN GRID ENVIRONMENT B.BOOBA 1 Dr. T.V.GOPAL 2 1 Research Scholar, Assist. Professor(Sl.Gr),Departent of Coputer Applications, Easwari

More information

Leveraging Relevance Cues for Improved Spoken Document Retrieval

Leveraging Relevance Cues for Improved Spoken Document Retrieval Leveraging Relevance Cues for Iproved Spoken Docuent Retrieval Pei-Ning Chen 1, Kuan-Yu Chen 2 and Berlin Chen 1 National Taiwan Noral University, Taiwan 1 Institute of Inforation Science, Acadeia Sinica,

More information

1 Extended Boolean Model

1 Extended Boolean Model 1 EXTENDED BOOLEAN MODEL It has been well-known that the Boolean odel is too inflexible, requiring skilful use of Boolean operators to obtain good results. On the other hand, the vector space odel is flexible

More information

Intelligent Robotic System with Fuzzy Learning Controller and 3D Stereo Vision

Intelligent Robotic System with Fuzzy Learning Controller and 3D Stereo Vision Recent Researches in Syste Science Intelligent Robotic Syste with Fuzzy Learning Controller and D Stereo Vision SHIUH-JER HUANG Departent of echanical Engineering National aiwan University of Science and

More information

Fast Robust Fuzzy Clustering Algorithm for Grayscale Image Segmentation

Fast Robust Fuzzy Clustering Algorithm for Grayscale Image Segmentation Fast Robust Fuzzy Clustering Algorith for Grayscale Iage Segentation Abdelabbar Cherkaoui, Hanane Barrah To cite this version: Abdelabbar Cherkaoui, Hanane Barrah. Fast Robust Fuzzy Clustering Algorith

More information

Heterogeneous Radial Basis Function Networks

Heterogeneous Radial Basis Function Networks Proceedings of the International Conference on Neural Networks (ICNN ), vol. 2, pp. 23-2, June. Heterogeneous Radial Basis Function Networks D. Randall Wilson, Tony R. Martinez e-ail: randy@axon.cs.byu.edu,

More information

Collaborative Web Caching Based on Proxy Affinities

Collaborative Web Caching Based on Proxy Affinities Collaborative Web Caching Based on Proxy Affinities Jiong Yang T J Watson Research Center IBM jiyang@usibco Wei Wang T J Watson Research Center IBM ww1@usibco Richard Muntz Coputer Science Departent UCLA

More information

A Novel Approach to Fractal Dimension based Fingerprint Recognition System

A Novel Approach to Fractal Dimension based Fingerprint Recognition System Volue: 03 Issue: 04 Apr-2016 www.irjet.net p-issn: 2395-0072 A Novel Approach to Fractal Diension based Fingerprint Recognition Syste Chiteranjan Sahu 1, Vinay Jain 2 1M.E. Scholar, Dept. of Electronics

More information

Performance Analysis of RAID in Different Workload

Performance Analysis of RAID in Different Workload Send Orders for Reprints to reprints@benthascience.ae 324 The Open Cybernetics & Systeics Journal, 2015, 9, 324-328 Perforance Analysis of RAID in Different Workload Open Access Zhang Dule *, Ji Xiaoyun,

More information

Problem Solving of graph correspondence using Genetics Algorithm and ACO Algorithm

Problem Solving of graph correspondence using Genetics Algorithm and ACO Algorithm Proble Solving of graph correspondence using Genetics Algorith and ACO Algorith Alireza Rezaee, 1, Azizeh Ajalli 2 Assistant professor,departent of Mechatronics Engineering, Faculty of New Sciences and

More information

A Trajectory Splitting Model for Efficient Spatio-Temporal Indexing

A Trajectory Splitting Model for Efficient Spatio-Temporal Indexing A Trajectory Splitting Model for Efficient Spatio-Teporal Indexing Slobodan Rasetic Jörg Sander Jaes Elding Mario A. Nasciento Departent of Coputing Science University of Alberta Edonton, Alberta, Canada

More information

An Efficient Approach for Content Delivery in Overlay Networks

An Efficient Approach for Content Delivery in Overlay Networks An Efficient Approach for Content Delivery in Overlay Networks Mohaad Malli, Chadi Barakat, Walid Dabbous Projet Planète, INRIA-Sophia Antipolis, France E-ail:{alli, cbarakat, dabbous}@sophia.inria.fr

More information

Implementation of fast motion estimation algorithms and comparison with full search method in H.264

Implementation of fast motion estimation algorithms and comparison with full search method in H.264 IJCSNS International Journal of Coputer Science and Network Security, VOL.8 No.3, March 2008 139 Ipleentation of fast otion estiation algoriths and coparison with full search ethod in H.264 A.Ahadi, M.M.Azadfar

More information

An Automatic Detection Method for Liver Lesions Using Abdominal Computed Tomography

An Automatic Detection Method for Liver Lesions Using Abdominal Computed Tomography n utoatic Detection Method for Liver Lesions Using bdoinal Coputed Toography Sheng-Fang Huang Departent of Medical Inforatics Tzu Chi University Hualien, Taiwan SFhuang@ail.tcu.edu.tw Kuo-Hsien Chiang

More information

Investigation of The Time-Offset-Based QoS Support with Optical Burst Switching in WDM Networks

Investigation of The Time-Offset-Based QoS Support with Optical Burst Switching in WDM Networks Investigation of The Tie-Offset-Based QoS Support with Optical Burst Switching in WDM Networks Pingyi Fan, Chongxi Feng,Yichao Wang, Ning Ge State Key Laboratory on Microwave and Digital Counications,

More information

Reconstruction of Time Series using Optimal Ordering of ICA Components

Reconstruction of Time Series using Optimal Ordering of ICA Components Reconstruction of Tie Series using Optial Ordering of ICA Coponents Ar Goneid and Abear Kael Departent of Coputer Science & Engineering, The Aerican University in Cairo, Cairo, Egypt e-ail: goneid@aucegypt.edu

More information

Boosted Detection of Objects and Attributes

Boosted Detection of Objects and Attributes L M M Boosted Detection of Objects and Attributes Abstract We present a new fraework for detection of object and attributes in iages based on boosted cobination of priitive classifiers. The fraework directly

More information

MULTI-INDEX VOTING FOR ASYMMETRIC DISTANCE COMPUTATION IN A LARGE-SCALE BINARY CODES. Chih-Yi Chiu, Yu-Cyuan Liou, and Sheng-Hao Chou

MULTI-INDEX VOTING FOR ASYMMETRIC DISTANCE COMPUTATION IN A LARGE-SCALE BINARY CODES. Chih-Yi Chiu, Yu-Cyuan Liou, and Sheng-Hao Chou MULTI-INDEX VOTING FOR ASYMMETRIC DISTANCE COMPUTATION IN A LARGE-SCALE BINARY CODES Chih-Yi Chiu, Yu-Cyuan Liou, and Sheng-Hao Chou Departent of Coputer Science and Inforation Engineering, National Chiayi

More information

ACNS: Adaptive Complementary Neighbor Selection in BitTorrent-like Applications

ACNS: Adaptive Complementary Neighbor Selection in BitTorrent-like Applications ACNS: Adaptive Copleentary Neighbor Selection in BitTorrent-like Applications Zhenbao Zhou 1, 2, Zhenyu Li 1, 2, Gaogang Xie 1 1 Institute of Coputing Technology, Chinese Acadey of Sciences, Beijing 100190,

More information

Homework 1. An Introduction to Neural Networks

Homework 1. An Introduction to Neural Networks Hoework An Introduction to Neural Networks -785: Introduction to Deep Learning Spring 09 OUT: January 4, 09 DUE: February 6, 09, :59 PM Start Here Collaboration policy: You are expected to coply with the

More information

Smarter Balanced Assessment Consortium Claims, Targets, and Standard Alignment for Math

Smarter Balanced Assessment Consortium Claims, Targets, and Standard Alignment for Math Sarter Balanced Assessent Consortiu s, s, Stard Alignent for Math The Sarter Balanced Assessent Consortiu (SBAC) has created a hierarchy coprised of clais targets that together can be used to ake stateents

More information

PERFORMANCE MEASURES FOR INTERNET SERVER BY USING M/M/m QUEUEING MODEL

PERFORMANCE MEASURES FOR INTERNET SERVER BY USING M/M/m QUEUEING MODEL IJRET: International Journal of Research in Engineering and Technology ISSN: 239-63 PERFORMANCE MEASURES FOR INTERNET SERVER BY USING M/M/ QUEUEING MODEL Raghunath Y. T. N. V, A. S. Sravani 2 Assistant

More information

News Events Clustering Method Based on Staging Incremental Single-Pass Technique

News Events Clustering Method Based on Staging Incremental Single-Pass Technique News Events Clustering Method Based on Staging Increental Single-Pass Technique LI Yongyi 1,a *, Gao Yin 2 1 School of Electronics and Inforation Engineering QinZhou University 535099 Guangxi, China 2

More information

A Beam Search Method to Solve the Problem of Assignment Cells to Switches in a Cellular Mobile Network

A Beam Search Method to Solve the Problem of Assignment Cells to Switches in a Cellular Mobile Network A Bea Search Method to Solve the Proble of Assignent Cells to Switches in a Cellular Mobile Networ Cassilda Maria Ribeiro Faculdade de Engenharia de Guaratinguetá - DMA UNESP - São Paulo State University

More information

FUZZY NODE FUZZY GRAPH AND ITS CLUSTER ANALYSIS

FUZZY NODE FUZZY GRAPH AND ITS CLUSTER ANALYSIS Applications (IJERA) ISSN: 48-96 www.era.co FUZZY NODE FUZZY GRAPH AND ITS CLUSTER ANALYSIS Dr.E.Chandrasekaran Associate Professor in atheatics, Presidency College, Chennai. Tailnadu, India. N.Sathyaseelan

More information

Automatic Graph Drawing Algorithms

Automatic Graph Drawing Algorithms Autoatic Graph Drawing Algoriths Susan Si sisuz@turing.utoronto.ca Deceber 7, 996. Ebeddings of graphs have been of interest to theoreticians for soe tie, in particular those of planar graphs and graphs

More information

AN INTEGRATED APPROACH TO MUSIC BOUNDARY DETECTION

AN INTEGRATED APPROACH TO MUSIC BOUNDARY DETECTION 10th International Society for Music Inforation Retrieval Conference (ISMIR 2009) AN INTEGRATED APPROACH TO MUSIC BOUNDARY DETECTION Min-Yian Su, Yi-Hsuan Yang, Yu-Ching Lin, Hoer Chen National Taiwan

More information

Modeling Parallel Applications Performance on Heterogeneous Systems

Modeling Parallel Applications Performance on Heterogeneous Systems Modeling Parallel Applications Perforance on Heterogeneous Systes Jaeela Al-Jaroodi, Nader Mohaed, Hong Jiang and David Swanson Departent of Coputer Science and Engineering University of Nebraska Lincoln

More information

Real-Time Detection of Invisible Spreaders

Real-Time Detection of Invisible Spreaders Real-Tie Detection of Invisible Spreaders MyungKeun Yoon Shigang Chen Departent of Coputer & Inforation Science & Engineering University of Florida, Gainesville, FL 3, USA {yoon, sgchen}@cise.ufl.edu Abstract

More information

Gromov-Hausdorff Distance Between Metric Graphs

Gromov-Hausdorff Distance Between Metric Graphs Groov-Hausdorff Distance Between Metric Graphs Jiwon Choi St Mark s School January, 019 Abstract In this paper we study the Groov-Hausdorff distance between two etric graphs We copute the precise value

More information

A Learning Framework for Nearest Neighbor Search

A Learning Framework for Nearest Neighbor Search A Learning Fraework for Nearest Neighbor Search Lawrence Cayton Departent of Coputer Science University of California, San Diego lcayton@cs.ucsd.edu Sanjoy Dasgupta Departent of Coputer Science University

More information

Automatic Die Inspection for Post-sawing LED Wafers

Automatic Die Inspection for Post-sawing LED Wafers Proceedings of the 009 IEEE International Conference on Systes, Man, and Cybernetics San Antonio, TX, USA - ctober 009 Autoatic Die Inspection for Post-sawing ED Wafers Chuan-Yu Chang 1, Chun-Hsi i, Yung-Chi

More information

Image hiding with an improved genetic algorithm and an optimal pixel adjustment process

Image hiding with an improved genetic algorithm and an optimal pixel adjustment process Eighth International Conference on Intelligent Systes Design and Applications Iage hiding with an iproved genetic algorith and an optial pixel adjustent process Lin-Yu Tseng Yung-Kuan Chan Yu-An Ho Yen-Ping

More information

Predicting x86 Program Runtime for Intel Processor

Predicting x86 Program Runtime for Intel Processor Predicting x86 Progra Runtie for Intel Processor Behra Mistree, Haidreza Haki Javadi, Oid Mashayekhi Stanford University bistree,hrhaki,oid@stanford.edu 1 Introduction Progras can be equivalent: given

More information

DEBARRED OBJECTS RECOGNITION BY PFL OPERATOR

DEBARRED OBJECTS RECOGNITION BY PFL OPERATOR DEBARRED OBJECTS RECOGNITION BY PFL OPERATOR Manish Kuar Srivastava,Madan Kushwah, Abhishe uar 3 Assistant Professor, Departent of CSE, Lal Bahadur Shastri Group of Institutions Lucnow, Uttar Pradesh,

More information

IN many interactive multimedia streaming applications, such

IN many interactive multimedia streaming applications, such 840 IEEE TRANSACTIONS ON MULTIMEDIA, VOL. 8, NO. 5, MAY 06 A Geoetric Approach to Server Selection for Interactive Video Streaing Yaochen Hu, Student Meber, IEEE, DiNiu, Meber, IEEE, and Zongpeng Li, Senior

More information

QUERY ROUTING OPTIMIZATION IN SENSOR COMMUNICATION NETWORKS

QUERY ROUTING OPTIMIZATION IN SENSOR COMMUNICATION NETWORKS QUERY ROUTING OPTIMIZATION IN SENSOR COMMUNICATION NETWORKS Guofei Jiang and George Cybenko Institute for Security Technology Studies and Thayer School of Engineering Dartouth College, Hanover NH 03755

More information

Novel Image Representation and Description Technique using Density Histogram of Feature Points

Novel Image Representation and Description Technique using Density Histogram of Feature Points Novel Iage Representation and Description Technique using Density Histogra of Feature Points Keneilwe ZUVA Departent of Coputer Science, University of Botswana, P/Bag 00704 UB, Gaborone, Botswana and Tranos

More information

Database Design on Mechanical Equipment Operation Management System Zheng Qiu1, Wu kaiyuan1, Wu Chengyan1, Liu Lei2

Database Design on Mechanical Equipment Operation Management System Zheng Qiu1, Wu kaiyuan1, Wu Chengyan1, Liu Lei2 2nd International Conference on Advances in Mechanical Engineering and Industrial Inforatics (AMEII 206) Database Design on Mechanical Equipent Manageent Syste Zheng Qiu, Wu kaiyuan, Wu Chengyan, Liu Lei2

More information

3D Building Detection and Reconstruction from Aerial Images Using Perceptual Organization and Fast Graph Search

3D Building Detection and Reconstruction from Aerial Images Using Perceptual Organization and Fast Graph Search 436 Journal of Electrical Engineering & Technology, Vol. 3, No. 3, pp. 436~443, 008 3D Building Detection and Reconstruction fro Aerial Iages Using Perceptual Organization and Fast Graph Search Dong-Min

More information

EFFICIENT VIDEO SEARCH USING IMAGE QUERIES A. Araujo1, M. Makar2, V. Chandrasekhar3, D. Chen1, S. Tsai1, H. Chen1, R. Angst1 and B.

EFFICIENT VIDEO SEARCH USING IMAGE QUERIES A. Araujo1, M. Makar2, V. Chandrasekhar3, D. Chen1, S. Tsai1, H. Chen1, R. Angst1 and B. EFFICIENT VIDEO SEARCH USING IMAGE QUERIES A. Araujo1, M. Makar2, V. Chandrasekhar3, D. Chen1, S. Tsai1, H. Chen1, R. Angst1 and B. Girod1 1 Stanford University, USA 2 Qualco Inc., USA ABSTRACT We study

More information