Face Recognition using Supervised & Unsupervised Techniques

Size: px
Start display at page:

Download "Face Recognition using Supervised & Unsupervised Techniques"

Transcription

1 Natoal Uversty of Sgapore EE5907-Patter recogto-2 NAIONAL UNIVERSIY OF SINGAPORE EE5907 Patter Recogto Project Part-2 Face Recogto usg Supervsed & Usupervsed echques SUBMIED BY: SUDEN NAME: harapa Reddy Gar Ob Reddy SUDEN NUMBER: A A -ID: PROF: Dr. Shucheg Ya Ob Reddy A A

2 Natoal Uversty of Sgapore EE5907-Patter recogto-2 Abstract hs project maly focuses o feature dmesoalty reducto techques lke PA, NMF (usupervsed) ad LDA (supervsed). hese are studed thoroughly ad mplemeted o Yale exteded face database the face recogto s carred out by usg smplest supervsed classfer earest eghbour (NN). Smplfed Yale exteded face database B havg 244 mages of 38 huma subjects early 64 mages per subject, s cosdered to do the expermets Mat lab ad the results are aalysed. Itroducto I recet years face recogto has receved more atteto from research due to the scope for umerable real tme applcatos based o huma face recogto. A complete patter recogto system cossts of: ) a sesor that gathers the observatos to be classfed or descrbed, ) a feature extracto mechasm that computes umerc or symbolc formato from the observatos, ) Feature dmesoalty s reduced v) a classfcato or descrpto scheme that does the actual job of classfyg or descrbg observatos, based o the extracted features. here are may databases avalable to solve patter recogto problem out of these Yale exteded face database B s chose to aalyse the dmesoalty reducto techques performace. About Feature s Each mage vector s a two dmesoal vector of 32x32, X ϵ { } S s the total space of the extracted data set ad each vector whch s more coveetly represeted oe dmesoal as x024, X ϵ { } elemets s the pxel value the mage. Due to varats such as vewg agles, llumato, facal expresso ad so o, the facal feature vector obtaed ca have radom varatos. Gve two smplfed databases oe s YaleB_32x32.mat ad the other s corrected llumato YaleB_32x32_corrected.mat supportable mat lab. Data set s dvded to p=20 ad p=50 splts wth each splt havg some trag ad test samples. otal samples or subjects are 38 ad the umber of mages data set s 244 mages each sample has got approxmately 64 mages. Reducg the dmeso of the features ad the classfy the gve test samples wth 0% error rate s the objectve. Supervsed learg: s the mache learg task of geeralzg a fucto from supervsed trag data. Usupervsed Learg: s a class of problems whch oe seeks to determe how the data s orgazed. Nearest Neghbour lassfer: hs classfer works o the bass of appearace, by comparg wth all the mages avalable ts trag set ad gets the label of the sample whose dfferece s less. hs dfferece betwee two face mage vectors or trag ad a test sample s calculated by Eucldea dstace. NN classfer s also called -NN classfer whch s a case of K-NN classfer wth k=. Let the test samples are Y ϵ { } x024 ad the trag samples are X ϵ { } x024 Eucldea dstace betwee a test ad trag sample face mage s foud by the below formula Ob Reddy A A 2

3 Natoal Uversty of Sgapore EE5907-Patter recogto-2 he process followed mplemetg -NN or Nearest eghbour classfer Each sample wth the data set has a class label the set, lass = {c,...,c }. he test sample earest eghbour the trag set s the foud by fdg Eucldea dstace betwee the test sample ad all the trag samples. he closest trag sample label s the assged to the test sample.. Normalzed the data set to uty. Dmesoalty reducto s to make the hgher dmesoal feature space to low dmesoal whch makes easy to classfy the data computatoally. 2. Prcpal compoet aalyss (PA): PA removes the uwated formato ad precsely decomposes the face structure to orthogoal (ucorrelated) compoets kow as Ege faces. hs method learly projects data to low dmesoal feature space. hs retas as much as possble varato preset the orgal data. Steps followed mplemetato of PA Normalze the data set to uty. Mea of trag samples features s calculated. Subtract the mea from every trag mage vector. alculate the covarace matrx. alculate Ege values ad Ege vectors. S x x x x k k Sort the Ege values descedg order ad the sort Ege vectors accordgly. Reduce the trag data set to the dmeso whch s requred by choosg that may sorted prcpal compoets. Reduce the test data set by cosderg the Ege vectors of the trag set. lassfy the reduced dmeso ( to 00) test samples usg the Nearest Neghbour classfer. Plot the results. x x s the mea. var[ z ] a Sa k k Ege Faces for frst 5 splts p=50 are as show below ad the performace of PA wth NN classfer s also show below. Ob Reddy A A 3

4 Natoal Uversty of Sgapore EE5907-Patter recogto-2 Observato: As we see the performace of NN classfer o the PA reduced dmesoalty data as the dmeso creases the performace creased. 3. Noegatve Matrx Factorzato (NMF): NMF s smpler algorthm compared to PA sce t reduces the computatoal complexty. A mportat costrat of NMF s the o-egatveess of base mages matrx ad ecodg; oly allowg addtve combato of o-egatve parts. Steps followed mplemetato of NMF are Italze the radom w ad h vectors. Apply NMF update rule utl the mea square s less tha the specfed or the maxmum umber of teratos are reached. Reduce the dmesoalty of trag sample by multplyg the bases vector wth the trag data set. No classfcato s doe oly dsplayg the bases mage vectors. Base mages for p=50 ad splt are show below V WH 2 s t W H WH, m.. 0, 0. For the three rus of NMF for the same splt results dfferet base mages every tme. Reaso behd the chage the base mages s because of the talsato of the base mages ad ecodg matrces wth dfferet radom umbers. 4. Lear Dscrmat Aalyss (LDA): LDA s a supervsed techque reducg dmesoalty of the hgher dmesoal feature space. he objectve of LDA s to fd out the optmal trasformato matrx so the rato of betwee class scatter matrx ad wth class scatter matrx reaches to ts maxmum. Oe dffculty face recogto usg LDA fsher faces s that the wth class scatter matrx s sgular. o solve ths very small umber s added to the dagoal elemets or we ca frst do PA dmesoalty reducto o that LDA has to be doe. Steps followed mplemetato of LDA ompute each class mea of 38. ompute each class covarace ad sum all class covarace to get Wth lass scatter. ompute global mea of the avalable trag sample set. Ob Reddy A A 4

5 Natoal Uversty of Sgapore EE5907-Patter recogto-2 ompute betwee class scatter ompute Ege vectors for wthclass-* betwee class matrces Sort the Ege vectors descedg order. Depedg o the dmeso requremet choose that may Ege vectors the multply wth the trag ad test samples. lassfy the est samples usg NN classfer. lass covarace Wth lass Scatter Betwee class Scatter S x m x m xx mm. x S S S, s the class umber. W P N S P m m m m B PP 2, j x m m m m j j j. Fgure: shows Performace of NN classfer o LDA reduced dmeso data. Observato: As we see NN classfcato wth LDA has gve better results compared to the PA. Eve for lesser dmeso (reduced) the classfer has performed very well. LDA out performs PA classfyg the data reaso behd ths s PA fds the most accurate data represetato a lower dmesoal space ad projects data the drectos of maxmum varace whereas Fsher Lear Dscrmat project to a le whch preserves drecto useful for data classfcato. he drectos of maxmum varace PA may be useless for classfcatos whereas, LDA projected drectos are much useful for classfcato. LDA performs very well whe sample gve s large. 5. Gaussa Mxture Model Itally assumg the class mea as Gaussa model. Usg the Geeratve mxture model EM method we are estmatg the meas of all 38 classes ad the we are comparg wth actual meas of the 38 subjects. After comparg the estmated wth actual meas t seems that they are almost smlar. Refereces. Lecture Sldes 2. Wk Pages for PA, LDA & GMM 3. EIGENFAES AND FISHERFAES by, Naotosh Seo, Uversty of MaryLad. Ob Reddy A A 5

Machine Learning: Algorithms and Applications

Machine Learning: Algorithms and Applications /03/ Mache Learg: Algorthms ad Applcatos Florao Z Free Uversty of Boze-Bolzao Faculty of Computer Scece Academc Year 0-0 Lecture 3: th March 0 Naïve Bayes classfer ( Problem defto A trag set X, where each

More information

1-D matrix method. U 4 transmitted. incident U 2. reflected U 1 U 5 U 3 L 2 L 3 L 4. EE 439 matrix method 1

1-D matrix method. U 4 transmitted. incident U 2. reflected U 1 U 5 U 3 L 2 L 3 L 4. EE 439 matrix method 1 -D matrx method We ca expad the smple plae-wave scatterg for -D examples that we ve see to a more versatle matrx approach that ca be used to hadle may terestg -D problems. The basc dea s that we ca break

More information

Clustering documents with vector space model using n-grams

Clustering documents with vector space model using n-grams Clusterg documets wth vector space model usg -grams Klas Skogmar, d97ksk@efd.lth.se Joha Olsso, d97jo@efd.lth.se Lud Isttute of Techology Supervsed by: Perre Nugues, Perre.Nugues@cs.lth.se Abstract Ths

More information

CS 2710 Foundations of AI Lecture 22. Machine learning. Machine Learning

CS 2710 Foundations of AI Lecture 22. Machine learning. Machine Learning CS 7 Foudatos of AI Lecture Mache learg Mlos Hauskrecht mlos@cs.ptt.edu 539 Seott Square Mache Learg The feld of mache learg studes the desg of computer programs (agets) capable of learg from past eperece

More information

Blind Steganalysis for Digital Images using Support Vector Machine Method

Blind Steganalysis for Digital Images using Support Vector Machine Method 06 Iteratoal Symposum o Electrocs ad Smart Devces (ISESD) November 9-30, 06 Bld Stegaalyss for Dgtal Images usg Support Vector Mache Method Marcelus Hery Meor School of Electrcal Egeerg ad Iformatcs Badug

More information

Unsupervised visual learning of three-dimensional objects using a modular network architecture

Unsupervised visual learning of three-dimensional objects using a modular network architecture PERGAMON Neural Networks 12 (1999) 1037 1051 Neural Networks www.elsever.com/locate/euet Usupervsed vsual learg of three-dmesoal objects usg a modular etwork archtecture H. Ado a, *, S. Suzuk a,b, T. Fujta

More information

Denoising Algorithm Using Adaptive Block Based Singular Value Decomposition Filtering

Denoising Algorithm Using Adaptive Block Based Singular Value Decomposition Filtering Advaces Computer Scece Deosg Algorthm Usg Adaptve Block Based Sgular Value Decomposto Flterg SOMKAIT UDOMHUNSAKUL Departmet of Egeerg ad Archtecture Rajamagala Uversty of Techology Suvarabhum 7/ Suaya,

More information

A new approach based in mean and standard deviation for authentication system of face

A new approach based in mean and standard deviation for authentication system of face M. Fedas, D. Sagaa A ew approach based mea ad stadard devato for authetcato system of face M. Fedas 1, D. Sagaa 2 Abstract Face authetcato s a sgfcat problem patter recogto. The face s ot rgd t ca udergo

More information

FEATURE SELECTION ON COMBINATIONS FOR EFFICIENT LEARNING FROM IMAGES. Rong Xiao, Lei Zhang, and Hong-Jiang Zhang

FEATURE SELECTION ON COMBINATIONS FOR EFFICIENT LEARNING FROM IMAGES. Rong Xiao, Lei Zhang, and Hong-Jiang Zhang FEATURE SELECTION ON COMBINATIONS FOR EFFICIENT LEARNING FROM IMAGES Rog Xao, Le Zhag, ad Hog-Jag Zhag Mcrosoft Research Asa, Bejg 100080, P.R. Cha {t-rxao, lezhag, hjzhag}@mcrosoft.com ABSTRACT Due to

More information

Fingerprint Classification Based on Spectral Features

Fingerprint Classification Based on Spectral Features Fgerprt Classfcato Based o Spectral Features Hosse Pourghassem Tarbat Modares Uversty h_poorghasem@modares.ac.r Hassa Ghassema Tarbat Modares Uversty ghassem@modares.ac.r Abstract: Fgerprt s oe of the

More information

Interactive Change Detection Using High Resolution Remote Sensing Images Based on Active Learning with Gaussian Processes

Interactive Change Detection Using High Resolution Remote Sensing Images Based on Active Learning with Gaussian Processes Iteractve Chage Detecto Usg Hgh Resoluto Remote Sesg Images Based o Actve Learg wth Gaussa Processes Hu Ru a, Hua Yu a,, Pgpg Huag b, We Yag a a School of Electroc Iformato, Wuha Uversty, 43007 Wuha, Cha

More information

Constructive Semi-Supervised Classification Algorithm and Its Implement in Data Mining

Constructive Semi-Supervised Classification Algorithm and Its Implement in Data Mining Costructve Sem-Supervsed Classfcato Algorthm ad Its Implemet Data Mg Arvd Sgh Chadel, Arua Twar, ad Naredra S. Chaudhar Departmet of Computer Egg. Shr GS Ist of Tech.& Sc. SGSITS, 3, Par Road, Idore (M.P.)

More information

DEEP (Displacement Estimation Error Back-Propagation) Method for Cascaded ViSPs (Visually Servoed Paired Structured Light Systems)

DEEP (Displacement Estimation Error Back-Propagation) Method for Cascaded ViSPs (Visually Servoed Paired Structured Light Systems) DEEP (Dsplacemet Estmato Error Back-Propagato) Method for Cascaded VSPs (Vsually Servoed Pared Structured Lght Systems) Haem Jeo 1), Jae-Uk Sh 2), Wachoel Myeog 3), Yougja Km 4), ad *Hyu Myug 5) 1), 3),

More information

Bezier curves. 1. Defining a Bezier curve. A closed Bezier curve can simply be generated by closing its characteristic polygon

Bezier curves. 1. Defining a Bezier curve. A closed Bezier curve can simply be generated by closing its characteristic polygon Curve represetato Copyrght@, YZU Optmal Desg Laboratory. All rghts reserved. Last updated: Yeh-Lag Hsu (--). Note: Ths s the course materal for ME55 Geometrc modelg ad computer graphcs, Yua Ze Uversty.

More information

Fitting. We ve learned how to detect edges, corners, blobs. Now what? We would like to form a. compact representation of

Fitting. We ve learned how to detect edges, corners, blobs. Now what? We would like to form a. compact representation of Fttg Fttg We ve leared how to detect edges, corers, blobs. Now what? We would lke to form a hgher-level, h l more compact represetato of the features the mage b groupg multple features accordg to a smple

More information

NEURO FUZZY MODELING OF CONTROL SYSTEMS

NEURO FUZZY MODELING OF CONTROL SYSTEMS NEURO FUZZY MODELING OF CONTROL SYSTEMS Efré Gorrosteta, Carlos Pedraza Cetro de Igeería y Desarrollo Idustral CIDESI, Av Pe de La Cuesta 70. Des. Sa Pablo. Querétaro, Qro, Méxco gorrosteta@teso.mx pedraza@cdes.mx

More information

Machine Learning. CS 2750 Machine Learning. Administration. Lecture 1. Milos Hauskrecht 5329 Sennott Square, x4-8845

Machine Learning. CS 2750 Machine Learning. Administration. Lecture 1. Milos Hauskrecht 5329 Sennott Square, x4-8845 CS 75 Mache Learg Lecture Mache Learg Mlos Hauskrecht mlos@cs.ptt.edu 539 Seott Square, 5 people.cs.ptt.edu/~mlos/courses/cs75/ Admstrato Istructor: Prof. Mlos Hauskrecht mlos@cs.ptt.edu 539 Seott Square,

More information

Prof. Feng Liu. Winter /24/2019

Prof. Feng Liu. Winter /24/2019 Prof. Feg Lu Wter 209 http://www.cs.pd.edu/~flu/courses/cs40/ 0/24/209 Last Tme Feature detecto 2 Toda Feature matchg Fttg The followg sldes are largel from Prof. S. Lazebk 3 Wh etract features? Motvato:

More information

Signal Classification Method Based on Support Vector Machine and High-Order Cumulants

Signal Classification Method Based on Support Vector Machine and High-Order Cumulants Wreless Sesor Network,,, 48-5 do:.46/ws..7 Publshed Ole Jauary (http://www.scrp.org/joural/ws/). Sgal Classfcato Method Based o Support Vector Mache ad Hgh-Order Cumulats Abstract X ZHOU, Yg WU, B YANG

More information

A Genetic K-means Clustering Algorithm Applied to Gene Expression Data

A Genetic K-means Clustering Algorithm Applied to Gene Expression Data A Geetc K-meas Clusterg Algorthm Appled to Gee Expresso Data Fag-Xag Wu, W. J. Zhag, ad Athoy J. Kusal Dvso of Bomedcal Egeerg, Uversty of Sasatchewa, Sasatoo, S S7N 5A9, CANADA faw34@mal.usas.ca, zhagc@egr.usas.ca

More information

An Ensemble Multi-Label Feature Selection Algorithm Based on Information Entropy

An Ensemble Multi-Label Feature Selection Algorithm Based on Information Entropy The Iteratoal Arab Joural of Iformato Techology, Vol., No. 4, July 204 379 A Esemble Mult-Label Feature Selecto Algorthm Based o Iformato Etropy Shg L, Zheha Zhag, ad Jaq Dua School of Computer Scece,

More information

RESEARCH ON FEATURE EXTRACTION OF MECHANICAL FAULT BASED ON ORTHOGONAL LOCAL FISHER DISCRIMINANT ANALYSIS

RESEARCH ON FEATURE EXTRACTION OF MECHANICAL FAULT BASED ON ORTHOGONAL LOCAL FISHER DISCRIMINANT ANALYSIS RESEARCH ON FEATURE EXTRACTION OF MECHANICAL FAULT BASED ON ORTHOGONAL LOCAL FISHER DISCRIMINANT ANALYSIS Guoq SONG 1,a ad Chu HE 1,b ABSTRACT: The basc problem of fault dagoss s to extract the characterstc

More information

Electrocardiogram Classification Method Based on SVM

Electrocardiogram Classification Method Based on SVM Electrocardogram Classfcato Method Based o SVM Xao Tag Zhwe Mo College of mathematcs ad software scece, Schua ormal uversty, Chegdu 60066, P. R. Cha Abstract Heart dsease s oe of the ma dseases threateg

More information

Research Article Self-Organizing Maps and Principal Component Analysis to Improve Classification Accuracy

Research Article Self-Organizing Maps and Principal Component Analysis to Improve Classification Accuracy Research Joural of Appled Sceces, Egeerg ad Techology5(5): 90-96, 208 DOI:0.9026/rjaset.5.585 ISSN:2040-7459; e-issn: 2040-7467 208 Maxwell Scetfc Publcato Corp. Submtted:February 5, 208 Accepted:March

More information

Face Authentication for Multiple Subjects Using Eigenflow

Face Authentication for Multiple Subjects Using Eigenflow Face Authetcato for Multple Subjects Usg Egeflow Xaomg Lu Tsuha Che ad B.V.K. Vjaya Kumar Advaced Multmeda Processg Lab Techcal Report AMP -5 Aprl 2 Electrcal ad Computer Egeerg Carege Mello Uversty Pttsburgh,

More information

Performance of svm, k-nn and nbc classifiers for text-independent speaker identification with and without modelling through merging models

Performance of svm, k-nn and nbc classifiers for text-independent speaker identification with and without modelling through merging models SAÜ Fe Bl Der 0. Clt,. Sayı, s. -6, 06 Performace of svm, k- ad bc classfers for text-depedet speaker detfcato wth ad wthout modellg through mergg models Yussouf Nahayo, Seçk Arı ABSTRACT 3.04.05 Gelş/Receved,

More information

A genetic procedure used to train RFB neural networks

A genetic procedure used to train RFB neural networks A geetc procedure used to tra RFB eural etworks Costat-Iula VIZITIU Commucatos ad Electroc Systems Departmet Mltary Techcal Academy George Cosbuc Aveue 8-83 5 th Dstrct Bucharest ROMANIA vc@mta.ro http://www.mta.ro

More information

Comparison Studies on Classification for Remote Sensing Image Based on Data Mining Method

Comparison Studies on Classification for Remote Sensing Image Based on Data Mining Method Hag Xao ad Xub Zhag Comparso Studes o Classfcato for Remote Sesg Image Based o Data Mg Method Hag XIAO 1, Xub ZHANG 1 1: School of Electroc, Iformato ad Electrcal Egeerg Shagha Jaotog Uversty No. 1954,

More information

SVM Classification Method Based Marginal Points of Representative Sample Sets

SVM Classification Method Based Marginal Points of Representative Sample Sets P P College P P College P Iteratoal Joural of Iformato Techology Vol. No. 9 005 SVM Classfcato Method Based Margal Pots of Represetatve Sample Sets Wecag ZhaoP P, Guagrog JP P, Ru NaP P, ad Che FegP of

More information

Point Estimation-III: General Methods for Obtaining Estimators

Point Estimation-III: General Methods for Obtaining Estimators Pot Estmato-III: Geeral Methods for Obtag Estmators RECAP 0.-0.6 Data: Radom Sample from a Populato of terest o Real valued measuremets: o Assumpto (Hopefully Reasoable) o Model: Specfed Probablty Dstrbuto

More information

Area and Power Efficient Modulo 2^n+1 Multiplier

Area and Power Efficient Modulo 2^n+1 Multiplier Iteratoal Joural of Moder Egeerg Research (IJMER) www.jmer.com Vol.3, Issue.3, May-Jue. 013 pp-137-1376 ISSN: 49-6645 Area ad Power Effcet Modulo ^+1 Multpler K. Ptambar Patra, 1 Saket Shrvastava, Sehlata

More information

Using The ACO Algorithm in Image Segmentation for Optimal Thresholding 陳香伶財務金融系

Using The ACO Algorithm in Image Segmentation for Optimal Thresholding 陳香伶財務金融系 教專研 95P- Usg The ACO Algorthm Image Segmetato for Optmal Thresholdg Abstract Usg The ACO Algorthm Image Segmetato for Optmal Thresholdg 陳香伶財務金融系 Despte the fact that the problem of thresholdg has bee qute

More information

Integration of Support Vector Machine and Bayesian Neural Network for Data Mining and Classification

Integration of Support Vector Machine and Bayesian Neural Network for Data Mining and Classification World Academy of Scece, Egeerg ad Techology Iteratoal Joural of Computer ad Iformato Egeerg Vol:4, No:4, 2 Itegrato of Support Vector Mache ad Bayesa Neural Network for Data Mg ad Classfcato Essam Al-Daoud

More information

Effective Steganalysis Based on Statistical Moments of Wavelet Characteristic Function

Effective Steganalysis Based on Statistical Moments of Wavelet Characteristic Function Effectve Stegaalyss Based o Statstcal Momets of Wavelet Characterstc Fucto Yu Q. Sh 1, Guorog Xua, Chegyu Yag, Jaog Gao, Zhepg Zhag, Peq Cha, Deku Zou 1, Chuhua Che 1, We Che 1 1 New Jersey Isttute of

More information

For all questions, answer choice E) NOTA" means none of the above answers is correct. A) 50,500 B) 500,000 C) 500,500 D) 1,001,000 E) NOTA

For all questions, answer choice E) NOTA means none of the above answers is correct. A) 50,500 B) 500,000 C) 500,500 D) 1,001,000 E) NOTA For all questos, aswer choce " meas oe of the above aswers s correct.. What s the sum of the frst 000 postve tegers? A) 50,500 B) 500,000 C) 500,500 D),00,000. What s the sum of the tegers betwee 00 ad

More information

Fuzzy Partition based Similarity Measure for Spectral Clustering. Xi an , China Abstract

Fuzzy Partition based Similarity Measure for Spectral Clustering. Xi an , China Abstract Iteratoal Joural of Sgal Processg, Image Processg ad Patter Recogto Vol.9, No., (6), pp.47-48 http://dx.do.org/.457/sp.6.9..39 Fuzzy Partto based Smlarty Measure for Spectral Clusterg Yfag Yag ad Yupg

More information

Descriptive Statistics: Measures of Center

Descriptive Statistics: Measures of Center Secto 2.3 Descrptve Statstcs: Measures of Ceter Frequec dstrbutos are helpful provdg formato about categorcal data, but wth umercal data we ma wat more formato. Statstc: s a umercal measure calculated

More information

THE RESEARCH OF THE DYNAMIC MONITORING TECHNIQUE FOR LAND USE BASED ON REMOTE SENSING IMAGERY

THE RESEARCH OF THE DYNAMIC MONITORING TECHNIQUE FOR LAND USE BASED ON REMOTE SENSING IMAGERY HE RESEARCH OF HE DYNAMIC MONIORING ECHNIQUE FOR LAND USE BASED ON REMOE SENSING IMAGERY Shao Yog-she*, Zhag Shao-mg, Dou Ja-fag, Ja Sheg-ju Departmet of Surveyg ad Geo-formatcs of ogj Uversty, Shagha,

More information

Eight Solved and Eight Open Problems in Elementary Geometry

Eight Solved and Eight Open Problems in Elementary Geometry Eght Solved ad Eght Ope Problems Elemetary Geometry Floret Smaradache Math & Scece Departmet Uversty of New Mexco, Gallup, US I ths paper we revew eght prevous proposed ad solved problems of elemetary

More information

A Comparison of Univariate Smoothing Models: Application to Heart Rate Data Marcus Beal, Member, IEEE

A Comparison of Univariate Smoothing Models: Application to Heart Rate Data Marcus Beal, Member, IEEE A Comparso of Uvarate Smoothg Models: Applcato to Heart Rate Data Marcus Beal, Member, IEEE E-mal: bealm@pdx.edu Abstract There are a umber of uvarate smoothg models that ca be appled to a varety of olear

More information

URBAN AREA EXTRACTION IN SAR DATA

URBAN AREA EXTRACTION IN SAR DATA Iteratoal Archves of the Photogrammetry, Remote Sesg ad Spatal Iformato Sceces, Volume XL-1/W3, 013 SMPR 013, 5 8 October 013, Tehra, Ira URBAN AREA EXTRACTION IN SAR DATA H. Aghababaee *, S. Nazmard,.Am

More information

PERSPECTIVES OF THE USE OF GENETIC ALGORITHMS IN CRYPTANALYSIS

PERSPECTIVES OF THE USE OF GENETIC ALGORITHMS IN CRYPTANALYSIS PERSPECTIVES OF THE USE OF GENETIC ALGORITHMS IN CRYPTANALYSIS Lal Besela Sokhum State Uversty, Poltkovskaa str., Tbls, Georga Abstract Moder cryptosystems aalyss s a complex task, the soluto of whch s

More information

Clustered Signatures for Modeling and Recognizing 3D Rigid Objects

Clustered Signatures for Modeling and Recognizing 3D Rigid Objects World Academy of Scece, Egeerg ad Techology 4 008 Clustered Sgatures for Modelg ad Recogzg 3D Rgd Obects H. B. Darbad, M. R. Ito, ad J. Lttle Abstract Ths paper descrbes a probablstc method for three-dmesoal

More information

Beijing University of Technology, Beijing , China; Beijing University of Technology, Beijing , China;

Beijing University of Technology, Beijing , China; Beijing University of Technology, Beijing , China; d Iteratoal Coferece o Machery, Materals Egeerg, Chemcal Egeerg ad Botechology (MMECEB 5) Research of error detecto ad compesato of CNC mache tools based o laser terferometer Yuemg Zhag, a, Xuxu Chu, b

More information

Designing a learning system

Designing a learning system CS 75 Mache Leafrg Lecture 3 Desgg a learg system Mlos Hauskrecht mlos@cs.ptt.edu 539 Seott Square, x4-8845 people.cs.ptt.edu/~mlos/courses/cs75/ Homeork assgmet Homeork assgmet ll be out today To parts:

More information

Active Bayesian Learning For Mixture Models

Active Bayesian Learning For Mixture Models Actve Bayesa Learg For Mxture Models Ia Davdso Slco Graphcs 300 Crttede L, MS 876 Mouta Vew, CA 94587 pd@hotmal.com Abstract Tradtoally, Bayesa ductve learg volves fdg the most probable model from the

More information

Eight Solved and Eight Open Problems in Elementary Geometry

Eight Solved and Eight Open Problems in Elementary Geometry Eght Solved ad Eght Ope Problems Elemetary Geometry Floret Smaradache Math & Scece Departmet Uversty of New Mexco, Gallup, US I ths paper we revew eght prevous proposed ad solved problems of elemetary

More information

ANALYSIS OF VARIANCE WITH PARETO DATA

ANALYSIS OF VARIANCE WITH PARETO DATA Proceedgs of the th Aual Coferece of Asa Pacfc Decso Sceces Isttute Hog Kog, Jue -8, 006, pp. 599-609. ANALYSIS OF VARIANCE WITH PARETO DATA Lakhaa Watthaacheewakul Departmet of Mathematcs ad Statstcs,

More information

Multi-class Cancer Classification with OVR-Support Vector Machines Selected by Naïve Bayes Classifier

Multi-class Cancer Classification with OVR-Support Vector Machines Selected by Naïve Bayes Classifier Mult-class Cacer Classfcato wth OVR-Support Vector Maches Selected by Naïve Bayes Classfer J-Hyuk Hog ad Sug-Bae Cho Dept. of Computer Scece, Yose Uversty 34 Scho-dog, Sudaemoo-ku Seoul 0-749, Korea hjh@sclab.yose.ac.kr,

More information

ABSTRACT Keywords

ABSTRACT Keywords A Preprocessg Scheme for Hgh-Cardalty Categorcal Attrbutes Classfcato ad Predcto Problems Daele Mcc-Barreca ClearCommerce Corporato 1100 Metrc Blvd. Aust, TX 78732 ABSTRACT Categorcal data felds characterzed

More information

A Simple Dimensionality Reduction Technique for Fast Similarity Search in Large Time Series Databases

A Simple Dimensionality Reduction Technique for Fast Similarity Search in Large Time Series Databases A Smple Dmesoalty Reducto Techque for Fast Smlarty Search Large Tme Seres Databases Eamo J. Keogh ad Mchael J. Pazza Departmet of Iformato ad Computer Scece Uversty of Calfora, Irve, Calfora 92697 USA

More information

International Mathematical Forum, 1, 2006, no. 31, ON JONES POLYNOMIALS OF GRAPHS OF TORUS KNOTS K (2, q ) Tamer UGUR, Abdullah KOPUZLU

International Mathematical Forum, 1, 2006, no. 31, ON JONES POLYNOMIALS OF GRAPHS OF TORUS KNOTS K (2, q ) Tamer UGUR, Abdullah KOPUZLU Iteratoal Mathematcal Forum,, 6, o., 57-54 ON JONES POLYNOMIALS OF RAPHS OF TORUS KNOTS K (, q ) Tamer UUR, Abdullah KOPUZLU Atatürk Uverst Scece Facult Dept. of. Math. 54 Erzurum, Turkey tugur@atau.edu.tr

More information

An Optimized Algorithm for Big Data Classification using Neuro Fuzzy Approach

An Optimized Algorithm for Big Data Classification using Neuro Fuzzy Approach Ida Joural of Scece ad Techology, Vol 9(28), DOI: 0.7485/jst/206/v928/87995, July 206 ISSN (Prt) : 0974-6846 ISSN (Ole) : 0974-5645 A Optmzed Algorthm for Bg Data Classfcato usg Neuro Fuzzy Approach Naveet

More information

Bearing Fault Diagnosis Based on Statistical Locally Linear Embedding

Bearing Fault Diagnosis Based on Statistical Locally Linear Embedding Sesors 5, 5, 65-647; do:.339/s5765 Artcle OPEN ACCESS sesors ISSN 44-8 www.mdp.com/joural/sesors Bearg Fault Dagoss Based o Statstcal Locally Lear Embeddg Xag Wag,, *, Yua Zheg 3, Zhezhou Zhao 3 ad Jpg

More information

Self-intersection Avoidance for 3-D Triangular Mesh Model

Self-intersection Avoidance for 3-D Triangular Mesh Model Self-tersecto Avodace for 3-D Tragular Mesh Model Habtamu Masse Aycheh 1) ad M Ho Kyug ) 1) Departmet of Computer Egeerg, Ajou Uversty, Korea, ) Departmet of Dgtal Meda, Ajou Uversty, Korea, 1) hab01@ajou.ac.kr

More information

Spatial Interpolation Using Neural Fuzzy Technique

Spatial Interpolation Using Neural Fuzzy Technique Wog, K.W., Gedeo, T., Fug, C.C. ad Wog, P.M. (00) Spatal terpolato usg eural fuzzy techque. I: Proceedgs of the 8th Iteratoal Coferece o Neural Iformato Processg (ICONIP), Shagha, Cha Spatal Iterpolato

More information

Marcus Gallagher School of Information Technology and Electrical Engineering The University of Queensland QLD 4072, Australia

Marcus Gallagher School of Information Technology and Electrical Engineering The University of Queensland QLD 4072, Australia O the Importace of Dversty Mateace Estmato of Dstrbuto Algorthms Bo Yua School of Iformato Techology ad Electrcal Egeerg The Uversty of Queeslad QLD 4072, Australa +6-7-3365636 boyua@tee.uq.edu.au Marcus

More information

APPLICATION OF CLUSTERING METHODS IN BANK S PROPENSITY MODEL

APPLICATION OF CLUSTERING METHODS IN BANK S PROPENSITY MODEL APPLICATION OF CLUSTERING METHODS IN BANK S PROPENSITY MODEL Sergej Srota Haa Řezaková Abstract Bak s propesty models are beg developed for busess support. They should help to choose clets wth a hgher

More information

Region Matching by Optimal Fuzzy Dissimilarity

Region Matching by Optimal Fuzzy Dissimilarity Rego Matchg by Optmal Fuzzy Dssmlarty Zhaggu Zeg, Ala Fu ad Hog Ya School of Electrcal ad formato Egeerg The Uversty of Sydey Phoe: +6--935-6659 Fax: +6--935-3847 Emal: zzeg@ee.usyd.edu.au Abstract: Ths

More information

A New Newton s Method with Diagonal Jacobian Approximation for Systems of Nonlinear Equations

A New Newton s Method with Diagonal Jacobian Approximation for Systems of Nonlinear Equations Joural of Mathematcs ad Statstcs 6 (3): 46-5, ISSN 549-3644 Scece Publcatos A New Newto s Method wth Dagoal Jacoba Appromato for Systems of Nolear Equatos M.Y. Wazr, W.J. Leog, M.A. Hassa ad M. Mos Departmet

More information

Pattern Extraction, Classification and Comparison Between Attribute Selection Measures

Pattern Extraction, Classification and Comparison Between Attribute Selection Measures Subrata Pramak et al. / (IJCSIT) Iteratoal Joural of Computer Scece ad Iformato Techoes, Vol. 1 (5), 010, 371-375 Patter Extracto, Classfcato ad Comparso Betwee ttrbute Selecto Measures Subrata Pramak,

More information

2 General Regression Neural Network (GRNN)

2 General Regression Neural Network (GRNN) 4 Geeral Regresso Neural Network (GRNN) GRNN, as proposed b oald F. Specht [Specht 9] falls to the categor of probablstc eural etworks as dscussed Chapter oe. Ths eural etwork lke other probablstc eural

More information

Vanishing Point Detection: Representation Analysis and New Approaches

Vanishing Point Detection: Representation Analysis and New Approaches Publshed the Proceedgs of the th Iteratoal Coferece o Image Aalyss ad Processg (ICIAP ). IEEE. Persoal use of ths materal s permtted. However, permsso to reprt/republsh ths materal for advertsg or promotoal

More information

Applying Support Vector Machines to Imbalanced Datasets

Applying Support Vector Machines to Imbalanced Datasets Applyg Support Vector Maches to Imbalaced Datasets Reha Akba 1, Stephe Kwek 1, ad Nathale Japkowcz 2 1 Departmet of Computer Scece, Uversty of Texas at Sa Atoo 6900 N. Loop 1604 W, Sa Atoo, Texas, 78249,

More information

Journal of Chemical and Pharmaceutical Research, 2015, 7(3): Research Article

Journal of Chemical and Pharmaceutical Research, 2015, 7(3): Research Article Avalable ole www.ocpr.com Joural of Chemcal ad Pharmaceutcal Research, 2015, 73):476-481 Research Artcle ISSN : 0975-7384 CODENUSA) : JCPRC5 Research o cocept smlarty calculato method based o sematc grd

More information

Noise Reduction using Adaptive Singular Value Decomposition

Noise Reduction using Adaptive Singular Value Decomposition Nose Reducto usg Adaptve Sgular Value Decomposto Somkat Udomhusakul Abstract Nose reducto s oe of the most essetal processes for mage processg. The goal of the ose reducto s how to remove ose whle keepg

More information

Supplementary Information

Supplementary Information Supplemetary Iformato A Self-Trag Subspace Clusterg Algorthm uder Low-Rak Represetato for Cacer Classfcato o Gee Expresso Data Chu-Qu Xa 1, Ke Ha 1, Yog Q 1, Yag Zhag 2, ad Dog-Ju Yu 1,2, 1 School of Computer

More information

Optimal Allocation of Complex Equipment System Maintainability

Optimal Allocation of Complex Equipment System Maintainability Optmal Allocato of Complex Equpmet System ataablty X Re Graduate School, Natoal Defese Uversty, Bejg, 100091, Cha edcal Protecto Laboratory, Naval edcal Research Isttute, Shagha, 200433, Cha Emal:rexs841013@163.com

More information

Automated approach for the surface profile measurement of moving objects based on PSP

Automated approach for the surface profile measurement of moving objects based on PSP Uversty of Wollogog Research Ole Faculty of Egeerg ad Iformato Sceces - Papers: Part B Faculty of Egeerg ad Iformato Sceces 207 Automated approach for the surface profle measuremet of movg objects based

More information

Texture Feature Extraction using Slant-Hadamard Transform

Texture Feature Extraction using Slant-Hadamard Transform World Academy of Scece, Egeerg ad Techology 7 6 Texture Feature Extracto usg Slat- Trasform M. J. Nassr, A. Vafae, ad A. Moadjem Abstract Radom ad atural textures classfcato s stll oe of the bggest challeges

More information

Research on Circular Target Center Detection Algorithm Based on Morphological Algorithm and Subpixel Method

Research on Circular Target Center Detection Algorithm Based on Morphological Algorithm and Subpixel Method Research o Crcular Target Ceter Detecto Algorthm Based o Morphologcal Algorthm ad Subpxel Method Yu Le 1, Ma HuZhu 1, ad Yag Wezhou 1 1 College of Iformato ad Commucato Egeerg, Harb Egeerg Uversty, Harb

More information

Perceptual Factor Analysis for Speech Enhancement

Perceptual Factor Analysis for Speech Enhancement Perceptual Factor Aalss for Speech Ehacemet Chua-e g ad Je-ug Che Departmet of Computer Scece ad Iformato Egeerg, atoal Cheg ug Uvet, aa, awa, ROC {motor,che}@che.cse.cu.edu.tw Abstract hs paper presets

More information

MINIMIZATION OF THE VALUE OF DAVIES-BOULDIN INDEX

MINIMIZATION OF THE VALUE OF DAVIES-BOULDIN INDEX MIIMIZATIO OF THE VALUE OF DAVIES-BOULDI IDEX ISMO ÄRÄIE ad PASI FRÄTI Departmet of Computer Scece, Uversty of Joesuu Box, FI-800 Joesuu, FILAD ABSTRACT We study the clusterg problem whe usg Daves-Bould

More information

An Improved Fuzzy C-Means Clustering Algorithm Based on Potential Field

An Improved Fuzzy C-Means Clustering Algorithm Based on Potential Field 07 d Iteratoal Coferece o Advaces Maagemet Egeerg ad Iformato Techology (AMEIT 07) ISBN: 978--60595-457-8 A Improved Fuzzy C-Meas Clusterg Algorthm Based o Potetal Feld Yua-hag HAO, Zhu-chao YU *, X GAO

More information

CLUSTERING ASSISTED FUNDAMENTAL MATRIX ESTIMATION

CLUSTERING ASSISTED FUNDAMENTAL MATRIX ESTIMATION CLUSERING ASSISED FUNDAMENAL MARIX ESIMAION Hao Wu ad Y Wa School of Iformato Scece ad Egeerg, Lazhou Uversty, Cha wuhao1195@163com, wayjs@163com ABSRAC I computer vso, the estmato of the fudametal matrx

More information

An Ensemble Approach to Classifier Construction based on Bootstrap Aggregation

An Ensemble Approach to Classifier Construction based on Bootstrap Aggregation A Esemble Approach to Classfer Costructo based o Bootstrap Aggregato Dewa Md. Fard Jahagragar Uversty Dhaka-342, Bagladesh Mohammad Zahdur Rahma Jahagragar Uversty Dhaka-342, Bagladesh Chowdhury Mofzur

More information

Unsupervised Discretization Using Kernel Density Estimation

Unsupervised Discretization Using Kernel Density Estimation Usupervsed Dscretzato Usg Kerel Desty Estmato Maregle Bba, Floraa Esposto, Stefao Ferll, Ncola D Mauro, Teresa M.A Basle Departmet of Computer Scece, Uversty of Bar Va Oraboa 4, 7025 Bar, Italy {bba,esposto,ferll,dm,basle}@d.uba.t

More information

ChEn 475 Statistical Analysis of Regression Lesson 1. The Need for Statistical Analysis of Regression

ChEn 475 Statistical Analysis of Regression Lesson 1. The Need for Statistical Analysis of Regression Statstcal-Regresso_hadout.xmcd Statstcal Aalss of Regresso ChE 475 Statstcal Aalss of Regresso Lesso. The Need for Statstcal Aalss of Regresso What do ou do wth dvdual expermetal data pots? How are the

More information

A non-extensive entropy feature and its application to texture classification

A non-extensive entropy feature and its application to texture classification Ths s the author s verso ( post-prt for the publshed artcle to be cted as: Susa, Seba, ad Madasu Hamadlu. "A o-extesve etropy feature ad ts applcato to texture classfcato." Neurocomputg 10 (013: 14-5.

More information

Multiscale Principal Component Analysis

Multiscale Principal Component Analysis Multscale Prcpal Compoet Aalyss Thess submtted for the degree of Doctor of Phlosophy at the uversty of Lecester By Akduko Ayode Akwum Departmet of Mathematcs Uversty of Lecester August 05 Abstract The

More information

Software reliability is defined as the probability of failure

Software reliability is defined as the probability of failure Evolutoary Regresso Predcto for Software Cumulatve Falure Modelg: a comparatve study M. Beaddy, M. Wakrm & S. Aljahdal 2 : Dept. of Math. & Ifo. Equpe MMS, Ib Zohr Uversty Morocco. beaddym@yahoo.fr 2:

More information

Texture-Based Segmentation of 3D Probabilistic Occupancy Maps for Robot Navigation

Texture-Based Segmentation of 3D Probabilistic Occupancy Maps for Robot Navigation Abstract Texture-Based Segmetato of 3D Probablstc Occupacy Maps for Robot Navgato Bassel Abou Merhy, Perre Payeur, Eml M. Petru School of Iformato Techology ad Egeerg Uversty of Ottawa, Ottawa, ON, Caada

More information

Reconstruction of Orthogonal Polygonal Lines

Reconstruction of Orthogonal Polygonal Lines Recostructo of Orthogoal Polygoal Les Alexader Grbov ad Eugee Bodasky Evrometal System Research Isttute (ESRI) 380 New ork St. Redlads CA 9373-800 USA {agrbov ebodasky}@esr.com Abstract. A orthogoal polygoal

More information

Delay based Duplicate Transmission Avoid (DDA) Coordination Scheme for Opportunistic routing

Delay based Duplicate Transmission Avoid (DDA) Coordination Scheme for Opportunistic routing Delay based Duplcate Trasmsso Avod (DDA) Coordato Scheme for Opportustc routg Ng L, Studet Member IEEE, Jose-Fera Martez-Ortega, Vcete Heradez Daz Abstract-Sce the packet s trasmtted to a set of relayg

More information

From Math to Efficient Hardware. James C. Hoe Department of ECE Carnegie Mellon University

From Math to Efficient Hardware. James C. Hoe Department of ECE Carnegie Mellon University FFT Compler: From Math to Effcet Hardware James C. Hoe Departmet of ECE Carege Mello Uversty jot wor wth Peter A. Mlder, Fraz Frachett, ad Marus Pueschel the SPIRAL project wth support from NSF ACR-3493,

More information

Introduction. (Received 7 February 2012; accepted 14 May 2012)

Introduction. (Received 7 February 2012; accepted 14 May 2012) 84. Fault dagoss of ma ege oural bearg based o vbrato aalyss usg Fsher lear dscrmat, K-earest eghbor ad support vector mache Ashka Moosava, Hoat Ahmad, Ahmad Tabatabaeefar 3 Uversty of Tehra, Departmet

More information

3D Face Recognition without Facial Surface Reconstruction

3D Face Recognition without Facial Surface Reconstruction Techo - Computer Scece Departmet - Techcal Report CIS-003-05 - 003 Abstract Recetly, a 3D face recogto approach based o geometrc varat sgatures, has bee proposed. The key dea of the algorthm s a represetato

More information

Text Categorization Based on a Similarity Approach

Text Categorization Based on a Similarity Approach Text Categorzato Based o a Smlarty Approach Cha Yag Ju We School of Computer Scece & Egeerg, Uversty of Electroc Scece ad Techology of Cha, Chegdu 60054, P.R. Cha Abstract Text classfcato ca effcetly ehace

More information

Learning Graphical Models from a Distributed Stream

Learning Graphical Models from a Distributed Stream Learg Graphcal Models from a Dstrbuted Stream Yu Zhag #1, Srkata Trthapura #2, Graham Cormode # Electrcal ad Computer Egeerg Departmet, Iowa State Uversty 1 yuz1988@astate.edu 2 st@astate.edu Uversty of

More information

A Web Mining Based Network Personalized Learning System Hua PANG1, a, Jian YU1, Long WANG2, b

A Web Mining Based Network Personalized Learning System Hua PANG1, a, Jian YU1, Long WANG2, b 3rd Iteratoal Coferece o Machery, Materals ad Iformato Techology Applcatos (ICMMITA 05) A Web Mg Based Network Persoalzed Learg System Hua PANG, a, Ja YU, Log WANG, b College of Educato Techology, Sheyag

More information

Evolutionary Strategies for Multi-Scale Radial Basis Function Kernels in Support Vector Machines

Evolutionary Strategies for Multi-Scale Radial Basis Function Kernels in Support Vector Machines Eolutoary Strateges for Mult-Scale Radal Bass Fucto Kerels Support Vector Maches Taasaee Phethrakul Departmet of Computer Egeerg Faculty of Egeerg, Chulalogkor Uersty Bagkok, Thalad 0330 taasaee@yahoo.com

More information

Greater Knowledge Extraction Based on Fuzzy Logic And GKPFCM Clustering Algorithm

Greater Knowledge Extraction Based on Fuzzy Logic And GKPFCM Clustering Algorithm 6th WSEAS It. Coferece o Computatoal Itellgece, Ma-Mache Systems ad Cyberetcs, Teerfe, Spa, December 14-16, 2007 47 Greater Kowledge Extracto Based o uzzy Logc Ad GKPCM Clusterg Algorthm BEJAMÍ OJEDA-MAGAÑA

More information

ABSTRACT 1 INTRODUCTION

ABSTRACT 1 INTRODUCTION 562 CLASSIFICATION OF POLARIMETRIC-SAR DATA USING FUZZY MAXIMUM LIKELIHOOD ESTIMATION CLUSTERING WITH CONSIDERATION OF COMPLEMENTARY INFORMATION BASED-ON POLARIMETRIC PARAMETERS, TARGET SCATTERING CHARACTERISTICS,

More information

Image Compression. CS 663, Ajit Rajwade

Image Compression. CS 663, Ajit Rajwade Image Compresso CS 663, Ajt Rajwade Image Compresso Process of covertg a mage fle to aother mage fle that occupes less storage space, wthout sacrfcg ts vsual cotet Useful for savg storage space, ad trasmsso

More information

LP: example of formulations

LP: example of formulations LP: eample of formulatos Three classcal decso problems OR: Trasportato problem Product-m problem Producto plag problem Operatos Research Massmo Paolucc DIBRIS Uversty of Geova Trasportato problem The decso

More information

Web Page Clustering by Combining Dense Units

Web Page Clustering by Combining Dense Units Web Page Clusterg by Combg Dese Uts Morteza Haghr Chehregha, Hassa Abolhassa ad Mostafa Haghr Chehregha Departmet of CE, Sharf Uversty of Techology, Tehra, IRA {haghr, abolhassa}@ce.sharf.edu Departmet

More information

Optimization of Light Switching Pattern on Large Scale using Genetic Algorithm

Optimization of Light Switching Pattern on Large Scale using Genetic Algorithm Optmzato of Lght Swtchg Patter o Large Scale usg Geetc Algorthm Pryaka Sambyal, Pawaesh Abrol 2, Parvee Lehaa 3,2 Departmet of Computer Scece & IT 3 Departmet of Electrocs Uversty of Jammu, Jammu, J&K,

More information

Classification Web Pages By Using User Web Navigation Matrix By Mementic Algorithm

Classification Web Pages By Using User Web Navigation Matrix By Mementic Algorithm Classfcato Web Pages By Usg User Web Navgato Matrx By Memetc Algorthm 1 Parvaeh roustae 2 Mehd sadegh zadeh 1 Studet of Computer Egeerg Software EgeergDepartmet of ComputerEgeerg, Bushehr brach,

More information

Evaluation of Node and Link Importance Based on Network Topology and Traffic Information DU Xun-Wei, LIU Jun, GUO Wei

Evaluation of Node and Link Importance Based on Network Topology and Traffic Information DU Xun-Wei, LIU Jun, GUO Wei Advaced Materals Research Submtted: 2014-08-29 ISSN: 1662-8985, Vols. 1049-1050, pp 1765-1770 Accepted: 2014-09-01 do:10.4028/www.scetfc.et/amr.1049-1050.1765 Ole: 2014-10-10 2014 Tras Tech Publcatos,

More information

Application Research for Ultrasonic Flaw Identification Based on Support Vector Machine Jing Huang 1, a, Binglei Guan 1, b

Application Research for Ultrasonic Flaw Identification Based on Support Vector Machine Jing Huang 1, a, Binglei Guan 1, b 4th Iteratoal Coferece o Mechatrocs, Materals, Chemstry ad Computer Egeerg (ICMMCCE 205) Applcato Research for Ultrasoc Flaw Idetfcato Based o Support Vector Mache Jg Huag, a, Bgle Gua, b School of Electroc

More information