CLUSTERING TECHNIQUES TO ANALYSES IN DENSITY BASED SOCIAL NETWORKS

Size: px
Start display at page:

Download "CLUSTERING TECHNIQUES TO ANALYSES IN DENSITY BASED SOCIAL NETWORKS"

Transcription

1 Iteratioal Joural of Computer Egieerig ad Applicatios, Volume VII, Issue II, Part I, August 14 CLUSTERING TECHNIQUES TO ANALYSES IN DENSITY BASED SOCIAL NETWORKS P. Logamai 1, Mrs. S. C. Puitha 2 1 Research Scholar, PSGR Krishammal College for Wome, Coimbatore 2 HOD, Dept.of Computer Sciece, PSGR Krishammal College for Wome, Coimbatore ABSTRACT: The Web has become a uprecedeted world-wide repository of kowledge. It cotais valuable iformatio for maagers, aalysts, ad all types of kowledge workers, yet, the Web is dyamic ad oisy. Hece, kowledge discovery from the Web, while beig challegig, is a essetial tool for the kowledge ecoomy. Social etworks have attracted much attetio recetly. Social etwork aalysis fids its applicatio i may curret busiess areas. Differet studies have bee coducted to automatically extract social etworks amog various kids of etities from the Web. Commuity detectio is oe of the most importat ad iterestig research areas i social etwork aalysis. Clusterig documets eables the user to have a good overall view of the iformatio cotaied i the documets that he has. However, existig algorithms suffer from various aspects; hard clusterig algorithms are usually iefficiet. We propose Clusterig algorithm based o Desity i social etworks (DBCASN). It requires oly a similarity measure for clusterig ad uses radomizatio to help make the clusterig efficiet. Compariso with existig hard clusterig algorithms like K-meas ad its variats shows that the proposed method is both effective ad efficiet. Keywords: Web Miig, Clusterig, Social Networks, DBSCAN, CURE [1] INTRODUCTION Clusterig belogs to the set of mathematical problems which aim at classificatio ad assigmet of data or objects to related sets or classes. The act of classificatio could well be applied through supervised or usupervised learig methods [1]. I the Supervised model, Patters are leart usig some familiar, previously classified data. Multi-layered Perceptio - MLP, Support Vector Machie - SVM, ad Decisio Trees are illustrious examples of such learig algorithms. This type of learig may be called the learig by example methodology. O the other had, ad i the usupervised method, maily amed clusterig, etities are classified i homogeeous classes so that eighborig patters are assembled i similar collectios. I this approach object- 172

2 Clusterig Techiques To Aalyses I Desity Based Social Networks class associatio is ot previously kow ad clusters are formed based o some object similarity criteria. As usupervised learig models, such as clusterig, ca semi-cosciously detect well separated classes amogst available data based o their itrisic features, they have bee extesively used i differet scietific fields. Their use ca sigificatly vary from Medicie ad its applicatio to disease detectio, to Itrusio Detectio Systems (IDS) for etwork activity divisio ito two typical types of itrusive ad o-itrusive. New applicatios of clusterig have bee foud i data (web) miig ad adaptive systems where user characteristics modelig, sessio detectio ad etc ca be achieved through modified clusterig algorithms. Patter recogitio ca also be a importat field of clusterig applicatio. Most clusterig techiques assume a well defied distictio betwee the clusters so that each patter ca oly belog to oe cluster at a time. This suppositio ca eglect the atural ability of objects existig i multiple clusters. For this reaso ad with the aid of fuzzy logic, fuzzy clusterig ca be employed to overcome this weakess. The membership of a patter i a give cluster ca vary betwee 0 ad 1. I this model oe sigle patter ca have differet degrees of membership i various clusters. A patter belogs to the cluster where it has the highest membership value. I this paper we aim to propose a Desity based clusterig techique which is capable of detectig the most appropriate umber of clusters based o a desity factor. This algorithm is completely isesitive to the iitial umber of employed clusters; however the iitial value should always be lower tha the optimal cluster umber. Although a very low umber of iitial clusters will icrease the computatio time ad CPU usage but it will prevet the algorithm from choosig the icorrect umber of clusters. The method discovers the umber of clusters by itelligetly splittig capable clusters ad creatig ew cluster ceters through outlier detectio. [2] RELATED WORK Clusterig is importat i may differet fields such as data miig [3], image compressio [11] ad iformatio retrieval [13]. [8] provides a extesive survey of various clusterig techiques. I this sectio, we highlight the work most related to our research. We ca divide clusterig algorithms ito hard ad soft clusterig algorithms. Accordig to [10], there are four differet kids of clusterig algorithms: hierarchical, partitio, model fittig ad desity based. These algorithms form clusters by puttig each item ito a sigle cluster. Soft clusterig allows each item to associate with multiple clusters, by itroducig a membership fuctio W ij betwee each cluster-item pair to measure the degree of associatio. Expectatiomaximizatio [6] serves as the basis of may soft-clusterig algorithms. A good survey of such algorithms ca be foud i [1]. May clusterig techiques have bee used for documet clusterig. Most of the early work [7, 15] applied traditioal clusterig algorithms like K-meas to the sets of documets to be clustered. Willett [21] provided a survey o applyig hierarchical clusterig algorithms ito clusterig documets. 173

3 Iteratioal Joural of Computer Egieerig ad Applicatios, Volume VII, Issue II, Part I, August 14 Cuttig et al. [4] proposed speedig up the partitio-based clusterig by usig techiques that provide good iitial clusters. Two techiques, Buckshot ad Fractioatio are metioed. Buckshot selects a small sample of documets to pre-cluster usig a stadard clusterig algorithm ad assigs the rest of the documets to the clusters formed. Fractioatio splits the N documets ito m buckets where each bucket cotais N/m documets. Fractioatio takes a iput parameter, which idicates the reductio factor for each bucket. The stadard clusterig algorithm is applied so that if there are documets i each bucket, they are clustered ito / clusters. Now each of these clusters is treated as if they were idividual documets ad the whole process is repeated util K clusters are left. Most of the algorithms above use a word-based approach to fid the similarity betwee two documets. I [22] a phrase-based approach called STC (suffix-tree clusterig) was proposed. STC uses a suffix-tree to form commo phrases of documets eablig it to form clusters depedig ot oly o idividual words but also o the orderig of the words. Various other clusterig techiques have bee applied to documet clusterig. This icludes usig associatio rules ad hyper graph partitioig [12], self-orgaizig maps [16], eural etworks [19, 14], ad EM-based techiques [9]. [2.1] INITIAL CLUSTER GENERATION At this step the iput is aalyzed, iitial clusters are produced ad outliers are removed. The first thig for SISC to do is to decide what costitute as similar documets. Essetially, we eed to fid a threshold value such that two documets are cosidered similar if ad oly if f ( x, y). Sice SISC is desiged to adapt to differet similarity measures f, it is ot reasoable for the user to supply a value for. As a result, SISC determies the appropriate value of based o the iput documets. The value of ca either be too high, such that o documets will be clustered at the ed; or too low, such that all documets will be clustered ito oe cluster. Thus, the algorithm chooses such that half 1 of the documets are assiged at least to oe cluster cetroid. This is doe by the followig method: 1. Pick a set of k documets, assigig each oe as the iitial cluster cetroid of a cluster. 2. Pick as the largest value such that for half of the documets q i the data set, there exists a p such that f ( p, q), p C, q D where C is the set of cluster cetroids ad D is the documet set. This ca be doe by calculatig all the similarity values f ( p, q), p C, q D ad sortig them. This esures that at least half of the documets are close to at least oe of the clusters, so that eough iterestig clusters ca be foud. A issue here is how the iitial cluster cetroids are picked. The simple way is to pick a radom set of documets. However, sice the iitial cluster cetroids ca have a sigificat effect o the algorithm, it pays to be more careful. We wat to avoid pickig too may cluster cetroids that are close to oe aother (so they should actually 174

4 Clusterig Techiques To Aalyses I Desity Based Social Networks belog to the same cluster). Oe way to overcome it is to start with pickig a radom documet as the first cetroids, ad the pick the documet that is least similar to it as the secod cetroids. Subsequet cetroids are chose such that they are farthest away from those cetroids that are already picked. [3] DETECTION OF COMMUNITIES IN WEIGHTED NETWORKS A fudametal problem i the aalysis of etwork data is the detectio of etwork commuities, groups of desely itercoected odes, which may be overlappig or disjoit. Network commuities play importat orgaizatioal ad fuctioal roles i complex etworks. Cosequetly, the idetificatio of commuities i complex etworks has become oe of the most active areas of research i etwork theory. Complex etworks are the structural skeleto of complex systems, which are ubiquitous i ature, society ad techology. A etwork is represeted by a graph, G ( V, E), where the set of odes E represets the etities of the system ad the set of liks E represets the relatioship betwee these etities. Give a set of data objects O { o1, o2,..., o} with associated positive weights α i ad a set of edges ( i, j) E with associated positive weights (e.g., similarities w ij ), where i j 1,2,...,. We address the partitioal clusterig problem of fidig a sigle partitio C { C1, C2,..., Ck} of data objects O { o1, o2,..., o} ito a fixed umber of k clusters. That is, each data object is assiged to exactly oe of those clusters ad every cluster has at least oe object. This ca be formulated as a optimizatio problem by defiig biary decisio variables: 1, if oi Cq x iq, 0, otherwise 1, if a object oq is selected as a cluster y q, 0, otherwise where i, q 1,2,...,. The partitioal clusterig problem ca the be formulated as a Boolea programmig problem: maximize 1 f ( x, y) β1 αi xiq yq β2 wij xiq x 1 q1 i1 q1 i1 ji1 β w y y (1) 3 subject to q1 i1 pq p1 q p1 p q x 1, i 1,2,...,, (2) iq x 1, q 1,2,...,, (3) iq jq y q 175

5 Iteratioal Joural of Computer Egieerig ad Applicatios, Volume VII, Issue II, Part I, August 14 q1 y q iq y q k, (4) x, i, q 1,2,...,, (5) x {0,1}, i, q 1,2,...,, (6) iq y {0,1}, q 1,2,...,, (7) q where β 1, β2, β3 are the weightig parameters, specifyig the relative cotributios of the terms to the hybrid objective fuctio f, which β β, β [0,1 ] where β β β 1. [3.1] EFFECTIVENESS OF CLUSTERING 1, We did may experimets with the documet sets of differet sizes that are take from the above-metioed test bed. All the algorithms were ru to produce the same umber of clusters with same iput parameter settigs. SISC formed clusters for each of the differet categories i the documet sets, while the other algorithms (K-Meas, Fractioatio ad Buckshot) did ot. I additio, the other algorithms formed clusters with documets of may categories that are ot related to each other. To test the effectiveess of our approach, we deliberately dowloaded some documets that are related to more tha oe of the categories listed above (For example, documets about baseball movies which iclude both baseball ad movies). K-Meas, Fractioatio ad Buckshot formed oly clusters about baseball ad Movies ad did ot form a cluster for documets related to both categories. However, SISC formed a cluster for baseball-movies ad put the documets related to baseball-movies i that cluster. This shows the effectiveess of our method compared to other algorithms. Figure 1 shows sample output from oe of the experimets with a documet set of 500 documets picked from 12 of the categories metioed above. The categories iclude Food, agets, XML, Jorda (the middle east coutry), Geetic algorithms, baseball, movies, Astroomy, Michael Jorda, Cosciousess, Virus ad baseball-movies. All the algorithms were ru with a iput umber of 12 clusters. Other algorithms formed 12 clusters but they did ot form a cluster for baseball movies. SISC formed a cluster for that as show i the above table. Sice SISC starts with twice the actual umber of clusters ad combies the clusters, we also tested other algorithms with twice the umber of clusters as iput. However, they failed to produce the correct clusters eve with twice the actual umber of clusters. [3.2] DBCASN ALGORITHM Step 1. Set the cluster assigmet for all poits as uclassified. Step 2. Specify the memberships threshold parameters 1 ad 2, set t=1. Step 3. Fid a uclassified core poit p with parameters 1 ad

6 Clusterig Techiques To Aalyses I Desity Based Social Networks Step 4. Mark p to be classified. Start a ew cluster C t ad assig p to this cluster. Step 5. Fid all the uclassified poits i the eighborhood set N p; 1 ad add to seed set created S. Step 6. Get a poit q i S, mark q to be classified, assig q to the cluster C t, ad remove q from S. Step 7. Check if q is a core poit with parameters 1 ad 2, add all the uclassified poits i the eighborhood set N p; 1 to the set S. Step 8. Repeat Steps 6 ad 7 util the set is empty. Step 9. t t 1ad repeat Steps 4-7 util there is o uclassified core poit. Step 10. Mark all uclassified poits as oise. Ed [4] EXPERIMENTS AND RESULTS Proposed algorithm shows stregths i may areas but it lacks the ability to determie the appropriate umber of clusters for patter classificatio ad requires the user to defie the correct umber of clusters. May applicatios of clusterig like patter recogitio or itrusive data classificatio require the clusterig algorithm to decide o the proper umber of clusters, as the correct umber of classes is ot a priori kow. This criterio serves as a great factor for the algorithms with a predefied umber of clusters; however i heuristics which have a adaptive approach to cluster umber assessmet, this factor caot be used. This is because the objective fuctio will decrease with the icrease of the umber of clusters ad hece causes further cluster splittig which results i a icorrect umber of clusters (the umber of clusters will most likely ed up beig idetical to the umber of available patters). For this reaso usig the objective fuctios as the basis for successful split assessmet is ureasoable. We defie ad apply CDC for split success compariso. FACT is comprised of 3 mai steps which are further explaied i the followig paragraphs: Step 1 Iitializatio The existig versio is applied to the set of available patters by settig the iitial cluster umber ad m to 2. The outputs of this step are the prelimiary values for U ad CDC. Step 2 Outlier Detectio a) Cluster Member Assigmet: Every patter i the clusterig algorithm has a membership degree i all available clusters. The process of patter to cluster assigmet is doe through allocatig the patter to the cluster i which it has the highest membership degree. Matrix M, [m ij ] c* is defied as follows: 177

7 Iteratioal Joural of Computer Egieerig ad Applicatios, Volume VII, Issue II, Part I, August 14 M ij U ij, 0, if else c MaxU ij U ij i1 (6) b) Local Outlier Detectio: I this sub step the cadidates i each cluster to be the fial outliers over all of the patters are selected. This process selects the patter with the lowest o-zero membership value i vector M i where i shows the curret cluster (7). Cadidate Mi( M i j1 ij ) where M ij 0 (7) c) Fial Outlier Selectio ad Splittig: The patter with the lowest value i the Cadidate vector (OP) is selected as the ultimate outlier. The coordiates of OP are used as the basis for the ceter of a ew cluster. Let OP = {op 1, op 2 op r } be the outlier poit, the ew cluster ceter will be calculated usig (Eq.8): Ceter (c+1) = OP + λ (8) Where λ = (λ 1, λ 2 λ r ) ~ 0. Havig calculated the value of the ew cluster ceter, the previous compositio of patter classificatios ca be altered ad rearraged based o c+ 1 cluster. Matrix U is updated usig (Eq. 4) where the upper boud of k is c+1.the modified versio of fuzzy C-meas is ow tued usig the calculated U ad c+1 umber of clusters ad is used to create the ew cluster compositio. After havig split the cluster formatio ito a ew arragemet, the CDC will be updated (Eq. 9). The value obtaied from the divisio of the ew CDC to the former CDC is multiplied by a coefficiet, α, which is betwee 0 ad 1. To show that splittig has improved the clusterig, θ t+1 should be larger tha θ t ad thus the splittig procedure is cofirmed ad stabilized. The value for α is usually set to 0.2. The θ is amed the Feedback Cotrol Parameter (FCP) which cotrols the system behavior usig a feedback from the prior iteratio. c 1 t1 M ij i1 j1 CDC (9) CDC ) t1 t 1 ( ) (1 CDC t t (10) If the splittig has bee usuccessful 2.c is repeated with the ext patter i the Cadidate vector. 178

8 Clusterig Techiques To Aalyses I Desity Based Social Networks Step 3 Test If oe of the patters available i the Cadidate vector ca serve as a successful splittig poit for improvig the curret cluster arragemet, the algorithm will termiate with the curret compositio o had else it will icrease the umber of clusters by oe uit ad resume algorithm executio. DBSCAN could idetify all the clusters properly. But DBSCAN depeds o some of the user parameters which have to be data specific. The rage of such parameters do ot vary too much may of them beig from 0 1. Cure could idetify several clusters with high purity which K- meas ad DBSCASN failed to idetify. Our experimets suggest that DBCASN faired well for low-dimesioal data. Also, if the desity of clusters did ot vary too much, DBCASN fairly idetified all the clusters. But if the size of the data icreases ad if shapes ad desity of clusters vary too much, DBCASN resulted i combiig or splittig those clusters. [5] CONCLUSION I this paper, we itroduced DBCASN (Ehaced DBSCAN) algorithm based o similarity measures, ad applied it to detect social etwork clusterig. The algorithm itroduces various techiques such as radomizatio to help make clusterig efficiet. Our experimets show that DBCASN algorithm is able to discover clusters that caot be detected by a high degree of efficiecy. To avoid redudacy i the result, our model selects oly the most iterestig clusters for the fial clusterig. We develop the algorithm DBCASN to efficietly determie the combied clusterig solutio. The clusterig quality ad the efficiecy of DBCASN are demostrated i the experimetal sectio. 179

9 Iteratioal Joural of Computer Egieerig ad Applicatios, Volume VII, Issue II, Part I, August 14 REFERENCES [1] Everitt, B.S., Ladau, S., Leese, M., Cluster Aalysis, Lodo: New York, Halsted Press, [2] J.L. Bezdek, Patter Recogitio With Fuzzy Objective Fuctio Algorithms, Pleum Press, Nyew York, NY [3] M.S. Che, J. Ha, ad P.S. Yu, Data Miig: A Overview from a Database Perspective, IEEE Trasactios o Kowledge ad Data Egieerig, 8(6): , [4] Douglass R. Cuttig, David R. Karger, Ja O. Pederse, Joh W. Tukey, Scatter/Gather: A Cluster-based Approach to Browsig Large Documet Collectios, I Proceedigs of the Fifteeth Aual Iteratioal ACM SIGIR Coferece, pp , Jue [5] Dea, P. M. Ed., Molecular Similarity i Drug Desig, Blackie Academic & Professioal, 1995, pp [6] A.P. Dempster, N.M. Laird, ad D. B. Rubi, Maximum likelihood from icomplete data via the EM algorithm, Joural of the Royal Statistical Society, Series B, 39(1), 1-38, [7] D. R. Hill, A vector clusterig techique, i: Samuelso (Ed.), Mechaized Iformatio Storage, Retrieval ad Dissemiatio, North-Hollad, Amsterdam, [8] A.K. Jai, M.N. Murty ad P.J. Fly, Data Clusterig: A Review, ACM Computig Surveys. 31(3): , Sept [9] Kamal Nigam, Adrew Kachites Mccallum, Sebastia Thru ad Tom Mitchell, Text Classificatio from Labeled ad Ulabeled Documets usig EM. Machie Learig 39(2-3): , [10] W.J. Krzaowski ad F.H. Marriott, Multivariate Aalysis: Classificatio, Covariace Structures ad Repeated Measuremets. Arold, Lodo, [11] Y. Lide, A. Buzo ad R.M. Gray, A Algorithm for Vector Quatizatio Desig, IEEE Trasactios o Commuicatios, 28(1), [12] Jerome Moore, Eui-Hog (Sam) Ha, Daiel Boley, Maria Gii, Robert Gross, Kyle Hastigs, George Karypis, Vipi Kumar, ad Bamshad Mobasher, Web Page Categorizatio ad Feature Selectio Usig Associatio Rule ad Pricipal Compoet Clusterig, I Proceedigs of seveth Workshop o Iformatio Techologies ad Systems (WITS'97), December [13] M.N. Murty ad A. K. Jai, Kowledge-based clusterig scheme for collectio maagemet ad retrieval of library books, Patter recogitio 28, , [14] F. Murtagh, A survey of recet advaces i hierarchical clusterig algorithms, The Computer Joural, 26(4): , [15] Alberto Muoz, Compoud key word geeratio from documet databases usig a Hierarchical clusterig ART Model, Itelliget Data Aalysis, 1(1), Ja [16] J. J. Rocchio, Documet retrieval systems optimizatio ad evaluatio, Ph.D. Thesis, Harvard Uiversity,

10 Clusterig Techiques To Aalyses I Desity Based Social Networks [17] Dmitri Roussiov, Kristie Tolle, Marshall Ramsey ad Hsichu Che, Iteractive Iteret search through Automatic clusterig: a empirical study, I Proceedigs of the Iteratioal ACM SIGIR Coferece, pages , [18] Robert E. Tarja, Data Structures ad Network Algorithms, Society for Idustrial ad Applied Mathematics, [19] last visited September 27 th, [20] Wog, S.K.M., Cai, Y.J., ad Yao, Y.Y, Computatio of Term Associatio by eural Network. I Proceedigs of the Sixteeth Aual Iteratioal ACM SIGIR Coferece o Research ad Developmet i Iformatio Retrieval, pp , [21] P.Willett, V. Witerma ad D. Bawde, "Implemetatio of Nearest Neighbour Searchig i a Olie Chemical Structure Search System, Joural of Chemical Iformatio ad Computer Scieces, 26, 36-41,1986. [22] P.Willett, Recet treds i hierarchical documet clusterig: a critical review, Iformatio processig ad maagemet, 24: , [23] O.Zamir, O.Etzioi, Web documet clusterig: a feasibility demostratio, i Proceedigs of 19 th iteratioal ACM SIGIR coferece o research ad developmet i iformatio retrieval (SIGIR 98), 1998, pp

Journal of Chemical and Pharmaceutical Research, 2013, 5(12): Research Article

Journal of Chemical and Pharmaceutical Research, 2013, 5(12): Research Article Available olie www.jocpr.com Joural of Chemical ad Pharmaceutical Research, 2013, 5(12):745-749 Research Article ISSN : 0975-7384 CODEN(USA) : JCPRC5 K-meas algorithm i the optimal iitial cetroids based

More information

HADOOP: A NEW APPROACH FOR DOCUMENT CLUSTERING

HADOOP: A NEW APPROACH FOR DOCUMENT CLUSTERING Y.K. Patil* Iteratioal Joural of Advaced Research i ISSN: 2278-6244 IT ad Egieerig Impact Factor: 4.54 HADOOP: A NEW APPROACH FOR DOCUMENT CLUSTERING Prof. V.S. Nadedkar** Abstract: Documet clusterig is

More information

A SOFTWARE MODEL FOR THE MULTILAYER PERCEPTRON

A SOFTWARE MODEL FOR THE MULTILAYER PERCEPTRON A SOFTWARE MODEL FOR THE MULTILAYER PERCEPTRON Roberto Lopez ad Eugeio Oñate Iteratioal Ceter for Numerical Methods i Egieerig (CIMNE) Edificio C1, Gra Capitá s/, 08034 Barceloa, Spai ABSTRACT I this work

More information

Image Segmentation EEE 508

Image Segmentation EEE 508 Image Segmetatio Objective: to determie (etract) object boudaries. It is a process of partitioig a image ito distict regios by groupig together eighborig piels based o some predefied similarity criterio.

More information

Administrative UNSUPERVISED LEARNING. Unsupervised learning. Supervised learning 11/25/13. Final project. No office hours today

Administrative UNSUPERVISED LEARNING. Unsupervised learning. Supervised learning 11/25/13. Final project. No office hours today Admiistrative Fial project No office hours today UNSUPERVISED LEARNING David Kauchak CS 451 Fall 2013 Supervised learig Usupervised learig label label 1 label 3 model/ predictor label 4 label 5 Supervised

More information

Ones Assignment Method for Solving Traveling Salesman Problem

Ones Assignment Method for Solving Traveling Salesman Problem Joural of mathematics ad computer sciece 0 (0), 58-65 Oes Assigmet Method for Solvig Travelig Salesma Problem Hadi Basirzadeh Departmet of Mathematics, Shahid Chamra Uiversity, Ahvaz, Ira Article history:

More information

Analysis of Documents Clustering Using Sampled Agglomerative Technique

Analysis of Documents Clustering Using Sampled Agglomerative Technique Aalysis of Documets Clusterig Usig Sampled Agglomerative Techique Omar H. Karam, Ahmed M. Hamad, ad Sheri M. Moussa Abstract I this paper a clusterig algorithm for documets is proposed that adapts a samplig-based

More information

Analysis of Different Similarity Measure Functions and their Impacts on Shared Nearest Neighbor Clustering Approach

Analysis of Different Similarity Measure Functions and their Impacts on Shared Nearest Neighbor Clustering Approach Aalysis of Differet Similarity Measure Fuctios ad their Impacts o Shared Nearest Neighbor Clusterig Approach Ail Kumar Patidar School of IT, Rajiv Gadhi Techical Uiversity, Bhopal (M.P.), Idia Jitedra

More information

CSCI 5090/7090- Machine Learning. Spring Mehdi Allahyari Georgia Southern University

CSCI 5090/7090- Machine Learning. Spring Mehdi Allahyari Georgia Southern University CSCI 5090/7090- Machie Learig Sprig 018 Mehdi Allahyari Georgia Souther Uiversity Clusterig (slides borrowed from Tom Mitchell, Maria Floria Balca, Ali Borji, Ke Che) 1 Clusterig, Iformal Goals Goal: Automatically

More information

3D Model Retrieval Method Based on Sample Prediction

3D Model Retrieval Method Based on Sample Prediction 20 Iteratioal Coferece o Computer Commuicatio ad Maagemet Proc.of CSIT vol.5 (20) (20) IACSIT Press, Sigapore 3D Model Retrieval Method Based o Sample Predictio Qigche Zhag, Ya Tag* School of Computer

More information

DATA MINING II - 1DL460

DATA MINING II - 1DL460 DATA MINING II - 1DL460 Sprig 2017 A secod course i data miig http://www.it.uu.se/edu/course/homepage/ifoutv2/vt17/ Kjell Orsbor Uppsala Database Laboratory Departmet of Iformatio Techology, Uppsala Uiversity,

More information

Evaluation scheme for Tracking in AMI

Evaluation scheme for Tracking in AMI A M I C o m m u i c a t i o A U G M E N T E D M U L T I - P A R T Y I N T E R A C T I O N http://www.amiproject.org/ Evaluatio scheme for Trackig i AMI S. Schreiber a D. Gatica-Perez b AMI WP4 Trackig:

More information

Pruning and Summarizing the Discovered Time Series Association Rules from Mechanical Sensor Data Qing YANG1,a,*, Shao-Yu WANG1,b, Ting-Ting ZHANG2,c

Pruning and Summarizing the Discovered Time Series Association Rules from Mechanical Sensor Data Qing YANG1,a,*, Shao-Yu WANG1,b, Ting-Ting ZHANG2,c Advaces i Egieerig Research (AER), volume 131 3rd Aual Iteratioal Coferece o Electroics, Electrical Egieerig ad Iformatio Sciece (EEEIS 2017) Pruig ad Summarizig the Discovered Time Series Associatio Rules

More information

New HSL Distance Based Colour Clustering Algorithm

New HSL Distance Based Colour Clustering Algorithm The 4th Midwest Artificial Itelligece ad Cogitive Scieces Coferece (MAICS 03 pp 85-9 New Albay Idiaa USA April 3-4 03 New HSL Distace Based Colour Clusterig Algorithm Vasile Patrascu Departemet of Iformatics

More information

An Improved Shuffled Frog-Leaping Algorithm for Knapsack Problem

An Improved Shuffled Frog-Leaping Algorithm for Knapsack Problem A Improved Shuffled Frog-Leapig Algorithm for Kapsack Problem Zhoufag Li, Ya Zhou, ad Peg Cheg School of Iformatio Sciece ad Egieerig Hea Uiversity of Techology ZhegZhou, Chia lzhf1978@126.com Abstract.

More information

Performance Comparisons of PSO based Clustering

Performance Comparisons of PSO based Clustering Performace Comparisos of PSO based Clusterig Suresh Chadra Satapathy, 2 Guaidhi Pradha, 3 Sabyasachi Pattai, 4 JVR Murthy, 5 PVGD Prasad Reddy Ail Neeruoda Istitute of Techology ad Scieces, Sagivalas,Vishaapatam

More information

A New Morphological 3D Shape Decomposition: Grayscale Interframe Interpolation Method

A New Morphological 3D Shape Decomposition: Grayscale Interframe Interpolation Method A ew Morphological 3D Shape Decompositio: Grayscale Iterframe Iterpolatio Method D.. Vizireau Politehica Uiversity Bucharest, Romaia ae@comm.pub.ro R. M. Udrea Politehica Uiversity Bucharest, Romaia mihea@comm.pub.ro

More information

Improvement of the Orthogonal Code Convolution Capabilities Using FPGA Implementation

Improvement of the Orthogonal Code Convolution Capabilities Using FPGA Implementation Improvemet of the Orthogoal Code Covolutio Capabilities Usig FPGA Implemetatio Naima Kaabouch, Member, IEEE, Apara Dhirde, Member, IEEE, Saleh Faruque, Member, IEEE Departmet of Electrical Egieerig, Uiversity

More information

Pattern Recognition Systems Lab 1 Least Mean Squares

Pattern Recognition Systems Lab 1 Least Mean Squares Patter Recogitio Systems Lab 1 Least Mea Squares 1. Objectives This laboratory work itroduces the OpeCV-based framework used throughout the course. I this assigmet a lie is fitted to a set of poits usig

More information

ISSN (Print) Research Article. *Corresponding author Nengfa Hu

ISSN (Print) Research Article. *Corresponding author Nengfa Hu Scholars Joural of Egieerig ad Techology (SJET) Sch. J. Eg. Tech., 2016; 4(5):249-253 Scholars Academic ad Scietific Publisher (A Iteratioal Publisher for Academic ad Scietific Resources) www.saspublisher.com

More information

Mining from Quantitative Data with Linguistic Minimum Supports and Confidences

Mining from Quantitative Data with Linguistic Minimum Supports and Confidences Miig from Quatitative Data with Liguistic Miimum Supports ad Cofideces Tzug-Pei Hog, Mig-Jer Chiag ad Shyue-Liag Wag Departmet of Electrical Egieerig Natioal Uiversity of Kaohsiug Kaohsiug, 8, Taiwa, R.O.C.

More information

Software Fault Prediction of Unlabeled Program Modules

Software Fault Prediction of Unlabeled Program Modules Software Fault Predictio of Ulabeled Program Modules C. Catal, U. Sevim, ad B. Diri, Member, IAENG Abstract Software metrics ad fault data belogig to a previous software versio are used to build the software

More information

Structuring Redundancy for Fault Tolerance. CSE 598D: Fault Tolerant Software

Structuring Redundancy for Fault Tolerance. CSE 598D: Fault Tolerant Software Structurig Redudacy for Fault Tolerace CSE 598D: Fault Tolerat Software What do we wat to achieve? Versios Damage Assessmet Versio 1 Error Detectio Iputs Versio 2 Voter Outputs State Restoratio Cotiued

More information

Dimensionality Reduction PCA

Dimensionality Reduction PCA Dimesioality Reductio PCA Machie Learig CSE446 David Wadde (slides provided by Carlos Guestri) Uiversity of Washigto Feb 22, 2017 Carlos Guestri 2005-2017 1 Dimesioality reductio Iput data may have thousads

More information

A Parallel DFA Minimization Algorithm

A Parallel DFA Minimization Algorithm A Parallel DFA Miimizatio Algorithm Ambuj Tewari, Utkarsh Srivastava, ad P. Gupta Departmet of Computer Sciece & Egieerig Idia Istitute of Techology Kapur Kapur 208 016,INDIA pg@iitk.ac.i Abstract. I this

More information

Stone Images Retrieval Based on Color Histogram

Stone Images Retrieval Based on Color Histogram Stoe Images Retrieval Based o Color Histogram Qiag Zhao, Jie Yag, Jigyi Yag, Hogxig Liu School of Iformatio Egieerig, Wuha Uiversity of Techology Wuha, Chia Abstract Stoe images color features are chose

More information

New Fuzzy Color Clustering Algorithm Based on hsl Similarity

New Fuzzy Color Clustering Algorithm Based on hsl Similarity IFSA-EUSFLAT 009 New Fuzzy Color Clusterig Algorithm Based o hsl Similarity Vasile Ptracu Departmet of Iformatics Techology Tarom Compay Bucharest Romaia Email: patrascu.v@gmail.com Abstract I this paper

More information

Optimization for framework design of new product introduction management system Ma Ying, Wu Hongcui

Optimization for framework design of new product introduction management system Ma Ying, Wu Hongcui 2d Iteratioal Coferece o Electrical, Computer Egieerig ad Electroics (ICECEE 2015) Optimizatio for framework desig of ew product itroductio maagemet system Ma Yig, Wu Hogcui Tiaji Electroic Iformatio Vocatioal

More information

Chapter 1. Introduction to Computers and C++ Programming. Copyright 2015 Pearson Education, Ltd.. All rights reserved.

Chapter 1. Introduction to Computers and C++ Programming. Copyright 2015 Pearson Education, Ltd.. All rights reserved. Chapter 1 Itroductio to Computers ad C++ Programmig Copyright 2015 Pearso Educatio, Ltd.. All rights reserved. Overview 1.1 Computer Systems 1.2 Programmig ad Problem Solvig 1.3 Itroductio to C++ 1.4 Testig

More information

Cluster Analysis. Andrew Kusiak Intelligent Systems Laboratory

Cluster Analysis. Andrew Kusiak Intelligent Systems Laboratory Cluster Aalysis Adrew Kusiak Itelliget Systems Laboratory 2139 Seamas Ceter The Uiversity of Iowa Iowa City, Iowa 52242-1527 adrew-kusiak@uiowa.edu http://www.icae.uiowa.edu/~akusiak Two geeric modes of

More information

What are Information Systems?

What are Information Systems? Iformatio Systems Cocepts What are Iformatio Systems? Roma Kotchakov Birkbeck, Uiversity of Lodo Based o Chapter 1 of Beett, McRobb ad Farmer: Object Orieted Systems Aalysis ad Desig Usig UML, (4th Editio),

More information

Keywords Software Architecture, Object-oriented metrics, Reliability, Reusability, Coupling evaluator, Cohesion, efficiency

Keywords Software Architecture, Object-oriented metrics, Reliability, Reusability, Coupling evaluator, Cohesion, efficiency Volume 3, Issue 9, September 2013 ISSN: 2277 128X Iteratioal Joural of Advaced Research i Computer Sciece ad Software Egieerig Research Paper Available olie at: www.ijarcsse.com Couplig Evaluator to Ehace

More information

Euclidean Distance Based Feature Selection for Fault Detection Prediction Model in Semiconductor Manufacturing Process

Euclidean Distance Based Feature Selection for Fault Detection Prediction Model in Semiconductor Manufacturing Process Vol.133 (Iformatio Techology ad Computer Sciece 016), pp.85-89 http://dx.doi.org/10.1457/astl.016. Euclidea Distace Based Feature Selectio for Fault Detectio Predictio Model i Semicoductor Maufacturig

More information

arxiv: v2 [cs.ds] 24 Mar 2018

arxiv: v2 [cs.ds] 24 Mar 2018 Similar Elemets ad Metric Labelig o Complete Graphs arxiv:1803.08037v [cs.ds] 4 Mar 018 Pedro F. Felzeszwalb Brow Uiversity Providece, RI, USA pff@brow.edu March 8, 018 We cosider a problem that ivolves

More information

Improving Template Based Spike Detection

Improving Template Based Spike Detection Improvig Template Based Spike Detectio Kirk Smith, Member - IEEE Portlad State Uiversity petra@ee.pdx.edu Abstract Template matchig algorithms like SSE, Covolutio ad Maximum Likelihood are well kow for

More information

Lecture Notes 6 Introduction to algorithm analysis CSS 501 Data Structures and Object-Oriented Programming

Lecture Notes 6 Introduction to algorithm analysis CSS 501 Data Structures and Object-Oriented Programming Lecture Notes 6 Itroductio to algorithm aalysis CSS 501 Data Structures ad Object-Orieted Programmig Readig for this lecture: Carrao, Chapter 10 To be covered i this lecture: Itroductio to algorithm aalysis

More information

FREQUENCY ESTIMATION OF INTERNET PACKET STREAMS WITH LIMITED SPACE: UPPER AND LOWER BOUNDS

FREQUENCY ESTIMATION OF INTERNET PACKET STREAMS WITH LIMITED SPACE: UPPER AND LOWER BOUNDS FREQUENCY ESTIMATION OF INTERNET PACKET STREAMS WITH LIMITED SPACE: UPPER AND LOWER BOUNDS Prosejit Bose Evagelos Kraakis Pat Mori Yihui Tag School of Computer Sciece, Carleto Uiversity {jit,kraakis,mori,y

More information

Our second algorithm. Comp 135 Machine Learning Computer Science Tufts University. Decision Trees. Decision Trees. Decision Trees.

Our second algorithm. Comp 135 Machine Learning Computer Science Tufts University. Decision Trees. Decision Trees. Decision Trees. Comp 135 Machie Learig Computer Sciece Tufts Uiversity Fall 2017 Roi Khardo Some of these slides were adapted from previous slides by Carla Brodley Our secod algorithm Let s look at a simple dataset for

More information

Criterion in selecting the clustering algorithm in Radial Basis Functional Link Nets

Criterion in selecting the clustering algorithm in Radial Basis Functional Link Nets WSEAS TRANSACTIONS o SYSTEMS Ag Sau Loog, Og Hog Choo, Low Heg Chi Criterio i selectig the clusterig algorithm i Radial Basis Fuctioal Lik Nets ANG SAU LOONG 1, ONG HONG CHOON 2 & LOW HENG CHIN 3 Departmet

More information

Comparison of Different Distance Measures on Hierarchical Document Clustering in 2-Pass Retrieval

Comparison of Different Distance Measures on Hierarchical Document Clustering in 2-Pass Retrieval Compariso of Differet Distace Measures o Hierarchical Documet Clusterig i 2-Pass Retrieval Azam Jalali Farhad Oroumchia Mahmoud Reza Hejazi Departmet of Computer ad Electrical Egieerig, Faculty of Egieerig,

More information

EMPIRICAL ANALYSIS OF FAULT PREDICATION TECHNIQUES FOR IMPROVING SOFTWARE PROCESS CONTROL

EMPIRICAL ANALYSIS OF FAULT PREDICATION TECHNIQUES FOR IMPROVING SOFTWARE PROCESS CONTROL Iteratioal Joural of Iformatio Techology ad Kowledge Maagemet July-December 2012, Volume 5, No. 2, pp. 371-375 EMPIRICAL ANALYSIS OF FAULT PREDICATION TECHNIQUES FOR IMPROVING SOFTWARE PROCESS CONTROL

More information

Fundamentals of Media Processing. Shin'ichi Satoh Kazuya Kodama Hiroshi Mo Duy-Dinh Le

Fundamentals of Media Processing. Shin'ichi Satoh Kazuya Kodama Hiroshi Mo Duy-Dinh Le Fudametals of Media Processig Shi'ichi Satoh Kazuya Kodama Hiroshi Mo Duy-Dih Le Today's topics Noparametric Methods Parze Widow k-nearest Neighbor Estimatio Clusterig Techiques k-meas Agglomerative Hierarchical

More information

Adaptive Resource Allocation for Electric Environmental Pollution through the Control Network

Adaptive Resource Allocation for Electric Environmental Pollution through the Control Network Available olie at www.sciecedirect.com Eergy Procedia 6 (202) 60 64 202 Iteratioal Coferece o Future Eergy, Eviromet, ad Materials Adaptive Resource Allocatio for Electric Evirometal Pollutio through the

More information

Outline. Research Definition. Motivation. Foundation of Reverse Engineering. Dynamic Analysis and Design Pattern Detection in Java Programs

Outline. Research Definition. Motivation. Foundation of Reverse Engineering. Dynamic Analysis and Design Pattern Detection in Java Programs Dyamic Aalysis ad Desig Patter Detectio i Java Programs Outlie Lei Hu Kamra Sartipi {hul4, sartipi}@mcmasterca Departmet of Computig ad Software McMaster Uiversity Caada Motivatio Research Problem Defiitio

More information

Fuzzy Rule Selection by Data Mining Criteria and Genetic Algorithms

Fuzzy Rule Selection by Data Mining Criteria and Genetic Algorithms Fuzzy Rule Selectio by Data Miig Criteria ad Geetic Algorithms Hisao Ishibuchi Dept. of Idustrial Egieerig Osaka Prefecture Uiversity 1-1 Gakue-cho, Sakai, Osaka 599-8531, JAPAN E-mail: hisaoi@ie.osakafu-u.ac.jp

More information

Lecture 5. Counting Sort / Radix Sort

Lecture 5. Counting Sort / Radix Sort Lecture 5. Coutig Sort / Radix Sort T. H. Corme, C. E. Leiserso ad R. L. Rivest Itroductio to Algorithms, 3rd Editio, MIT Press, 2009 Sugkyukwa Uiversity Hyuseug Choo choo@skku.edu Copyright 2000-2018

More information

6.854J / J Advanced Algorithms Fall 2008

6.854J / J Advanced Algorithms Fall 2008 MIT OpeCourseWare http://ocw.mit.edu 6.854J / 18.415J Advaced Algorithms Fall 2008 For iformatio about citig these materials or our Terms of Use, visit: http://ocw.mit.edu/terms. 18.415/6.854 Advaced Algorithms

More information

Study on effective detection method for specific data of large database LI Jin-feng

Study on effective detection method for specific data of large database LI Jin-feng Iteratioal Coferece o Automatio, Mechaical Cotrol ad Computatioal Egieerig (AMCCE 205) Study o effective detectio method for specific data of large database LI Ji-feg (Vocatioal College of DogYig, Shadog

More information

Exact Minimum Lower Bound Algorithm for Traveling Salesman Problem

Exact Minimum Lower Bound Algorithm for Traveling Salesman Problem Exact Miimum Lower Boud Algorithm for Travelig Salesma Problem Mohamed Eleiche GeoTiba Systems mohamed.eleiche@gmail.com Abstract The miimum-travel-cost algorithm is a dyamic programmig algorithm to compute

More information

An Efficient Algorithm for Graph Bisection of Triangularizations

An Efficient Algorithm for Graph Bisection of Triangularizations A Efficiet Algorithm for Graph Bisectio of Triagularizatios Gerold Jäger Departmet of Computer Sciece Washigto Uiversity Campus Box 1045 Oe Brookigs Drive St. Louis, Missouri 63130-4899, USA jaegerg@cse.wustl.edu

More information

Counting the Number of Minimum Roman Dominating Functions of a Graph

Counting the Number of Minimum Roman Dominating Functions of a Graph Coutig the Number of Miimum Roma Domiatig Fuctios of a Graph SHI ZHENG ad KOH KHEE MENG, Natioal Uiversity of Sigapore We provide two algorithms coutig the umber of miimum Roma domiatig fuctios of a graph

More information

The identification of key quality characteristics based on FAHP

The identification of key quality characteristics based on FAHP Iteratioal Joural of Research i Egieerig ad Sciece (IJRES ISSN (Olie: 2320-9364, ISSN (Prit: 2320-9356 Volume 3 Issue 6 ǁ Jue 2015 ǁ PP.01-07 The idetificatio of ey quality characteristics based o FAHP

More information

WEBSITE STRUCTURE IMPROVEMENT USING ANT COLONY TECHNIQUE

WEBSITE STRUCTURE IMPROVEMENT USING ANT COLONY TECHNIQUE WEBSITE STRUCTURE IMPROVEMENT USING ANT COLONY TECHNIQUE Wiwik Aggraei 1, Agyl Ardi Rahmadi 1, Radityo Prasetyo Wibowo 1 1 Iformatio System Departmet, Faculty of Iformatio Techology, Istitut Tekologi Sepuluh

More information

CIS 121 Data Structures and Algorithms with Java Spring Stacks and Queues Monday, February 12 / Tuesday, February 13

CIS 121 Data Structures and Algorithms with Java Spring Stacks and Queues Monday, February 12 / Tuesday, February 13 CIS Data Structures ad Algorithms with Java Sprig 08 Stacks ad Queues Moday, February / Tuesday, February Learig Goals Durig this lab, you will: Review stacks ad queues. Lear amortized ruig time aalysis

More information

1 Enterprise Modeler

1 Enterprise Modeler 1 Eterprise Modeler Itroductio I BaaERP, a Busiess Cotrol Model ad a Eterprise Structure Model for multi-site cofiguratios are itroduced. Eterprise Structure Model Busiess Cotrol Models Busiess Fuctio

More information

Elementary Educational Computer

Elementary Educational Computer Chapter 5 Elemetary Educatioal Computer. Geeral structure of the Elemetary Educatioal Computer (EEC) The EEC coforms to the 5 uits structure defied by vo Neuma's model (.) All uits are preseted i a simplified

More information

Sectio 4, a prototype project of settig field weight with AHP method is developed ad the experimetal results are aalyzed. Fially, we coclude our work

Sectio 4, a prototype project of settig field weight with AHP method is developed ad the experimetal results are aalyzed. Fially, we coclude our work 200 2d Iteratioal Coferece o Iformatio ad Multimedia Techology (ICIMT 200) IPCSIT vol. 42 (202) (202) IACSIT Press, Sigapore DOI: 0.7763/IPCSIT.202.V42.0 Idex Weight Decisio Based o AHP for Iformatio Retrieval

More information

Analysis Metrics. Intro to Algorithm Analysis. Slides. 12. Alg Analysis. 12. Alg Analysis

Analysis Metrics. Intro to Algorithm Analysis. Slides. 12. Alg Analysis. 12. Alg Analysis Itro to Algorithm Aalysis Aalysis Metrics Slides. Table of Cotets. Aalysis Metrics 3. Exact Aalysis Rules 4. Simple Summatio 5. Summatio Formulas 6. Order of Magitude 7. Big-O otatio 8. Big-O Theorems

More information

Using a Dynamic Interval Type-2 Fuzzy Interpolation Method to Improve Modeless Robots Calibrations

Using a Dynamic Interval Type-2 Fuzzy Interpolation Method to Improve Modeless Robots Calibrations Joural of Cotrol Sciece ad Egieerig 3 (25) 9-7 doi:.7265/2328-223/25.3. D DAVID PUBLISHING Usig a Dyamic Iterval Type-2 Fuzzy Iterpolatio Method to Improve Modeless Robots Calibratios Yig Bai ad Dali Wag

More information

. Written in factored form it is easy to see that the roots are 2, 2, i,

. Written in factored form it is easy to see that the roots are 2, 2, i, CMPS A Itroductio to Programmig Programmig Assigmet 4 I this assigmet you will write a java program that determies the real roots of a polyomial that lie withi a specified rage. Recall that the roots (or

More information

Mobile terminal 3D image reconstruction program development based on Android Lin Qinhua

Mobile terminal 3D image reconstruction program development based on Android Lin Qinhua Iteratioal Coferece o Automatio, Mechaical Cotrol ad Computatioal Egieerig (AMCCE 05) Mobile termial 3D image recostructio program developmet based o Adroid Li Qihua Sichua Iformatio Techology College

More information

Redundancy Allocation for Series Parallel Systems with Multiple Constraints and Sensitivity Analysis

Redundancy Allocation for Series Parallel Systems with Multiple Constraints and Sensitivity Analysis IOSR Joural of Egieerig Redudacy Allocatio for Series Parallel Systems with Multiple Costraits ad Sesitivity Aalysis S. V. Suresh Babu, D.Maheswar 2, G. Ragaath 3 Y.Viaya Kumar d G.Sakaraiah e (Mechaical

More information

An Efficient Algorithm for Graph Bisection of Triangularizations

An Efficient Algorithm for Graph Bisection of Triangularizations Applied Mathematical Scieces, Vol. 1, 2007, o. 25, 1203-1215 A Efficiet Algorithm for Graph Bisectio of Triagularizatios Gerold Jäger Departmet of Computer Sciece Washigto Uiversity Campus Box 1045, Oe

More information

A New Bit Wise Technique for 3-Partitioning Algorithm

A New Bit Wise Technique for 3-Partitioning Algorithm Special Issue of Iteratioal Joural of Computer Applicatios (0975 8887) o Optimizatio ad O-chip Commuicatio, No.1. Feb.2012, ww.ijcaolie.org A New Bit Wise Techique for 3-Partitioig Algorithm Rajumar Jai

More information

Copyright 2016 Ramez Elmasri and Shamkant B. Navathe

Copyright 2016 Ramez Elmasri and Shamkant B. Navathe Copyright 2016 Ramez Elmasri ad Shamkat B. Navathe CHAPTER 19 Query Optimizatio Copyright 2016 Ramez Elmasri ad Shamkat B. Navathe Itroductio Query optimizatio Coducted by a query optimizer i a DBMS Goal:

More information

Accuracy Improvement in Camera Calibration

Accuracy Improvement in Camera Calibration Accuracy Improvemet i Camera Calibratio FaJie L Qi Zag ad Reihard Klette CITR, Computer Sciece Departmet The Uiversity of Aucklad Tamaki Campus, Aucklad, New Zealad fli006, qza001@ec.aucklad.ac.z r.klette@aucklad.ac.z

More information

Web Text Feature Extraction with Particle Swarm Optimization

Web Text Feature Extraction with Particle Swarm Optimization 32 IJCSNS Iteratioal Joural of Computer Sciece ad Network Security, VOL.7 No.6, Jue 2007 Web Text Feature Extractio with Particle Swarm Optimizatio Sog Liagtu,, Zhag Xiaomig Istitute of Itelliget Machies,

More information

An Algorithm to Solve Multi-Objective Assignment. Problem Using Interactive Fuzzy. Goal Programming Approach

An Algorithm to Solve Multi-Objective Assignment. Problem Using Interactive Fuzzy. Goal Programming Approach It. J. Cotemp. Math. Scieces, Vol. 6, 0, o. 34, 65-66 A Algorm to Solve Multi-Objective Assigmet Problem Usig Iteractive Fuzzy Goal Programmig Approach P. K. De ad Bharti Yadav Departmet of Mathematics

More information

Extending The Sleuth Kit and its Underlying Model for Pooled Storage File System Forensic Analysis

Extending The Sleuth Kit and its Underlying Model for Pooled Storage File System Forensic Analysis Extedig The Sleuth Kit ad its Uderlyig Model for Pooled File System Foresic Aalysis Frauhofer Istitute for Commuicatio, Iformatio Processig ad Ergoomics Ja-Niclas Hilgert* Marti Lambertz Daiel Plohma ja-iclas.hilgert@fkie.frauhofer.de

More information

condition w i B i S maximum u i

condition w i B i S maximum u i ecture 10 Dyamic Programmig 10.1 Kapsack Problem November 1, 2004 ecturer: Kamal Jai Notes: Tobias Holgers We are give a set of items U = {a 1, a 2,..., a }. Each item has a weight w i Z + ad a utility

More information

Dynamic Programming and Curve Fitting Based Road Boundary Detection

Dynamic Programming and Curve Fitting Based Road Boundary Detection Dyamic Programmig ad Curve Fittig Based Road Boudary Detectio SHYAM PRASAD ADHIKARI, HYONGSUK KIM, Divisio of Electroics ad Iformatio Egieerig Chobuk Natioal Uiversity 664-4 Ga Deokji-Dog Jeoju-City Jeobuk

More information

Appendix D. Controller Implementation

Appendix D. Controller Implementation COMPUTER ORGANIZATION AND DESIGN The Hardware/Software Iterface 5 th Editio Appedix D Cotroller Implemetatio Cotroller Implemetatios Combiatioal logic (sigle-cycle); Fiite state machie (multi-cycle, pipelied);

More information

We are IntechOpen, the first native scientific publisher of Open Access books. International authors and editors. Our authors are among the TOP 1%

We are IntechOpen, the first native scientific publisher of Open Access books. International authors and editors. Our authors are among the TOP 1% We are ItechOpe, the first ative scietific publisher of Ope Access books 3,350 108,000 1.7 M Ope access books available Iteratioal authors ad editors Dowloads Our authors are amog the 151 Coutries delivered

More information

Harris Corner Detection Algorithm at Sub-pixel Level and Its Application Yuanfeng Han a, Peijiang Chen b * and Tian Meng c

Harris Corner Detection Algorithm at Sub-pixel Level and Its Application Yuanfeng Han a, Peijiang Chen b * and Tian Meng c Iteratioal Coferece o Computatioal Sciece ad Egieerig (ICCSE 015) Harris Corer Detectio Algorithm at Sub-pixel Level ad Its Applicatio Yuafeg Ha a, Peijiag Che b * ad Tia Meg c School of Automobile, Liyi

More information

Improving Information Retrieval System Security via an Optimal Maximal Coding Scheme

Improving Information Retrieval System Security via an Optimal Maximal Coding Scheme Improvig Iformatio Retrieval System Security via a Optimal Maximal Codig Scheme Dogyag Log Departmet of Computer Sciece, City Uiversity of Hog Kog, 8 Tat Chee Aveue Kowloo, Hog Kog SAR, PRC dylog@cs.cityu.edu.hk

More information

VALIDATING DIRECTIONAL EDGE-BASED IMAGE FEATURE REPRESENTATIONS IN FACE RECOGNITION BY SPATIAL CORRELATION-BASED CLUSTERING

VALIDATING DIRECTIONAL EDGE-BASED IMAGE FEATURE REPRESENTATIONS IN FACE RECOGNITION BY SPATIAL CORRELATION-BASED CLUSTERING VALIDATING DIRECTIONAL EDGE-BASED IMAGE FEATURE REPRESENTATIONS IN FACE RECOGNITION BY SPATIAL CORRELATION-BASED CLUSTERING Yasufumi Suzuki ad Tadashi Shibata Departmet of Frotier Iformatics, School of

More information

BASED ON ITERATIVE ERROR-CORRECTION

BASED ON ITERATIVE ERROR-CORRECTION A COHPARISO OF CRYPTAALYTIC PRICIPLES BASED O ITERATIVE ERROR-CORRECTIO Miodrag J. MihaljeviC ad Jova Dj. GoliC Istitute of Applied Mathematics ad Electroics. Belgrade School of Electrical Egieerig. Uiversity

More information

Solving Fuzzy Assignment Problem Using Fourier Elimination Method

Solving Fuzzy Assignment Problem Using Fourier Elimination Method Global Joural of Pure ad Applied Mathematics. ISSN 0973-768 Volume 3, Number 2 (207), pp. 453-462 Research Idia Publicatios http://www.ripublicatio.com Solvig Fuzzy Assigmet Problem Usig Fourier Elimiatio

More information

IMP: Superposer Integrated Morphometrics Package Superposition Tool

IMP: Superposer Integrated Morphometrics Package Superposition Tool IMP: Superposer Itegrated Morphometrics Package Superpositio Tool Programmig by: David Lieber ( 03) Caisius College 200 Mai St. Buffalo, NY 4208 Cocept by: H. David Sheets, Dept. of Physics, Caisius College

More information

A Study on the Performance of Cholesky-Factorization using MPI

A Study on the Performance of Cholesky-Factorization using MPI A Study o the Performace of Cholesky-Factorizatio usig MPI Ha S. Kim Scott B. Bade Departmet of Computer Sciece ad Egieerig Uiversity of Califoria Sa Diego {hskim, bade}@cs.ucsd.edu Abstract Cholesky-factorizatio

More information

DETECTION OF LANDSLIDE BLOCK BOUNDARIES BY MEANS OF AN AFFINE COORDINATE TRANSFORMATION

DETECTION OF LANDSLIDE BLOCK BOUNDARIES BY MEANS OF AN AFFINE COORDINATE TRANSFORMATION Proceedigs, 11 th FIG Symposium o Deformatio Measuremets, Satorii, Greece, 2003. DETECTION OF LANDSLIDE BLOCK BOUNDARIES BY MEANS OF AN AFFINE COORDINATE TRANSFORMATION Michaela Haberler, Heribert Kahme

More information

Probabilistic Fuzzy Time Series Method Based on Artificial Neural Network

Probabilistic Fuzzy Time Series Method Based on Artificial Neural Network America Joural of Itelliget Systems 206, 6(2): 42-47 DOI: 0.5923/j.ajis.2060602.02 Probabilistic Fuzzy Time Series Method Based o Artificial Neural Network Erol Egrioglu,*, Ere Bas, Cagdas Haka Aladag

More information

CIS 121 Data Structures and Algorithms with Java Spring Stacks, Queues, and Heaps Monday, February 18 / Tuesday, February 19

CIS 121 Data Structures and Algorithms with Java Spring Stacks, Queues, and Heaps Monday, February 18 / Tuesday, February 19 CIS Data Structures ad Algorithms with Java Sprig 09 Stacks, Queues, ad Heaps Moday, February 8 / Tuesday, February 9 Stacks ad Queues Recall the stack ad queue ADTs (abstract data types from lecture.

More information

Python Programming: An Introduction to Computer Science

Python Programming: An Introduction to Computer Science Pytho Programmig: A Itroductio to Computer Sciece Chapter 1 Computers ad Programs 1 Objectives To uderstad the respective roles of hardware ad software i a computig system. To lear what computer scietists

More information

Analysis of Server Resource Consumption of Meteorological Satellite Application System Based on Contour Curve

Analysis of Server Resource Consumption of Meteorological Satellite Application System Based on Contour Curve Advaces i Computer, Sigals ad Systems (2018) 2: 19-25 Clausius Scietific Press, Caada Aalysis of Server Resource Cosumptio of Meteorological Satellite Applicatio System Based o Cotour Curve Xiagag Zhao

More information

A Note on Least-norm Solution of Global WireWarping

A Note on Least-norm Solution of Global WireWarping A Note o Least-orm Solutio of Global WireWarpig Charlie C. L. Wag Departmet of Mechaical ad Automatio Egieerig The Chiese Uiversity of Hog Kog Shati, N.T., Hog Kog E-mail: cwag@mae.cuhk.edu.hk Abstract

More information

are two specific neighboring points, F( x, y)

are two specific neighboring points, F( x, y) $33/,&$7,212)7+(6(/)$92,',1* 5$1'20:$/.12,6(5('8&7,21$/*25,7+0,17+(&2/285,0$*(6(*0(17$7,21 %RJGDQ602/.$+HQU\N3$/86'DPLDQ%(5(6.$ 6LOHVLDQ7HFKQLFDO8QLYHUVLW\'HSDUWPHQWRI&RPSXWHU6FLHQFH $NDGHPLFND*OLZLFH32/$1'

More information

Low Complexity H.265/HEVC Coding Unit Size Decision for a Videoconferencing System

Low Complexity H.265/HEVC Coding Unit Size Decision for a Videoconferencing System BULGARIAN ACADEMY OF SCIENCES CYBERNETICS AND INFORMATION TECHNOLOGIES Volume 15, No 6 Special Issue o Logistics, Iformatics ad Service Sciece Sofia 2015 Prit ISSN: 1311-9702; Olie ISSN: 1314-4081 DOI:

More information

Empirical Validate C&K Suite for Predict Fault-Proneness of Object-Oriented Classes Developed Using Fuzzy Logic.

Empirical Validate C&K Suite for Predict Fault-Proneness of Object-Oriented Classes Developed Using Fuzzy Logic. Empirical Validate C&K Suite for Predict Fault-Proeess of Object-Orieted Classes Developed Usig Fuzzy Logic. Mohammad Amro 1, Moataz Ahmed 1, Kaaa Faisal 2 1 Iformatio ad Computer Sciece Departmet, Kig

More information

Data diverse software fault tolerance techniques

Data diverse software fault tolerance techniques Data diverse software fault tolerace techiques Complemets desig diversity by compesatig for desig diversity s s limitatios Ivolves obtaiig a related set of poits i the program data space, executig the

More information

Lecture 13: Validation

Lecture 13: Validation Lecture 3: Validatio Resampli methods Holdout Cross Validatio Radom Subsampli -Fold Cross-Validatio Leave-oe-out The Bootstrap Bias ad variace estimatio Three-way data partitioi Itroductio to Patter Recoitio

More information

Intrusion Detection Method Using Protocol Classification and Rough Set Based Support Vector Machine

Intrusion Detection Method Using Protocol Classification and Rough Set Based Support Vector Machine Computer ad formatio Sciece trusio Detectio Method Usig Protocol Classificatio ad Rough Set Based Support Vector Machie Xuyi Re College of Computer Sciece, Najig Uiversity of Post & Telecommuicatios Najig

More information

Computers and Scientific Thinking

Computers and Scientific Thinking Computers ad Scietific Thikig David Reed, Creighto Uiversity Chapter 15 JavaScript Strigs 1 Strigs as Objects so far, your iteractive Web pages have maipulated strigs i simple ways use text box to iput

More information

Service Oriented Enterprise Architecture and Service Oriented Enterprise

Service Oriented Enterprise Architecture and Service Oriented Enterprise Approved for Public Release Distributio Ulimited Case Number: 09-2786 The 23 rd Ope Group Eterprise Practitioers Coferece Service Orieted Eterprise ad Service Orieted Eterprise Ya Zhao, PhD Pricipal, MITRE

More information

Chapter 3 Classification of FFT Processor Algorithms

Chapter 3 Classification of FFT Processor Algorithms Chapter Classificatio of FFT Processor Algorithms The computatioal complexity of the Discrete Fourier trasform (DFT) is very high. It requires () 2 complex multiplicatios ad () complex additios [5]. As

More information

Sorting in Linear Time. Data Structures and Algorithms Andrei Bulatov

Sorting in Linear Time. Data Structures and Algorithms Andrei Bulatov Sortig i Liear Time Data Structures ad Algorithms Adrei Bulatov Algorithms Sortig i Liear Time 7-2 Compariso Sorts The oly test that all the algorithms we have cosidered so far is compariso The oly iformatio

More information

Using Markov Model and Popularity and Similarity-based Page Rank Algorithm for Web Page Access Prediction

Using Markov Model and Popularity and Similarity-based Page Rank Algorithm for Web Page Access Prediction Iteratioal Coferece o Advaces i Egieerig ad Techology (ICAET'2014 March 29-30, 2014 Sigapore Usig Markov Model ad Popularity ad Similarity-based Page Rak Algorithm for Web Page Access Predictio Phyu Thwe

More information

Data Warehousing. Paper

Data Warehousing. Paper Data Warehousig Paper 28-25 Implemetig a fiacial balace scorecard o top of SAP R/3, usig CFO Visio as iterface. Ida Carapelle & Sophie De Baets, SOLID Parters, Brussels, Belgium (EUROPE) ABSTRACT Fiacial

More information

Computer Science Foundation Exam. August 12, Computer Science. Section 1A. No Calculators! KEY. Solutions and Grading Criteria.

Computer Science Foundation Exam. August 12, Computer Science. Section 1A. No Calculators! KEY. Solutions and Grading Criteria. Computer Sciece Foudatio Exam August, 005 Computer Sciece Sectio A No Calculators! Name: SSN: KEY Solutios ad Gradig Criteria Score: 50 I this sectio of the exam, there are four (4) problems. You must

More information

CSE 2320 Notes 8: Sorting. (Last updated 10/3/18 7:16 PM) Idea: Take an unsorted (sub)array and partition into two subarrays such that.

CSE 2320 Notes 8: Sorting. (Last updated 10/3/18 7:16 PM) Idea: Take an unsorted (sub)array and partition into two subarrays such that. CSE Notes 8: Sortig (Last updated //8 7:6 PM) CLRS 7.-7., 9., 8.-8. 8.A. QUICKSORT Cocepts Idea: Take a usorted (sub)array ad partitio ito two subarrays such that p q r x y z x y y z Pivot Customarily,

More information