CLUSTERING is always popular in modern technology

Size: px
Start display at page:

Download "CLUSTERING is always popular in modern technology"

Transcription

1 Max-Entropy Feed-Forward Clusterng Neural Network Han Xao, Xaoyan Zhu arxv: v1 [cs.lg] 11 Jun 2015 Abstract The outputs of non-lnear feed-forward neural network are postve, whch could be treated as probablty when they are normalzed to one. If we take Entropy-Based Prncple nto consderaton, the outputs for each sample could be represented as the dstrbuton of ths sample for dfferent clusters. Entropy-Based Prncple s the prncple wth whch we could estmate the unknown dstrbuton under some lmted condtons. As ths paper defnes two processes n Feed-Forward Neural Network, our lmted condton s the abstracted features of samples whch are worked out n the abstracton process. And the fnal outputs are the probablty dstrbuton for dfferent clusters n the clusterng process. As Entropy-Based Prncple s consdered nto the feed-forward neural network, a clusterng method s born. We have conducted some experments on sx open UCI datasets, comparng wth a few baselnes and appled purty as the measurement. The results llustrate that our method outperforms all the other baselnes that are most popular clusterng methods. Keywords Feed-Forward Neural Network, Clusterng, Max-Entropy Prncple, Probablstc Models I. INTRODUCTION CLUSTERING s always popular n modern technology of artfcal ntellgence. It s a large branch of machne learnng algorthms. No matter n theoretcal or practcal aspects, clusterng s always frutful and useful. The applcatons based on hgh qualty clusterng methods are so many, and most of them are mportant n ether ndustral or ndvdual usages. For example, n the area of busness, clusterng machnes help to fnd the users group [1], and n the area of bology, they can help to dscover genes and speces. In natural language processng, clusterng could help to dscover the group of Morphologcally Related Chnese Words [2]. Even n the task of dscoverng better conference paper keywords, clusterng could be very useful [3]. Above, clusterng s very mportant, and a better clusterng machne could not only mprove the basc belef of theores, but also promote the ntellgent products. Meanwhle, neural networks are also a large branch of learnng algorthms, and at present the deeper archtectures are becomng popular and attractve for promotng the ablty of neural network. The neural network, especally feed-forward neural network, could extract the features and characterstcs automatcally from the orgnal nput Xao s wth the State Key Lab. of Intellgent Technology and Systems, Natonal Lab. for Informaton Scence and Technology, Dept. of Computer Scence and Technology, Tsnghua Unversty, Beng , PR Chna (e-mal:xaoh12@mals.tsnghua.edu.cn) Zhu s wth the State Key Lab. of Intellgent Technology and Systems, Natonal Lab. for Informaton Scence and Technology, Dept. of Computer Scence and Technology, Tsnghua Unversty, Beng , PR Chna (e-mal:zxy-dcs@tsnghua.edu.cn) data. However, tradtonal feed-forward neural networks are supervsed learnng machne that can only complete the tasks such as regresson or classfcaton, whch means these methods need a lot of labelled data to tran the network, whle unsupervsed learnng tasks could hardly be completed by feed-forward neural networks. Though self-organzed mappng or Kohenon network s also unsupervsed learnng machne, they should belong to shadow models whch can not be mproved by the deeper archtecture. For these reasons, n ths paper, we would lke to propose an unsupervsed multlayer feed-forward neural network whch could beneft from both the extracton of features and unlabelled data. In the learnng process of supervsed learnng, the target functon s based on the costs or losses of labelled data. However, when we deal wth the problem of unlabelled data, what we hold are only the data manfolds. For ths cause, we must select other prncple, wth whch we could estmate the dstrbuton under the condtons of each layers data abstracton. So n ths paper, we have treated the output of neural layer as two knds of nformaton form. The outputs of each layer are both abstracted data features and probablty dstrbutons. For the latter form, Entropy-Based Prncple s consdered. In detal, the outputs of non-lnear feed-forward networks are postve, whch are the abstracted form of sample features and also could be vewed as probablty dstrbuton of dfferent components n data manfold. When the Entropy-Based Prncple s ntroduced nto the feed-forward neural network, we maxmze the entropy of clusterng layers probablty dstrbuton and mnmze the entropy of abstracton layers dstrbuton. As to the nference of ths neural network, we make the sample nto the component whch corresponds to the mnmum output neuron. Noted that n our model, ths mnmum output neuron also means the maxmum probablty neuron. By ths way, we could propose an unsupervsed multlayer feed-forward neural network. Our experments are conducted on sx UCI open datasets, that are Glass, Banknote Authentcaton, Whte Wne Qualty, Red Wne Qualty, Image Segment and MAGIC Gamma Telescope. We select four most popular clusterng algorthms as baselnes namely famous K-Means, densty-based method, herarchcal clusterng method and expectaton maxmum clusterng method. The results of our experments could prove the effectveness of our method. Our experments llustrate that our clusterng method works well and outperforms common clusterng methods. In concluson, the Entropy-Based unsupervsed learnng algorthm based on feed-forward neural network would be reasonable and behave well.

2 The man contrbuton of ths paper ncludes: 1) Ths paper studes two knds of propertes for the output of each neuron n network layers, whch are abstracted data features and cluster probablty dstrbuton. Wth ths theoretcal analyss, the Entropy-Based Prncple s appled nto the feed-forward neural network to make t as an unsupervsed learnng machne whch needs only unlabelled data. 2) An optmzaton problem s formulated based on above motvatons. Clusterng algorthm s desgned as a soluton of ths optmzaton problem. II. BACKGROUND AND RELATED WORK Clusterng methods have always been a very huge branch of modern machne learnng or data mnng methods and t s one of the man topc of unsupervsed learnng. [4] and [5] had surveyed the algorthms of clusterng methods. There are four knds of most popular clusterng algorthms. The frst knd of popular clusterng method s Dstance-Based Clusterng methods, whch are focusng on the dstance or smlarty between samples or centrods. The famous K-Means and X-Means Clusterng methods are ncluded n ths sort of algorthms as a specal applcaton of Vector Quantzaton, besdes the graph-based methods are also popular methods whch leverage the graph dstance as the metrc. The Fuzzy C-Means are based on Fuzzy Set Theores as ts metrc. Neural network model such as Self-Organzed Mappng(SOM), and ARTS network also belong to ths knd of clusterng algorthm. The second knd of popular clusterng method s the Herarchcal Clusterng Methods, and ths knd of methods are focusng on the teratve process to splt dfferent components n data manfolds. Methods such as Sngle lnkage, Complete lnkage, Group average lnkage, Medan lnkage, Centrod lnkage, Ward s method, Integer Lnear Programmng Herarchcal Clusterng [6], BIRCH, CURE and ROCK are also n ths knd of algorthms. The thrd popular knd of method s Densty-Based Methods. The methods are based on the local metrc between samples, whch can dscover many components n dfferent shapes, styles and forms. The famous DBSCAN method, ADBSCAN [7] and OPTICS are also n ths sort of clusterng algorthms. The fnal knd of methods are based on the probablstc vewpont, the famous EM clusterng method, mxed Gaussan Dstrbuton, Bayesan non-parametrc multlevel clusterng [8] and Evolutonary soft co-clusterng [9] pertan to ths sort. Besdes, the clusterng methods based on nformaton theory also belong to the fnal sort [10]. There are also some other clusterng methods, whle the above mentoned s the most popular ones. For an overvew of ablty compared between our model and common popular models, we select these four knds of methods as our baselnes. Feed-Forward neural networks are also a large branch of machne learnng algorthms, they have extraordnary data abstracton ablty especally n the deep archtectures. However, t s manly used n supervsed learnng, whch requres labelled data. The deep archtecture could provde data abstracton ablty and t could extract the features automatcally. Thus the clusterng tasks meetng the multlayer feed-forward neural network would become better than common neural network clusterng methods, such as SOM and also better than common popular clusterng methods. Recently such stated n [11], gong to deep catches many eyes, snce not only ust addng the hdden layers could gan an mprovement n performance, but deep neural networks can also automatcally select features and amazngly complete the comprehenson mssons. [12] had appled deep network nto natural languages, and many works such as [13] and [14] had appled deep network nto mage processng. Obvously, deep learnng s one of the hottest topc n today s machne learnng theores and methods. Before [15] and [16] proposed the fast unsupervsed and supervsed methods, mult-layer neural networks are hard to tran, ths knd of dffculty s analysed and solved n [17] and [18], for the same cause our method could also perform well n deep archtecture. Besdes our work s a knd of prncple, whch could both works for shadow or deep archtecture of feed-forward neural networks. In a word, we can cluster the data wth deep or shadow archtecture of Feed-Forward Neural Network, and a deeper archtecture would beneft more. Feed-forward neural network gans a powerful feature extracton ablty, but few works could make t a clusterng algorthm before ths paper. As we have analysed about ths stuaton, we conclude for two reasons. Frstly, tradtonal feed-forward neural network s the learnng machne for the labelled data, and there s no prncple or tranng target to make t able to learn from the unlabelled data. Based on ths motvaton, we propose Entropy-based prncple whch nvolves Mn-Entropy and Max-Entropy Prncple to overcome ths dffcult. Secondly, SOM and ARTs lead the road of neural clusterng computng, t seems that only SOM or recursve neural network could be able to the clusterng problem. However, wth Entropy-based Prncple, feed-forward neural network could also acheve ths ablty. Besdes t outperforms most common clusterng models wth ts amazng feature extracton ablty. Max-Entropy Prncple s always used n probablty dstrbuton estmaton where the dstrbuton s unknown but s lmted by some constraned condtons. The Max-Entropy Prncple could be leveraged nto logstc regresson, and also be appled nto feed-forward neural networks, whch s proposed n ths paper. The outputs of non-lnear feed-forward neural networks are postve, thus they can be treated as both the abstracton of orgnal data and the probablty dstrbuton of correspondng components n data manfolds. The abstracton of data manfold s the constraned condton, under whch the outputs of each layer are the unknown probablty dstrbutons to be estmated. Wth ths motvaton, Feed-Forward neural networks wth Max-Entropy Prncple are able to cluster unlabelled data. Due to ts strong ablty of the abstracton process, t could be better than popular clusterng methods. Our methods are both varfed wthn theortcal apsects and practcal aspects.

3 III. TWO PROCESSES IN FEED-FORWARD NEURAL A. A Bref Illustraton NETWORK In ths secton, we propose a novel vewpont to revew Feed-Forward Neural Network, whch explans the network wth two knds of processes that are Abstracton and Clusterng Process. As the process that Fg. 1 llustrates, the teratve operatons of feed-forward neural nformaton processng could be treated as abstracton processes, where the features of sample are transducted from orgnal feature space to abstracted feature space. In the stage of abstracton, each neuron would play a role as a lnear regresson learners, the new coordnated system s constructed by these lnear regresson learners wth non-lnear output functon as ts coordnates, and these lnear regresson learners could be vewed as the bass of the coordnated system for a new feature space. As the abstracton process n Fg. 1 shows, the hdden neurons correspond to those dashed lnes n orgnal space, and the dstance of samples to these lnes construct the coordnated system of new feature space for the next process. The abstracton process could make the essence of data more easy and smple to be revealed. In ths way, we could dscover clusters n abstracted data space where the essence of data could be revealed more easly. When the cluster nformaton s dscovered, we can estmate the probablty dstrbuton of samples for dfferent clusters n clusterng process. In the non-lnear feed-forward neural network, the outputs of each layer have two propertes. The frst s abstracted feature whch s dscussed n above and the second s probablty dstrbuton for some components n data manfolds. As we know, each neuron catches some characterstcs n data manfolds, whch we could explan as that each neuron catches some knd of data clusters n data manfolds. For a sample n a specfc cluster, the output neurons gve out the probablty dstrbuton of correspondng clusters, based on whch we could select the most possble cluster that the sample should belong to. The key of clusterng process whch could make the probablty dstrbuton for clusters n data manfold reasonable, les to the tranng process, or we say the tranng prncple. When we estmate the unknown probablty dstrbuton for data manfold, the Max-Entropy Prncple works well, and the clusterng algorthm s desgned based on ths prncple. B. Abstracton Process n Mn-Entropy Vewpont In the abstracton process, each neuron behaves as a lnear regresson learner, whch catches part of data characterstcs. Ths seems a lttle lke the densty-based methods, the abstractng neuron works as the densty detector for data manfold. The output of each neuron could be treated as abstracted features or probablstc dstrbutons. The output of a neuron s smaller when a sample s more near to ts correspondng regresson hyper-plane, whch llustrates that the lnear regresson learner works better. From the vewpont of data abstracton, when we would lke to enhance the abstracted ablty, we must optmze a target whch could Fg. 1. Two Processes n Clusterng Feed-Forward Neural Networks. make more samples near the only one correspondng lnear regresson learner. Ths part of target s supposed to have the followng form. N a 1 O 1 O Mn J = ( Na =1 1 O )log( Na =1 1 O ) (1) =1 In above formula, the N a s the neuron number n abstracton layer, and O s the -th unt output of ths layer or we say the dstance from sample to -th lnear regresson learner, whch s expressed n below part of ths paper. In mathematcal aspect, the target encourages that mnorty outputs of neurons become smaller and maor outputs of neurons become bgger, whch means that data samples get closer to one of the lnear regresson learners and the abstracted ablty of the abstractng neurons becomes better. Thus mnmzng ths target, we make the data densty detectors or we say our lnear regresson learners catch more essental data characterstcs. Also, we could revew ths target that we mnmze the entropy of the abstracton processes n probablstc or system vewpont. As we know, the entropy of system means the uncertan level of the system, and n ths stuaton, we want the data densty could be analysed clearly enough to belong to only one determned lnear regresson learner, whch means that we have to prefer a mnmum of system uncertan level. For ths reason, we must apply Mn-Entropy Prncple to abstracton process to gan the abstracton ablty. C. Clusterng Process n Max-Entropy Vewpont When the data densty manfold could be analysed by lower layers whch play the role of abstracton process, the output layer could behave as a clusterng process, where we must determne how a sample belongs to those components that are detected from the abstracton process. Ths s a probablstc estmaton problem, n whch the 1 O means the degree of the sample nearng the component as the same as the degree

4 of component-sample membershp. For ths sake, we apply the Max-Entropy Prncple to ths estmaton problem, wth a dstrbuton such lke (1 O 1,1 O 2,1 O O n ). We obtan the target as followng: N c 1 O 1 O Max J = ( Nc =1 1 O )log( Nc =1 1 O ) (2) =1 In above formula, the N c s the neuron number n clusterng layer, and O s the -th unt output of ths layer. D. Dffcultes n Clusterng And Soluton n Ths Paper In a common vewpont, there s a man dffculty n clusterng algorthms that the shape of cluster or the flexblty of clusterng model. Inflexble model can only characterze smple shape of cluster. For dstance based clusterng models, they own a fxed dstance expresson, whch leads to nflexblty of clusterng model. Meanwhle, for probablstc clusterng models, the assumpton of cluster shape or we say the flexblty of model means very mportant to these methods. Thus, many clusters wth dfferent and pecular shapes could not be detected well. In ths paper, our model could overcome ths dffculty n clusterng by abstracton and clusterng process provded by feed-forward neural network. As we know, non-lnear feed-forward neural network could express many knds of functons whch could be treated as many knds of smlarty or dstance metrc. For ths pont, our method provdes a very flexble clusterng model or a very varous cluster shape assumpton. In the abstracton process of our model, the data s transducted from one knd of extracted feature expresson to another knd of extracted feature expresson, and n the last knd of feature space, the data manfold or the cluster shape s very regular and easy to be revealed by Max-Entropy Prncple. Ths pont benefts from the motvaton and results of the deep neural networks. As we argued n ths subsecton, our model could both provde enough flexble clusterng ablty and detect many dfferent and pecular shapes. So our model s not lmted by ths knd of nflexble factor and overcomes ths dffculty to acheve a better result. IV. ALGORITHMS FOR MAX-ENTROPY FEED-FORWARD CLUSTERING NEURAL NETWORK In the whole vewpont, the last layer that the output layer behaves as a clusterng layer, and other layers that are the hdden layers could be treated as abstracton layers. From the prevous secton, we could work out the whole target as followed: N 1 O 1 O Max J = ( N =1 1 O )log( N =1 1 O )+ λ =1 L l L ( l=1 =1 1 O,l Ll =1 1 O,l )log( 1 O,l Ll =1 1 O ),l In above formula, the N means the unt number of output layer, and the L l means the unt number of l-th hdden layer. The L means the number of layers. The O means -th neuron output n output layer, and O,l means the -th neuron output n l-th hdden layer. In ths formula, we have the output of each layers as below: O = σ(<, O L >) (3) O,l = σ(< w l, O l 1 >) (4) In above two formulas, the σ means the non-lnear functon appled nto the clusterng neural network and the O l means the output vector of l-th layer that s composed by O l and O means the output vector of output layer. Besdes, the operator < x, y > means an nner product operator between x and y. In the vector-matrx form, we have followng formulaton. < x, y >= x T y The gradent descent optmzaton method s appled to solve the problem, so we must work out the dervatve of the target, for bref llustraton, we ntroduce the δ functon. δ out,l δ out,l 1 = δ l,l = O +N 1 N =1 O (N N =1 O ) 2 1 O (1 log( N =1 1 O ))σ (< w out, O >) (5) L l =1 δ out,l w l s ()σ (< w l 1, O l 1 >) (6) = O,l +L l 1 L l =1 O,l (L l L l =1 O,l) 2 (1 log( =1 1 O,l Ll =1 1 O ))σ (< w l, O l >) (7),l L l δ,l 1 l = δ,l l wl s ()σ (< w l 1, O l 1 >) (8) In above formulas, the w s the weght vector for correspondng neuron, and O l s the output vector of the l-th layer, whch s composed by all the outputs of neurons n the l-th layer. Wth the expresson of δ functon, we could reduce the complexty of computaton, and express the updatng equaton very brefly. J = δ out w out,l yl (9) J w l = δ out,l yl λ L δ,l s yl (10) In above formula, σ s the non-lnear functon and σ s the dervatve form of non-lnear functon. Hence the updatng equaton s obtaned as followng: = s=l +α J w l = wl +α J w l (11) (12) In above equaton, the α s the learnng rate, so the clusterng algorthm s obtaned. Our tranng algorthm as algorthm 1 shows, holds a

5 Algorthm 1 Tranng Algorthm For Feed-Forward Clusterng Neural Networks set randrom values to weghts repeat To nfer the neural network usng Algorthm 2 for all w out output layer do = for all w l hdden layer do +α J w l = w l +α J w l untl All Samples Convergence computaton complexty as O( NeuronNumber 2 LayerNumber 2 ) The complexty s proportonal to the number of neurons n each layer and also the number of layers. For the reason that the number of layer s fxed and small, our algorthm could run as fast as common back-propagaton neural network. As prevous secton stated, the re-desgned nference method s acheved as to modfy the normal feed-forward neural network nference algorthm, n whch we obtan the cluster that a sample belongs to by selectng the neuron whch output the maxmum of probablty notated as 1 O. That s to say that we select the mnmum output neuron as the cluster of our sample. Ths re-desgned nference algorthm or we say clusterng algorthm s almost the basc back-propagaton neural network nference algorthm. Only for the last step, we choose the mnmum dstance to the clustered component as our clusterng choce. Ths algorthm could also run as fast as common back-propagaton neural network nference method. Algorthm 2 Clusterng Algorthm As Inference n Feed-Forward Clusterng Neural Networks for all each sample x t do for all each hdden neuron hdden layer do y = σ(< w l, ol >) for all each output neuron output layer do t = σ(<, o L >) return Order Number of Mnmum Output of Neurons n Output Layers. TABLE I. The Purty of Dfferent Datasets For Dfferent Method Dataset K-Means Densty Her. EM Ours Glass BankNote Whte Wne Red Wne Image Segment MAGIC V. COMPARISON AMONG POPULAR CLUSTERING MODELS The connecton between dstance based methods wth our model s relatvely obvous. The tranng algorthm could be treated as a process to acheve a better dstance functon whch s encoded n the weghts of neural networks. Then the nference and clusterng process use ths learned dstance functon that our neural network, to cluster data. There would be a fact that the dstance of our model s traned from the dataset tself, wth flexble form and reasonable tranng prncple. So our model would not be easly affected by dfferent shapes of cluster or fxed dstance expresson. The connecton between densty-based methods wth our model s also relatvely obvous. Our method could be treated as a mult-layer or herarchcal densty-based methods. One layer densty based method could extract some clusterng nformaton, and ths paper apply many layers densty based method whle each layer could extract more clusterng nformaton than the prevous one. Ths process s ust the abstracton process of neural network. Wth ths process, our model that could be treated as herarchcal densty-based method would be more precous than common densty based methods. The connecton between herarchcal methods wth our model s not very obvous. However, as we know, herarchcal methods also need a knd of fxed metrc for lnkage weghts, whch n our model s changed to a flexble and expressve dstance formulaton that s obtaned by the tranng algorthm. For ths key pont, our model would gan the flexble dstance adaptve to the specfc dataset. Thus our model would be more competent than common herarchcal methods. The connecton between probablstc methods wth our model s relatvely obvous. Our model s ust a probablstc model or nformaton-theoretcal model. However, common probablty models are based on the orgnal data, the features of whch are rough. But ths paper onts probablstc models wth neural network. Thus, our model would abstract rough features to refned features whch could be easly analysed. VI. EXPERIMENTS We have conducted experments for the effectveness of Feed-Forward Clusterng Neural Networks. Each group of experments has acheved good results to prove our methods and our theores are effectve.

6 A. Expermental Settngs We have selected sx open UCI datasets, whch are often used n clusterng tasks. Banknote Authentcaton. The data were extracted from mages that were taken from genune and forged banknote-lke specmens and Wavelet Transform tool were used to extract features from mages. there are 1,372 tems wth 5 attrbutes for bnary classes. Glass. The study of classfcaton of types of glass was motvated by crmnologcal nvestgaton. At the scene of the crme, the glass left can be used as evdence. We use ths dataset to testfy our clusterng method. There are 214 nstances wth 10 attrbutes for 6 classes. Red Wne Qualty And Whte Wne Qualty. The two datasets are related to red and whte varants of the Portuguese Vnho Verde wne. There are 1,599 nstances wth 11 attrbutes n the frst dataset for 4 classes. And there are 4,899 nstances wth 11 attrbutes n the second dataset for 5 classes. Image Segmentaton. The nstances were drawn randomly from a database of 7 outdoor mages. The mages were hand-segmented to create a classfcaton for every pxel. There are 2,310 nstances wth 18 attrbutes for 7 classes. MAGIC Gamma Telescope. It s generated to smulate regstraton of hgh energy gamma partcles n a ground-based atmospherc Cherenkov gamma telescope usng the magng technque. There are 19,020 tems wth 11 attrbutes for bnary classes. B. Effectveness of Our method For evaluaton of effectveness about our clusterng algorthms, we choose four baselnes, all of whch are most famous and popular methods. Baselnes and our model are lsted as followed. 1) K-Means Algorthm, whch s the dstance based clusterng methods, and the number of clusters s fxed, we try many settngs for ths methods, and work out the almost best purty results, and ths method s mplemented by WEKA, notated as K-Means. 2) Densty-Based Algorthm, whch s the densty estmaton clusterng method, t can detect many shapes of clusters, but the number of clusters s fxed and ths method s mplemented by WEKA, notated as Densty-Based. We also try many settngs for ths methods, and work out the almost best purty results. 3) Herarchcal-Based Algorthm, whch s the herarchcal clusterng method, the number of clusters s fxed, and ths method s also mplemented by WEKA, notated as Herarchcal. Many settngs are tred for ths method to work out the almost best purty results. 4) EM Algorthm, whch must be provded wth the number of cluster, and ths method s also mplemented by WEKA, notated as EM. Ths method s based on probablstc prncple. Dfferent settngs and parameters are tred to work out the almost best purty. 5) Our Algorthm, whch s two layer clusterng feed-forward neural network. Cluster number of our model s fxed, so we try some dfferent settngs Fg. 2. The beam means the purtes of Glass for dfferent hdden node number whch s showed n x-axs. And The lne means the target functon values. The left y-axs value means target value and the rght y-axs means purty. Fg. 3. The beam means the purtes of Whte Wne Qualty for dfferent hdden node number whch s showed n x-axs. And The lne means the target functon values. The left y-axs value means target value and the rght y-axs means purty. to work out the almost best purty of t. and t s mplemented by ourselves, and ths model s notated as Ours. We apply a popular evaluaton method for clusterng wth classfcaton data to testfy our clusterng algorthms. The purty s showed n below formula, and the hgher the score s got, the better the system s. Purty = 1 N k max w k c (13) In above formula, the N s the number of nstances. the w k s the set of samples n k-th cluster and the c s the set of samples n -th real class. Table 1 shows the purty of dfferent methods for dfferent datasets. It clearly and obversely that our model s better than others. The effectveness about our model s verfed, and the detaled analyss s lsted as followed: 1) The reasons leadng to the expermental result s analysed n Secton V. That s to say, our theoretcal analyss s verfed. 2) Our method outperforms other popular clusterng methods. The effectveness of our method s verfed, C. Network Structure Studes In ths subsecton, we study the effect of the neural network structure. 1) Expermental Settngs: We choose the classcal three UCI datasets, whch are Glass, Whte Wne Qualty and Red Wne Qualty, wth dfferent hdden node number to study the structure effect. Noted that the results on other datasets are smlar n the aspect of trend. We also apply the purty that s defned above as our measurement. 2) Results And Dscusson: The results are shown n the Fg. 2, 3 and 4, where more x-axs value s, more dense the neural network s. From the trend of these fgures, we could conclude and explan some key ponts as followng: 1) The purty of clusterng has the same trend wth target values whle hdden node changes. We could choose the hdden node number based on ths pont. 2) Less hdden nodes often lead to unfttng problem whle more hdden nodes often lead to overfttng problem. We shall chose a sutable hdden node number to avod unfttng problem or overfttng problem. Fg. 4. The beam means the purtes of Red Wne Qualty for dfferent hdden node number whch s showed n x-axs. And The lne means the target functon values. The left y-axs value means target value and the rght y-axs means purty.

7 Our clusterng feed-forward neural network may be stuck n unfttng problem and overfttng problem. However, we could use the trend to mprove the clusterng effect. But n the whole vewpont, our method would also be robust enough to cluster the uncertan data. In concluson, our model s more flexble and more abstractng able than those common popular clusterng methods. Jontng the abstracton ablty of feed-forward neural networks and the probablty estmaton of Max-Entropy Prncple works well. [15] G. Hnton, S. Osndero, and Y.-W. Teh, A fast learnng algorthm for deep belef nets, Neural computaton, vol. 18, no. 7, pp , [16] Y. Bengo, P. Lambln, D. Popovc, and H. Larochelle, Greedy layer-wse tranng of deep networks, Advances n neural nformaton processng systems, vol. 19, p. 153, [17] X. Glorot and Y. Bengo, Understandng the dffculty of tranng deep feedforward neural networks, n Internatonal Conference on Artfcal Intellgence and Statstcs, pp , [18] H. Larochelle, Y. Bengo, J. Louradour, and P. Lambln, Explorng strateges for tranng deep neural networks, The Journal of Machne Learnng Research, vol. 10, pp. 1 40, VII. CONCLUSION In ths paper, we propose a method to cluster, ontng Entropy-Based Prncple wth Feed-Forward Neural Networks. We treat the Feed-Forward Clusterng Neural Network as two processes. In the abstracton process, Mn-Entropy Prncple s appled for more abstracted features and n the clusterng process, Max-Entropy Prncple s appled for dstrbuton estmaton of clusters n data manfold. We compare four knds of popular clusterng methods wth our model, and conclude that our model would perform better for flexble metrc representaton and varous shape assumpton. Experments are conduct on sx open UCI datasets and four baselnes are selected. Results show our model outperforms other common clusterng methods and sutable hdden node selecton would avod unfttng problem or overfttng problem to perform better. REFERENCES [1] H. Kano, Y. Tsubo, and H. Kashma, Clusterng crowds., n AAAI, [2] C.-L. Lee, Y.-N. Chang, C.-L. Lu, C.-Y. Lee, and J. Y.-. Hsu, Semantc clusterng of morphologcally related chnese words, [3] K. H. Moran, B. C. Wallace, and C. E. Brodley, Dscoverng better aaa keywords va clusterng wth communty-sourced constrants, n Twenty-Eghth AAAI Conference on Artfcal Intellgence, [4] R. Xu, D. Wunsch, et al., Survey of clusterng algorthms, Neural Networks, IEEE Transactons on, vol. 16, no. 3, pp , [5] C. C. Aggarwal and P. S. Yu, A survey of uncertan data algorthms and applcatons, Knowledge and Data Engneerng, IEEE Transactons on, vol. 21, no. 5, pp [6] S. Glpn, S. Nssen, and I. N. Davdson, Formalzng herarchcal clusterng as nteger lnear programmng., n AAAI, [7] S. T. Ma, X. He, J. Feng, and C. Böhm, Effcent anytme densty-based clusterng, SIAM, [8] V. Nguyen, D. Phung, X. Nguyen, S. Venkatesh, and H. H. Bu, Bayesan nonparametrc multlevel clusterng wth group-level contexts, arxv preprnt arxv: , [9] W. Zhang, S. J, and R. Zhang, Evolutonary soft co-clusterng, n Proceedngs of the 2013 SIAM Internatonal Conference on Data Mnng, pp , SIAM, [10] G. V. Steeg, A. Galstyan, F. Sha, and S. DeDeo, Demystfyng nformaton-theoretc clusterng, arxv preprnt arxv: , [11] Y. Bengo, Learnng deep archtectures for a, Foundatons and trends R n Machne Learnng, vol. 2, no. 1, pp , [12] R. Collobert and J. Weston, A unfed archtecture for natural language processng: Deep neural networks wth multtask learnng, n Proceedngs of the 25th nternatonal conference on Machne learnng, pp , ACM, [13] D. Cresan, U. Meer, and J. Schmdhuber, Mult-column deep neural networks for mage classfcaton, n Computer Vson and Pattern Recognton (CVPR), 2012 IEEE Conference on, pp , IEEE, [14] Y. He, K. Kavukcuoglu, Y. Wang, A. Szlam, and Y. Q, Unsupervsed feature learnng by deep sparse codng, arxv preprnt arxv: , 2013.

Study and Comparison of Various Techniques of Image Edge Detection

Study and Comparison of Various Techniques of Image Edge Detection Gureet Sngh et al Int. Journal of Engneerng Research Applcatons RESEARCH ARTICLE OPEN ACCESS Study Comparson of Varous Technques of Image Edge Detecton Gureet Sngh*, Er. Harnder sngh** *(Department of

More information

Using Past Queries for Resource Selection in Distributed Information Retrieval

Using Past Queries for Resource Selection in Distributed Information Retrieval Purdue Unversty Purdue e-pubs Department of Computer Scence Techncal Reports Department of Computer Scence 2011 Usng Past Queres for Resource Selecton n Dstrbuted Informaton Retreval Sulleyman Cetntas

More information

Optimal Planning of Charging Station for Phased Electric Vehicle *

Optimal Planning of Charging Station for Phased Electric Vehicle * Energy and Power Engneerng, 2013, 5, 1393-1397 do:10.4236/epe.2013.54b264 Publshed Onlne July 2013 (http://www.scrp.org/ournal/epe) Optmal Plannng of Chargng Staton for Phased Electrc Vehcle * Yang Gao,

More information

A New Machine Learning Algorithm for Breast and Pectoral Muscle Segmentation

A New Machine Learning Algorithm for Breast and Pectoral Muscle Segmentation Avalable onlne www.ejaet.com European Journal of Advances n Engneerng and Technology, 2015, 2(1): 21-29 Research Artcle ISSN: 2394-658X A New Machne Learnng Algorthm for Breast and Pectoral Muscle Segmentaton

More information

A Geometric Approach To Fully Automatic Chromosome Segmentation

A Geometric Approach To Fully Automatic Chromosome Segmentation A Geometrc Approach To Fully Automatc Chromosome Segmentaton Shervn Mnaee ECE Department New York Unversty Brooklyn, New York, USA shervn.mnaee@nyu.edu Mehran Fotouh Computer Engneerng Department Sharf

More information

Using the Perpendicular Distance to the Nearest Fracture as a Proxy for Conventional Fracture Spacing Measures

Using the Perpendicular Distance to the Nearest Fracture as a Proxy for Conventional Fracture Spacing Measures Usng the Perpendcular Dstance to the Nearest Fracture as a Proxy for Conventonal Fracture Spacng Measures Erc B. Nven and Clayton V. Deutsch Dscrete fracture network smulaton ams to reproduce dstrbutons

More information

Balanced Query Methods for Improving OCR-Based Retrieval

Balanced Query Methods for Improving OCR-Based Retrieval Balanced Query Methods for Improvng OCR-Based Retreval Kareem Darwsh Electrcal and Computer Engneerng Dept. Unversty of Maryland, College Park College Park, MD 20742 kareem@glue.umd.edu Douglas W. Oard

More information

Gene Selection Based on Mutual Information for the Classification of Multi-class Cancer

Gene Selection Based on Mutual Information for the Classification of Multi-class Cancer Gene Selecton Based on Mutual Informaton for the Classfcaton of Mult-class Cancer Sheng-Bo Guo,, Mchael R. Lyu 3, and Tat-Mng Lok 4 Department of Automaton, Unversty of Scence and Technology of Chna, Hefe,

More information

Lymphoma Cancer Classification Using Genetic Programming with SNR Features

Lymphoma Cancer Classification Using Genetic Programming with SNR Features Lymphoma Cancer Classfcaton Usng Genetc Programmng wth SNR Features Jn-Hyuk Hong and Sung-Bae Cho Dept. of Computer Scence, Yonse Unversty, 134 Shnchon-dong, Sudaemoon-ku, Seoul 120-749, Korea hjnh@candy.yonse.ac.kr,

More information

*VALLIAPPAN Raman 1, PUTRA Sumari 2 and MANDAVA Rajeswari 3. George town, Penang 11800, Malaysia. George town, Penang 11800, Malaysia

*VALLIAPPAN Raman 1, PUTRA Sumari 2 and MANDAVA Rajeswari 3. George town, Penang 11800, Malaysia. George town, Penang 11800, Malaysia 38 A Theoretcal Methodology and Prototype Implementaton for Detecton Segmentaton Classfcaton of Dgtal Mammogram Tumor by Machne Learnng and Problem Solvng *VALLIAPPA Raman, PUTRA Sumar 2 and MADAVA Rajeswar

More information

Biomarker Selection from Gene Expression Data for Tumour Categorization Using Bat Algorithm

Biomarker Selection from Gene Expression Data for Tumour Categorization Using Bat Algorithm Receved: March 20, 2017 401 Bomarker Selecton from Gene Expresson Data for Tumour Categorzaton Usng Bat Algorthm Gunavath Chellamuthu 1 *, Premalatha Kandasamy 2, Svasubramanan Kanagaraj 3 1 School of

More information

Subject-Adaptive Real-Time Sleep Stage Classification Based on Conditional Random Field

Subject-Adaptive Real-Time Sleep Stage Classification Based on Conditional Random Field Subject-Adaptve Real-Tme Sleep Stage Classfcaton Based on Condtonal Random Feld Gang Luo, PhD, Wanl Mn, PhD IBM TJ Watson Research Center, Hawthorne, NY {luog, wanlmn}@usbmcom Abstract Sleep stagng s the

More information

International Journal of Emerging Technologies in Computational and Applied Sciences (IJETCAS)

International Journal of Emerging Technologies in Computational and Applied Sciences (IJETCAS) Internatonal Assocaton of Scentfc Innovaton and Research (IASIR (An Assocaton Unfyng the Scences, Engneerng, and Appled Research Internatonal Journal of Emergng Technologes n Computatonal and Appled Scences

More information

A MIXTURE OF EXPERTS FOR CATARACT DIAGNOSIS IN HOSPITAL SCREENING DATA

A MIXTURE OF EXPERTS FOR CATARACT DIAGNOSIS IN HOSPITAL SCREENING DATA Journal of Theoretcal and Appled Informaton Technology 2005 ongong JATIT & LLS ISSN: 1992-8645 www.jatt.org E-ISSN: 1817-3195 A MIXTURE OF EXPERTS FOR CATARACT DIAGNOSIS IN HOSPITAL SCREENING DATA 1 SUNGMIN

More information

Physical Model for the Evolution of the Genetic Code

Physical Model for the Evolution of the Genetic Code Physcal Model for the Evoluton of the Genetc Code Tatsuro Yamashta Osamu Narkyo Department of Physcs, Kyushu Unversty, Fukuoka 8-856, Japan Abstract We propose a physcal model to descrbe the mechansms

More information

Proceedings of the 6th WSEAS Int. Conf. on EVOLUTIONARY COMPUTING, Lisbon, Portugal, June 16-18, 2005 (pp )

Proceedings of the 6th WSEAS Int. Conf. on EVOLUTIONARY COMPUTING, Lisbon, Portugal, June 16-18, 2005 (pp ) Proceedngs of the 6th WSEAS Int. Conf. on EVOLUTIONARY COMPUTING, Lsbon, Portugal, June 6-8, 2005 (pp285-20) Novel Intellgent Edge Detector for Sonographcal Images Al Rafee *, Mohammad Hasan Morad **,

More information

Parameter Estimates of a Random Regression Test Day Model for First Three Lactation Somatic Cell Scores

Parameter Estimates of a Random Regression Test Day Model for First Three Lactation Somatic Cell Scores Parameter Estmates of a Random Regresson Test Day Model for Frst Three actaton Somatc Cell Scores Z. u, F. Renhardt and R. Reents Unted Datasystems for Anmal Producton (VIT), Hedeweg 1, D-27280 Verden,

More information

IDENTIFICATION AND DELINEATION OF QRS COMPLEXES IN ELECTROCARDIOGRAM USING FUZZY C-MEANS ALGORITHM

IDENTIFICATION AND DELINEATION OF QRS COMPLEXES IN ELECTROCARDIOGRAM USING FUZZY C-MEANS ALGORITHM IDENTIFICATION AND DELINEATION OF QRS COMPLEXES IN ELECTROCARDIOGRAM USING FUZZY C-MEANS ALGORITHM S.S. MEHTA 1, C.R.TRIVEDI 2, N.S. LINGAYAT 3 1 Electrcal Engneerng Department, J.N.V, Unversty, Jodhpur.

More information

Detection of Lung Cancer at Early Stage using Neural Network Techniques for Preventing Health Care

Detection of Lung Cancer at Early Stage using Neural Network Techniques for Preventing Health Care IJSRD - Internatonal Journal for Scentfc Research & Development Vol. 3, Issue 4, 15 ISSN (onlne): 31-613 Detecton of Lung Cancer at Early Stage usng Neural Network echnques for Preventng Health Care Megha

More information

Recognition of ASL for Human-robot Interaction

Recognition of ASL for Human-robot Interaction 66 IJCSNS Internatonal Journal of Computer Scence and Network Securty, VOL.17 No.7, July 2017 Recognton of ASL for Human-robot Interacton Md. Al-Amn Bhuyan College of Computer Scences & Informaton Technology,

More information

Fast Algorithm for Vectorcardiogram and Interbeat Intervals Analysis: Application for Premature Ventricular Contractions Classification

Fast Algorithm for Vectorcardiogram and Interbeat Intervals Analysis: Application for Premature Ventricular Contractions Classification Fast Algorthm for Vectorcardogram and Interbeat Intervals Analyss: Applcaton for Premature Ventrcular Contractons Classfcaton Irena Jekova, Vessela Krasteva Centre of Bomedcal Engneerng Prof. Ivan Daskalov

More information

310 Int'l Conf. Par. and Dist. Proc. Tech. and Appl. PDPTA'16

310 Int'l Conf. Par. and Dist. Proc. Tech. and Appl. PDPTA'16 310 Int'l Conf. Par. and Dst. Proc. Tech. and Appl. PDPTA'16 Akra Sasatan and Hrosh Ish Graduate School of Informaton and Telecommuncaton Engneerng, Toka Unversty, Mnato, Tokyo, Japan Abstract The end-to-end

More information

4.2 Scheduling to Minimize Maximum Lateness

4.2 Scheduling to Minimize Maximum Lateness 4. Schedulng to Mnmze Maxmum Lateness Schedulng to Mnmzng Maxmum Lateness Mnmzng lateness problem. Sngle resource processes one ob at a tme. Job requres t unts of processng tme and s due at tme d. If starts

More information

Survival Rate of Patients of Ovarian Cancer: Rough Set Approach

Survival Rate of Patients of Ovarian Cancer: Rough Set Approach Internatonal OEN ACCESS Journal Of Modern Engneerng esearch (IJME) Survval ate of atents of Ovaran Cancer: ough Set Approach Kamn Agrawal 1, ragat Jan 1 Department of Appled Mathematcs, IET, Indore, Inda

More information

Maize Varieties Combination Model of Multi-factor. and Implement

Maize Varieties Combination Model of Multi-factor. and Implement Maze Varetes Combnaton Model of Mult-factor and Implement LIN YANG,XIAODONG ZHANG,SHAOMING LI Department of Geographc Informaton Scence Chna Agrcultural Unversty No. 17 Tsnghua East Road, Bejng 100083

More information

FAST DETECTION OF MASSES IN MAMMOGRAMS WITH DIFFICULT CASE EXCLUSION

FAST DETECTION OF MASSES IN MAMMOGRAMS WITH DIFFICULT CASE EXCLUSION computng@tanet.edu.te.ua www.tanet.edu.te.ua/computng ISSN 727-6209 Internatonal Scentfc Journal of Computng FAST DETECTION OF MASSES IN MAMMOGRAMS WITH DIFFICULT CASE EXCLUSION Gábor Takács ), Béla Patak

More information

Journal of Engineering Science and Technology Review 11 (2) (2018) Research Article

Journal of Engineering Science and Technology Review 11 (2) (2018) Research Article Jestr Journal of Engneerng Scence and Technology Revew () (08) 5 - Research Artcle Prognoss Evaluaton of Ovaran Granulosa Cell Tumor Based on Co-forest ntellgence Model Xn Lao Xn Zheng Juan Zou Mn Feng

More information

Modeling Multi Layer Feed-forward Neural. Network Model on the Influence of Hypertension. and Diabetes Mellitus on Family History of

Modeling Multi Layer Feed-forward Neural. Network Model on the Influence of Hypertension. and Diabetes Mellitus on Family History of Appled Mathematcal Scences, Vol. 7, 2013, no. 41, 2047-2053 HIKARI Ltd, www.m-hkar.com Modelng Mult Layer Feed-forward Neural Network Model on the Influence of Hypertenson and Dabetes Melltus on Famly

More information

A New Diagnosis Loseless Compression Method for Digital Mammography Based on Multiple Arbitrary Shape ROIs Coding Framework

A New Diagnosis Loseless Compression Method for Digital Mammography Based on Multiple Arbitrary Shape ROIs Coding Framework I.J.Modern Educaton and Computer Scence, 2011, 5, 33-39 Publshed Onlne August 2011 n MECS (http://www.mecs-press.org/) A New Dagnoss Loseless Compresson Method for Dgtal Mammography Based on Multple Arbtrary

More information

Copy Number Variation Methods and Data

Copy Number Variation Methods and Data Copy Number Varaton Methods and Data Copy number varaton (CNV) Reference Sequence ACCTGCAATGAT TAAGCCCGGG TTGCAACGTTAGGCA Populaton ACCTGCAATGAT TAAGCCCGGG TTGCAACGTTAGGCA ACCTGCAATGAT TTGCAACGTTAGGCA

More information

Journal of Engineering Science and Technology Review 11 (2) (2018) Research Article

Journal of Engineering Science and Technology Review 11 (2) (2018) Research Article Jestr Journal of Engneerng Scence and Technology Revew 11 (2) (2018) 8-12 Research Artcle Detecton Lung Cancer Usng Gray Level Co-Occurrence Matrx (GLCM) and Back Propagaton Neural Network Classfcaton

More information

Nonlinear Modeling Method Based on RBF Neural Network Trained by AFSA with Adaptive Adjustment

Nonlinear Modeling Method Based on RBF Neural Network Trained by AFSA with Adaptive Adjustment Advances n Engneerng Research (AER), volue 48 3rd Workshop on Advanced Research and Technology n Industry Applcatons (WARTIA 27) Nonlnear Modelng Method Based on RBF Neural Network Traned by AFSA wth Adaptve

More information

A Computer-aided System for Discriminating Normal from Cancerous Regions in IHC Liver Cancer Tissue Images Using K-means Clustering*

A Computer-aided System for Discriminating Normal from Cancerous Regions in IHC Liver Cancer Tissue Images Using K-means Clustering* A Computer-aded System for Dscrmnatng Normal from Cancerous Regons n IHC Lver Cancer Tssue Images Usng K-means Clusterng* R. M. CHEN 1, Y. J. WU, S. R. JHUANG, M. H. HSIEH, C. L. KUO, Y. L. MA Department

More information

Available online at ScienceDirect. Procedia Computer Science 46 (2015 )

Available online at   ScienceDirect. Procedia Computer Science 46 (2015 ) Avalable onlne at www.scencedrect.com ScenceDrect Proceda Computer Scence 46 (215 ) 1762 1769 Internatonal Conference on Informaton and Communcaton Technologes (ICICT 214) Automatc Characterzaton of Bengn

More information

ENRICHING PROCESS OF ICE-CREAM RECOMMENDATION USING COMBINATORIAL RANKING OF AHP AND MONTE CARLO AHP

ENRICHING PROCESS OF ICE-CREAM RECOMMENDATION USING COMBINATORIAL RANKING OF AHP AND MONTE CARLO AHP ENRICHING PROCESS OF ICE-CREAM RECOMMENDATION USING COMBINATORIAL RANKING OF AHP AND MONTE CARLO AHP 1 AKASH RAMESHWAR LADDHA, 2 RAHUL RAGHVENDRA JOSHI, 3 Dr.PEETI MULAY 1 M.Tech, Department of Computer

More information

Association Analysis and Distribution of Chronic Gastritis Syndromes Based on Associated Density

Association Analysis and Distribution of Chronic Gastritis Syndromes Based on Associated Density 200 IEEE Internatonal Conference on Bonformatcs and Bomedcne Workshops Assocaton Analyss and Dstrbuton of Chronc Gastrts s Based on Assocated Densty Guo-Png u Y-Qn Wang Fu-Feng Ha-Xa Yan Jng-Jng Fu Je

More information

AUTOMATED DETECTION OF HARD EXUDATES IN FUNDUS IMAGES USING IMPROVED OTSU THRESHOLDING AND SVM

AUTOMATED DETECTION OF HARD EXUDATES IN FUNDUS IMAGES USING IMPROVED OTSU THRESHOLDING AND SVM AUTOMATED DETECTION OF HARD EXUDATES IN FUNDUS IMAGES USING IMPROVED OTSU THRESHOLDING AND SVM Wewe Gao 1 and Jng Zuo 2 1 College of Mechancal Engneerng, Shangha Unversty of Engneerng Scence, Shangha,

More information

Chapter 20. Aggregation and calibration. Betina Dimaranan, Thomas Hertel, Robert McDougall

Chapter 20. Aggregation and calibration. Betina Dimaranan, Thomas Hertel, Robert McDougall Chapter 20 Aggregaton and calbraton Betna Dmaranan, Thomas Hertel, Robert McDougall In the prevous chapter we dscussed how the fnal verson 3 GTAP data base was assembled. Ths data base s extremely large.

More information

A Classification Model for Imbalanced Medical Data based on PCA and Farther Distance based Synthetic Minority Oversampling Technique

A Classification Model for Imbalanced Medical Data based on PCA and Farther Distance based Synthetic Minority Oversampling Technique A Classfcaton Model for Imbalanced Medcal Data based on PCA and Farther Dstance based Synthetc Mnorty Oversamplng Technque NADIR MUSTAFA School of Computer Scence and Engneerng Unversty of Electronc Scence

More information

A REVIEW OF ARTIFICIAL FISH SWARM OPTIMIZATION METHODS AND APPLICATIONS

A REVIEW OF ARTIFICIAL FISH SWARM OPTIMIZATION METHODS AND APPLICATIONS INTERNATIONAL JOURNAL ON SMART SENSING AND INTELLIGENT SYSTEMS, VOL. 5, NO. 1, MARCH 2012 A REVIEW OF ARTIFICIAL FISH SWARM OPTIMIZATION METHODS AND APPLICATIONS 1 Mehd Neshat, 2 Al Adel, 3 Ghodrat Sepdnam,

More information

Comparison among Feature Encoding Techniques for HIV-1 Protease Cleavage Specificity

Comparison among Feature Encoding Techniques for HIV-1 Protease Cleavage Specificity Internatonal Journal of Intellgent Systems and Applcatons n Engneerng Advanced Technology and Scence ISSN:2147-67992147-6799 http://jsae.atscence.org/ Orgnal Research Paper Comparson among Feature Encodng

More information

Towards Automated Pose Invariant 3D Dental Biometrics

Towards Automated Pose Invariant 3D Dental Biometrics Towards Automated Pose Invarant 3D Dental Bometrcs Xn ZHONG 1, Depng YU 1, Kelvn W C FOONG, Terence SIM 3, Yoke San WONG 1 and Ho-lun CHENG 3 1. Mechancal Engneerng, Natonal Unversty of Sngapore, 117576,

More information

Modeling the Survival of Retrospective Clinical Data from Prostate Cancer Patients in Komfo Anokye Teaching Hospital, Ghana

Modeling the Survival of Retrospective Clinical Data from Prostate Cancer Patients in Komfo Anokye Teaching Hospital, Ghana Internatonal Journal of Appled Scence and Technology Vol. 5, No. 6; December 2015 Modelng the Survval of Retrospectve Clncal Data from Prostate Cancer Patents n Komfo Anokye Teachng Hosptal, Ghana Asedu-Addo,

More information

Nonstandard Machine Learning Algorithms for Microarray Data Mining. Byoung-Tak Zhang

Nonstandard Machine Learning Algorithms for Microarray Data Mining. Byoung-Tak Zhang Nonstandard Machne Learnng Algorthms for Mcroarray Data Mnng Byoung-Tak Zhang Center for Bonformaton Technology (CBIT) & Bontellgence Laboratory School of Computer Scence and Engneerng Seoul Natonal Unversty

More information

A Linear Regression Model to Detect User Emotion for Touch Input Interactive Systems

A Linear Regression Model to Detect User Emotion for Touch Input Interactive Systems 2015 Internatonal Conference on Affectve Computng and Intellgent Interacton (ACII) A Lnear Regresson Model to Detect User Emoton for Touch Input Interactve Systems Samt Bhattacharya Dept of Computer Scence

More information

This article appeared in a journal published by Elsevier. The attached copy is furnished to the author for internal non-commercial research and

This article appeared in a journal published by Elsevier. The attached copy is furnished to the author for internal non-commercial research and Ths artcle appeared n a journal publshed by Elsever. The attached copy s furnshed to the author for nternal non-commercal research and educaton use, ncludng for nstructon at the authors nsttuton and sharng

More information

JOINT SUB-CLASSIFIERS ONE CLASS CLASSIFICATION MODEL FOR AVIAN INFLUENZA OUTBREAK DETECTION

JOINT SUB-CLASSIFIERS ONE CLASS CLASSIFICATION MODEL FOR AVIAN INFLUENZA OUTBREAK DETECTION JOINT SUB-CLASSIFIERS ONE CLASS CLASSIFICATION MODEL FOR AVIAN INFLUENZA OUTBREAK DETECTION Je Zhang, Je Lu, Guangquan Zhang Centre for Quantum Computaton & Intellgent Systems Faculty of Engneerng and

More information

A comparison of statistical methods in interrupted time series analysis to estimate an intervention effect

A comparison of statistical methods in interrupted time series analysis to estimate an intervention effect Peer revew stream A comparson of statstcal methods n nterrupted tme seres analyss to estmate an nterventon effect a,b, J.J.J., Walter c, S., Grzebeta a, R. & Olver b, J. a Transport and Road Safety, Unversty

More information

Prediction of Total Pressure Drop in Stenotic Coronary Arteries with Their Geometric Parameters

Prediction of Total Pressure Drop in Stenotic Coronary Arteries with Their Geometric Parameters Tenth Internatonal Conference on Computatonal Flud Dynamcs (ICCFD10), Barcelona, Span, July 9-13, 2018 ICCFD10-227 Predcton of Total Pressure Drop n Stenotc Coronary Arteres wth Ther Geometrc Parameters

More information

An Introduction to Modern Measurement Theory

An Introduction to Modern Measurement Theory An Introducton to Modern Measurement Theory Ths tutoral was wrtten as an ntroducton to the bascs of tem response theory (IRT) modelng and ts applcatons to health outcomes measurement for the Natonal Cancer

More information

DETECTION AND CLASSIFICATION OF BRAIN TUMOR USING ML

DETECTION AND CLASSIFICATION OF BRAIN TUMOR USING ML DOI: http://dx.do.org/0.26483/arcs.v92.5807 Volume 9, No. 2, March-Aprl 208 Internatonal Journal of Advanced Research n Computer Scence RESEARCH PAPER Avalable Onlne at www.arcs.nfo ISSN No. 0976-5697

More information

Pattern Recognition for Robotic Fish Swimming Gaits Based on Artificial Lateral Line System and Subtractive Clustering Algorithms

Pattern Recognition for Robotic Fish Swimming Gaits Based on Artificial Lateral Line System and Subtractive Clustering Algorithms Sensors & Transducers, Vol. 18, Issue 11, November 14, pp. 7-16 Sensors & Transducers 14 by IFSA Publshng, S. L. http://www.sensorsportal.com Pattern Recognton for Robotc Fsh Swmmng Gats Based on Artfcal

More information

Price linkages in value chains: methodology

Price linkages in value chains: methodology Prce lnkages n value chans: methodology Prof. Trond Bjorndal, CEMARE. Unversty of Portsmouth, UK. and Prof. José Fernández-Polanco Unversty of Cantabra, Span. FAO INFOSAMAK Tangers, Morocco 14 March 2012

More information

An Approach to Discover Dependencies between Service Operations*

An Approach to Discover Dependencies between Service Operations* 36 JOURNAL OF SOFTWARE VOL. 3 NO. 9 DECEMBER 2008 An Approach to Dscover Dependences between Servce Operatons* Shuyng Yan Research Center for Grd and Servce Computng Insttute of Computng Technology Chnese

More information

Neural Ranking Models for Temporal Dependency Structure Parsing

Neural Ranking Models for Temporal Dependency Structure Parsing Neural Rankng Models for Temporal Dependency Structure Parsng Yuchen Zhang Brandes Unversty yuchenz@brandes.edu Nanwen Xue Brandes Unversty xuen@brandes.edu Abstract We desgn and buld the frst neural temporal

More information

Reconstruction of gene regulatory network of colon cancer using information theoretic approach

Reconstruction of gene regulatory network of colon cancer using information theoretic approach Reconstructon of gene regulatory network of colon cancer usng nformaton theoretc approach Khald Raza #1, Rafat Parveen * # Department of Computer Scence Jama Mlla Islama (Central Unverst, New Delh-11005,

More information

Incorrect Beliefs. Overconfidence. Types of Overconfidence. Outline. Overprecision 4/22/2015. Econ 1820: Behavioral Economics Mark Dean Spring 2015

Incorrect Beliefs. Overconfidence. Types of Overconfidence. Outline. Overprecision 4/22/2015. Econ 1820: Behavioral Economics Mark Dean Spring 2015 Incorrect Belefs Overconfdence Econ 1820: Behavoral Economcs Mark Dean Sprng 2015 In objectve EU we assumed that everyone agreed on what the probabltes of dfferent events were In subjectve expected utlty

More information

NUMERICAL COMPARISONS OF BIOASSAY METHODS IN ESTIMATING LC50 TIANHONG ZHOU

NUMERICAL COMPARISONS OF BIOASSAY METHODS IN ESTIMATING LC50 TIANHONG ZHOU NUMERICAL COMPARISONS OF BIOASSAY METHODS IN ESTIMATING LC50 by TIANHONG ZHOU B.S., Chna Agrcultural Unversty, 2003 M.S., Chna Agrcultural Unversty, 2006 A THESIS submtted n partal fulfllment of the requrements

More information

Appendix for. Institutions and Behavior: Experimental Evidence on the Effects of Democracy

Appendix for. Institutions and Behavior: Experimental Evidence on the Effects of Democracy Appendx for Insttutons and Behavor: Expermental Evdence on the Effects of Democrac 1. Instructons 1.1 Orgnal sessons Welcome You are about to partcpate n a stud on decson-makng, and ou wll be pad for our

More information

INITIAL ANALYSIS OF AWS-OBSERVED TEMPERATURE

INITIAL ANALYSIS OF AWS-OBSERVED TEMPERATURE INITIAL ANALYSIS OF AWS-OBSERVED TEMPERATURE Wang Yng, Lu Xaonng, Ren Zhhua, Natonal Meteorologcal Informaton Center, Bejng, Chna Tel.:+86 684755, E-mal:cdcsjk@cma.gov.cn Abstract From, n Chna meteorologcal

More information

Sparse Representation of HCP Grayordinate Data Reveals. Novel Functional Architecture of Cerebral Cortex

Sparse Representation of HCP Grayordinate Data Reveals. Novel Functional Architecture of Cerebral Cortex 1 Sparse Representaton of HCP Grayordnate Data Reveals Novel Functonal Archtecture of Cerebral Cortex X Jang 1, Xang L 1, Jngle Lv 2,1, Tuo Zhang 2,1, Shu Zhang 1, Le Guo 2, Tanmng Lu 1* 1 Cortcal Archtecture

More information

Joint Modelling Approaches in diabetes research. Francisco Gude Clinical Epidemiology Unit, Hospital Clínico Universitario de Santiago

Joint Modelling Approaches in diabetes research. Francisco Gude Clinical Epidemiology Unit, Hospital Clínico Universitario de Santiago Jont Modellng Approaches n dabetes research Clncal Epdemology Unt, Hosptal Clínco Unverstaro de Santago Outlne 1 Dabetes 2 Our research 3 Some applcatons Dabetes melltus Is a serous lfe-long health condton

More information

Automatic Labelling and BI-RADS Characterisation of Mammogram Densities

Automatic Labelling and BI-RADS Characterisation of Mammogram Densities Lmted crculaton. For revew only. Automatc Labellng and BI-RADS Charactersaton of ammogram Denstes K. aras,. G. Lnguraru 3,. G. Ballester 4, S. Petroud,. Tsknaks and Sr. Brady Insttute of Computer Scence,

More information

Classification of Breast Tumor in Mammogram Images Using Unsupervised Feature Learning

Classification of Breast Tumor in Mammogram Images Using Unsupervised Feature Learning Amercan Journal of Appled Scences Orgnal Research Paper Classfcaton of Breast Tumor n Mammogram Images Usng Unsupervsed Feature Learnng 1 Adarus M. Ibrahm, 1 Baharum Baharudn, 1 Abas Md Sad and 2 P.N.

More information

Machine Understanding - a new area of research aimed at building thinking/understanding machines

Machine Understanding - a new area of research aimed at building thinking/understanding machines achne Understandng - a new area of research amed at buldng thnkng/understandng machnes Zbgnew Les and agdalena Les St. Queen Jadwga Research Insttute of Understandng, elbourne, Australa sqru@outlook.com

More information

Estimation of System Models by Swarm Intelligent Method

Estimation of System Models by Swarm Intelligent Method Sensors & Transducers 04 by IA Publshng, S. L. http://www.sensorsportal.com Estmaton of System Models by Swarm Intellgent Method,* Xaopng XU, Ququ ZHU, Feng WANG, Fuca QIAN, Fang DAI School of Scences,

More information

Non-linear Multiple-Cue Judgment Tasks

Non-linear Multiple-Cue Judgment Tasks Non-lnear Multple-Cue Tasks Anna-Carn Olsson (anna-carn.olsson@psy.umu.se) Department of Psychology, Umeå Unversty SE-09 87, Umeå, Sweden Tommy Enqvst (tommy.enqvst@psyk.uu.se) Department of Psychology,

More information

Natural Image Denoising: Optimality and Inherent Bounds

Natural Image Denoising: Optimality and Inherent Bounds atural Image Denosng: Optmalty and Inherent Bounds Anat Levn and Boaz adler Department of Computer Scence and Appled Math The Wezmann Insttute of Scence Abstract The goal of natural mage denosng s to estmate

More information

Design of PSO Based Robust Blood Glucose Control in Diabetic Patients

Design of PSO Based Robust Blood Glucose Control in Diabetic Patients Control n Dabetc Patents Assst. Prof. Dr. Control and Systems Engneerng Department, Unversty of Technology, Baghdad-Iraq hazem..al@uotechnology.edu.q Receved: /6/3 Accepted: //3 Abstract In ths paper,

More information

Optimal probability weights for estimating causal effects of time-varying treatments with marginal structural Cox models

Optimal probability weights for estimating causal effects of time-varying treatments with marginal structural Cox models Optmal probablty weghts for estmatng causal effects of tme-varyng treatments wth margnal structural Cox models Mchele Santacatterna, Cela García-Pareja Rno Bellocco, Anders Sönnerborg, Anna Ma Ekström

More information

Active Affective State Detection and User Assistance with Dynamic Bayesian Networks. Xiangyang Li, Qiang Ji

Active Affective State Detection and User Assistance with Dynamic Bayesian Networks. Xiangyang Li, Qiang Ji Actve Affectve State Detecton and User Assstance wth Dynamc Bayesan Networks Xangyang L, Qang J Electrcal, Computer, and Systems Engneerng Department Rensselaer Polytechnc Insttute, 110 8th Street, Troy,

More information

Computing and Using Reputations for Internet Ratings

Computing and Using Reputations for Internet Ratings Computng and Usng Reputatons for Internet Ratngs Mao Chen Department of Computer Scence Prnceton Unversty Prnceton, J 8 (69)-8-797 maoch@cs.prnceton.edu Jaswnder Pal Sngh Department of Computer Scence

More information

AN ENHANCED GAGS BASED MTSVSL LEARNING TECHNIQUE FOR CANCER MOLECULAR PATTERN PREDICTION OF CANCER CLASSIFICATION

AN ENHANCED GAGS BASED MTSVSL LEARNING TECHNIQUE FOR CANCER MOLECULAR PATTERN PREDICTION OF CANCER CLASSIFICATION www.arpapress.com/volumes/vol8issue2/ijrras_8_2_02.pdf AN ENHANCED GAGS BASED MTSVSL LEARNING TECHNIQUE FOR CANCER MOLECULAR PATTERN PREDICTION OF CANCER CLASSIFICATION I. Jule 1 & E. Krubakaran 2 1 Department

More information

Evaluation of the generalized gamma as a tool for treatment planning optimization

Evaluation of the generalized gamma as a tool for treatment planning optimization Internatonal Journal of Cancer Therapy and Oncology www.jcto.org Evaluaton of the generalzed gamma as a tool for treatment plannng optmzaton Emmanoul I Petrou 1,, Ganesh Narayanasamy 3, Eleftheros Lavdas

More information

AUTOMATED CHARACTERIZATION OF ESOPHAGEAL AND SEVERELY INJURED VOICES BY MEANS OF ACOUSTIC PARAMETERS

AUTOMATED CHARACTERIZATION OF ESOPHAGEAL AND SEVERELY INJURED VOICES BY MEANS OF ACOUSTIC PARAMETERS AUTOMATED CHARACTERIZATIO OF ESOPHAGEAL AD SEVERELY IJURED VOICES BY MEAS OF ACOUSTIC PARAMETERS B. García, I. Ruz, A. Méndez, J. Vcente, and M. Mendezona Department of Telecommuncaton, Unversty of Deusto

More information

INTRAUTERINE GROWTH RESTRICTION (IUGR) RISK DECISION BASED ON SUPPORT VECTOR MACHINES

INTRAUTERINE GROWTH RESTRICTION (IUGR) RISK DECISION BASED ON SUPPORT VECTOR MACHINES Mathematcal and Computatonal Applcatons, Vol. 15, No. 3, pp. 472-480, 2010. Assocaton for Scentfc Research INTRAUTERINE GROWTH RESTRICTION (IUGR) RISK DECISION BASED ON SUPPORT VECTOR MACHINES Zeynep Zengn

More information

ALMALAUREA WORKING PAPERS no. 9

ALMALAUREA WORKING PAPERS no. 9 Snce 1994 Inter-Unversty Consortum Connectng Unverstes, the Labour Market and Professonals AlmaLaurea Workng Papers ISSN 2239-9453 ALMALAUREA WORKING PAPERS no. 9 September 211 Propensty Score Methods

More information

The Limits of Individual Identification from Sample Allele Frequencies: Theory and Statistical Analysis

The Limits of Individual Identification from Sample Allele Frequencies: Theory and Statistical Analysis The Lmts of Indvdual Identfcaton from Sample Allele Frequences: Theory and Statstcal Analyss Peter M. Vsscher 1 *, Wllam G. Hll 2 1 Queensland Insttute of Medcal Research, Brsbane, Australa, 2 Insttute

More information

Toward a Unified Model of Attention in Associative Learning

Toward a Unified Model of Attention in Associative Learning Journal of Mathematcal Psychology 45, 812863 (2001) do:10.1006jmps.2000.1354, avalable onlne at http:www.dealbrary.com on Toward a Unfed Model of Attenton n Assocatve Learnng John K. Kruschke Indana Unversty

More information

Using a Wavelet Representation for Classification of Movement in Bed

Using a Wavelet Representation for Classification of Movement in Bed Usng a Wavelet Representaton for Classfcaton of Movement n Bed Adrana Morell Adam Depto. de Matemátca e Estatístca Unversdade de Caxas do Sul Caxas do Sul RS E-mal: amorell@ucs.br André Gustavo Adam Depto.

More information

Aerobics Training for Athletes Limb Joints and Research on the Effects of the Characteristics of the Strength

Aerobics Training for Athletes Limb Joints and Research on the Effects of the Characteristics of the Strength Send Orders for Reprnts to reprnts@benthamscence.ae The Open Cybernetcs & Systemcs Journal, 05, 9, 05-0 05 Open Access Aerobcs Tranng for Athletes Lmb Jonts and Research on the Effects of the Characterstcs

More information

Shape-based Retrieval of Heart Sounds for Disease Similarity Detection Tanveer Syeda-Mahmood, Fei Wang

Shape-based Retrieval of Heart Sounds for Disease Similarity Detection Tanveer Syeda-Mahmood, Fei Wang Shape-based Retreval of Heart Sounds for Dsease Smlarty Detecton Tanveer Syeda-Mahmood, Fe Wang 1 IBM Almaden Research Center, 650 Harry Road, San Jose, CA 95120. {stf,wangfe}@almaden.bm.com Abstract.

More information

What Determines Attitude Improvements? Does Religiosity Help?

What Determines Attitude Improvements? Does Religiosity Help? Internatonal Journal of Busness and Socal Scence Vol. 4 No. 9; August 2013 What Determnes Atttude Improvements? Does Relgosty Help? Madhu S. Mohanty Calforna State Unversty-Los Angeles Los Angeles, 5151

More information

EVALUATION OF BULK MODULUS AND RING DIAMETER OF SOME TELLURITE GLASS SYSTEMS

EVALUATION OF BULK MODULUS AND RING DIAMETER OF SOME TELLURITE GLASS SYSTEMS Chalcogende Letters Vol. 12, No. 2, February 2015, p. 67-74 EVALUATION OF BULK MODULUS AND RING DIAMETER OF SOME TELLURITE GLASS SYSTEMS R. EL-MALLAWANY a*, M.S. GAAFAR b, N. VEERAIAH c a Physcs Dept.,

More information

Investigation of zinc oxide thin film by spectroscopic ellipsometry

Investigation of zinc oxide thin film by spectroscopic ellipsometry VNU Journal of Scence, Mathematcs - Physcs 24 (2008) 16-23 Investgaton of znc oxde thn flm by spectroscopc ellpsometry Nguyen Nang Dnh 1, Tran Quang Trung 2, Le Khac Bnh 2, Nguyen Dang Khoa 2, Vo Th Ma

More information

The Influence of the Isomerization Reactions on the Soybean Oil Hydrogenation Process

The Influence of the Isomerization Reactions on the Soybean Oil Hydrogenation Process Unversty of Belgrade From the SelectedWorks of Zeljko D Cupc 2000 The Influence of the Isomerzaton Reactons on the Soybean Ol Hydrogenaton Process Zeljko D Cupc, Insttute of Chemstry, Technology and Metallurgy

More information

Study on Psychological Crisis Evaluation Combining Factor Analysis and Neural Networks *

Study on Psychological Crisis Evaluation Combining Factor Analysis and Neural Networks * Psychology 2011. Vol.2, No.2, 138-142 Copyrght 2011 ScRes. DOI:10.4236/psych.2011.22022 Study on Psychologcal Crss Evaluaton Combnng Factor Analyss and Neural Networks * Hu Ln 1, Yngb Zhang 1, Hengqng

More information

IMPROVING THE EFFICIENCY OF BIOMARKER IDENTIFICATION USING BIOLOGICAL KNOWLEDGE

IMPROVING THE EFFICIENCY OF BIOMARKER IDENTIFICATION USING BIOLOGICAL KNOWLEDGE IMPROVING THE EFFICIENCY OF BIOMARKER IDENTIFICATION USING BIOLOGICAL KNOWLEDGE JOHN H. PHAN The Wallace H. Coulter Department of Bomedcal Engneerng, Georga Insttute of Technology, 313 Ferst Drve Atlanta,

More information

Research Article Statistical Segmentation of Regions of Interest on a Mammographic Image

Research Article Statistical Segmentation of Regions of Interest on a Mammographic Image Hndaw Publshng Corporaton EURASIP Journal on Advances n Sgnal Processng Volume 2007, Artcle ID 49482, 8 pages do:10.1155/2007/49482 Research Artcle Statstcal Segmentaton of Regons of Interest on a Mammographc

More information

Estimation for Pavement Performance Curve based on Kyoto Model : A Case Study for Highway in the State of Sao Paulo

Estimation for Pavement Performance Curve based on Kyoto Model : A Case Study for Highway in the State of Sao Paulo Estmaton for Pavement Performance Curve based on Kyoto Model : A Case Study for Kazuya AOKI, PASCO CORPORATION, Yokohama, JAPAN, Emal : kakzo603@pasco.co.jp Octávo de Souza Campos, Publc Servces Regulatory

More information

OPTIMIZE THE POSITION OF MECHANICAL COMPONENTS OF AN EXTERNAL FIXATOR USING NEURAL NETWORKS AND GENETIC ALGORITHMS

OPTIMIZE THE POSITION OF MECHANICAL COMPONENTS OF AN EXTERNAL FIXATOR USING NEURAL NETWORKS AND GENETIC ALGORITHMS SYMOMP 2013 Lsbon, 9-10 September 2013 EOMAS, Portugal OPTIMIZE THE POSITION OF MEHANIAL OMPONENTS OF AN EXTERNAL FIXATOR USING NEURAL NETWORKS AND GENETI ALGORITHMS Mguel Samarra 1,3, Lus Rosero 2,3 *,

More information

econstor Make Your Publications Visible.

econstor Make Your Publications Visible. econstor Make Your Publcatons Vsble. A Servce of Wrtschaft Centre zbwlebnz-informatonszentrum Economcs Chang, Huan-Cheng; Chang, Pn-Hsang; Tseng, Sung-Chn; Chang, Ch- Chang; Lu, Yen-Chao Artcle A comparatve

More information

Lateral Transfer Data Report. Principal Investigator: Andrea Baptiste, MA, OT, CIE Co-Investigator: Kay Steadman, MA, OTR, CHSP. Executive Summary:

Lateral Transfer Data Report. Principal Investigator: Andrea Baptiste, MA, OT, CIE Co-Investigator: Kay Steadman, MA, OTR, CHSP. Executive Summary: Samar tmed c ali ndus t r esi nc 55Fl em ngdr ve, Un t#9 Cambr dge, ON. N1T2A9 T el. 18886582206 Ema l. nf o@s amar t r ol l boar d. c om www. s amar t r ol l boar d. c om Lateral Transfer Data Report

More information

Unobserved Heterogeneity and the Statistical Analysis of Highway Accident Data

Unobserved Heterogeneity and the Statistical Analysis of Highway Accident Data Unobserved Heterogenety and the Statstcal Analyss of Hghway Accdent Data Fred L. Mannerng Professor of Cvl and Envronmental Engneerng Courtesy Department of Economcs Unversty of South Florda 4202 E. Fowler

More information

A-UNIFAC Modeling of Binary and Multicomponent Phase Equilibria of Fatty Esters+Water+Methanol+Glycerol

A-UNIFAC Modeling of Binary and Multicomponent Phase Equilibria of Fatty Esters+Water+Methanol+Glycerol -UNIFC Modelng of Bnary and Multcomponent Phase Equlbra of Fatty Esters+Water+Methanol+Glycerol N. Garrdo a, O. Ferrera b, R. Lugo c, J.-C. de Hemptnne c, M. E. Macedo a, S.B. Bottn d,* a Department of

More information

The Study of Gearing Line Limits of the Cycloid Gear With Roller Teeth

The Study of Gearing Line Limits of the Cycloid Gear With Roller Teeth ISSN 1224-3264, Volume 2013 No.XXVII The Study o Gearng Lne Lmts o the Cyclod Gear Wth Roller Teeth Dăscălescu, Anamara Abstract: From dynamc pont o vew, at the cyclod gear transmsson s not ratonal to

More information

POLITECNICO DI TORINO Repository ISTITUZIONALE

POLITECNICO DI TORINO Repository ISTITUZIONALE POLITECNICO DI TORINO Repostory ISTITUZIONALE Prortzaton of QFD Customer Requrements Based on the Law of Comparatve Judgments Orgnal Prortzaton of QFD Customer Requrements Based on the Law of Comparatve

More information

Arrhythmia Detection based on Morphological and Time-frequency Features of T-wave in Electrocardiogram ABSTRACT

Arrhythmia Detection based on Morphological and Time-frequency Features of T-wave in Electrocardiogram ABSTRACT Orgnal Artcle Arrhythma Detecton based on Morphologcal and Tme-frequency Features of T-wave n Electrocardogram Elham Zeraatkar, Saeed Kerman, Alreza Mehrdehnav 1, A. Amnzadeh 2, E. Zeraatkar 3, Hamd Sane

More information

Tumor Phylogenetic Lineage Separation by Medoidshift Clustering with Non-Positive Kernel

Tumor Phylogenetic Lineage Separation by Medoidshift Clustering with Non-Positive Kernel Tumor Phylogenetc Lneage Separaton by Medodshft Clusterng wth Non-Postve Kernel Lu Xe School of Computer Scence Carnege Mellon Unversty Pttsburgh, PA 15213 lxe1@andrew.cmu.edu Commttee Dr. Russell Schwartz,

More information

Research Article Statistical Analysis of Haralick Texture Features to Discriminate Lung Abnormalities

Research Article Statistical Analysis of Haralick Texture Features to Discriminate Lung Abnormalities Hndaw Publshng Corporaton Internatonal Journal of Bomedcal Imagng Volume 2015, Artcle ID 267807, 7 pages http://dx.do.org/10.1155/2015/267807 Research Artcle Statstcal Analyss of Haralck Texture Features

More information