Cost-Sensitive Margin Distribution Optimization for Software Bug Localization

Μέγεθος: px
Εμφάνιση ξεκινά από τη σελίδα:

Download "Cost-Sensitive Margin Distribution Optimization for Software Bug Localization"

Transcript

1 ISSN , CODEN RUXUEW E-ail: Journal of Software,207,28(): [doi: /j.cnki.jos ] Tel: , ((), 20023) :, E-ail: :,,,.,,.,,,,,.,(cost-sensitive argin distribution optiization, CSMDO),,,. : ;;;; : TP3 :,..,207,28(): org.cn/ /5345.ht : Xie Z, Li M. Cost-Sensitive argin distribution optiization for software bug localization. Ruan Jian Xue Bao/ Journal of Software, 207,28(): (in Chinese). Cost-Sensitive Margin Distribution Optiization for Software Bug Localization XIE Zheng, LI Ming (State Key Laboratory for Novel Software Technology (Nanjing University), Nanjing 20023, China) Abstract: It is costly to identify bugs fro nuerous source code files in a large software project. Thus, locating bug autoatically and effectively becoes a worthy proble. Bug report is one of the ost valuable source of bug description, and precisely locating related source codes linked to the bug reports can help reducing software developent cost. Currently, ost of the research on bug localization based on deep neural networks focus on design of network structures while lacking attention to the loss function, which ipacts the perforance significantly in prediction tasks. In this paper, a cost-sensitive argin distribution optiization (CSMDO) loss function is proposed and applied to deep neural networks. This new ethod is capable of handling the ibalance of software defect data sets, and iproves the accuracy significantly. Key words: software ining; achine learning; bug localization; convolutional neural network; argin distribution optiization,,,.,, [,2]. [3 0],,,;,. : ( , ) Foundation ite: National Natural Science Foundation of China ( , ). : ; : ; :

2 : 3073,,.,,,.,.,,,.,.,,.,,,.,Poshyvanyk [5] ;Lukins [6] LDA(latent Dirichlet allocation),;gay [7] (vector space odel, VSM);Zhou [8] BugLocator, VSM.,.La [9] auto encoder ;Huo [0],,.,,. [9 ] sigoid ( softax ),.,., AdaBoost [2,3].Zhang [4],(optial argin distribution achine, ODM),,., ODM.,(cost-sensitive argin distribution optiization, CSMDO),,,. CSMDO.,CSMDO ,.,.,,. C={c,c 2,,c n },R={r,r 2,,r n2 },y ij Y={+, }., f:r C, sgn(f(r i,c j )) Y={+, } r i c j.: in L ( f ) = λ L( f( r, c ), y ) + Ω( f) () f i, j i j ij,l(, ),Ω( ).λ,..2,[5,6]. [0] :

3 3074 Journal of Software Vol.28, No., Noverber 207,.,,., x ij =φ(r i,c j ),.,, f(r i,c j ). Fig. Convolutional neural network structure for bug localization one-hot, [7]., V={ bug, class, contains, file, is, this }, S= this file contains bug this file x = (2) contains bug one-hot,.,., [8]. 2 2 : 2,; 2,.,.,,.,,,.

4 : ,,.,, AdaBoost.Schapire [9] AdaBoost.Breian [20], boosting Arc-gv,.,Rayzin [2],Arc-gv,,., AdaBoost, [2,3].Zhang, ODM [4].ODM w, ;,ODM.,,.,,: in w w+ C+ i i 0 i,, 2 ξ + C ξ + C ε w ξε yi=+ yi = i= s.t. yw x D ξ, yw x + D+ ε, i i i i i i ξ 0, ε 0, i =,...,. i i,,; 2,. D,. C + C., C + >C,. C ,(3) : C in L( w) w w ax{0, D yw x} w + 2 = + i i + 2 yi =+ C ax{0, D yiw xi} + ax{0, yiw xi D} yi = i=,... (x i,y i ), L(w,x i,y i ) L(w). :L(w) 2C+ L( w) = w+ ( yiw xi + D ) yixii( yiw xi < D) I( yi =+ ) + 2C 2C 0 i= i= i= ( yw x + D ) y xi( yw x < D) I( y = ) + i i i i i i i ( yw x D ) y xi( yw x > + D) C i i i i i i (3) (4) (5)

5 3076 Journal of Software Vol.28, No., Noverber 207,I( ),, 0.,: E[ L( wx, i, yi)] = w+ 2 C+ E[( yiw xi + D ) yixii( yiw xi < D) I( yi =+ )] + 2 C E[( yiw xi + D ) yixii( yiw xi < D) I( yi = )] + 2 C0E[( yiw xi D ) yixii( yiw xi > + D)] 2C+ = w+ ( yiw xi + D ) yixii( yiw xi < D) I( yi =+ ) + i= (6) 2C ( yiw xi + D ) yixii( yiw xi < D) I( yi = ) + i= 2C0 ( yiw xi D ) yixii( yiw xi > + D) i= = L( w), L(w,x i,y i ) L(w).,., (ini-batch gradient descent),. 3, ,,.,, [22]. [8,9],,JDT(Java developent tools) Eclipse Java IDE,PF(eclipse platfor) Eclipse,PDE(plug-in developent environent) Eclipse,AspectJ Java.. Table Statistics of the data sets JDT PF PDE AspectJ ,,,., Top 0 Rank,AUC(area under ROC curve) MAP(ean average precision) [8].,,BugLocator [8] Zhou,;Two- Phase [8] Ki,, ;HyLoc [9] La, auto encoder,..,,.

6 : ,,.,NP-CNN logistic (cross entropy), Logistic logistic.np-cnn hinge SVM hinge,,.., CSMDO ,.Top 0 Rank,MAP AUC 2~ 4.,/ CSMDO /(Wilcoxon, 0.05). Table 2 2 Top 0 Rank of copared ethods on all data sets Top 0 Rank Data set BugLocator Two-Phase HyLoc NP-CNN logistic NP-CNN higne CSMDO JDT PF PDE AspectJ Avg Table 3 3 MAP of copared ethods on all data sets MAP Data set BugLocator Two-Phase HyLoc NP-CNN logistic NP-CNN higne CSMDO JDT PF PDE AspectJ Avg Table 4 4 AUC of coparedethods on all data sets AUC Data set BugLocator Two-Phase HyLoc NP-CNN logistic NP-CNN higne CSMDO JDT PF PDE AspectJ Avg ,CSMDO. 4, BugLocator,Two-Phase HyLoc 3,CSMDO AUC 8.3%,9.% 2.3%,.:,CSMDO,. NP-CNN logistic,csmdo Top 0 Rank,MAP AUC 3.%,2.4% 3.9%, hinge NP-CNN hinge,.8%,2.2% 3.3%., CSMDO MAP AUC 3 Top 0 Rank.,,

7 3078 Journal of Software Vol.28, No., Noverber 207,. 4, (CSMDO),.,,.,,,.,,.,.,,. References: [] Li M, Huo X. Software defect ining based on sei-supervised learning. Journal of Data Acquisition and Processing, 206,3(): (in Chinese with English abstract). [doi: /j ] [2] Li M. Software defect ining. Chinese Association for Artificial Intelligence Conunication, 206,2(8):44 49 (in Chinese with English abstract). [3] Tu WW, Li M, Zhou ZH. Mining software defect factor. Journal of Jilin University (Engineering and Technology Edition), 202, 42(s): (in Chinese with English abstract). [4] Ding H, Chen L, Qian J, Xu L, Xu BW. Fault localization ethod using inforation quantity. Ruan Jian Xue Bao/Journal of Software, 203,24(7): (in Chinese with English abstract). [doi: /SP.J ] [5] Poshyvanyk D, Gueheneuc YG, Marcus A, Antoniol G, Rajlich VC. Feature location using probabilistic ranking of ethods based on execution scenarios and inforation retrieval. IEEE Trans. on Software Engineering, 2007,33(6): [doi: 0.09/tse ] [6] Lukins SK, Kraft N, Etzkorn LH. Source code retrieval for bug localization using latent dirichlet allocation. In: Proc. of 5th Working Conf. on Reverse Engineering. IEEE, [doi: 0.09/wcre ] [7] Gay G, Haiduc S, Marcus A, Menzies T. On the use of relevance feedback in IR-based concept location. In: Proc. of Int l Conf. on Software Maintenance [doi: 0.09/ics ] [8] Zhou J, Zhang H, Lo D. Where should the bugs be fixed? More accurate inforation retrieval-based bug localization based on bug reports. In: Proc. of the 34th Int l Conf. on Software Engineering [doi: 0.09/icse ] [9] La AN, Nguyen AT, Nguyen HA, Nguyen TN. Cobining deep learning with inforation retrieval to localize buggy files for bug reports. In: Proc. of the 28th Int l Conf. on Autoated Software Engineering [doi: 0.09/ase ] [0] Huo X, Li M, Zhou ZH. Learning unified features fro natural and prograing languages for locating buggy source code. In: Proc. of the 25th Int l Joint Conf. on Artificial Intelligence (IJCAI 206). New York, [] Mou L, Li G, Zhang L, Wang T, Jin Z. Convolutional neural networks over tree structures for prograing language processing. In: Proc. of the 30th AAAI Conf. on Artificial Intelligence [2] Wang L, Sugiyaa M, Jing Z, Yang C, Zhou ZH, Feng J. A refined argin analysis for boosting algoriths via equilibriu argin. Journal of Machine Learning Research, 20,2: [3] Gao W, Zhou ZH. On the doubt about argin explanation of boosting. Artificial Intelligence, 203,203: 8. [doi: 0.06/j.artint ] [4] Zhang T, Zhou ZH. Optial argin distribution achine. arxiv: , 206.

8 : 3079 [5] Johnson R, Zhang T. Effective use of word order for text categorization with convolutional neural networks. In: Proc. of the Conf. of the North Aerican Chapter of the Association for Coputational Linguistics: Huan Language Technologies [doi: 0.35/v/n5-0] [6] Zhang X, LeCun Y. Text understanding fro scratch. arxiv: , 205. [7] Ki Y. Convolutional neural networks for sentence classification. In: Proc. of the Conf. on Epirical Methods in Natural Language Processing. ACL, [doi: 0.35/v/d4-8] [8] Ki D, Zeller A, Tao Y, Ki S. Where should we fix this bug? A two-phase recoendation odel. IEEE Trans. on Software Engineering, IEEE, 203,39(): [doi: 0.09/tse ] [9] Schapire RE, Freund Y, Barlett P, Lee WS. Boosting the argin: A new explanation for the effectiveness of voting ethods. In: Fisher DH, ed. Proc. of the 4th Int l Conf. on Machine Learning (ICML 97). Morgan Kaufann Publishers, [20] Breian L. Prediction gaes and arcing algoriths. Neural Coputation, 999,(7): [doi: 0.62/ ] [2] Reyzin L, Schapire RE. How boosting the argin can also boost classifier coplexity. In: Cohen WW, Moore A, eds. Proc. of the 23rd Int l Conf. on Machine Learning (ICML 2006), Vol [doi: 0.45/ ] [22] Fischer M, Pinzger M, Gall H. Populating a release history database fro version control and bug tracking systes. In: Proc. of the Int l Conf. on Software Maintenance. IEEE, [doi: 0.09/ics ] : [],..,206,3(): [doi: /j ] [2]..,206,2(8): [3],,..(),202,42(s): [4],,,,..,203,24(7): /4294.ht [doi: /SP.J ] (994),,,, (980),,,,,.,CCF,,.

ER-Tree (Extended R*-Tree)

ER-Tree (Extended R*-Tree) 1-9825/22/13(4)768-6 22 Journal of Software Vol13, No4 1, 1, 2, 1 1, 1 (, 2327) 2 (, 3127) E-mail xhzhou@ustceducn,,,,,,, 1, TP311 A,,,, Elias s Rivest,Cleary Arya Mount [1] O(2 d ) Arya Mount [1] Friedman,Bentley

Διαβάστε περισσότερα

The Research on Sampling Estimation of Seasonal Index Based on Stratified Random Sampling

The Research on Sampling Estimation of Seasonal Index Based on Stratified Random Sampling 5 7 008 7 Statistical Research Vol. 5, No7 Jul. 008 :,,, : ; ; ; :O :A :00 4565 (008) 07 0070 04 The Research on Sapling Estiation of Seasonal Index Based on Stratified Rando Sapling Deng Ming Abstract

Διαβάστε περισσότερα

Vol. 31,No JOURNAL OF CHINA UNIVERSITY OF SCIENCE AND TECHNOLOGY Feb

Vol. 31,No JOURNAL OF CHINA UNIVERSITY OF SCIENCE AND TECHNOLOGY Feb Ξ 31 Vol 31,No 1 2 0 0 1 2 JOURNAL OF CHINA UNIVERSITY OF SCIENCE AND TECHNOLOGY Feb 2 0 0 1 :025322778 (2001) 0120016205 (, 230026) : Q ( m 1, m 2,, m n ) k = m 1 + m 2 + + m n - n : Q ( m 1, m 2,, m

Διαβάστε περισσότερα

3: A convolution-pooling layer in PS-CNN 1: Partially Shared Deep Neural Network 2.2 Partially Shared Convolutional Neural Network 2: A hidden layer o

3: A convolution-pooling layer in PS-CNN 1: Partially Shared Deep Neural Network 2.2 Partially Shared Convolutional Neural Network 2: A hidden layer o Sound Source Identification based on Deep Learning with Partially-Shared Architecture 1 2 1 1,3 Takayuki MORITO 1, Osamu SUGIYAMA 2, Ryosuke KOJIMA 1, Kazuhiro NAKADAI 1,3 1 2 ( ) 3 Tokyo Institute of

Διαβάστε περισσότερα

Area Location and Recognition of Video Text Based on Depth Learning Method

Area Location and Recognition of Video Text Based on Depth Learning Method 21 6 2016 12 Vol 21 No 6 JOURNAL OF HARBIN UNIVERSITY OF SCIENCE AND TECHNOLOGY Dec 2016 1 1 1 2 1 150080 2 130300 Gabor RBM OCR DOI 10 15938 /j jhust 2016 06 012 TP391 43 A 1007-2683 2016 06-0061- 06

Διαβάστε περισσότερα

Nov Journal of Zhengzhou University Engineering Science Vol. 36 No FCM. A doi /j. issn

Nov Journal of Zhengzhou University Engineering Science Vol. 36 No FCM. A doi /j. issn 2015 11 Nov 2015 36 6 Journal of Zhengzhou University Engineering Science Vol 36 No 6 1671-6833 2015 06-0056 - 05 C 1 1 2 2 1 450001 2 461000 C FCM FCM MIA MDC MDC MIA I FCM c FCM m FCM C TP18 A doi 10

Διαβάστε περισσότερα

YOU Wen-jie 1 2 JI Guo-li 1 YUAN Ming-shun 2

YOU Wen-jie 1 2 JI Guo-li 1 YUAN Ming-shun 2 Couter Engineering and Alications 29,4(36) 16 1 2 1 2 YOU Wen-jie 1 2 JI Guo-li 1 YUAN Ming-shun 2 1. 36 2. 33 1.Deartent of Autoation Xiaen University Xiaen Fujian 36 China 2.Fuqing Branch Fujian Noral

Διαβάστε περισσότερα

No. 7 Modular Machine Tool & Automatic Manufacturing Technique. Jul TH166 TG659 A

No. 7 Modular Machine Tool & Automatic Manufacturing Technique. Jul TH166 TG659 A 7 2016 7 No. 7 Modular Machine Tool & Automatic Manufacturing Technique Jul. 2016 1001-2265 2016 07-0122 - 05 DOI 10. 13462 /j. cnki. mmtamt. 2016. 07. 035 * 100124 TH166 TG659 A Precision Modeling and

Διαβάστε περισσότερα

Study on the Strengthen Method of Masonry Structure by Steel Truss for Collapse Prevention

Study on the Strengthen Method of Masonry Structure by Steel Truss for Collapse Prevention 33 2 2011 4 Vol. 33 No. 2 Apr. 2011 1002-8412 2011 02-0096-08 1 1 1 2 3 1. 361005 3. 361004 361005 2. 30 TU746. 3 A Study on the Strengthen Method of Masonry Structure by Steel Truss for Collapse Prevention

Διαβάστε περισσότερα

FENXI HUAXUE Chinese Journal of Analytical Chemistry. Savitzky-Golay. n = SG SG. Savitzky-Golay mmol /L 5700.

FENXI HUAXUE Chinese Journal of Analytical Chemistry. Savitzky-Golay. n = SG SG. Savitzky-Golay mmol /L 5700. 38 2010 3 FENXI HUAXUE Chinese Journal of Analytical Chemistry 3 342 ~ 346 DOI 10. 3724 /SP. J. 1096. 2010. 00342 Savitzky-Golay 1 * 1 2 1 3 1 1 510632 2 510632 3 200444 PLS Savitzky-Golay SG 10000 ~ 5300

Διαβάστε περισσότερα

Q L -BFGS. Method of Q through full waveform inversion based on L -BFGS algorithm. SUN Hui-qiu HAN Li-guo XU Yang-yang GAO Han ZHOU Yan ZHANG Pan

Q L -BFGS. Method of Q through full waveform inversion based on L -BFGS algorithm. SUN Hui-qiu HAN Li-guo XU Yang-yang GAO Han ZHOU Yan ZHANG Pan 3 2015 12 GLOBAL GEOLOGY Vol. 3 No. Dec. 2015 100 5589 2015 0 1106 07 L BFGS Q 130026 Q 2D L BFGS Marmousi Q L BFGS P631. 3 A doi 10. 3969 /j. issn. 1005589. 2015. 0. 02 Method of Q through full waveform

Διαβάστε περισσότερα

Stabilization of stock price prediction by cross entropy optimization

Stabilization of stock price prediction by cross entropy optimization ,,,,,,,, Stabilization of stock prediction by cross entropy optimization Kazuki Miura, Hideitsu Hino and Noboru Murata Prediction of series data is a long standing important problem Especially, prediction

Διαβάστε περισσότερα

High order interpolation function for surface contact problem

High order interpolation function for surface contact problem 3 016 5 Journal of East China Normal University Natural Science No 3 May 016 : 1000-564101603-0009-1 1 1 1 00444; E- 00030 : Lagrange Lobatto Matlab : ; Lagrange; : O41 : A DOI: 103969/jissn1000-56410160300

Διαβάστε περισσότερα

Buried Markov Model Pairwise

Buried Markov Model Pairwise Buried Markov Model 1 2 2 HMM Buried Markov Model J. Bilmes Buried Markov Model Pairwise 0.6 0.6 1.3 Structuring Model for Speech Recognition using Buried Markov Model Takayuki Yamamoto, 1 Tetsuya Takiguchi

Διαβάστε περισσότερα

Quick algorithm f or computing core attribute

Quick algorithm f or computing core attribute 24 5 Vol. 24 No. 5 Cont rol an d Decision 2009 5 May 2009 : 100120920 (2009) 0520738205 1a, 2, 1b (1. a., b., 239012 ; 2., 230039) :,,.,.,. : ; ; ; : TP181 : A Quick algorithm f or computing core attribute

Διαβάστε περισσότερα

DEIM Forum 2018 F3-5 657 8501 1-1 657 8501 1-1 E-mail: yuta@cs25.scitec.kobe-u.ac.jp, eguchi@port.kobe-u.ac.jp, ( ) ( )..,,,.,.,.,,..,.,,, 2..., 1.,., (Autoencoder: AE) [1] (Generative Stochastic Networks:

Διαβάστε περισσότερα

Reading Order Detection for Text Layout Excluded by Image

Reading Order Detection for Text Layout Excluded by Image 19 5 JOURNAL OF CHINESE INFORMATION PROCESSING Vol119 No15 :1003-0077 - (2005) 05-0067 - 09 1, 1, 2 (11, 100871 ; 21IBM, 100027) :,,, PMRegion,, : ; ; ; ; :TP391112 :A Reading Order Detection for Text

Διαβάστε περισσότερα

1530 ( ) 2014,54(12),, E (, 1, X ) [4],,, α, T α, β,, T β, c, P(T β 1 T α,α, β,c) 1 1,,X X F, X E F X E X F X F E X E 1 [1-2] , 2 : X X 1 X 2 ;

1530 ( ) 2014,54(12),, E (, 1, X ) [4],,, α, T α, β,, T β, c, P(T β 1 T α,α, β,c) 1 1,,X X F, X E F X E X F X F E X E 1 [1-2] , 2 : X X 1 X 2 ; ISSN1000-0054 CN11-2223/N ( ) 2014 54 12 JTsinghuaUniv(Sci& Technol), 2014,Vol.54, No.12 4/20 1529-1533,, (,, (), 100084) [1-2] :,,,,,,,, :, 0.3~ [3] 0.8BLEU,, : ; ; [4], ; :TP391.2 :A, :1000-0054(2014)12-1529-05,

Διαβάστε περισσότερα

Research on model of early2warning of enterprise crisis based on entropy

Research on model of early2warning of enterprise crisis based on entropy 24 1 Vol. 24 No. 1 ont rol an d Decision 2009 1 Jan. 2009 : 100120920 (2009) 0120113205 1, 1, 2 (1., 100083 ; 2., 100846) :. ;,,. 2.,,. : ; ; ; : F270. 5 : A Research on model of early2warning of enterprise

Διαβάστε περισσότερα

Congruence Classes of Invertible Matrices of Order 3 over F 2

Congruence Classes of Invertible Matrices of Order 3 over F 2 International Journal of Algebra, Vol. 8, 24, no. 5, 239-246 HIKARI Ltd, www.m-hikari.com http://dx.doi.org/.2988/ija.24.422 Congruence Classes of Invertible Matrices of Order 3 over F 2 Ligong An and

Διαβάστε περισσότερα

A research on the influence of dummy activity on float in an AOA network and its amendments

A research on the influence of dummy activity on float in an AOA network and its amendments 2008 6 6 :100026788 (2008) 0620106209,, (, 102206) : NP2hard,,..,.,,.,.,. :,,,, : TB11411 : A A research on the influence of dummy activity on float in an AOA network and its amendments WANG Qiang, LI

Διαβάστε περισσότερα

, Litrrow. Maxwell. Helmholtz Fredholm, . 40 Maystre [4 ], Goray [5 ], Kleemann [6 ] PACC: 4210, 4110H

, Litrrow. Maxwell. Helmholtz Fredholm, . 40 Maystre [4 ], Goray [5 ], Kleemann [6 ] PACC: 4210, 4110H 57 6 2008 6 100023290Π2008Π57 (06) Π3486208 ACTA PHYSICA SINICA Vol. 57,No. 6,June,2008 ν 2008 Chin. Phys. Soc. 3 1) 2) 1) g 1) (, 130033) 2) (, 100049) (2007 9 11 ;2007 11 14 ),Littrow,,.,., Litrrow.

Διαβάστε περισσότερα

Research of Han Character Internal Codes Recognition Algorithm in the Multi2lingual Environment

Research of Han Character Internal Codes Recognition Algorithm in the Multi2lingual Environment 18 2 JOURNAL OF CHINESE INFORMATION PROCESSING Vol118 No12 :1003-0077 (2004) 02-0073 - 07 Ξ 1,2, 1, 1 (11, 215006 ;21, 210000) : ISO/ IEC 10646,,,,,, 9919 % : ; ; ; ; : TP39111 :A Research of Han Character

Διαβάστε περισσότερα

ΕΘΝΙΚΟ ΜΕΤΣΟΒΙΟ ΠΟΛΥΤΕΧΝΕΙΟ ΣΧΟΛΗ ΗΛΕΚΤΡΟΛΟΓΩΝ ΜΗΧΑΝΙΚΩΝ ΚΑΙ ΜΗΧΑΝΙΚΩΝ ΥΠΟΛΟΓΙΣΤΩΝ

ΕΘΝΙΚΟ ΜΕΤΣΟΒΙΟ ΠΟΛΥΤΕΧΝΕΙΟ ΣΧΟΛΗ ΗΛΕΚΤΡΟΛΟΓΩΝ ΜΗΧΑΝΙΚΩΝ ΚΑΙ ΜΗΧΑΝΙΚΩΝ ΥΠΟΛΟΓΙΣΤΩΝ ΕΘΝΙΚΟ ΜΕΤΣΟΒΙΟ ΠΟΛΥΤΕΧΝΕΙΟ ΣΧΟΛΗ ΗΛΕΚΤΡΟΛΟΓΩΝ ΜΗΧΑΝΙΚΩΝ ΚΑΙ ΜΗΧΑΝΙΚΩΝ ΥΠΟΛΟΓΙΣΤΩΝ ΤΟΜΕΑΣ ΣΥΣΤΗΜΑΤΩΝ ΜΕΤΑΔΟΣΗΣ ΠΛΗΡΟΦΟΡΙΑΣ ΚΑΙ ΤΕΧΝΟΛΟΓΙΑΣ ΥΛΙΚΩΝ Εξαγωγή χαρακτηριστικών μαστογραφικών μαζών και σύγκριση

Διαβάστε περισσότερα

Bayesian Discriminant Feature Selection

Bayesian Discriminant Feature Selection 1,a) 2 1... DNA. Lasso. Bayesian Discriminant Feature Selection Tanaka Yusuke 1,a) Ueda Naonori 2 Tanaka Toshiyuki 1 Abstract: Focusing on categorical data, we propose a Bayesian feature selection method

Διαβάστε περισσότερα

CE 530 Molecular Simulation

CE 530 Molecular Simulation C 53 olecular Siulation Lecture Histogra Reweighting ethods David. Kofke Departent of Cheical ngineering SUNY uffalo kofke@eng.buffalo.edu Histogra Reweighting ethod to cobine results taken at different

Διαβάστε περισσότερα

Homomorphism in Intuitionistic Fuzzy Automata

Homomorphism in Intuitionistic Fuzzy Automata International Journal of Fuzzy Mathematics Systems. ISSN 2248-9940 Volume 3, Number 1 (2013), pp. 39-45 Research India Publications http://www.ripublication.com/ijfms.htm Homomorphism in Intuitionistic

Διαβάστε περισσότερα

Gro wth Properties of Typical Water Bloom Algae in Reclaimed Water

Gro wth Properties of Typical Water Bloom Algae in Reclaimed Water 31 1 2010 1 ENVIRONMENTAL SCIENCE Vol. 31,No. 1 Jan.,2010, 3, (,, 100084) :,.,, ( Microcystis aeruginosa),3 (A 2 O ) 10 6 ml - 1,> 0139 d - 1. A 2 O222,. TP ( K max ) ( R max ), Monod. :; ; ; ; :X173 :A

Διαβάστε περισσότερα

SocialDict. A reading support tool with prediction capability and its extension to readability measurement

SocialDict. A reading support tool with prediction capability and its extension to readability measurement SocialDict 1 2 2 2 Web SocialDict A reading support tool with prediction capability and its extension to readability measurement Yo Ehara, 1 Takashi Ninomiya, 2 Nobuyuki Shimizu 2 and Hiroshi Nakagawa

Διαβάστε περισσότερα

CorV CVAC. CorV TU317. 1

CorV CVAC. CorV TU317. 1 30 8 JOURNAL OF VIBRATION AND SHOCK Vol. 30 No. 8 2011 1 2 1 2 2 1. 100044 2. 361005 TU317. 1 A Structural damage detection method based on correlation function analysis of vibration measurement data LEI

Διαβάστε περισσότερα

An Automatic Modulation Classifier using a Frequency Discriminator for Intelligent Software Defined Radio

An Automatic Modulation Classifier using a Frequency Discriminator for Intelligent Software Defined Radio C IEEJ Transactions on Electronics, Information and Systems Vol.133 No.5 pp.910 915 DOI: 10.1541/ieejeiss.133.910 a) An Automatic Modulation Classifier using a Frequency Discriminator for Intelligent Software

Διαβάστε περισσότερα

Error ana lysis of P2wave non2hyperbolic m oveout veloc ity in layered media

Error ana lysis of P2wave non2hyperbolic m oveout veloc ity in layered media 28 1 2009 3 Vol128 No11 GLOBAL GEOLOGY Mar1 2009 : 1004 5589 (2009) 01 0098 05 P 1, 1, 2, 1 1., 130026; 2., 100027 :,,,, 1%,,, 12187%,, : ; ; ; : P63114 : A Abstract: Error ana lysis of P2wave non2hyperbolic

Διαβάστε περισσότερα

: Monte Carlo EM 313, Louis (1982) EM, EM Newton-Raphson, /. EM, 2 Monte Carlo EM Newton-Raphson, Monte Carlo EM, Monte Carlo EM, /. 3, Monte Carlo EM

: Monte Carlo EM 313, Louis (1982) EM, EM Newton-Raphson, /. EM, 2 Monte Carlo EM Newton-Raphson, Monte Carlo EM, Monte Carlo EM, /. 3, Monte Carlo EM 2008 6 Chinese Journal of Applied Probability and Statistics Vol.24 No.3 Jun. 2008 Monte Carlo EM 1,2 ( 1,, 200241; 2,, 310018) EM, E,,. Monte Carlo EM, EM E Monte Carlo,. EM, Monte Carlo EM,,,,. Newton-Raphson.

Διαβάστε περισσότερα

1 (forward modeling) 2 (data-driven modeling) e- Quest EnergyPlus DeST 1.1. {X t } ARMA. S.Sp. Pappas [4]

1 (forward modeling) 2 (data-driven modeling) e- Quest EnergyPlus DeST 1.1. {X t } ARMA. S.Sp. Pappas [4] 212 2 ( 4 252 ) No.2 in 212 (Total No.252 Vol.4) doi 1.3969/j.issn.1673-7237.212.2.16 STANDARD & TESTING 1 2 2 (1. 2184 2. 2184) CensusX12 ARMA ARMA TU111.19 A 1673-7237(212)2-55-5 Time Series Analysis

Διαβάστε περισσότερα

Automatic extraction of bibliography with machine learning

Automatic extraction of bibliography with machine learning Automatic extraction of bibliography with machine learning Takeshi ABEKAWA Hidetsugu NANBA Hiroya TAKAMURA Manabu OKUMURA Abstract In this paper, we propose an extraction method of bibliography using support

Διαβάστε περισσότερα

2002 Journal of Software

2002 Journal of Software Vol13, No2 2002 Journal of Software 1000-9825/2002/13(02)0250-08,,, (, 110004) E-mail: {wanggr,yuge}@mailneueducn http://wwwneueducn :,,, : ; ; ; : TP311 : A,,,,, :(1),(2),,, [1],, [2],, : ; ;,, [3] 4

Διαβάστε περισσότερα

J. of Math. (PRC) Banach, , X = N(T ) R(T + ), Y = R(T ) N(T + ). Vol. 37 ( 2017 ) No. 5

J. of Math. (PRC) Banach, , X = N(T ) R(T + ), Y = R(T ) N(T + ). Vol. 37 ( 2017 ) No. 5 Vol. 37 ( 2017 ) No. 5 J. of Math. (PRC) 1,2, 1, 1 (1., 225002) (2., 225009) :. I +AT +, T + = T + (I +AT + ) 1, T +. Banach Hilbert Moore-Penrose.. : ; ; Moore-Penrose ; ; MR(2010) : 47L05; 46A32 : O177.2

Διαβάστε περισσότερα

N. P. Mozhey Belarusian State University of Informatics and Radioelectronics NORMAL CONNECTIONS ON SYMMETRIC MANIFOLDS

N. P. Mozhey Belarusian State University of Informatics and Radioelectronics NORMAL CONNECTIONS ON SYMMETRIC MANIFOLDS Òðóäû ÁÃÒÓ 07 ñåðèÿ ñ. 9 54.765.... -. -. -. -. -. : -. N. P. Mozhey Belarusian State University of Inforatics and Radioelectronics NORMAL CONNECTIONS ON SYMMETRIC MANIFOLDS In this article we present

Διαβάστε περισσότερα

Detection and Recognition of Traffic Signal Using Machine Learning

Detection and Recognition of Traffic Signal Using Machine Learning 1 1 1 Detection and Recognition of Traffic Signal Using Machine Learning Akihiro Nakano, 1 Hiroshi Koyasu 1 and Hitoshi Maekawa 1 To improve road safety by assisting the driver, traffic signal recognition

Διαβάστε περισσότερα

( ) , ) , ; kg 1) 80 % kg. Vol. 28,No. 1 Jan.,2006 RESOURCES SCIENCE : (2006) ,2 ,,,, ; ;

( ) , ) , ; kg 1) 80 % kg. Vol. 28,No. 1 Jan.,2006 RESOURCES SCIENCE : (2006) ,2 ,,,, ; ; 28 1 2006 1 RESOURCES SCIENCE Vol. 28 No. 1 Jan. 2006 :1007-7588(2006) 01-0002 - 07 20 1 1 2 (11 100101 ; 21 101149) : 1978 1978 2001 ; 2010 ; ; ; : ; ; 24718kg 1) 1990 26211kg 260kg 1995 2001 238kg( 1)

Διαβάστε περισσότερα

Twitter 6. DEIM Forum 2014 A Twitter,,, Wikipedia, Explicit Semantic Analysis,

Twitter 6.   DEIM Forum 2014 A Twitter,,, Wikipedia, Explicit Semantic Analysis, DEIM Forum 2014 A5-2 Twitter 565 0871 1 5 E-mail: {shirakawa.masumi,hara,nishio}@ist.osaka-u.ac.p 9 24 Twitter,,, Wikipedia, Explicit Semantic Analysis, 1. political leaning Twitter Cision 2013 1 90% 9

Διαβάστε περισσότερα

SCITECH Volume 13, Issue 2 RESEARCH ORGANISATION Published online: March 29, 2018

SCITECH Volume 13, Issue 2 RESEARCH ORGANISATION Published online: March 29, 2018 Journal of rogressive Research in Mathematics(JRM) ISSN: 2395-028 SCITECH Volume 3, Issue 2 RESEARCH ORGANISATION ublished online: March 29, 208 Journal of rogressive Research in Mathematics www.scitecresearch.com/journals

Διαβάστε περισσότερα

VSC STEADY2STATE MOD EL AND ITS NONL INEAR CONTROL OF VSC2HVDC SYSTEM VSC (1. , ; 2. , )

VSC STEADY2STATE MOD EL AND ITS NONL INEAR CONTROL OF VSC2HVDC SYSTEM VSC (1. , ; 2. , ) 22 1 2002 1 Vol. 22 No. 1 Jan. 2002 Proceedings of the CSEE ν 2002 Chin. Soc. for Elec. Eng. :025828013 (2002) 0120017206 VSC 1, 1 2, (1., 310027 ; 2., 250061) STEADY2STATE MOD EL AND ITS NONL INEAR CONTROL

Διαβάστε περισσότερα

Application of Genetic Algorithm in Architectural Conceptual Design

Application of Genetic Algorithm in Architectural Conceptual Design ISSN 1000-9825, CODEN RUXUEW E-mail: jos@iscasaccn Journal of Software, Vol17, Supplement, November 2006, pp161 168 http://wwwjosorgcn 2006 by of Journal of Software All rights reserved Tel/Fa: +86-10-62562563

Διαβάστε περισσότερα

Πτυχιακή Εργασι α «Εκτι μήσή τής ποιο τήτας εικο νων με τήν χρή σή τεχνήτων νευρωνικων δικτυ ων»

Πτυχιακή Εργασι α «Εκτι μήσή τής ποιο τήτας εικο νων με τήν χρή σή τεχνήτων νευρωνικων δικτυ ων» Ανώτατο Τεχνολογικό Εκπαιδευτικό Ίδρυμα Ανατολικής Μακεδονίας και Θράκης Σχολή Τεχνολογικών Εφαρμογών Τμήμα Μηχανικών Πληροφορικής Πτυχιακή Εργασι α «Εκτι μήσή τής ποιο τήτας εικο νων με τήν χρή σή τεχνήτων

Διαβάστε περισσότερα

Studies on the Binding Mechanism of Several Antibiotics and Human Serum Albumin

Studies on the Binding Mechanism of Several Antibiotics and Human Serum Albumin 2005 63 Vol. 63, 2005 23, 2169 2173 ACTA CHIMICA SINICA No. 23, 2169 2173 a,b a a a *,a ( a 130012) ( b 133002), 26 K A 1.98 10 4, 1.01 10 3, 1.38 10 3, 5.97 10 4 7.15 10 4 L mol 1, n 1.16, 0.86, 1.19,

Διαβάστε περισσότερα

Analysis of energy consumption of telecommunications network and application of energy-saving techniques

Analysis of energy consumption of telecommunications network and application of energy-saving techniques 40 2 ( ) Vol.40 No.2 2009 4 Journal of Central South University (Science and Technology) Apr. 2009 1, 2 (1. 430074 2. 410015) TN915 A 1672 7207(2009)02 0464 07 Analysis of energy consumption of telecommunications

Διαβάστε περισσότερα

Computing Gradient. Hung-yi Lee 李宏毅

Computing Gradient. Hung-yi Lee 李宏毅 Computing Gradient Hung-yi Lee 李宏毅 Introduction Backpropagation: an efficient way to compute the gradient Prerequisite Backpropagation for feedforward net: http://speech.ee.ntu.edu.tw/~tkagk/courses/mlds_05_/lecture/

Διαβάστε περισσότερα

{takasu, Conditional Random Field

{takasu, Conditional Random Field DEIM Forum 2016 C8-6 CRF 700 8530 3 1 1 700 8530 3 1 1 101 8430 2-1-2 E-mail: pobp52cw@s.okayama-u.ac.jp, ohta@de.cs.okayama-u.ac.jp, {takasu, adachi}@nii.ac.jp Conditional Random Field 1. Conditional

Διαβάστε περισσότερα

[4] 1.2 [5] Bayesian Approach min-max min-max [6] UCB(Upper Confidence Bound ) UCT [7] [1] ( ) Amazons[8] Lines of Action(LOA)[4] Winands [4] 1

[4] 1.2 [5] Bayesian Approach min-max min-max [6] UCB(Upper Confidence Bound ) UCT [7] [1] ( ) Amazons[8] Lines of Action(LOA)[4] Winands [4] 1 1,a) Bayesian Approach An Application of Monte-Carlo Tree Search Algorithm for Shogi Player Based on Bayesian Approach Daisaku Yokoyama 1,a) Abstract: Monte-Carlo Tree Search (MCTS) algorithm is quite

Διαβάστε περισσότερα

Motion analysis and simulation of a stratospheric airship

Motion analysis and simulation of a stratospheric airship 32 11 Vol 32 11 2011 11 Journal of Harbin Engineering University Nov 2011 doi 10 3969 /j issn 1006-7043 2011 11 019 410073 3 2 V274 A 1006-7043 2011 11-1501-08 Motion analysis and simulation of a stratospheric

Διαβάστε περισσότερα

Zigbee. Zigbee. Zigbee Zigbee ZigBee. ZigBee. ZigBee

Zigbee. Zigbee. Zigbee Zigbee ZigBee. ZigBee. ZigBee Zigbee 150m 1000m Zigbee Zigbee Zigbee ZigBee ZigBee ZigBee 1 Zigbee Zigbee PC PC PC Zigbee 65536 256 20 30 2011.06 Signal Process & System 1 DS18B20 ACS712 TI CC2430 CC2430 Zigbee PC LED 1 1 DS18B20 9~12-55

Διαβάστε περισσότερα

Διπλωματική Εργασία του φοιτητή του Τμήματος Ηλεκτρολόγων Μηχανικών και Τεχνολογίας Υπολογιστών της Πολυτεχνικής Σχολής του Πανεπιστημίου Πατρών

Διπλωματική Εργασία του φοιτητή του Τμήματος Ηλεκτρολόγων Μηχανικών και Τεχνολογίας Υπολογιστών της Πολυτεχνικής Σχολής του Πανεπιστημίου Πατρών ΠΑΝΕΠΙΣΤΗΜΙΟ ΠΑΤΡΩΝ ΤΜΗΜΑ ΗΛΕΚΤΡΟΛΟΓΩΝ ΜΗΧΑΝΙΚΩΝ ΚΑΙ ΤΕΧΝΟΛΟΓΙΑΣ ΥΠΟΛΟΓΙΣΤΩΝ ΤΟΜΕΑΣ:ΗΛΕΚΤΡΟΝΙΚΗΣ ΚΑΙ ΥΠΟΛΟΓΙΣΤΩΝ ΕΡΓΑΣΤΗΡΙΟ ΗΛΕΚΤΡΟΝΙΚΩΝ ΕΦΑΡΜΟΓΩΝ Διπλωματική Εργασία του φοιτητή του Τμήματος Ηλεκτρολόγων

Διαβάστε περισσότερα

SVM. Research on ERPs feature extraction and classification

SVM. Research on ERPs feature extraction and classification 39 1 2011 2 Journal of Fuzhou University Natural Science Edition Vol 39 No 1 Feb 2011 DOI CNKI 35-1117 /N 20110121 1723 008 1000-2243 2011 01-0054 - 06 ERPs 350108 - ERPs SVM ERPs SVM 90% ERPs SVM TP391

Διαβάστε περισσότερα

Electronic Supplementary Information (ESI)

Electronic Supplementary Information (ESI) Electronic Supplementary Information (ESI) Lanthanide metal-organic frameworks constructed by asymmetric 2-nitro-biphenyl-4,4 -dicarboxylate ligand: syntheses, structures, luminescence and magnetic investigations

Διαβάστε περισσότερα

Approximation Expressions for the Temperature Integral

Approximation Expressions for the Temperature Integral 20 7Π8 2008 8 PROGRSS IN CHMISRY Vol. 20 No. 7Π8 Aug., 2008 3 3 3 3 3 ( 230026),,,, : O64311 ; O64213 : A : 10052281X(2008) 07Π821015206 Approimation pressions for the emperature Integral Chen Haiiang

Διαβάστε περισσότερα

DEIM Forum 2014 A8-1, 606 8501 E-mail: {tsukuda,ohshima,kato,tanaka}@dl.kuis.kyoto-u.ac.jp 1 2,, 1. Google 1 Yahoo 2 Bing 3 Web Web BM25 [1] HITS [2] PageRank [3] Web 1 [4] 1http://www.google.com 2http://www.yahoo.com

Διαβάστε περισσότερα

ΔΙΠΛΩΜΑΤΙΚΕΣ ΕΡΓΑΣΙΕΣ

ΔΙΠΛΩΜΑΤΙΚΕΣ ΕΡΓΑΣΙΕΣ ΔΙΠΛΩΜΑΤΙΚΕΣ ΕΡΓΑΣΙΕΣ ΤΜ. ΜΗΧΑΝΙΚΩΝ ΠΛΗΡΟΦΟΡΙΚΗΣ & ΤΗΛΕΠΙΚΟΙΝΩΝΙΩΝ 2018-2019 Επιβλέπουσα: Μπίμπη Ματίνα Ανάλυση της πλατφόρμας ανοιχτού κώδικα Home Assistant Το Home Assistant είναι μία πλατφόρμα ανοιχτού

Διαβάστε περισσότερα

A Fault Identification Algorithm for Satellite Networks Based on System Level Diagnosis

A Fault Identification Algorithm for Satellite Networks Based on System Level Diagnosis ISSN 1000-9825, CODEN RUXUEW E-mail: jos@iscasaccn Journal of Software, Vol17, No3, March 2006, pp388 395 http://wwwjosorgcn DOI: 101360/jos170388 Tel/Fax: +86-10-62562563 2006 by Journal of Software All

Διαβάστε περισσότερα

Optimization, PSO) DE [1, 2, 3, 4] PSO [5, 6, 7, 8, 9, 10, 11] (P)

Optimization, PSO) DE [1, 2, 3, 4] PSO [5, 6, 7, 8, 9, 10, 11] (P) ( ) 1 ( ) : : (Differential Evolution, DE) (Particle Swarm Optimization, PSO) DE [1, 2, 3, 4] PSO [5, 6, 7, 8, 9, 10, 11] 2 2.1 (P) (P ) minimize f(x) subject to g j (x) 0, j = 1,..., q h j (x) = 0, j

Διαβάστε περισσότερα

Chapter 1 Introduction to Observational Studies Part 2 Cross-Sectional Selection Bias Adjustment

Chapter 1 Introduction to Observational Studies Part 2 Cross-Sectional Selection Bias Adjustment Contents Preface ix Part 1 Introduction Chapter 1 Introduction to Observational Studies... 3 1.1 Observational vs. Experimental Studies... 3 1.2 Issues in Observational Studies... 5 1.3 Study Design...

Διαβάστε περισσότερα

Stress Relaxation Test and Constitutive Equation of Saturated Soft Soil

Stress Relaxation Test and Constitutive Equation of Saturated Soft Soil 8 7 011 7 Journal of Highway and Transportation Research and Development Vol. 8 No. 7 Jul. 011 100-068 011 07-0014 - 05 1 1. 0009. 710064 k 0 Merchant 4 Merchant U416. 1 + 6 A Stress Relaxation Test and

Διαβάστε περισσότερα

Estimation of stability region for a class of switched linear systems with multiple equilibrium points

Estimation of stability region for a class of switched linear systems with multiple equilibrium points 29 4 2012 4 1000 8152(2012)04 0409 06 Control Theory & Applications Vol 29 No 4 Apr 2012 12 1 (1 250061; 2 250353) ; ; ; TP273 A Estimation of stability region for a class of switched linear systems with

Διαβάστε περισσότερα

2016 IEEE/ACM International Conference on Mobile Software Engineering and Systems

2016 IEEE/ACM International Conference on Mobile Software Engineering and Systems 2016 IEEE/ACM International Conference on Mobile Software Engineering and Systems Multiple User Interfaces MobileSoft'16, Multi-User Experience (MUX) S1: Insourcing S2: Outsourcing S3: Responsive design

Διαβάστε περισσότερα

ΕΛΕΓΧΟΣ ΚΑΙ ΤΡΟΦΟΔΟΤΗΣΗ ΜΕΛΙΣΣΟΚΟΜΕΙΟΥ ΑΠΟ ΑΠΟΣΤΑΣΗ

ΕΛΕΓΧΟΣ ΚΑΙ ΤΡΟΦΟΔΟΤΗΣΗ ΜΕΛΙΣΣΟΚΟΜΕΙΟΥ ΑΠΟ ΑΠΟΣΤΑΣΗ ΕΘΝΙΚΟ ΜΕΤΣΟΒΙΟ ΠΟΛΥΤΕΧΝΕΙΟ ΣΧΟΛΗ ΗΛΕΚΤΡΟΛΟΓΩΝ ΜΗΧΑΝΙΚΩΝ ΚΑΙ ΜΗΧΑΝΙΚΩΝ ΥΠΟΛΟΓΙΣΤΩΝ ΤΟΜΕΑΣ ΗΛΕΚΤΡΙΚΩΝ ΒΙΟΜΗΧΑΝΙΚΩΝ ΔΙΑΤΑΞΕΩΝ ΚΑΙ ΣΥΣΤΗΜΑΤΩΝ ΑΠΟΦΑΣΕΩΝ ΕΛΕΓΧΟΣ ΚΑΙ ΤΡΟΦΟΔΟΤΗΣΗ ΜΕΛΙΣΣΟΚΟΜΕΙΟΥ ΑΠΟ ΑΠΟΣΤΑΣΗ

Διαβάστε περισσότερα

[1] DNA ATM [2] c 2013 Information Processing Society of Japan. Gait motion descriptors. Osaka University 2. Drexel University a)

[1] DNA ATM [2] c 2013 Information Processing Society of Japan. Gait motion descriptors. Osaka University 2. Drexel University a) 1,a) 1,b) 2,c) 1,d) Gait motion descriptors 1. 12 1 Osaka University 2 Drexel University a) higashiyama@am.sanken.osaka-u.ac.jp b) makihara@am.sanken.osaka-u.ac.jp c) kon@drexel.edu d) yagi@am.sanken.osaka-u.ac.jp

Διαβάστε περισσότερα

Evaluation on precision of occurrence measurement based on theory of errors

Evaluation on precision of occurrence measurement based on theory of errors 35 2 2016 6 GLOBAL GEOLOGY Vol. 35 No. 2 Jun. 2016 1004 5589 2016 02 0567 08 130026 5 ± 4 ± 3 4 P21 TD17 A doi 10. 3969 /j. issn. 1004-5589. 2016. 02. 030 Evaluation on precision of occurrence measurement

Διαβάστε περισσότερα

IPSJ SIG Technical Report Vol.2014-CE-127 No /12/6 CS Activity 1,a) CS Computer Science Activity Activity Actvity Activity Dining Eight-He

IPSJ SIG Technical Report Vol.2014-CE-127 No /12/6 CS Activity 1,a) CS Computer Science Activity Activity Actvity Activity Dining Eight-He CS Activity 1,a) 2 2 3 CS Computer Science Activity Activity Actvity Activity Dining Eight-Headed Dragon CS Unplugged Activity for Learning Scheduling Methods Hisao Fukuoka 1,a) Toru Watanabe 2 Makoto

Διαβάστε περισσότερα

katoh@kuraka.co.jp okaken@kuraka.co.jp mineot@fukuoka-u.ac.jp 4 35 3 Normalized stress σ/g 25 2 15 1 5 Breaking test Theory 1 2 Shear tests Failure tests Compressive tests 1 2 3 4 5 6 Fig.1. Relation between

Διαβάστε περισσότερα

GPU. CUDA GPU GeForce GTX 580 GPU 2.67GHz Intel Core 2 Duo CPU E7300 CUDA. Parallelizing the Number Partitioning Problem for GPUs

GPU. CUDA GPU GeForce GTX 580 GPU 2.67GHz Intel Core 2 Duo CPU E7300 CUDA. Parallelizing the Number Partitioning Problem for GPUs GPU 1 1 NP number partitioning problem Pedroso CUDA GPU GeForce GTX 580 GPU 2.67GHz Intel Core 2 Duo CPU E7300 CUDA C Pedroso Python 323 Python C 12.2 Parallelizing the Number Partitioning Problem for

Διαβάστε περισσότερα

Research on Economics and Management

Research on Economics and Management 36 5 2015 5 Research on Economics and Management Vol. 36 No. 5 May 2015 490 490 F323. 9 A DOI:10.13502/j.cnki.issn1000-7636.2015.05.007 1000-7636 2015 05-0052 - 10 2008 836 70% 1. 2 2010 1 2 3 2015-03

Διαβάστε περισσότερα

EPL 603 TOPICS IN SOFTWARE ENGINEERING. Lab 5: Component Adaptation Environment (COPE)

EPL 603 TOPICS IN SOFTWARE ENGINEERING. Lab 5: Component Adaptation Environment (COPE) EPL 603 TOPICS IN SOFTWARE ENGINEERING Lab 5: Component Adaptation Environment (COPE) Performing Static Analysis 1 Class Name: The fully qualified name of the specific class Type: The type of the class

Διαβάστε περισσότερα

ΓΕΩΠΟΝΙΚΟ ΠΑΝΕΠΙΣΤΗΜΙΟ ΑΘΗΝΩΝ ΤΜΗΜΑ ΕΠΙΣΤΗΜΗΣ ΤΡΟΦΙΜΩΝ ΚΑΙ ΔΙΑΤΡΟΦΗΣ ΤΟΥ ΑΝΘΡΩΠΟΥ

ΓΕΩΠΟΝΙΚΟ ΠΑΝΕΠΙΣΤΗΜΙΟ ΑΘΗΝΩΝ ΤΜΗΜΑ ΕΠΙΣΤΗΜΗΣ ΤΡΟΦΙΜΩΝ ΚΑΙ ΔΙΑΤΡΟΦΗΣ ΤΟΥ ΑΝΘΡΩΠΟΥ ΓΕΩΠΟΝΙΚΟ ΠΑΝΕΠΙΣΤΗΜΙΟ ΑΘΗΝΩΝ ΤΜΗΜΑ ΕΠΙΣΤΗΜΗΣ ΤΡΟΦΙΜΩΝ ΚΑΙ ΔΙΑΤΡΟΦΗΣ ΤΟΥ ΑΝΘΡΩΠΟΥ Πρόγραμμα Μεταπτυχιακών Σπουδών «Επιστήμη και Τεχνολογία Τροφίμων και Διατροφή του Ανθρώπου» Κατεύθυνση: «Διατροφή, Δημόσια

Διαβάστε περισσότερα

2 ~ 8 Hz Hz. Blondet 1 Trombetti 2-4 Symans 5. = - M p. M p. s 2 x p. s 2 x t x t. + C p. sx p. + K p. x p. C p. s 2. x tp x t.

2 ~ 8 Hz Hz. Blondet 1 Trombetti 2-4 Symans 5. = - M p. M p. s 2 x p. s 2 x t x t. + C p. sx p. + K p. x p. C p. s 2. x tp x t. 36 2010 8 8 Vol 36 No 8 JOURNAL OF BEIJING UNIVERSITY OF TECHNOLOGY Aug 2010 Ⅰ 100124 TB 534 + 2TP 273 A 0254-0037201008 - 1091-08 20 Hz 2 ~ 8 Hz 1988 Blondet 1 Trombetti 2-4 Symans 5 2 2 1 1 1b 6 M p

Διαβάστε περισσότερα

1 n-gram n-gram n-gram [11], [15] n-best [16] n-gram. n-gram. 1,a) Graham Neubig 1,b) Sakriani Sakti 1,c) 1,d) 1,e)

1 n-gram n-gram n-gram [11], [15] n-best [16] n-gram. n-gram. 1,a) Graham Neubig 1,b) Sakriani Sakti 1,c) 1,d) 1,e) 1,a) Graham Neubig 1,b) Sakriani Sakti 1,c) 1,d) 1,e) 1. [11], [15] 1 Nara Institute of Science and Technology a) akabe.koichi.zx8@is.naist.jp b) neubig@is.naist.jp c) ssakti@is.naist.jp d) tomoki@is.naist.jp

Διαβάστε περισσότερα

Lecture 2: Dirac notation and a review of linear algebra Read Sakurai chapter 1, Baym chatper 3

Lecture 2: Dirac notation and a review of linear algebra Read Sakurai chapter 1, Baym chatper 3 Lecture 2: Dirac notation and a review of linear algebra Read Sakurai chapter 1, Baym chatper 3 1 State vector space and the dual space Space of wavefunctions The space of wavefunctions is the set of all

Διαβάστε περισσότερα

ΠΟΛΥΤΕΧΝΕΙΟ ΚΡΗΤΗΣ ΣΧΟΛΗ ΜΗΧΑΝΙΚΩΝ ΠΕΡΙΒΑΛΛΟΝΤΟΣ

ΠΟΛΥΤΕΧΝΕΙΟ ΚΡΗΤΗΣ ΣΧΟΛΗ ΜΗΧΑΝΙΚΩΝ ΠΕΡΙΒΑΛΛΟΝΤΟΣ ΠΟΛΥΤΕΧΝΕΙΟ ΚΡΗΤΗΣ ΣΧΟΛΗ ΜΗΧΑΝΙΚΩΝ ΠΕΡΙΒΑΛΛΟΝΤΟΣ Τομέας Περιβαλλοντικής Υδραυλικής και Γεωπεριβαλλοντικής Μηχανικής (III) Εργαστήριο Γεωπεριβαλλοντικής Μηχανικής TECHNICAL UNIVERSITY OF CRETE SCHOOL of

Διαβάστε περισσότερα

ΣΤΥΛΙΑΝΟΥ ΣΟΦΙΑ Socm09008@soc.aegean.gr

ΣΤΥΛΙΑΝΟΥ ΣΟΦΙΑ Socm09008@soc.aegean.gr ΠΑΝΕΠΙΣΤΗΜΙΟ ΑΙΓΑΙΟΥ ΣΧΟΛΗ ΚΟΙΝΩΝΙΚΩΝ ΕΠΙΣΤΗΜΩΝ ΤΜΗΜΑ ΚΟΙΝΩΝΙΟΛΟΓΙΑΣ ΜΕΤΑΠΤΥΧΙΑΚΟ ΠΡΟΓΡΑΜΜΑ ΣΠΟΥΔΩΝ «ΕΡΕΥΝΑ ΓΙΑ ΤΗΝ ΤΟΠΙΚΗ ΚΟΙΝΩΝΙΚΗ ΑΝΑΠΤΥΞΗ ΚΑΙ ΣΥΝΟΧΗ» ΔΙΠΛΩΜΑΤΙΚΗ ΕΡΓΑΣΙΑ Θέμα: Διερεύνηση των απόψεων

Διαβάστε περισσότερα

[15], [16], [17] [6] [2] [5] Jiang [6] 2.1 [6], [10] Score(x, y) y ( 1) ( 1 ) b e ( 1 ) b e. O(n 2 ) 2.3. 2.2 Jiang [6] (word lattice reranking)

[15], [16], [17] [6] [2] [5] Jiang [6] 2.1 [6], [10] Score(x, y) y ( 1) ( 1 ) b e ( 1 ) b e. O(n 2 ) 2.3. 2.2 Jiang [6] (word lattice reranking) 1,a) 1 2 10 1. [6] [1], [6], [8], [10], [11] 2 n n+1 C 2 O(n 2 ) 1 153-8505 4-6-1 a) kaji@tkl.iis.u-tokyo.ac.jp [10] [19], [23] [6] [6] (3 ) 10 (1) (2) 3 c 2012 Information Processing Society of Japan

Διαβάστε περισσότερα

Research on real-time inverse kinematics algorithms for 6R robots

Research on real-time inverse kinematics algorithms for 6R robots 25 6 2008 2 Control Theory & Applications Vol. 25 No. 6 Dec. 2008 : 000 852(2008)06 037 05 6R,,, (, 30027) : 6R. 6 6R6.., -, 6R., 2.03 ms, 6R. : 6R; ; ; : TP242.2 : A Research on real-time inverse kinematics

Διαβάστε περισσότερα

Development of a Seismic Data Analysis System for a Short-term Training for Researchers from Developing Countries

Development of a Seismic Data Analysis System for a Short-term Training for Researchers from Developing Countries No. 2 3+/,**, Technical Research Report, Earthquake Research Institute, University of Tokyo, No. 2, pp.3+/,,**,. * * Development of a Seismic Data Analysis System for a Short-term Training for Researchers

Διαβάστε περισσότερα

Πανεπιστήμιο Κρήτης, Τμήμα Επιστήμης Υπολογιστών Άνοιξη 2009. HΥ463 - Συστήματα Ανάκτησης Πληροφοριών Information Retrieval (IR) Systems

Πανεπιστήμιο Κρήτης, Τμήμα Επιστήμης Υπολογιστών Άνοιξη 2009. HΥ463 - Συστήματα Ανάκτησης Πληροφοριών Information Retrieval (IR) Systems Πανεπιστήμιο Κρήτης, Τμήμα Επιστήμης Υπολογιστών Άνοιξη 2009 HΥ463 - Συστήματα Ανάκτησης Πληροφοριών Information Retrieval (IR) Systems Στατιστικά Κειμένου Text Statistics Γιάννης Τζίτζικας άλ ιάλεξη :

Διαβάστε περισσότερα

J. of Math. (PRC) 6 n (nt ) + n V = 0, (1.1) n t + div. div(n T ) = n τ (T L(x) T ), (1.2) n)xx (nt ) x + nv x = J 0, (1.4) n. 6 n

J. of Math. (PRC) 6 n (nt ) + n V = 0, (1.1) n t + div. div(n T ) = n τ (T L(x) T ), (1.2) n)xx (nt ) x + nv x = J 0, (1.4) n. 6 n Vol. 35 ( 215 ) No. 5 J. of Math. (PRC) a, b, a ( a. ; b., 4515) :., [3]. : ; ; MR(21) : 35Q4 : O175. : A : 255-7797(215)5-15-7 1 [1] : [ ( ) ] ε 2 n n t + div 6 n (nt ) + n V =, (1.1) n div(n T ) = n

Διαβάστε περισσότερα

BCI On Feature Extraction from Multi-Channel Brain Waves Used for Brain Computer Interface

BCI On Feature Extraction from Multi-Channel Brain Waves Used for Brain Computer Interface BCI On Feature Extraction from Multi-Channel Brain Waves Used for Brain Computer Interface Hiroya SAITO Kenji NAKAYAMA Akihiro HIRANO Graduate School of Natural Science and Technology,Kanazawa Univ. E-mail:

Διαβάστε περισσότερα

MOTROL. COMMISSION OF MOTORIZATION AND ENERGETICS IN AGRICULTURE 2014, Vol. 16, No. 5,

MOTROL. COMMISSION OF MOTORIZATION AND ENERGETICS IN AGRICULTURE 2014, Vol. 16, No. 5, MOTROL. COMMISSION OF MOTORIZATION AND ENERGETICS IN AGRICULTURE 2014, Vol. 16, No. 5, 3 14 -, :., 83, 66404 e-mail: chupinvr@istu.irk.ru...,,., -,.,. :,,,,,, -, - [1].,.., [2, 3].,.,,,.,,, [4, 5].,..1.

Διαβάστε περισσότερα

MUL TIL EVEL2USER2ORIENTED AGRICUL TURAL INFORMATION CLASSIFICATION

MUL TIL EVEL2USER2ORIENTED AGRICUL TURAL INFORMATION CLASSIFICATION 25 2 2003 3 RESOURCES SCIENCE Vol. 25 No. 2 Mar. 2003 1 2 1 (11 100101 21 410083) : : 7 : :F06215 F3 TP393107 :A :1007-7588(2003) 02-0020 - 06 MUL TIL EVEL2USER2ORIENTED AGRICUL TURAL INFORMATION CLASSIFICATION

Διαβάστε περισσότερα

ΣΧΕΔΙΑΣΜΟΣ ΔΙΚΤΥΩΝ ΔΙΑΝΟΜΗΣ. Η εργασία υποβάλλεται για τη μερική κάλυψη των απαιτήσεων με στόχο. την απόκτηση του διπλώματος

ΣΧΕΔΙΑΣΜΟΣ ΔΙΚΤΥΩΝ ΔΙΑΝΟΜΗΣ. Η εργασία υποβάλλεται για τη μερική κάλυψη των απαιτήσεων με στόχο. την απόκτηση του διπλώματος ΣΧΕΔΙΑΣΜΟΣ ΔΙΚΤΥΩΝ ΔΙΑΝΟΜΗΣ Η εργασία υποβάλλεται για τη μερική κάλυψη των απαιτήσεων με στόχο την απόκτηση του διπλώματος «Οργάνωση και Διοίκηση Βιομηχανικών Συστημάτων με εξειδίκευση στα Συστήματα Εφοδιασμού

Διαβάστε περισσότερα

Dynamic types, Lambda calculus machines Section and Practice Problems Apr 21 22, 2016

Dynamic types, Lambda calculus machines Section and Practice Problems Apr 21 22, 2016 Harvard School of Engineering and Applied Sciences CS 152: Programming Languages Dynamic types, Lambda calculus machines Apr 21 22, 2016 1 Dynamic types and contracts (a) To make sure you understand the

Διαβάστε περισσότερα

A summation formula ramified with hypergeometric function and involving recurrence relation

A summation formula ramified with hypergeometric function and involving recurrence relation South Asian Journal of Mathematics 017, Vol. 7 ( 1): 1 4 www.sajm-online.com ISSN 51-151 RESEARCH ARTICLE A summation formula ramified with hypergeometric function and involving recurrence relation Salahuddin

Διαβάστε περισσότερα

Table S1. Summary of data collections and structure refinements for crystals 1Rb-1h, 1Rb-2h, and 1Rb-4h.

Table S1. Summary of data collections and structure refinements for crystals 1Rb-1h, 1Rb-2h, and 1Rb-4h. Supporting Information [NH 3 CH 3 ] [In SbS 9 SH]: A novel methylamine-directed indium thioantimonate with Rb + ion-exchange property Kai-Yao Wang a,b, Mei-Ling Feng a, Jian-Rong Li a and Xiao-Ying Huang

Διαβάστε περισσότερα

MIDI [8] MIDI. [9] Hsu [1], [2] [10] Salamon [11] [5] Song [6] Sony, Minato, Tokyo , Japan a) b)

MIDI [8] MIDI. [9] Hsu [1], [2] [10] Salamon [11] [5] Song [6] Sony, Minato, Tokyo , Japan a) b) 1,a) 1,b) 1,c) 1. MIDI [1], [2] U/D/S 3 [3], [4] 1 [5] Song [6] 1 Sony, Minato, Tokyo 108 0075, Japan a) Emiru.Tsunoo@jp.sony.com b) AkiraB.Inoue@jp.sony.com c) Masayuki.Nishiguchi@jp.sony.com MIDI [7]

Διαβάστε περισσότερα

Applying Markov Decision Processes to Role-playing Game

Applying Markov Decision Processes to Role-playing Game 1,a) 1 1 1 1 2011 8 25, 2012 3 2 MDPRPG RPG MDP RPG MDP RPG MDP RPG MDP RPG Applying Markov Decision Processes to Role-playing Game Yasunari Maeda 1,a) Fumitaro Goto 1 Hiroshi Masui 1 Fumito Masui 1 Masakiyo

Διαβάστε περισσότερα

CLIMATE CHANGE IMPACTS ON THE WATER BALANCE OF SMALL SCALE WATER BASINS

CLIMATE CHANGE IMPACTS ON THE WATER BALANCE OF SMALL SCALE WATER BASINS . 1,. 2. 3 1,3,,,, 54 124 2,,,,54 124 E-mails: 1 hatzi1@civil.auth.gr, 2 diatol@geo.auth.gr, 3 niktheod@civil.auth.gr H. -. - -,,., -, -., -,. :,,. CLIMATE CHANGE IMPACTS ON THE WATER BALANCE OF SMALL

Διαβάστε περισσότερα

Test Data Management in Practice

Test Data Management in Practice Problems, Concepts, and the Swisscom Test Data Organizer Do you have issues with your legal and compliance department because test environments contain sensitive data outsourcing partners must not see?

Διαβάστε περισσότερα

* * E mail : matsuto eng.hokudai.ac.jp. Zeiss

* * E mail : matsuto eng.hokudai.ac.jp. Zeiss 400 Vol., No., pp., * * R.... * * Email : matsutoeng.hokudai.ac.jp Zeiss 401 Petts Becker Petts Petts Opaluch Joos. I L T M P TMP MP IM A IP B LM C TMP LM D LM B LM E * LP F * km TMP C TP E * TP G * 402...

Διαβάστε περισσότερα

Research on explaining porosity in carbonate reservoir by capture cross section method

Research on explaining porosity in carbonate reservoir by capture cross section method 33 4 2014 12 GLOBAL GEOLOGY Vol. 33 No. 4 Dec. 2014 1004-5589 2014 04-0875 - 05 1 2 1 2 1. 130026 2. 830011 PND SIGMA CATO SIGMA CNL 0. 91 SIGMA CATO P631. 325 A doi 10. 3969 /j. issn. 1004-5589. 2014.

Διαβάστε περισσότερα

College of Life Science, Dalian Nationalities University, Dalian , PR China.

College of Life Science, Dalian Nationalities University, Dalian , PR China. Electronic Supplementary Material (ESI) for New Journal of Chemistry. This journal is The Royal Society of Chemistry and the Centre National de la Recherche Scientifique 2018 Postsynthetic modification

Διαβάστε περισσότερα

Correction of chromatic aberration for human eyes with diffractive-refractive hybrid elements

Correction of chromatic aberration for human eyes with diffractive-refractive hybrid elements 5 5 2012 10 Chinese Optics Vol. 5 No. 5 Oct. 2012 1674-2915 2012 05-0525-06 - * 100190-14 - - 14. 51 μm 81. 4 μm - 1. 64 μm / O436. 1 TH703 A doi 10. 3788 /CO. 20120505. 0525 Correction of chromatic aberration

Διαβάστε περισσότερα

PACS: Ox, Cw, a, TP

PACS: Ox, Cw, a, TP * (, 210046 ) ( 2011 12 30 ; 2012 4 27 ),.,., ; ;.,,. :,, PACS: 02.10.Ox, 02.50.Cw, 05.40. a, 07.05.TP 1 ().,.,,,, s d. [1]., [2,3],,,.,,.,,,.,,,., [4 6].,, 1. A. 40 110 S E N(42,2 2 ) D N(63,3 2 ) B:70

Διαβάστε περισσότερα

Resurvey of Possible Seismic Fissures in the Old-Edo River in Tokyo

Resurvey of Possible Seismic Fissures in the Old-Edo River in Tokyo Bull. Earthq. Res. Inst. Univ. Tokyo Vol. 2.,**3 pp.,,3,.* * +, -. +, -. Resurvey of Possible Seismic Fissures in the Old-Edo River in Tokyo Kunihiko Shimazaki *, Tsuyoshi Haraguchi, Takeo Ishibe +, -.

Διαβάστε περισσότερα