An Intelligent Tool for Building E-Learning Contend- Material Using Natural Language in Digital Libraries

Size: px
Start display at page:

Download "An Intelligent Tool for Building E-Learning Contend- Material Using Natural Language in Digital Libraries"

Transcription

1 An Intellgent Tool for Buldng E-Learnng Contend- Materal Usng Natural Language n Dgtal Lbrares A. Drgas, J. Vrettaros NCSR Demokrtos DTE/YE, Department of technologcal applcaton, NetMeda Lab Ag. Paraskev 53, Athens, Greece Abstract: - In ths paper s developed an ntellgent searchng tool usng the Self-Organzng Map (SOM) algorthm, as a prototype e-content retreval tool. The proposed searchng tool has the ablty to adust and scale nto any e-learnng platform that requres concept-based queres. The SOM algorthm has been used successfully for the document organzaton as well as for document retreval. In the proposed methodology, maps are used for the automatc replacement of the unstructured, the half structured and the multdmensonal data of text n such a way that smlar entres n the map are represented near between them. The performance and the functonalty of the document organzaton and retreval tool employng the SOM archtecture, s presented. Furthermore, experments performed to test the tme performance of a learnng algorthm used for the drect creaton of teams of terms and texts enablng effcent searchng and retreval of the documents. Key-Words: - Leave one blank lne after the Abstract and wrte your Key-Words (6 - words) Introducton Wth the advent of new technologes and the World Wde Web (WWW), enormous quanttes of nformatve materal are nowadays avalable on-lne. Computers are ncreasngly changng from computng systems to portals, whch permt to access bg volumes of nformaton. In parallel, due to the nterest n reducng costs of educaton and stmulatng people to never stop learnng, e-learnng applcatons have recently developed n educatonal, ndustral and research nsttutons. However, e- learnng platforms present some dffcultes concernng the nstructor and the student nteracton. Effectve mnng and retreval of the e-content s the maor bottleneck of e-learnng applcaton. The lack of metadata and classfcaton of the e-content, force the development of powerful search engnes. The basc approaches for nformaton retreval and data mnng n textual documents collectons are: () searchng usng keywords or key documents, (2) exploraton of the collecton referrng to some organzaton or categorzaton of the documents, and (3) flterng of nterestng documents from the ncomng document stream. Keyword search systems can be automated rather easly whereas the organzaton of document collectons has tradtonally been carred out by hand. In manual organzaton carred out for example, n lbrares, classfcaton schemes are defned and each document s postoned nto one or several classes by a lbraran. Smlarly, n the current hypertext systems the lnks between related documents are most often added by hand. One of the tradtonal methods of searchng for texts that match a query s to ndex all the words (terms) that have appeared n the document collecton. The query tself, typcally a lst of approprate keywords, s compared wth the term lst of each document to fnd documents that match the query. In the exsted applcatons, the educatonal content s multlngual and heterogeneous. Therefore, smple keyword queres are not capable for effcent mnng of the avalable nformaton. In order to bypass the aforementoned bottlenecks, we propose the use of Artfcal Neural Networks (ANN). Due to ther wde range of applcatons, ANNs have been an actve research for the past decades [2]. A large varety of learnng algorthms have been evolved and beng employed n ANNS. A further categorzaton dvdes the network archtectures nto three dstnct categores: feedforward, feedbackward and compettve [2]. The self-organzng maps or Kohonen s feature maps are feedforward, compettve ANN that employ a layer of nput neurons and a sngle computatonal layer [7]. The neurons on the computatonal layer are fully connected to the nput layer and are arranged on an N-dmensonal lattce. In ths paper, we shall use the SOM algorthm to cluster contextually smlar documents nto classes.

2 The ablty of the SOM algorthm to produce spatally organzed representatons of the nput space can be utlzed n document organzaton, where organzaton refers to the representaton and storage of the avalable data. An archtecture based on the SOM algorthm that s capable of clusterng documents accordng to ther semantc smlartes s the so-called WEBSOM archtecture [4,5,6,7]. The WEBSOM conssts of two dstnct layers where the SOM algorthm s appled. The frst layer s used to cluster the words found n the avalable tranng documents nto semantcally related collectons. The second layer, whch s actvated after the completon of the frst layer, clusters the avalable documents nto classes that hgh probablty contans relevant documents wth respect to ther semantc content. Due to that, the WEBSOM archtecture regarded as a promnent canddate for document organzaton and retreval. The structure of the paper s as follows. In the frst secton s presented the basc structure of the SOM archtecture. The system archtecture s presented n the second secton. The software component constructed to llustrate the applcablty of the proposed archtecture s shown n the thrd secton. Fnally the performance of the tranng algorthm s llustrated n the fnal secton 2 SOM Algorthm The basc Self-organzng Map (SOM) can be vsualzed as a sheet-lke-neural-network array (fgure), the cells (or nodes) of whch becomes specfcally tuned to varous nput sgnal patterns or classes of patterns or classes of patterns n an orderly fashon. The learnng process s compettve and supervsed, meanng no teacher s needed to defne the correct output (or actually the cell nto whch the nput s mapped) for an nput. In the basc verson, only one map node (wnner) at a tme s actvated correspondng to each nput. The locatons of the responses n the array tend to become ordered n the learnng process as f some meanngful nonlnear coordnate system for the dfferent nput features were beng created over the network. Let us denote by X the set of vector-valued observatons, Nw T, Χ= { x R x = ( x, x2,..., xn ),2,... } w = N Where N w corresponds to the dmensonalty of the vectors that encode the N avalable observatons. Let also W denote the set of reference vectors of the neurons, that s, Nw W = { w R, l,2,..., L}, = Where the parameter k denotes dscrete tme and L s the number of neurons of the lattce. Fnally, let w() be located on a regular lattce that les on the hyperplane whch s determned by the two egenvectors that correspond to the largest egenvalues of the covarance matrx of x X (lnear ntalzaton [4]). Due to ts compettve nature, the SOM algorthm dentfes the best-matchng, wnnng reference vector w(k) (or wnner for short), to a specfc feature vector x wth respect to a certan dstance metrc. The ndex s of the wnnng reference vector s gven by: L s = arg mn x wl, l= where. denotes the Eucldean dstance. The reference vector of the wnner as well as the reference vectors of the neurons n ts neghbourhood are modfed towards x usng: w + a( k)[ x w ] N s, w ( k + ) = w N s where a(k) s the learnng rate and Ns denotes the neghbourhood of the wnner. A neghbourhood updatng, especally n the early teratons, s performed n order to acheve a global orderng of the nput space onto the lattce, whch s crucal for the good resoluton of the map [4]. The term basc SOM wll henceforth denote the on-lne algorthm proposed by kohonen [4] wthout any modfcaton of speed-up technques. The prevous equaton can be rewrtten as follows: w ( k + ) = w + a( k) c [ x w ], where c = f the th feature vector assgned to the th neuron durng the kth teraton, otherwse c =. 2. Salton s Vector Space Model The vector space model [8] has been wdely used n the tradtonal IR feld. Most search engnes also use smlarty measures based on ths model to rank web documents. The model creates a space n whch both documents and queres are represented by vectors. For a fxed collecton of documents an m- dmensonal vector s generated for each document and each query from sets of terms wth assocated weghts, where m s the number of unque terms n the document collecton. Then a vector smlarty functon, such as the nner product, can be used to compute the smlarty between a document and a query.

3 From N ewsgroup:comp.graphcs Subect:Need specs on Apple QT I need to get the specs opr at least a very verbose nterpretaton of the specs for QuckTme techncal artcles from magaznes and reference books would be nce too. I also need the specs n a format usable on a unx or MS-dos system. I can t do much wth the QuchTme they have on Text Representaton Baseball specs graphcs references hockey car clnton unx space qucktme computer Vector Representton Fg. The VSM. The text on the left s represented as the vector on the rght. Each lne of the vector s a dfferent word of the text. Each lne s record s the frequency of the word n the text In VWSM, weghts assocated wth terms are calculated based on the followng two numbers: Term frequency f, the number of occurrence of the term y n document x. Inverse document frequency, g = log( N / d ), where N s the total number of documents contanng the term y The smlarty sm vs ( q, x ), between a query q and a document x can be defned as the nner product of the query vector Q and the document vector X : sm ( q, x ) = Q X = vs m = u w m m 2 ( u ) = = ( w ) 2, Where m s the number of unque terms n the document collecton. Document weght w and query weght u are: w = f w = f log( N / d ) and log( N / d y s a term n q u = otherwse the man problem of the vector space model s the large vocabulary n any szable collecton of free text documents, whch results n a vast dmensonalty of the document vectors. In the followng, some methods for reducng the dmensonalty wll be dscussed. These are applcable to all cases where the documents are encoded usng the vector space model,.e. as the document-by-word matrx 2.2 Latent Semantc Indexng Latent Semantc Indexng (LSI) s one alternatve to the orgnal vector space model. LSI tres to make account to the co-occurrence of terms n documents when encodng the documents. One way of nterpretng the LSI s that t represents the th document by the vector n' = n x', k k k

4 where n k denotes agan the number of tmes the word k occurs n the th document. The x ' k s the code that the LSI forms of the kth word by nvestgatng the co-occurrence of the words wthn the documents. The term-by-document matrx, a matrx where each column s the word hstogram correspondng to one document, s decomposed nto a set of factors (egenvectors) usng the sngularvalue decomposton (SVD). The factors that have the least nfluence on the matrx are then dscarded. The motvaton behnd omttng the smallest factors s that they most lkely consst of nose. The vector x ' can then be formed by usng only the remanng factors, whereby the dmensonalty s reduced. 2.3 Random proecton A low-dmensonalty representaton for documents can be obtaned as a random proecton of the hghdmensonal representaton vector nto a much lower-dmensonal space [3]. The beneft compared wth alternatve methods such as the LSI s extremely fast computaton. The accuracy of the results s stll comparable. 2.4 Word Clusterng Clusterng methods can be used to reducng the number of data by groupng smlar tems together [3]. If smlar words can be clustered together, documents can be represented as hstograms of words clusters rather than of ndvdual words. Varous early approaches for categorzng words have been descrbed n [3]. In languages wth rgd word order, such as Englsh, the dstrbuton of words n the mmedate context of a word contans consderable amounts of nformaton regardng the syntactc and semantc propertes of the word. The SOM has been used to cluster words based on the dstrbutons of words n ther mmedate contexts [3]. 2.5 SOM computaton complexty The computatonal complexty of the SOM algorthm s only lnear n the number of data samples. However, the complexty depends quadratcally on the number of map unts. For document maps ntended for browsng the document collecton, the resoluton (number of map unts per number of documents) should be good, snce browsng s easer f there are representatons of only a few, say, ten documents n a map unt on the average. Hence, for such resoluton, the number of map unts has to be proportonal to the number of documents. For very large document collectons the resultng computatonal complexty mght become problematc. 3 System descrpton We determne the characterstcs of the ntellgent search based on the nature of the educatonal materal (e-content) that nterest the users (word docs, htms pages, plan text). The system has the capablty of document retreval from databases amng at the preparaton and presentaton of an e- learnng course. The system s capable of retrevng certan educatonal texts by the users accordng to ther physcal questons. In the followng paragraph we summarze the basc elements of the system. We export the descrptors from the text of the multmeda materal and transformng of these descrptors nto compound search descrptors, n sutable vectors of characterstcs. We concretze of the non supervsed learnng algorthm SOM for the successful nformaton retreval. The concrete methodology was peered aganst the method of smple equaton of keywords as well as the one that makes use of the smple metrc resemblance n the representaton space of the texts (e.g. calculaton of cosne between vectors and retreval of those nearest n the vector that represents a queston) because t provdes better retreval performance and releases the user from the need of creaton of complcated educatonal components. The bg advantage of the non supervsed search models s that content managers are not oblged to create huge learnng materal (examples of questons wth the connected answers). Takng nto consderaton that the user cannot as an expert n neural networks tranng, the software search module s supposed to supply hm/her wth the capablty to search the database ntellgently, va the combnaton of the automatc exported characterstcs and hs/her own keywords The proposed methodology for the creaton of the ntellgent search system s based on the SOM algorthm, descrbed n the prevous secton. In the concrete applcaton, the SOM maps are used fro the automatc placements of the unstructured or half structured and multdmensonal data of text n such a way that smlar entres n the map are represented near between them. Va a learnng process, the t the performance s llustrated n the followng secton, that fnal map allows the drect creaton of teams of terms and teams of texts so that the dstances between the dfferent data can be drectly used durng the search and retreval duraton. An example of a prevous successful applcaton of the SOM networks n nformaton retreval s the

5 web applcaton WebSOM [2]. Ths applcaton s based on the export of descrptors of texts from dfferent SOMs, whch replace the department of pretreatment, and representaton of texts, n combnaton wth a self-organzed of the retreved texts. It also provdes the capablty of a two dmenson depcton of texts relatve between them, so that the user has n hs dsposal a vsual representaton of the materal n relevant categores. As recent researchers have shown that the functonalsm of such vsualzaton consderng the help that t provdes n the fnal user s arguable, n the concrete work, we do not use the depcton of map. On the contrary, we provde the capablty of nformaton retreval from the database accordng to the content of texts and thus present the results n form of a lst n a declnng lne of resemblance so that we decrease the dffcultes faced by users. 3. Content retreval usng the SOM algorthm The SOM algorthm has been used to retreve educatonal materal from a database. The methodology of ths operaton s as follows. We export the descrptors from the text of the educatonal materal. For ths task responsble are the desgners of the database system. An automate method for transformaton of the descrptors of the materal as well as the compound search descrptors, n sutable vectors of characterstcs s used. To perform ths automatc operaton we have used the VSM algorthm descrbed prevously. The VSM provdes effcency of the search results. The next step s to learn the SOM wth the vectors of text characterstcs. The result s the clusterng of the used terms and texts n teams of relevant content. Followng ths step we must search for relevant texts wth the use of questons. After the creaton of the vector of characterstcs of the queston t s suppled n the entry of traned SOM network. The result s the calculaton of the nearest Eucldean dstance of teams of texts towards the queston based on the actvated neurons of the map. Ths team wll contan texts wth terms of approxmate weght and consequently wll present the hghest affnty of content wth the queston. Search of relevant texts n neghbor teams s the followng step. The attrbute of the self-organzaton allows the user to search dfferent relevant texts found n teams of neghbor neurons of map. A queston that s placed to the system, formulated as word or as a combnaton of words, actvates the processes of retreval of texts relatve wth the queston. The system seeks n the map of teams of terms thus neurons that correspond n the terms or n the combnaton of terms that exsts n the queston. Those texts represent n concrete neurons of the map of the teams of texts actvated by the terms, are selected and thus are presented n the user. Addtonally, t s possble to present texts by a concrete method of usng metrc resemblance between texts. 3.2 Tranng After the creaton of the vector maps, we perform tranng. The feature vectors are presented teratvely an adequate number of tmes to the neural network whch perform clusterng n an effort to buld word classes contanng semantcally related words. Ths s based on emprcal and theoretcal observatons that semantcally related words have more or less the same precedng and succeedng words. The above process yelds the so-called word categores map (WCM) []. After the computaton of the document vectors the SOM method s used to cluster them. It s expected that the constructed documents classes contaned contextually smlar documents. 4 Expermental Results The performance of the SOM algorthms n the proposed case study s llustrated n ths secton. The performance s measured usng the Mean Square Error (MSE) between the reference vectors and the document vectors assgned to each neuron n the tranng phase. Furthermore the recall-precson performance s measured usng query documents from a test set durng the recall phase s used as an ndrect measure of the qualty of the document organzaton provded by the SOM algorthm. Fg. 2 depcts the MSE curves durng the formaton of WCM usng the SOM archtecture. Smlar MSE curves are plotted n Fg. 2 that correspond to the tranng phase. Durng the formaton of the WCM, the number of tranng teratons needed by the SOM so that the MSE drops to the was nearly 8. e of ts ntal value

6 Fg. 2 MSE curves durng the formaton of WCM usng the SOM archtecture Fg.3 The average recall-precson curve of the SOM To measure the effectveness of a retreval system, two wdely used ratos are employed: the precson and the recall. Precson s defned as the proporton of retreved documents that are relevant: r P = n 2 Recall s the proporton of relevant documents that are retreved: r R = n as the volume of the retreved documents ncreases the above ratos are expected to change. The sequence of recall-precson pars obtaned yelds the so-called recall-precson curve. Each querydocument n the test set produces one recallprecson curve. An average over all the curves correspondng to query documents of the same topc obtaned from the test set produces the average recall-precson curve. If the recall level does not equal to one we proceed wth the second best wnner neuron and repeat the same procedure and so on. The comparson of the effectveness between the retreved documents utlzes that above-mentoned curve. Fg. 3 depcts the average recall-precson curve of the SOM. 4. Software component of ntellgent search The core of the system of the SOM algorthm and the VSM has been developed n ANSI C to ensure portablty and compatblty n platforms of dfferent type (Wndows, UNIX, Lnux, etc). the user nterface can be desgned overall round the basc and autonomous departments of the system n order to actvate, through a GUI, the system

7 Search Results How can I nstall a modem? Fg. 5 Screen shots of the software component O.D.I.S.S.E.A.S operatons and presentaton of search results (standalone applcatons) va Vsual Basc/C++, Delph or Web based enabled as CGI scrptng, ASP, JSP, PHP, etc. A basc ssue of the fnal nterface s the confdence estmaton. The user tends to need a score of the results of ts query n order to amelorate hs queerng style. The followng fgure present an embodment example of the search system nto the e-learnng platform O.D.I.S.S.E.A.S. [] (Open Dstance Interactve SyStem for Educatonal Applcatons) wth the JSP (Java Server Pages) technology. In order to prove the functonalty of the proposed system, we analysed a collecton of text and multmeda documents. Although the SOM algorthm can be appled only to text documents, n our collecton we nclude multmeda documents. Multmeda documents are analysed through the annotaton that s created for each pcture. Vdeo and sound. In ths way we have all the collecton n raw text format. They dffer from each other n ther topc and n the document average sze. The test collecton conssts of 57 documents, 65 are multmeda and 92 are textual. The average sze of the documents s 4.55 Kb and the bggest document sze s 3 Kb. Table Summary of the results obtaned from the analyss of the test collectons. Collecton Sze (Kb) Number of Average Docume Average Number Number of Number of Terms

8 Docume nt nt sze of sze Lexcal Form Textual ,789 32,456 Audo ,89 5,678 Image Vdeo ,54 7, Dscusson The proposed system has been evaluated by means of ts usablty by the e-learnng users. The e- learnng users are the teachers who upload new materal n the database and the students who download the teachng materal. In order to measure the applcablty of the system, we have set two questons to the users: Queston : how relevant (n percentage) are the retreved documents to the query compared to ordnary search engne? Queston 2: are you satsfed wth the degree of correlaton of the system? The results of the questons are depcted n Fg. 6. The only dsadvantage of the proposed system s that every tme a new document s uploaded n the database, the learnng process must run for the new document. Ths process s tme consumng and costly. In the future work we are plannng to mprove the applcablty of the system concernng the automatc learnng process. 5 Summary In ths paper s presented the use of the SOM algorthm along wth a tranng algorthm, for document retreval. The applcablty of the algorthm s llustrated n an e-learnng case study. A software component has been constructed to perform ntellgent search n the educatonal documents. The performance of the tranng algorthm usng the MSE measure has been presented. One of the basc ssues concernng the Intellgent Systems s ts ablty to adust and be nstalled nto any platform that requres methods of ntellgent retreval. The system was awarded after ts applcaton n varous tests. Its pedagogcal advantages were underlned not only by the students but also by the nstructors handlng the educatonal materal. The nstructors ganed valuable tme durng ther course as they could retreve nformaton usng smple queres whle students found the ntellgent system necessary at ther self-paced learnng. Moreover, n a future expanson, the system s expected to provde reasons of the confdence estmaton accompaned by the retreved texts. That means that the user wll be suppled wth reasons of the certan search results and the scope of ts query. References: [] A. Drgas, J. Vrettaros and S. Kouremenos. Open Dstance Interactve System for Educatonal Applcatons O.D.S.S.E.A.S. In Proceedngss of the general conference of Samos Technology and learnng n Hgher Educaton (2). [2] J. Honkela, K. Lagus and S. Kask. Selforganzng maps of large document collectons. In Deboeck, G. and Kohonen, T., edtors, Vsual Exploratons n Fnance wth self-organzng Maps, pp Sprnger, London (998) [3] K. Lagus and S. Kask. Keyword selecton method for characterzng text document maps. In Proceedngs of ICANN99, 9th nternatonal Conference on Artfcal Neural Networks, vol., pp , IEE, London (999). [4] T. Kohonen, S. Kask, K. Lagus, J. Honkela, V. Paatero and A. Saarela. Self organzaton of a massve text document collecton. In Oa, E. and Kask, S., edtors, Kohonen Maps pages 7-82, Elsever, Amsterdam (999). [5] K. Lagus, Text retreval usng self-organzed document maps. Techncal Report A6, Helsnk Unversty of Technology, Laboratory of computer and nformaton scence (2). [6] T. Kohonen, Self-organzaton and Assocatve Memory. Thrd edton, Sprger-Verlag. Berln Hedelberg (989). [7] T. Kohonen. Self-Organzaton Maps. Sprnger- Verlag erln Hedelberg [8] A. Salton. Automatc Text processng. Addton- Wesley Publshng Company, Inc, Readng, MA (995). [9] Kohonen. Self-organzaton of very large documents collectons. State of the art. In Nklasson, L., Boden, M., and Zemke, T., edtors, Proceedngs of ICANN98, 8th nternatonal Conference on Artfcal Neural Networks, vol., pp , IEE, London (998). [] G. Deerwester, T. Dumas, W. Furnas, K. Landauer, R. Harshman. Indexng By Latent Semantc Analyss. Journal of the Amercan Socety of Informaton Sceence (99).

9 [] Honkela, S. Kask, T. Kohonen and K. Lagus. Self-organzng maps of very large document collectons: Justfcaton for the WEBSOM method." In Balderahn, I., Mathar, R., and Schader, M., Edtors, Classfcaton, Data Analyss, and Data Hghways, pp Sprnger, Berln (998) [2] R. Perfett, G. Costantn, Assocatve memores on BBS neural networks: a hardwareorented learnng algorthm n WSEAS NNA- FSFS-EC 23, pp [3] I. Trantafyllou, G. Carayanns, Archtectures and Technques for Monolngual and Multlngual Informaton Retreval Systems n a SOM Framework, n WSEAS NNA-FSFS-EC 23 pp Queston Queston 2 Very relevant Very good Better Slghtly better Not Good Bad relevant slghtly relevant Not relevant Bad Fg. 6 The results of the two questons

Outline. Self-Organizing Maps (SOM) US Hebbian Learning, Cntd. The learning rule is Hebbian like:

Outline. Self-Organizing Maps (SOM) US Hebbian Learning, Cntd. The learning rule is Hebbian like: Self-Organzng Maps (SOM) Turgay İBRİKÇİ, PhD. Outlne Introducton Structures of SOM SOM Archtecture Neghborhoods SOM Algorthm Examples Summary 1 2 Unsupervsed Hebban Learnng US Hebban Learnng, Cntd 3 A

More information

Content Based Image Retrieval Using 2-D Discrete Wavelet with Texture Feature with Different Classifiers

Content Based Image Retrieval Using 2-D Discrete Wavelet with Texture Feature with Different Classifiers IOSR Journal of Electroncs and Communcaton Engneerng (IOSR-JECE) e-issn: 78-834,p- ISSN: 78-8735.Volume 9, Issue, Ver. IV (Mar - Apr. 04), PP 0-07 Content Based Image Retreval Usng -D Dscrete Wavelet wth

More information

A Fast Content-Based Multimedia Retrieval Technique Using Compressed Data

A Fast Content-Based Multimedia Retrieval Technique Using Compressed Data A Fast Content-Based Multmeda Retreval Technque Usng Compressed Data Borko Furht and Pornvt Saksobhavvat NSF Multmeda Laboratory Florda Atlantc Unversty, Boca Raton, Florda 3343 ABSTRACT In ths paper,

More information

A Binarization Algorithm specialized on Document Images and Photos

A Binarization Algorithm specialized on Document Images and Photos A Bnarzaton Algorthm specalzed on Document mages and Photos Ergna Kavalleratou Dept. of nformaton and Communcaton Systems Engneerng Unversty of the Aegean kavalleratou@aegean.gr Abstract n ths paper, a

More information

Query Clustering Using a Hybrid Query Similarity Measure

Query Clustering Using a Hybrid Query Similarity Measure Query clusterng usng a hybrd query smlarty measure Fu. L., Goh, D.H., & Foo, S. (2004). WSEAS Transacton on Computers, 3(3), 700-705. Query Clusterng Usng a Hybrd Query Smlarty Measure Ln Fu, Don Hoe-Lan

More information

Learning the Kernel Parameters in Kernel Minimum Distance Classifier

Learning the Kernel Parameters in Kernel Minimum Distance Classifier Learnng the Kernel Parameters n Kernel Mnmum Dstance Classfer Daoqang Zhang 1,, Songcan Chen and Zh-Hua Zhou 1* 1 Natonal Laboratory for Novel Software Technology Nanjng Unversty, Nanjng 193, Chna Department

More information

UB at GeoCLEF Department of Geography Abstract

UB at GeoCLEF Department of Geography   Abstract UB at GeoCLEF 2006 Mguel E. Ruz (1), Stuart Shapro (2), June Abbas (1), Slva B. Southwck (1) and Davd Mark (3) State Unversty of New York at Buffalo (1) Department of Lbrary and Informaton Studes (2) Department

More information

Cluster Analysis of Electrical Behavior

Cluster Analysis of Electrical Behavior Journal of Computer and Communcatons, 205, 3, 88-93 Publshed Onlne May 205 n ScRes. http://www.scrp.org/ournal/cc http://dx.do.org/0.4236/cc.205.350 Cluster Analyss of Electrcal Behavor Ln Lu Ln Lu, School

More information

Parallelism for Nested Loops with Non-uniform and Flow Dependences

Parallelism for Nested Loops with Non-uniform and Flow Dependences Parallelsm for Nested Loops wth Non-unform and Flow Dependences Sam-Jn Jeong Dept. of Informaton & Communcaton Engneerng, Cheonan Unversty, 5, Anseo-dong, Cheonan, Chungnam, 330-80, Korea. seong@cheonan.ac.kr

More information

Performance Evaluation of Information Retrieval Systems

Performance Evaluation of Information Retrieval Systems Why System Evaluaton? Performance Evaluaton of Informaton Retreval Systems Many sldes n ths secton are adapted from Prof. Joydeep Ghosh (UT ECE) who n turn adapted them from Prof. Dk Lee (Unv. of Scence

More information

Using the Self-Organizing Map (SOM) Algorithm, as a Prototype E-Content Retrieval Tool

Using the Self-Organizing Map (SOM) Algorithm, as a Prototype E-Content Retrieval Tool Using the Self-Organizing Map (SOM) Algorithm, as a Prototype E-Content Retrieval Tool Athanasios S. Drigas and John Vrettaros Department of Applied Technologies,NCSR DEMOKRITOS Ag. Paraskeui, Greece {dr,jvr}.imm.demokritos.gr

More information

An Optimal Algorithm for Prufer Codes *

An Optimal Algorithm for Prufer Codes * J. Software Engneerng & Applcatons, 2009, 2: 111-115 do:10.4236/jsea.2009.22016 Publshed Onlne July 2009 (www.scrp.org/journal/jsea) An Optmal Algorthm for Prufer Codes * Xaodong Wang 1, 2, Le Wang 3,

More information

Feature Reduction and Selection

Feature Reduction and Selection Feature Reducton and Selecton Dr. Shuang LIANG School of Software Engneerng TongJ Unversty Fall, 2012 Today s Topcs Introducton Problems of Dmensonalty Feature Reducton Statstc methods Prncpal Components

More information

Improvement of Spatial Resolution Using BlockMatching Based Motion Estimation and Frame. Integration

Improvement of Spatial Resolution Using BlockMatching Based Motion Estimation and Frame. Integration Improvement of Spatal Resoluton Usng BlockMatchng Based Moton Estmaton and Frame Integraton Danya Suga and Takayuk Hamamoto Graduate School of Engneerng, Tokyo Unversty of Scence, 6-3-1, Nuku, Katsuska-ku,

More information

FEATURE EXTRACTION. Dr. K.Vijayarekha. Associate Dean School of Electrical and Electronics Engineering SASTRA University, Thanjavur

FEATURE EXTRACTION. Dr. K.Vijayarekha. Associate Dean School of Electrical and Electronics Engineering SASTRA University, Thanjavur FEATURE EXTRACTION Dr. K.Vjayarekha Assocate Dean School of Electrcal and Electroncs Engneerng SASTRA Unversty, Thanjavur613 41 Jont Intatve of IITs and IISc Funded by MHRD Page 1 of 8 Table of Contents

More information

Description of NTU Approach to NTCIR3 Multilingual Information Retrieval

Description of NTU Approach to NTCIR3 Multilingual Information Retrieval Proceedngs of the Thrd NTCIR Workshop Descrpton of NTU Approach to NTCIR3 Multlngual Informaton Retreval Wen-Cheng Ln and Hsn-Hs Chen Department of Computer Scence and Informaton Engneerng Natonal Tawan

More information

Subspace clustering. Clustering. Fundamental to all clustering techniques is the choice of distance measure between data points;

Subspace clustering. Clustering. Fundamental to all clustering techniques is the choice of distance measure between data points; Subspace clusterng Clusterng Fundamental to all clusterng technques s the choce of dstance measure between data ponts; D q ( ) ( ) 2 x x = x x, j k = 1 k jk Squared Eucldean dstance Assumpton: All features

More information

Compiler Design. Spring Register Allocation. Sample Exercises and Solutions. Prof. Pedro C. Diniz

Compiler Design. Spring Register Allocation. Sample Exercises and Solutions. Prof. Pedro C. Diniz Compler Desgn Sprng 2014 Regster Allocaton Sample Exercses and Solutons Prof. Pedro C. Dnz USC / Informaton Scences Insttute 4676 Admralty Way, Sute 1001 Marna del Rey, Calforna 90292 pedro@s.edu Regster

More information

A Knowledge Management System for Organizing MEDLINE Database

A Knowledge Management System for Organizing MEDLINE Database A Knowledge Management System for Organzng MEDLINE Database Hyunk Km, Su-Shng Chen Computer and Informaton Scence Engneerng Department, Unversty of Florda, Ganesvlle, Florda 32611, USA Wth the exploson

More information

A Unified Framework for Semantics and Feature Based Relevance Feedback in Image Retrieval Systems

A Unified Framework for Semantics and Feature Based Relevance Feedback in Image Retrieval Systems A Unfed Framework for Semantcs and Feature Based Relevance Feedback n Image Retreval Systems Ye Lu *, Chunhu Hu 2, Xngquan Zhu 3*, HongJang Zhang 2, Qang Yang * School of Computng Scence Smon Fraser Unversty

More information

Term Weighting Classification System Using the Chi-square Statistic for the Classification Subtask at NTCIR-6 Patent Retrieval Task

Term Weighting Classification System Using the Chi-square Statistic for the Classification Subtask at NTCIR-6 Patent Retrieval Task Proceedngs of NTCIR-6 Workshop Meetng, May 15-18, 2007, Tokyo, Japan Term Weghtng Classfcaton System Usng the Ch-square Statstc for the Classfcaton Subtask at NTCIR-6 Patent Retreval Task Kotaro Hashmoto

More information

SLAM Summer School 2006 Practical 2: SLAM using Monocular Vision

SLAM Summer School 2006 Practical 2: SLAM using Monocular Vision SLAM Summer School 2006 Practcal 2: SLAM usng Monocular Vson Javer Cvera, Unversty of Zaragoza Andrew J. Davson, Imperal College London J.M.M Montel, Unversty of Zaragoza. josemar@unzar.es, jcvera@unzar.es,

More information

Classifying Acoustic Transient Signals Using Artificial Intelligence

Classifying Acoustic Transient Signals Using Artificial Intelligence Classfyng Acoustc Transent Sgnals Usng Artfcal Intellgence Steve Sutton, Unversty of North Carolna At Wlmngton (suttons@charter.net) Greg Huff, Unversty of North Carolna At Wlmngton (jgh7476@uncwl.edu)

More information

KOHONEN'S SELF ORGANIZING NETWORKS WITH "CONSCIENCE"

KOHONEN'S SELF ORGANIZING NETWORKS WITH CONSCIENCE Kohonen's Self Organzng Maps and ther use n Interpretaton, Dr. M. Turhan (Tury) Taner, Rock Sold Images Page: 1 KOHONEN'S SELF ORGANIZING NETWORKS WITH "CONSCIENCE" By: Dr. M. Turhan (Tury) Taner, Rock

More information

Machine Learning 9. week

Machine Learning 9. week Machne Learnng 9. week Mappng Concept Radal Bass Functons (RBF) RBF Networks 1 Mappng It s probably the best scenaro for the classfcaton of two dataset s to separate them lnearly. As you see n the below

More information

Classifier Selection Based on Data Complexity Measures *

Classifier Selection Based on Data Complexity Measures * Classfer Selecton Based on Data Complexty Measures * Edth Hernández-Reyes, J.A. Carrasco-Ochoa, and J.Fco. Martínez-Trndad Natonal Insttute for Astrophyscs, Optcs and Electroncs, Lus Enrque Erro No.1 Sta.

More information

Detection of an Object by using Principal Component Analysis

Detection of an Object by using Principal Component Analysis Detecton of an Object by usng Prncpal Component Analyss 1. G. Nagaven, 2. Dr. T. Sreenvasulu Reddy 1. M.Tech, Department of EEE, SVUCE, Trupath, Inda. 2. Assoc. Professor, Department of ECE, SVUCE, Trupath,

More information

Visual Thesaurus for Color Image Retrieval using Self-Organizing Maps

Visual Thesaurus for Color Image Retrieval using Self-Organizing Maps Vsual Thesaurus for Color Image Retreval usng Self-Organzng Maps Chrstopher C. Yang and Mlo K. Yp Department of System Engneerng and Engneerng Management The Chnese Unversty of Hong Kong, Hong Kong ABSTRACT

More information

Problem Definitions and Evaluation Criteria for Computational Expensive Optimization

Problem Definitions and Evaluation Criteria for Computational Expensive Optimization Problem efntons and Evaluaton Crtera for Computatonal Expensve Optmzaton B. Lu 1, Q. Chen and Q. Zhang 3, J. J. Lang 4, P. N. Suganthan, B. Y. Qu 6 1 epartment of Computng, Glyndwr Unversty, UK Faclty

More information

Module Management Tool in Software Development Organizations

Module Management Tool in Software Development Organizations Journal of Computer Scence (5): 8-, 7 ISSN 59-66 7 Scence Publcatons Management Tool n Software Development Organzatons Ahmad A. Al-Rababah and Mohammad A. Al-Rababah Faculty of IT, Al-Ahlyyah Amman Unversty,

More information

Steps for Computing the Dissimilarity, Entropy, Herfindahl-Hirschman and. Accessibility (Gravity with Competition) Indices

Steps for Computing the Dissimilarity, Entropy, Herfindahl-Hirschman and. Accessibility (Gravity with Competition) Indices Steps for Computng the Dssmlarty, Entropy, Herfndahl-Hrschman and Accessblty (Gravty wth Competton) Indces I. Dssmlarty Index Measurement: The followng formula can be used to measure the evenness between

More information

BRDPHHC: A Balance RDF Data Partitioning Algorithm based on Hybrid Hierarchical Clustering

BRDPHHC: A Balance RDF Data Partitioning Algorithm based on Hybrid Hierarchical Clustering 015 IEEE 17th Internatonal Conference on Hgh Performance Computng and Communcatons (HPCC), 015 IEEE 7th Internatonal Symposum on Cyberspace Safety and Securty (CSS), and 015 IEEE 1th Internatonal Conf

More information

Lecture 5: Multilayer Perceptrons

Lecture 5: Multilayer Perceptrons Lecture 5: Multlayer Perceptrons Roger Grosse 1 Introducton So far, we ve only talked about lnear models: lnear regresson and lnear bnary classfers. We noted that there are functons that can t be represented

More information

Decision Strategies for Rating Objects in Knowledge-Shared Research Networks

Decision Strategies for Rating Objects in Knowledge-Shared Research Networks Decson Strateges for Ratng Objects n Knowledge-Shared Research etwors ALEXADRA GRACHAROVA *, HAS-JOACHM ER **, HASSA OUR ELD ** OM SUUROE ***, HARR ARAKSE *** * nsttute of Control and System Research,

More information

A Clustering Algorithm for Key Frame Extraction Based on Density Peak

A Clustering Algorithm for Key Frame Extraction Based on Density Peak Journal of Computer and Communcatons, 2018, 6, 118-128 http://www.scrp.org/ournal/cc ISSN Onlne: 2327-5227 ISSN Prnt: 2327-5219 A Clusterng Algorthm for Key Frame Extracton Based on Densty Peak Hong Zhao

More information

A Fast Visual Tracking Algorithm Based on Circle Pixels Matching

A Fast Visual Tracking Algorithm Based on Circle Pixels Matching A Fast Vsual Trackng Algorthm Based on Crcle Pxels Matchng Zhqang Hou hou_zhq@sohu.com Chongzhao Han czhan@mal.xjtu.edu.cn Ln Zheng Abstract: A fast vsual trackng algorthm based on crcle pxels matchng

More information

The Effect of Similarity Measures on The Quality of Query Clusters

The Effect of Similarity Measures on The Quality of Query Clusters The effect of smlarty measures on the qualty of query clusters. Fu. L., Goh, D.H., Foo, S., & Na, J.C. (2004). Journal of Informaton Scence, 30(5) 396-407 The Effect of Smlarty Measures on The Qualty of

More information

Sequential search. Building Java Programs Chapter 13. Sequential search. Sequential search

Sequential search. Building Java Programs Chapter 13. Sequential search. Sequential search Sequental search Buldng Java Programs Chapter 13 Searchng and Sortng sequental search: Locates a target value n an array/lst by examnng each element from start to fnsh. How many elements wll t need to

More information

Laplacian Eigenmap for Image Retrieval

Laplacian Eigenmap for Image Retrieval Laplacan Egenmap for Image Retreval Xaofe He Partha Nyog Department of Computer Scence The Unversty of Chcago, 1100 E 58 th Street, Chcago, IL 60637 ABSTRACT Dmensonalty reducton has been receved much

More information

Face Recognition University at Buffalo CSE666 Lecture Slides Resources:

Face Recognition University at Buffalo CSE666 Lecture Slides Resources: Face Recognton Unversty at Buffalo CSE666 Lecture Sldes Resources: http://www.face-rec.org/algorthms/ Overvew of face recognton algorthms Correlaton - Pxel based correspondence between two face mages Structural

More information

The Codesign Challenge

The Codesign Challenge ECE 4530 Codesgn Challenge Fall 2007 Hardware/Software Codesgn The Codesgn Challenge Objectves In the codesgn challenge, your task s to accelerate a gven software reference mplementaton as fast as possble.

More information

A PATTERN RECOGNITION APPROACH TO IMAGE SEGMENTATION

A PATTERN RECOGNITION APPROACH TO IMAGE SEGMENTATION 1 THE PUBLISHING HOUSE PROCEEDINGS OF THE ROMANIAN ACADEMY, Seres A, OF THE ROMANIAN ACADEMY Volume 4, Number 2/2003, pp.000-000 A PATTERN RECOGNITION APPROACH TO IMAGE SEGMENTATION Tudor BARBU Insttute

More information

An Entropy-Based Approach to Integrated Information Needs Assessment

An Entropy-Based Approach to Integrated Information Needs Assessment Dstrbuton Statement A: Approved for publc release; dstrbuton s unlmted. An Entropy-Based Approach to ntegrated nformaton Needs Assessment June 8, 2004 Wllam J. Farrell Lockheed Martn Advanced Technology

More information

Course Introduction. Algorithm 8/31/2017. COSC 320 Advanced Data Structures and Algorithms. COSC 320 Advanced Data Structures and Algorithms

Course Introduction. Algorithm 8/31/2017. COSC 320 Advanced Data Structures and Algorithms. COSC 320 Advanced Data Structures and Algorithms Course Introducton Course Topcs Exams, abs, Proects A quc loo at a few algorthms 1 Advanced Data Structures and Algorthms Descrpton: We are gong to dscuss algorthm complexty analyss, algorthm desgn technques

More information

An Image Fusion Approach Based on Segmentation Region

An Image Fusion Approach Based on Segmentation Region Rong Wang, L-Qun Gao, Shu Yang, Yu-Hua Cha, and Yan-Chun Lu An Image Fuson Approach Based On Segmentaton Regon An Image Fuson Approach Based on Segmentaton Regon Rong Wang, L-Qun Gao, Shu Yang 3, Yu-Hua

More information

PRÉSENTATIONS DE PROJETS

PRÉSENTATIONS DE PROJETS PRÉSENTATIONS DE PROJETS Rex Onlne (V. Atanasu) What s Rex? Rex s an onlne browser for collectons of wrtten documents [1]. Asde ths core functon t has however many other applcatons that make t nterestng

More information

R s s f. m y s. SPH3UW Unit 7.3 Spherical Concave Mirrors Page 1 of 12. Notes

R s s f. m y s. SPH3UW Unit 7.3 Spherical Concave Mirrors Page 1 of 12. Notes SPH3UW Unt 7.3 Sphercal Concave Mrrors Page 1 of 1 Notes Physcs Tool box Concave Mrror If the reflectng surface takes place on the nner surface of the sphercal shape so that the centre of the mrror bulges

More information

Searching Large Image Databases using Color Information

Searching Large Image Databases using Color Information Searchng Large Image Databases usng Color Informaton Ioan Racu CMSC350: Artfcal Intellgence Wnter Quarter 2004 Department of Computer Scence Unversty of Chcago racu@cs.uchcago.edu ABSTRACT The goal of

More information

A Deflected Grid-based Algorithm for Clustering Analysis

A Deflected Grid-based Algorithm for Clustering Analysis A Deflected Grd-based Algorthm for Clusterng Analyss NANCY P. LIN, CHUNG-I CHANG, HAO-EN CHUEH, HUNG-JEN CHEN, WEI-HUA HAO Department of Computer Scence and Informaton Engneerng Tamkang Unversty 5 Yng-chuan

More information

Hermite Splines in Lie Groups as Products of Geodesics

Hermite Splines in Lie Groups as Products of Geodesics Hermte Splnes n Le Groups as Products of Geodescs Ethan Eade Updated May 28, 2017 1 Introducton 1.1 Goal Ths document defnes a curve n the Le group G parametrzed by tme and by structural parameters n the

More information

Optimizing Document Scoring for Query Retrieval

Optimizing Document Scoring for Query Retrieval Optmzng Document Scorng for Query Retreval Brent Ellwen baellwe@cs.stanford.edu Abstract The goal of ths project was to automate the process of tunng a document query engne. Specfcally, I used machne learnng

More information

Mathematics 256 a course in differential equations for engineering students

Mathematics 256 a course in differential equations for engineering students Mathematcs 56 a course n dfferental equatons for engneerng students Chapter 5. More effcent methods of numercal soluton Euler s method s qute neffcent. Because the error s essentally proportonal to the

More information

Video Content Representation using Optimal Extraction of Frames and Scenes

Video Content Representation using Optimal Extraction of Frames and Scenes Vdeo Content Representaton usng Optmal Etracton of rames and Scenes Nkolaos D. Doulam Anastasos D. Doulam Yanns S. Avrths and Stefanos D. ollas Natonal Techncal Unversty of Athens Department of Electrcal

More information

Support Vector Machines

Support Vector Machines /9/207 MIST.6060 Busness Intellgence and Data Mnng What are Support Vector Machnes? Support Vector Machnes Support Vector Machnes (SVMs) are supervsed learnng technques that analyze data and recognze patterns.

More information

The Research of Support Vector Machine in Agricultural Data Classification

The Research of Support Vector Machine in Agricultural Data Classification The Research of Support Vector Machne n Agrcultural Data Classfcaton Le Sh, Qguo Duan, Xnmng Ma, Me Weng College of Informaton and Management Scence, HeNan Agrcultural Unversty, Zhengzhou 45000 Chna Zhengzhou

More information

Recommended Items Rating Prediction based on RBF Neural Network Optimized by PSO Algorithm

Recommended Items Rating Prediction based on RBF Neural Network Optimized by PSO Algorithm Recommended Items Ratng Predcton based on RBF Neural Network Optmzed by PSO Algorthm Chengfang Tan, Cayn Wang, Yuln L and Xx Q Abstract In order to mtgate the data sparsty and cold-start problems of recommendaton

More information

Object-Based Techniques for Image Retrieval

Object-Based Techniques for Image Retrieval 54 Zhang, Gao, & Luo Chapter VII Object-Based Technques for Image Retreval Y. J. Zhang, Tsnghua Unversty, Chna Y. Y. Gao, Tsnghua Unversty, Chna Y. Luo, Tsnghua Unversty, Chna ABSTRACT To overcome the

More information

Available online at Available online at Advanced in Control Engineering and Information Science

Available online at   Available online at   Advanced in Control Engineering and Information Science Avalable onlne at wwwscencedrectcom Avalable onlne at wwwscencedrectcom Proceda Proceda Engneerng Engneerng 00 (2011) 15000 000 (2011) 1642 1646 Proceda Engneerng wwwelsevercom/locate/proceda Advanced

More information

Machine Learning: Algorithms and Applications

Machine Learning: Algorithms and Applications 14/05/1 Machne Learnng: Algorthms and Applcatons Florano Zn Free Unversty of Bozen-Bolzano Faculty of Computer Scence Academc Year 011-01 Lecture 10: 14 May 01 Unsupervsed Learnng cont Sldes courtesy of

More information

Web Document Classification Based on Fuzzy Association

Web Document Classification Based on Fuzzy Association Web Document Classfcaton Based on Fuzzy Assocaton Choochart Haruechayasa, Me-Lng Shyu Department of Electrcal and Computer Engneerng Unversty of Mam Coral Gables, FL 33124, USA charuech@mam.edu, shyu@mam.edu

More information

Semantic Image Retrieval Using Region Based Inverted File

Semantic Image Retrieval Using Region Based Inverted File Semantc Image Retreval Usng Regon Based Inverted Fle Dengsheng Zhang, Md Monrul Islam, Guoun Lu and Jn Hou 2 Gppsland School of Informaton Technology, Monash Unversty Churchll, VIC 3842, Australa E-mal:

More information

Efficient Content Representation in MPEG Video Databases

Efficient Content Representation in MPEG Video Databases Effcent Content Representaton n MPEG Vdeo Databases Yanns S. Avrths, Nkolaos D. Doulams, Anastasos D. Doulams and Stefanos D. Kollas Department of Electrcal and Computer Engneerng Natonal Techncal Unversty

More information

Programming in Fortran 90 : 2017/2018

Programming in Fortran 90 : 2017/2018 Programmng n Fortran 90 : 2017/2018 Programmng n Fortran 90 : 2017/2018 Exercse 1 : Evaluaton of functon dependng on nput Wrte a program who evaluate the functon f (x,y) for any two user specfed values

More information

Hybrid Non-Blind Color Image Watermarking

Hybrid Non-Blind Color Image Watermarking Hybrd Non-Blnd Color Image Watermarkng Ms C.N.Sujatha 1, Dr. P. Satyanarayana 2 1 Assocate Professor, Dept. of ECE, SNIST, Yamnampet, Ghatkesar Hyderabad-501301, Telangana 2 Professor, Dept. of ECE, AITS,

More information

APPLICATION OF MULTIVARIATE LOSS FUNCTION FOR ASSESSMENT OF THE QUALITY OF TECHNOLOGICAL PROCESS MANAGEMENT

APPLICATION OF MULTIVARIATE LOSS FUNCTION FOR ASSESSMENT OF THE QUALITY OF TECHNOLOGICAL PROCESS MANAGEMENT 3. - 5. 5., Brno, Czech Republc, EU APPLICATION OF MULTIVARIATE LOSS FUNCTION FOR ASSESSMENT OF THE QUALITY OF TECHNOLOGICAL PROCESS MANAGEMENT Abstract Josef TOŠENOVSKÝ ) Lenka MONSPORTOVÁ ) Flp TOŠENOVSKÝ

More information

An Application of the Dulmage-Mendelsohn Decomposition to Sparse Null Space Bases of Full Row Rank Matrices

An Application of the Dulmage-Mendelsohn Decomposition to Sparse Null Space Bases of Full Row Rank Matrices Internatonal Mathematcal Forum, Vol 7, 2012, no 52, 2549-2554 An Applcaton of the Dulmage-Mendelsohn Decomposton to Sparse Null Space Bases of Full Row Rank Matrces Mostafa Khorramzadeh Department of Mathematcal

More information

3D vector computer graphics

3D vector computer graphics 3D vector computer graphcs Paolo Varagnolo: freelance engneer Padova Aprl 2016 Prvate Practce ----------------------------------- 1. Introducton Vector 3D model representaton n computer graphcs requres

More information

Image Representation & Visualization Basic Imaging Algorithms Shape Representation and Analysis. outline

Image Representation & Visualization Basic Imaging Algorithms Shape Representation and Analysis. outline mage Vsualzaton mage Vsualzaton mage Representaton & Vsualzaton Basc magng Algorthms Shape Representaton and Analyss outlne mage Representaton & Vsualzaton Basc magng Algorthms Shape Representaton and

More information

Load Balancing for Hex-Cell Interconnection Network

Load Balancing for Hex-Cell Interconnection Network Int. J. Communcatons, Network and System Scences,,, - Publshed Onlne Aprl n ScRes. http://www.scrp.org/journal/jcns http://dx.do.org/./jcns.. Load Balancng for Hex-Cell Interconnecton Network Saher Manaseer,

More information

6.854 Advanced Algorithms Petar Maymounkov Problem Set 11 (November 23, 2005) With: Benjamin Rossman, Oren Weimann, and Pouya Kheradpour

6.854 Advanced Algorithms Petar Maymounkov Problem Set 11 (November 23, 2005) With: Benjamin Rossman, Oren Weimann, and Pouya Kheradpour 6.854 Advanced Algorthms Petar Maymounkov Problem Set 11 (November 23, 2005) Wth: Benjamn Rossman, Oren Wemann, and Pouya Kheradpour Problem 1. We reduce vertex cover to MAX-SAT wth weghts, such that the

More information

Lobachevsky State University of Nizhni Novgorod. Polyhedron. Quick Start Guide

Lobachevsky State University of Nizhni Novgorod. Polyhedron. Quick Start Guide Lobachevsky State Unversty of Nzhn Novgorod Polyhedron Quck Start Gude Nzhn Novgorod 2016 Contents Specfcaton of Polyhedron software... 3 Theoretcal background... 4 1. Interface of Polyhedron... 6 1.1.

More information

A CALCULATION METHOD OF DEEP WEB ENTITIES RECOGNITION

A CALCULATION METHOD OF DEEP WEB ENTITIES RECOGNITION A CALCULATION METHOD OF DEEP WEB ENTITIES RECOGNITION 1 FENG YONG, DANG XIAO-WAN, 3 XU HONG-YAN School of Informaton, Laonng Unversty, Shenyang Laonng E-mal: 1 fyxuhy@163.com, dangxaowan@163.com, 3 xuhongyan_lndx@163.com

More information

TECHNIQUE OF FORMATION HOMOGENEOUS SAMPLE SAME OBJECTS. Muradaliyev A.Z.

TECHNIQUE OF FORMATION HOMOGENEOUS SAMPLE SAME OBJECTS. Muradaliyev A.Z. TECHNIQUE OF FORMATION HOMOGENEOUS SAMPLE SAME OBJECTS Muradalyev AZ Azerbajan Scentfc-Research and Desgn-Prospectng Insttute of Energetc AZ1012, Ave HZardab-94 E-mal:aydn_murad@yahoocom Importance of

More information

Comparison Study of Textural Descriptors for Training Neural Network Classifiers

Comparison Study of Textural Descriptors for Training Neural Network Classifiers Comparson Study of Textural Descrptors for Tranng Neural Network Classfers G.D. MAGOULAS (1) S.A. KARKANIS (1) D.A. KARRAS () and M.N. VRAHATIS (3) (1) Department of Informatcs Unversty of Athens GR-157.84

More information

Outline. Discriminative classifiers for image recognition. Where in the World? A nearest neighbor recognition example 4/14/2011. CS 376 Lecture 22 1

Outline. Discriminative classifiers for image recognition. Where in the World? A nearest neighbor recognition example 4/14/2011. CS 376 Lecture 22 1 4/14/011 Outlne Dscrmnatve classfers for mage recognton Wednesday, Aprl 13 Krsten Grauman UT-Austn Last tme: wndow-based generc obect detecton basc ppelne face detecton wth boostng as case study Today:

More information

On Some Entertaining Applications of the Concept of Set in Computer Science Course

On Some Entertaining Applications of the Concept of Set in Computer Science Course On Some Entertanng Applcatons of the Concept of Set n Computer Scence Course Krasmr Yordzhev *, Hrstna Kostadnova ** * Assocate Professor Krasmr Yordzhev, Ph.D., Faculty of Mathematcs and Natural Scences,

More information

Tsinghua University at TAC 2009: Summarizing Multi-documents by Information Distance

Tsinghua University at TAC 2009: Summarizing Multi-documents by Information Distance Tsnghua Unversty at TAC 2009: Summarzng Mult-documents by Informaton Dstance Chong Long, Mnle Huang, Xaoyan Zhu State Key Laboratory of Intellgent Technology and Systems, Tsnghua Natonal Laboratory for

More information

Problem Set 3 Solutions

Problem Set 3 Solutions Introducton to Algorthms October 4, 2002 Massachusetts Insttute of Technology 6046J/18410J Professors Erk Demane and Shaf Goldwasser Handout 14 Problem Set 3 Solutons (Exercses were not to be turned n,

More information

Deep Classification in Large-scale Text Hierarchies

Deep Classification in Large-scale Text Hierarchies Deep Classfcaton n Large-scale Text Herarches Gu-Rong Xue Dkan Xng Qang Yang 2 Yong Yu Dept. of Computer Scence and Engneerng Shangha Jao-Tong Unversty {grxue, dkxng, yyu}@apex.sjtu.edu.cn 2 Hong Kong

More information

Optimal Workload-based Weighted Wavelet Synopses

Optimal Workload-based Weighted Wavelet Synopses Optmal Workload-based Weghted Wavelet Synopses Yoss Matas School of Computer Scence Tel Avv Unversty Tel Avv 69978, Israel matas@tau.ac.l Danel Urel School of Computer Scence Tel Avv Unversty Tel Avv 69978,

More information

CSCI 5417 Information Retrieval Systems Jim Martin!

CSCI 5417 Information Retrieval Systems Jim Martin! CSCI 5417 Informaton Retreval Systems Jm Martn! Lecture 11 9/29/2011 Today 9/29 Classfcaton Naïve Bayes classfcaton Ungram LM 1 Where we are... Bascs of ad hoc retreval Indexng Term weghtng/scorng Cosne

More information

SAO: A Stream Index for Answering Linear Optimization Queries

SAO: A Stream Index for Answering Linear Optimization Queries SAO: A Stream Index for Answerng near Optmzaton Queres Gang uo Kun-ung Wu Phlp S. Yu IBM T.J. Watson Research Center {luog, klwu, psyu}@us.bm.com Abstract near optmzaton queres retreve the top-k tuples

More information

Semantic Illustration Retrieval for Very Large Data Set

Semantic Illustration Retrieval for Very Large Data Set Semantc Illustraton Retreval for Very Large Data Set Song Ka, Huang Te-Jun, Tan Yong-Hong Dgtal Meda Lab, Insttute of Computng Technology, Chnese Academy of Scences Beng, 00080, R Chna Insttute for Dgtal

More information

News. Recap: While Loop Example. Reading. Recap: Do Loop Example. Recap: For Loop Example

News. Recap: While Loop Example. Reading. Recap: Do Loop Example. Recap: For Loop Example Unversty of Brtsh Columba CPSC, Intro to Computaton Jan-Apr Tamara Munzner News Assgnment correctons to ASCIIArtste.java posted defntely read WebCT bboards Arrays Lecture, Tue Feb based on sldes by Kurt

More information

S1 Note. Basis functions.

S1 Note. Basis functions. S1 Note. Bass functons. Contents Types of bass functons...1 The Fourer bass...2 B-splne bass...3 Power and type I error rates wth dfferent numbers of bass functons...4 Table S1. Smulaton results of type

More information

Online Text Mining System based on M2VSM

Online Text Mining System based on M2VSM FR-E2-1 SCIS & ISIS 2008 Onlne Text Mnng System based on M2VSM Yasufum Takama 1, Takash Okada 1, Toru Ishbash 2 1. Tokyo Metropoltan Unversty, 2. Tokyo Metropoltan Insttute of Technology 6-6 Asahgaoka,

More information

Development of an Active Shape Model. Using the Discrete Cosine Transform

Development of an Active Shape Model. Using the Discrete Cosine Transform Development of an Actve Shape Model Usng the Dscrete Cosne Transform Kotaro Yasuda A Thess n The Department of Electrcal and Computer Engneerng Presented n Partal Fulfllment of the Requrements for the

More information

Fuzzy C-Means Initialized by Fixed Threshold Clustering for Improving Image Retrieval

Fuzzy C-Means Initialized by Fixed Threshold Clustering for Improving Image Retrieval Fuzzy -Means Intalzed by Fxed Threshold lusterng for Improvng Image Retreval NAWARA HANSIRI, SIRIPORN SUPRATID,HOM KIMPAN 3 Faculty of Informaton Technology Rangst Unversty Muang-Ake, Paholyotn Road, Patumtan,

More information

Unsupervised Learning and Clustering

Unsupervised Learning and Clustering Unsupervsed Learnng and Clusterng Supervsed vs. Unsupervsed Learnng Up to now we consdered supervsed learnng scenaro, where we are gven 1. samples 1,, n 2. class labels for all samples 1,, n Ths s also

More information

ON SOME ENTERTAINING APPLICATIONS OF THE CONCEPT OF SET IN COMPUTER SCIENCE COURSE

ON SOME ENTERTAINING APPLICATIONS OF THE CONCEPT OF SET IN COMPUTER SCIENCE COURSE Yordzhev K., Kostadnova H. Інформаційні технології в освіті ON SOME ENTERTAINING APPLICATIONS OF THE CONCEPT OF SET IN COMPUTER SCIENCE COURSE Yordzhev K., Kostadnova H. Some aspects of programmng educaton

More information

Learning-Based Top-N Selection Query Evaluation over Relational Databases

Learning-Based Top-N Selection Query Evaluation over Relational Databases Learnng-Based Top-N Selecton Query Evaluaton over Relatonal Databases Lang Zhu *, Wey Meng ** * School of Mathematcs and Computer Scence, Hebe Unversty, Baodng, Hebe 071002, Chna, zhu@mal.hbu.edu.cn **

More information

Professional competences training path for an e-commerce major, based on the ISM method

Professional competences training path for an e-commerce major, based on the ISM method World Transactons on Engneerng and Technology Educaton Vol.14, No.4, 2016 2016 WIETE Professonal competences tranng path for an e-commerce maor, based on the ISM method Ru Wang, Pn Peng, L-gang Lu & Lng

More information

Can We Beat the Prefix Filtering? An Adaptive Framework for Similarity Join and Search

Can We Beat the Prefix Filtering? An Adaptive Framework for Similarity Join and Search Can We Beat the Prefx Flterng? An Adaptve Framework for Smlarty Jon and Search Jannan Wang Guolang L Janhua Feng Department of Computer Scence and Technology, Tsnghua Natonal Laboratory for Informaton

More information

Proper Choice of Data Used for the Estimation of Datum Transformation Parameters

Proper Choice of Data Used for the Estimation of Datum Transformation Parameters Proper Choce of Data Used for the Estmaton of Datum Transformaton Parameters Hakan S. KUTOGLU, Turkey Key words: Coordnate systems; transformaton; estmaton, relablty. SUMMARY Advances n technologes and

More information

A New Approach For the Ranking of Fuzzy Sets With Different Heights

A New Approach For the Ranking of Fuzzy Sets With Different Heights New pproach For the ankng of Fuzzy Sets Wth Dfferent Heghts Pushpnder Sngh School of Mathematcs Computer pplcatons Thapar Unversty, Patala-7 00 Inda pushpndersnl@gmalcom STCT ankng of fuzzy sets plays

More information

VISUAL SELECTION OF SURFACE FEATURES DURING THEIR GEOMETRIC SIMULATION WITH THE HELP OF COMPUTER TECHNOLOGIES

VISUAL SELECTION OF SURFACE FEATURES DURING THEIR GEOMETRIC SIMULATION WITH THE HELP OF COMPUTER TECHNOLOGIES UbCC 2011, Volume 6, 5002981-x manuscrpts OPEN ACCES UbCC Journal ISSN 1992-8424 www.ubcc.org VISUAL SELECTION OF SURFACE FEATURES DURING THEIR GEOMETRIC SIMULATION WITH THE HELP OF COMPUTER TECHNOLOGIES

More information

Background Removal in Image indexing and Retrieval

Background Removal in Image indexing and Retrieval Background Removal n Image ndexng and Retreval Y Lu and Hong Guo Department of Electrcal and Computer Engneerng The Unversty of Mchgan-Dearborn Dearborn Mchgan 4818-1491, U.S.A. Voce: 313-593-508, Fax:

More information

TOWARDS ADVANCED DATA RETRIEVAL FROM LEARNING OBJECTS REPOSITORIES

TOWARDS ADVANCED DATA RETRIEVAL FROM LEARNING OBJECTS REPOSITORIES The Fourth Internatonal Conference on e-learnng (elearnng-03), 6-7 September 03, Belgrade, Serba TOWARDS ADVANCED DATA RETRIEVAL FROM LEARNING OBJECTS REPOSITORIES VALENTINA PAUNOVIĆ Belgrade Metropoltan

More information

Correlative features for the classification of textural images

Correlative features for the classification of textural images Correlatve features for the classfcaton of textural mages M A Turkova 1 and A V Gadel 1, 1 Samara Natonal Research Unversty, Moskovskoe Shosse 34, Samara, Russa, 443086 Image Processng Systems Insttute

More information

An Iterative Solution Approach to Process Plant Layout using Mixed Integer Optimisation

An Iterative Solution Approach to Process Plant Layout using Mixed Integer Optimisation 17 th European Symposum on Computer Aded Process Engneerng ESCAPE17 V. Plesu and P.S. Agach (Edtors) 2007 Elsever B.V. All rghts reserved. 1 An Iteratve Soluton Approach to Process Plant Layout usng Mxed

More information