THE PURPOSE of dynamic security assessment (DSA)

Size: px
Start display at page:

Download "THE PURPOSE of dynamic security assessment (DSA)"

Transcription

1 942 IEEE TRANSACTIONS ON NEURAL NETWORKS, VOL. 8, NO. 4, JULY 1997 Dynamic Security Contingency Screening and Ranking Using Neural Networks Yakout Mansour, Fellow, IEEE, Ebrahim Vaahedi, Senior Member, IEEE, and Mohammed A. El-Sharkawi, Fellow, IEEE Abstract This paper summarizes B.C. Hydro s experience in applying neural networks to dynamic security contingency screening and ranking. The idea is to use the information on the prevailing operating condition and directly provide contingency screening and ranking using a trained neural network. To train the two neural networks for the large scale systems of B.C. Hydro and Hydro Quebec, in total 1691 detailed transient stability simulation were conducted, 1158 for B.C. Hydro system and 533 for the Hydro Quebec system. The simulation program was equipped with the energy margin calculation module (second kick) to measure the energy margin in each run. The first set of results showed poor performance for the neural networks in assessing the dynamic security. However a number of corrective measures improved the results significantly. These corrective measures included: 1) the effectiveness of output; 2) the number of outputs; 3) the type of features (static versus dynamic); 4) the number of features; 5) system partitioning; and 6) the ratio of training samples to features. The final results obtained using the large scale systems of B.C. Hydro and Hydro Quebec demonstrates a good potential for neural network in dynamic security assessment contingency screening and ranking. Index Terms Contingency, dynamic security, neural network, ranking, screening. I. INTRODUCTION THE PURPOSE of dynamic security assessment (DSA) is to determine which contingencies may cause power system limit violations or system instability. The ultimate objective in this process is to derive operating guidelines for defining the areas of secure operation. In simple terms a DSA process includes the following steps: selection of critical contingencies; performing a detailed stability analysis for each critical contingency; analysis and checking of results for violations; repeat steps 2) and 3) until a barely secure case is obtained. In the past two decades a number of researchers have focused on enhancing step 2) which is the analysis part [9]. The subject of this project is step 1) which is intended to reduce the number of contingencies for which detailed stability analysis has to be performed. In other words one can view step 1) as the screening and ranking stage of the DSA. Historically, the dynamic security contingency screening and ranking methods unlike their static security counter parts Manuscript received December 12, 1996, revised March 5, Y. Mansour and E. Vaahedi are with with B.C. Hydro, Burnaby, Canada. M. A. El-Sharkawi is with the Department of Electrical Engineering, University of Washington, Seattle, WA USA Publisher Item Identifier S (97) have not received a great deal of attention. With the recent progress in analytical techniques [6] and major advancements in computer hardware, contingency screening for DSA seems to be more feasible and justified. So far, the only methods suggested for dynamic security CS&R are the analytical methods using the transient energy function (TEF) [6] and the use of artificial intelligence including expert systems and neural networks [4]. B.C. Hydro recently completed a CEA project with the objective of exploring the application of neural network to online dynamic security assessment [2]. In that project, various areas of dynamic security assessment were analyzed and potential areas for neural-network application were identified and ranked. In total, nine applications were identified with four being ranked highly. The report recommended that the applications ranked highly should be considered for implementation. This paper summarizes B.C. Hydro s experience [1], [2], [3] in applying neural networks to dynamic security contingency screening and ranking. The idea is to use the information on the prevailing operating condition and directly provide contingency screening and ranking using a trained neural network. Obviously the preference in this work was only to use features that can be easily measured or calculated from measurements such as steady state pre- and postcontingency features and avoid dynamic ones which could require time consuming simulations. The idea behind the application proposed here is similar to that EPRI project [4] except that the implementation including the neural-network design, the choice of features and outputs are considerably different. The final product presented here serves as the Beta test version of B.C. Hydro s DSA contingency screening and ranking module. II. STUDY SYSTEMS The systems of B.C. Hydro and Hydro Quebec were used to test the neural-network applications. These systems are described below. A. B.C. Hydro System The bulk system is composed of two main generation subsystems, the Peace River and the Columbia River. The Peace River system has a generating capacity of 3400 MW the majority of which is transmitted over about 1000 km of 500- kv transmission system to the main load center. The Columbia system has a generating capacity of 4730 MW located between 200 to 500 km from the main load center. The relatively large transfers over such long distances characterizes the B.C. Hydro /97$ IEEE

2 MANSOUR et al.: DYNAMIC SECURITY CONTINGENCY SCREENING 943 system as one of the systems limited by transient stability. In this system, generation shedding has proved to be one of the most effective discrete supplementary controls for maintaining stability. For these studies the B.C. Hydro base case used had 1393 buses and 209 machines. B. Hydro Quebec System The Hydro Quebec system is composed of two main generation complexes of Churchill Falls and James Bay in the north connected to the main load center through 735 kv heavily series compensated bulk transmission. In dynamic studies, the system is divided into two corridors, namely Eastern corridor and the Western corridor. The base case used for these studies, which was obtained from Hydro Quebec s System Planning Department, had 963 buses, 87 machines, and four two-terminal dc lines. The original base case obtained was extremely stable and it had to be heavily stressed to obtain more responsive dynamic behavior. III. NEURAL-NETWORK DESIGN The NN used in these studies was of the feedforward structure. It consisted of three layers, one for the input, one hidden, and one for the output. The size of the input layer was determined by the size of the input pattern. For an input pattern of, the number of input neurons was plus one neuron for biasing. Similarly, the size of the output layer was determined by the number of outputs each output neuron was assigned to one security index. The size of the hidden neurons was selected to provide the best test results for the given system. It was found that four six hidden neurons were adequate for all the studied cases. The input neurons of the feedforward structure are potential nodes. They pass the information to the neurons in the hidden layer in a weighted form. The neurons in the hidden layer process this information with a nonlinear function. The hidden neurons pass the information to the output neurons which are linear current nodes. The data of each study were normalized and shuffled a few hundred times before training the NN. This was done to enhance the randomness of the data and to eliminate the sequential bias effect. After the data were shuffled, they were divided into two groups, one was used for training and the other for testing. For proper NN performance, test data and training data must be different although belonging to the same statistical source. The property of being able to correctly classify previously unseen inputs is referred to as generalization. During the training, the NN was closely monitored to prevent network memorization (over training), or saturation. The presence of any of these problems would have resulted in unreliable results. When a NN memorizes the training data, it reproduces acceptable results for patterns that have used during the training, but unacceptable results with high errors when tested on unseen patterns. Such a NN is useless for the security applications but may find applications in areas where memorization is the goal. There are different techniques to ensure that an NN has learned and not memorized. They are all based on the fact that a properly trained NN should respond with equal error measures to both training and testing patterns. The training patterns in this study were first divided into two subsets where one subset was almost four times the second. After the first few iterations, the NN was trained on the larger subset and tested on the smaller subset. If the errors of the larger subset and the smaller subset were comparable, the training patterns were reshuffled and divided again into two subsets and so on. The error function typically takes the form shown in Fig. 1. The training error decreases along with the number of iterations while the testing error decreases at first, bounces around, and then starts to increase. The optimal learning and generalization are achieved close to the global minimum of the testing error indicated by the arrow. This technique has been used throughout this work with successful results. Another problem with NN training is network saturation. This problem can have a disabling effect if the nonlinear functions of the hidden neurons reach the upper or lower saturation limits. In this case any wide change in the input would produce no or minimal change in the output, and the neurons in this case are paralyzed. It is not uncommon to have some neurons in the saturation region, but too many would render the NN ineffective. To prevent network saturation, the hidden neurons were closely monitored. When one third of the neurons reach the saturation limit and stay there, the neurons were randomly disturbed and the learning process continued. IV. FEATURE SELECTION Features are system attributes which contain information that can be used to reconstruct the internal structure and pattern within the neural network. The task of deciding which system quantities to choose as features is a difficult task and there are formal feature selection algorithms which with some degree of success can be used for this purpose. In dynamic security assessment applications, it was shown [2] that for proper reconstruction of the system model, three types of information are required: 1) initial conditions; 2) precontingency network connectivity; and 3) contingency. Based on this argument and practical experience in developing offline dynamic security look-up tables, the key system attributes given in Table I were suggested to be used as features for dynamic security assessment [2]. This table includes two type of features, namely static and dynamic features. Static features are those attributes representing steady state preand postcontingency conditions. Dynamic features are those which reflect dynamic system conditions following the contingency. The above features were also augmented with the aggregate dynamic features suggested by ABB in their EPRI work [4]. The original list of features for the B.C. Hydro system contained 57 elements compared to 61 for that of the Hydro Quebec system. As studies progressed, the feature sets were refined to maximize the sample to feature ratio while main-

3 944 IEEE TRANSACTIONS ON NEURAL NETWORKS, VOL. 8, NO. 4, JULY 1997 Fig. 1. Variation of error with the number of iterations. TABLE I KEY FEATURES FOR DYNAMIC SECURITY ASSESSMENT In these studies both static and dynamic features were used to assess their benefits. The objective was to select features which require less computation and provide accurate security classification when using the neural network. Specific programs were written to extract the selected features from the cases. Fortran and PTI IPLAN programs were written for interaction with the power flow. User defined dynamic models were developed in Fortran to monitor dynamic features during the simulation. The features for each case were combined into one file for each run. These individual files were then formatted and merged together based on study, region, or contingency. The features in these merged files were then normalized for the use by the neural network. taining accurate neural-network results. This was achieved by eliminating those features not considered important for the considered contingency. V. IMPLEMENTATION The goal of this application was to be able to classify and rank different cases based on their dynamic security severity. It is crucial to find an output which reflects the ranking properly. In this application, the stability energy margin was selected as an output. This output reflects exactly the stability status of a case. This is one aspect of the work conducted here which sets it apart from previous efforts [2]. For comparison purposes, the largest angle swing was selected as another output. The largest angle swing, which was one of the outputs in the EPRI work [2], corresponds to the largest generator angle shift in the system.

4 MANSOUR et al.: DYNAMIC SECURITY CONTINGENCY SCREENING 945 To implement this application, detailed stability studies had to be conducted for different cases. For each case, the energy margin, the maximum swing angle, and all other system features had to be calculated. These values were then passed to the neural network for training and testing. To measure the energy margin for time domain simulations, B.C. Hydro s on-line DSA energy margin calculation module was used. VI. SAMPLE DEVELOPMENT To develop different samples, different base cases were first developed by changing network topology taking one component out of service at a time. New sets of base cases were then created by modifying the generation pattern of these cases. This allowed generation of more than 1000 base cases which then could be used with different contingencies to create more 1000 sample stability cases. The load level and generation patterns vary between cases. All major transmission lines remain in service in these base cases. Series compensation on these major lines was removed in a selected pattern to increase the stress on the system. For the B.C. Hydro System, initially 36 base cases were created for this CEA project. Modifying the generation pattern of these initial cases allowed another 72 cases to be created for a total of 108 base cases. Twenty-five B.C. Hydro system contingencies were selected for use in these studies. These contingencies were distributed on a regional basis and when combined with the base cases produced a total of 1158 simulations for the B.C. Hydro studies. For the Hydro Quebec system, the stressing of the base case was dependent on the corridor being studied. For the Western corridor, base cases were created by placing parallel 735 kv transmission lines out of service. As well, series compensation on some remaining in-service lines was removed. Generation patterns were modified to obtain different transfer levels. Through these various modifications 57 base cases were developed for Western corridor studies. The Eastern corridor proved more difficult to stress as this part of the system proved very stable transiently but would collapse due to voltage instability. Similar modifications to that of the Western corridor were performed on the Eastern corridor, however, only 32 base cases were developed. For the Western corridor a number of fault locations and contingencies were simulated. The fault locations were focused on the northern portion from Abitibi/Chibougamau to James Bay. These contingencies in combination with the base cases produced a total of 266 simulations for the Western corridor studies. The Eastern corridor fault locations were limited to the buses Arnaud, Montagnais, and Churchill Falls as the system proved highly stable at other locations. These contingencies in combination with the base cases produced a total of 267 simulations for the Eastern system. VII. RESULTS The systems of B.C. Hydro and Hydro Quebec were used to test the suitability of neural networks for contingency screening and ranking in dynamic security assessment. A. B.C. Hydro System Results In these studies, initially, the complete set of the features (57) was used for the study including all the static and dynamic features. The outputs selected were energy margin and maximum swing angle. The first study, BC1, covered contingencies from the entire B.C. Hydro system. As was explained in Section III, the data for each study were normalized, shuffled and divided into two groups; one was used for training and the other for testing. In this case, the neural network was trained using 120 samples and then was tested using 24 samples. Figs. 2 and 3 show the performance of the trained neural network for this application. Fig. 2(a) gives a comparison of the actual values of the energy margin (target) with the neural-network predicted values (NN output). As a result of the normalization, these values are between 0.0 and 1.0. Fig. 2(b) gives the probability of error distribution. The error in this figure is defined as the actual value minus the predicted neural-network value. To develop this figure, the errors for different testing samples were first sorted in ascending order from maximum negative to maximum positive. The entire range was then divided into segments of 0.05 width. The probability of error associated with the testing samples to lie within each of these segments was then calculated. Fig. 2(b) shows that the average error is 14.66% with the errors spreading between 17.9% to 44.95%. The total number of misclassifications in this case was 13 with nine false alarms and four false dismissals. The maximum swing output results for this application are given in Fig. 3(a) and (b). The average error is 4.92% with an error range of 38.74% to 78.11%. Obviously, these results were unacceptable with very high maximum absolute errors. The summary of the results are provided in Table II. To investigate the accuracy improvement if the two security indices were decoupled, two more studies of BC2 and BC3 were conducted. The results obtained indicate that the accuracy does not improve noticably. To improve the accuracy, it was decided to break the system into three subsystems: peace (PEACE), south interior (SI), and lower mainland (LM) based on the applied contingency. This was justifiable since not all the features in one subsystem provide adequate information on the security status of another. The results of the PEACE1 and SI1 studies show no improvements compared to BC1 results (Table II). To further improve the accuracy, the neural-network outputs were decoupled to produce cases PEACE2 and SI2. The results obtained, as summarized in Table II, show that the accuracy of results are still too poor with absolute maximum errors of about 40% and 35% respectively. The biggest improvement was obtained when the number of features were reduced. The results obtained, as summarized in Table II, show that the average error for energy margin reduces to 4.22% with an error range of ( 18.72% to 5.36%). The average error for maximum swing output was 1.29% with an error range of ( 4.28% to 5.82%). The final set of results for the B.C. Hydro system was obtained when the number of features for the PEACE2 and SI2 cases were reduced deleting all the dynamic features to obtain

5 946 IEEE TRANSACTIONS ON NEURAL NETWORKS, VOL. 8, NO. 4, JULY 1997 (a) (b) Fig. 2. (a) Comparison of target and NN output for BC1 (energy margin); no. of false alarms = 9; no. of false dismissals = 4; no. of misclassifications = 13. (b) Probability distribution of error for BC1 (energy margin); average error = ; maximum positive error = ; maximum negative error = the new PEACE4 and SI-2 cases. The new results for the PEACE4 case, as shown in Fig. 4(a) and (b) and summarized in Table II, indicate a good improvement mainly because of the reduction in the number of features. B. Test Results of Hydro Quebec System Based on the experience obtained in the B.C. Hydro studies, the Hydro Quebec system was also divided into two subsystems: west (western corridor ) and east (eastern corridor). The first study was conducted on the West system (WEST3). In this study dynamic features were included with the neural network outputs of energy margin and maximum swing angle. From the original feature set with 61 elements, only 37 features relevant to the western corridor were chosen for this study. The results obtained for this case show poor accuracy. To improve the accuracy of the results, the steps taken in B.C. Hydro s studies were repeated here. The number of features were reduced and the neural-network output was reduced to the energy margin alone. The results obtained for the west system (Western) show that the accuracy improved over the previous case (WEST3). The HQ system characteristics were such that it was almost impossible to make it unstable. The amount of the data reflecting unstable performance was very limited and could not be relied on for classification. Therefore the HQ results should be taken as the neural-network estimate of the energy margin for stable cases only. VIII. DISCUSSION OF RESULTS The studies conducted indicate a path of progressive improvement in the accuracy of neural-network results driven by the following corrective measures. The fine-tuning and intelligent selection of key features improved the accuracy significantly. Dynamic features improve the accuracy marginally. Elimination of these features results in significant computational savings.

6 MANSOUR et al.: DYNAMIC SECURITY CONTINGENCY SCREENING 947 (a) (b) Fig. 3. (a) Comparison of target and NN output for BC1 (max swing). (b) Probability distribution of error for BC1 (max swing); average error = ; maximum positive error = ; maximum negative error = TABLE II SUMMARY OF ALL NEURAL NETWORK APPLICATION STUDIES

7 948 IEEE TRANSACTIONS ON NEURAL NETWORKS, VOL. 8, NO. 4, JULY 1997 (a) (b) Fig. 4. (a) Comparison of target and NN output for PEACE-4 (energy margin); no. of false alarms = 1; no. of false dismissals = 0; no. of misclassifications = 1. (b) Probability distribution of error for PEACE-4 (energy margin); average error = ; maximum positive error = ; maximum negative error = A neural network with two outputs of energy margin and maximum swing angle performs marginally worse than two single-output neural networks. The quality of results for both outputs of energy margin and maximum swing can be reasonably accurate. However, unlike the energy margin, the maximum swing angle may not provide an accurate security index. The partitioning of the study systems to smaller subsystems of interest based on applied contingencies had a major impact on the accuracy of the results. This was justifiabl,e since not all the features in one subsystem provide relevant information on the security status of another subsystem. An increase in the ratio of number of training samples to the number of features enhance the accuracy of the results. This ratio for the final results reported here are around ten. Figs. 5 and 6 summarize the result of this study. Fig. 5 shows the energy margin average error and the error range for different tests conducted. Fig. 6 gives the percentage of misclassifications in each case. Both of these parameters are important in assessing the performance of the neural network in this application. Misclassification indicates the number of cases which has been misclassified whereas the error range shows the maximum prediction error of the neural network which could happen in its classification. In our study, although, the neural network was designed with the focus on misclassification, the maximum prediction errors have also been given due to their importance. The final results of B.C. Hydro indicate that with a reasonable degree of accuracy the neural network has been able to predict the system stability margin. The total number of misclassifications for the combined B.C. Hydro system is three; two false alarms and one false dismissal. The maximum error range was ( 17.84% to 22.48%). The positive error gives the maximum possible error under-estimation (false alarms) whereas the negative one gives the maximum error for overestimation (false dismissals). Since the consequence of false

8 MANSOUR et al.: DYNAMIC SECURITY CONTINGENCY SCREENING 949 Fig. 5. Average error and error range for different cases (energy margin). Fig. 6. Misclassification percentage for different cases. dismissal is very serious, to ensure 100% accuracy so far as classification of false dismissals is concerned, an error margin of larger than 17.84% must be selected and any case with less energy margin should be classified as unstable. This way, contingencies can be screened with little danger of false dismissals at the expense of increasing the number of false alarms. The results obtained for Hydro Quebec are slightly worse than those of B.C. Hydro. For the total Hydro Quebec system combining the results of the Western and the Eastern systems, the total number of misclassifications were four false alarms with an error range of ( 10.59% to 34.55%). IX. CONCLUSIONS The neural network results obtained for the two systems of B.C. Hydro and Hydro Quebec show that with a reasonable degree of accuracy, the neural network was able to perform classification and predict the system margin of stability with an average error of about 5%, an average misclassification of 4% and an average error of about 10% for the misclassified cases. It is also noted that for each study case there were very few (two or three) outliers among the tested samples which increased the total classification error to ( 20% to 20%). The reason of for the high error for the outliers could be either lack of enough training data or the performance of the used neural network. The training burden can be significantly reduced if similar to the practice of this paper, the transient stability program is equipped with an output analysis module such as second kick for early termination of simulations and margin calculations. This way each run will take a fraction (30% to 50%) of the time of a traditional simulation. REFERENCES [1] Y. Mansour et. al., Dynamic security assessment preprocessing, CEA 960 Project Final Rep., Sept [2] Y. Mansour, E. Vaahedi, A. Chang, M. A. El-Sharkawi, and S. Weerasooriya, Potential use of neural-network techniques for on-line dynamic security assessment of power systems, CEA Rep. ST-347C-P, Sept [3] Y. Mansour, E. Vaahedi, A. Chang, B. R. Corns, J. Tamby, M. A. El- Sharkawi, Large-scale dynamic security screening and ranking using neural network, Paper 96SM579-3, presented at the IEEE Summer Meet., Denver, CO, July [4] RP : Dynamic security analysis feasibility evaluation report, EPRI Rep., Apr [5] Y. Mansour, E. Vaahedi, A. Y. Chang, B. R. Corns, B. W. Garrett, K. Demaree, T. Athay, and K. Cheung, B.C. hydro s on-line transient

9 950 IEEE TRANSACTIONS ON NEURAL NETWORKS, VOL. 8, NO. 4, JULY 1997 stability assessment (TSA), IEEE Trans. Power Syst., vol. 10, Feb [6] G. D. Irisari, G. C. Ejebe, J. G. Waight, and W. F. Tinney, Efficient solution for equilibrium point in transient energy function analysis, IEEE Trans. Power Syst., pp , May [7] M. A. Pai, Energy Function Analysis for Power System Stability. Boston, MA: Kluwer, [8] A. A. Fouad and V. Vittal, Power System Transient Stability Analysis Using Transient Energy Function Method. Englewood Cliffs, NJ: Prentice-Hall, [9] W. W. Price, Rapid analysis of transient stability, IEEE Rep. 87TH PWR, Sept Yakout Mansour (S 77 M 77 SM 83 F 94) is presently the Manager of the Grid Operations and Inter-Utility Affairs Division of B.C. Hydro. Dr. Mansour is Chairman of the Power System Dynamic Performance Committee of IEEE. Ebrahim Vaahedi (S 78 M 79 SM 87) presently leads the Control Centre Technologies Department in the Grid Operations Division of B.C. Hydro, as well as being an Adjunct Professor at the Electrical Engineering Department of University of British Columbia, Vancouver. Mohammed A. El-Sharkawi (S 76 M 80 SM 83 F 95) received the B.Sc. degree in electrical engineering in 1971 from Cairo High Institute of Technology, Egypt, and the M.A.Sc and Ph.D. degrees in electrical engineering from the University of British Columbia, Vancouver, B.C., Canada, in 1977 and 1980, respectively. In 1980 he joined the University of Washington, Seattle, as a Faculty Member. He served as the Chairman of Graduate Studies and Research and is presently a Professor of Electrical Engineering and the Associate Chair. He co-edited an IEEE tutorial book on the applications of neural network to power systems. He organized and taught several international tutorials on intelligent systems applications, power quality and power systems, and he organized and chaired numerous panel and special sessions in IEEE and other international conferences. He published over 120 papers and book chapters in these areas and holds seven licensed patents. Dr. El-Sharkawi is the Founder of the international conference on the Application of Neural Networks to Power Systems (ANNPS) and the Cofounder of the international conference on Intelligent Systems Applications to Power (ISAP). He is a Member of the administrative committee of the IEEE Neural Networks Council representing the Power Engineering Society and Video Tutorial Chair of the IEEE Continuing Education Committee and the neural network council. He is the Founding Chairman of several IEEE task forces and working groups and subcommittees, including the task force on Application of Neural Networks to Power Systems, the working group on Advanced Control Strategies for dc-type Machines, and the task force on Intelligent Systems Application to Dynamic Security Assessment. He is the Cofounder of the IEEE Subcommittee on Intelligent Systems. He is a Member of the editorial board and Associate Editor of several journals, including the IEEE TRANSACTIONS ON NEURAL NETWORKS and Engineering Intelligent Systems.

Prof. Dr. Hussein I. Anis

Prof. Dr. Hussein I. Anis Curriculum Vitae Prof. Dr. Hussein I. Anis 1 Personal Data Full Name : Hussein Ibrahim Anis Date of Birth : November 20, 1945 Nationality : Egyptian Present Occupation : Professor, Electrical Power & Machines

More information

Python Machine Learning

Python Machine Learning Python Machine Learning Unlock deeper insights into machine learning with this vital guide to cuttingedge predictive analytics Sebastian Raschka [ PUBLISHING 1 open source I community experience distilled

More information

Software Maintenance

Software Maintenance 1 What is Software Maintenance? Software Maintenance is a very broad activity that includes error corrections, enhancements of capabilities, deletion of obsolete capabilities, and optimization. 2 Categories

More information

Module 12. Machine Learning. Version 2 CSE IIT, Kharagpur

Module 12. Machine Learning. Version 2 CSE IIT, Kharagpur Module 12 Machine Learning 12.1 Instructional Objective The students should understand the concept of learning systems Students should learn about different aspects of a learning system Students should

More information

Word Segmentation of Off-line Handwritten Documents

Word Segmentation of Off-line Handwritten Documents Word Segmentation of Off-line Handwritten Documents Chen Huang and Sargur N. Srihari {chuang5, srihari}@cedar.buffalo.edu Center of Excellence for Document Analysis and Recognition (CEDAR), Department

More information

QuickStroke: An Incremental On-line Chinese Handwriting Recognition System

QuickStroke: An Incremental On-line Chinese Handwriting Recognition System QuickStroke: An Incremental On-line Chinese Handwriting Recognition System Nada P. Matić John C. Platt Λ Tony Wang y Synaptics, Inc. 2381 Bering Drive San Jose, CA 95131, USA Abstract This paper presents

More information

INPE São José dos Campos

INPE São José dos Campos INPE-5479 PRE/1778 MONLINEAR ASPECTS OF DATA INTEGRATION FOR LAND COVER CLASSIFICATION IN A NEDRAL NETWORK ENVIRONNENT Maria Suelena S. Barros Valter Rodrigues INPE São José dos Campos 1993 SECRETARIA

More information

OCR for Arabic using SIFT Descriptors With Online Failure Prediction

OCR for Arabic using SIFT Descriptors With Online Failure Prediction OCR for Arabic using SIFT Descriptors With Online Failure Prediction Andrey Stolyarenko, Nachum Dershowitz The Blavatnik School of Computer Science Tel Aviv University Tel Aviv, Israel Email: stloyare@tau.ac.il,

More information

OPTIMIZATINON OF TRAINING SETS FOR HEBBIAN-LEARNING- BASED CLASSIFIERS

OPTIMIZATINON OF TRAINING SETS FOR HEBBIAN-LEARNING- BASED CLASSIFIERS OPTIMIZATINON OF TRAINING SETS FOR HEBBIAN-LEARNING- BASED CLASSIFIERS Václav Kocian, Eva Volná, Michal Janošek, Martin Kotyrba University of Ostrava Department of Informatics and Computers Dvořákova 7,

More information

CS Machine Learning

CS Machine Learning CS 478 - Machine Learning Projects Data Representation Basic testing and evaluation schemes CS 478 Data and Testing 1 Programming Issues l Program in any platform you want l Realize that you will be doing

More information

Learning Methods for Fuzzy Systems

Learning Methods for Fuzzy Systems Learning Methods for Fuzzy Systems Rudolf Kruse and Andreas Nürnberger Department of Computer Science, University of Magdeburg Universitätsplatz, D-396 Magdeburg, Germany Phone : +49.39.67.876, Fax : +49.39.67.8

More information

CHAPTER 4: REIMBURSEMENT STRATEGIES 24

CHAPTER 4: REIMBURSEMENT STRATEGIES 24 CHAPTER 4: REIMBURSEMENT STRATEGIES 24 INTRODUCTION Once state level policymakers have decided to implement and pay for CSR, one issue they face is simply how to calculate the reimbursements to districts

More information

Calibration of Confidence Measures in Speech Recognition

Calibration of Confidence Measures in Speech Recognition Submitted to IEEE Trans on Audio, Speech, and Language, July 2010 1 Calibration of Confidence Measures in Speech Recognition Dong Yu, Senior Member, IEEE, Jinyu Li, Member, IEEE, Li Deng, Fellow, IEEE

More information

Introduction to Ensemble Learning Featuring Successes in the Netflix Prize Competition

Introduction to Ensemble Learning Featuring Successes in the Netflix Prize Competition Introduction to Ensemble Learning Featuring Successes in the Netflix Prize Competition Todd Holloway Two Lecture Series for B551 November 20 & 27, 2007 Indiana University Outline Introduction Bias and

More information

Human Emotion Recognition From Speech

Human Emotion Recognition From Speech RESEARCH ARTICLE OPEN ACCESS Human Emotion Recognition From Speech Miss. Aparna P. Wanare*, Prof. Shankar N. Dandare *(Department of Electronics & Telecommunication Engineering, Sant Gadge Baba Amravati

More information

The Good Judgment Project: A large scale test of different methods of combining expert predictions

The Good Judgment Project: A large scale test of different methods of combining expert predictions The Good Judgment Project: A large scale test of different methods of combining expert predictions Lyle Ungar, Barb Mellors, Jon Baron, Phil Tetlock, Jaime Ramos, Sam Swift The University of Pennsylvania

More information

WHEN THERE IS A mismatch between the acoustic

WHEN THERE IS A mismatch between the acoustic 808 IEEE TRANSACTIONS ON AUDIO, SPEECH, AND LANGUAGE PROCESSING, VOL. 14, NO. 3, MAY 2006 Optimization of Temporal Filters for Constructing Robust Features in Speech Recognition Jeih-Weih Hung, Member,

More information

Electric Power Systems Education for Multidisciplinary Engineering Students

Electric Power Systems Education for Multidisciplinary Engineering Students Paper ID #967 Electric Power Systems Education for Multidisciplinary Engineering Students Prof. Aaron M. Cramer, University of Kentucky Aaron M. Cramer received the B.S. degree (summa cum laude) in electrical

More information

Artificial Neural Networks written examination

Artificial Neural Networks written examination 1 (8) Institutionen för informationsteknologi Olle Gällmo Universitetsadjunkt Adress: Lägerhyddsvägen 2 Box 337 751 05 Uppsala Artificial Neural Networks written examination Monday, May 15, 2006 9 00-14

More information

On the Combined Behavior of Autonomous Resource Management Agents

On the Combined Behavior of Autonomous Resource Management Agents On the Combined Behavior of Autonomous Resource Management Agents Siri Fagernes 1 and Alva L. Couch 2 1 Faculty of Engineering Oslo University College Oslo, Norway siri.fagernes@iu.hio.no 2 Computer Science

More information

Knowledge Transfer in Deep Convolutional Neural Nets

Knowledge Transfer in Deep Convolutional Neural Nets Knowledge Transfer in Deep Convolutional Neural Nets Steven Gutstein, Olac Fuentes and Eric Freudenthal Computer Science Department University of Texas at El Paso El Paso, Texas, 79968, U.S.A. Abstract

More information

Rule Learning With Negation: Issues Regarding Effectiveness

Rule Learning With Negation: Issues Regarding Effectiveness Rule Learning With Negation: Issues Regarding Effectiveness S. Chua, F. Coenen, G. Malcolm University of Liverpool Department of Computer Science, Ashton Building, Ashton Street, L69 3BX Liverpool, United

More information

Reducing Features to Improve Bug Prediction

Reducing Features to Improve Bug Prediction Reducing Features to Improve Bug Prediction Shivkumar Shivaji, E. James Whitehead, Jr., Ram Akella University of California Santa Cruz {shiv,ejw,ram}@soe.ucsc.edu Sunghun Kim Hong Kong University of Science

More information

A Neural Network GUI Tested on Text-To-Phoneme Mapping

A Neural Network GUI Tested on Text-To-Phoneme Mapping A Neural Network GUI Tested on Text-To-Phoneme Mapping MAARTEN TROMPPER Universiteit Utrecht m.f.a.trompper@students.uu.nl Abstract Text-to-phoneme (T2P) mapping is a necessary step in any speech synthesis

More information

Softprop: Softmax Neural Network Backpropagation Learning

Softprop: Softmax Neural Network Backpropagation Learning Softprop: Softmax Neural Networ Bacpropagation Learning Michael Rimer Computer Science Department Brigham Young University Provo, UT 84602, USA E-mail: mrimer@axon.cs.byu.edu Tony Martinez Computer Science

More information

Moderator: Gary Weckman Ohio University USA

Moderator: Gary Weckman Ohio University USA Moderator: Gary Weckman Ohio University USA Robustness in Real-time Complex Systems What is complexity? Interactions? Defy understanding? What is robustness? Predictable performance? Ability to absorb

More information

Data Fusion Models in WSNs: Comparison and Analysis

Data Fusion Models in WSNs: Comparison and Analysis Proceedings of 2014 Zone 1 Conference of the American Society for Engineering Education (ASEE Zone 1) Data Fusion s in WSNs: Comparison and Analysis Marwah M Almasri, and Khaled M Elleithy, Senior Member,

More information

Lecture 1: Machine Learning Basics

Lecture 1: Machine Learning Basics 1/69 Lecture 1: Machine Learning Basics Ali Harakeh University of Waterloo WAVE Lab ali.harakeh@uwaterloo.ca May 1, 2017 2/69 Overview 1 Learning Algorithms 2 Capacity, Overfitting, and Underfitting 3

More information

System Implementation for SemEval-2017 Task 4 Subtask A Based on Interpolated Deep Neural Networks

System Implementation for SemEval-2017 Task 4 Subtask A Based on Interpolated Deep Neural Networks System Implementation for SemEval-2017 Task 4 Subtask A Based on Interpolated Deep Neural Networks 1 Tzu-Hsuan Yang, 2 Tzu-Hsuan Tseng, and 3 Chia-Ping Chen Department of Computer Science and Engineering

More information

Assignment 1: Predicting Amazon Review Ratings

Assignment 1: Predicting Amazon Review Ratings Assignment 1: Predicting Amazon Review Ratings 1 Dataset Analysis Richard Park r2park@acsmail.ucsd.edu February 23, 2015 The dataset selected for this assignment comes from the set of Amazon reviews for

More information

SARDNET: A Self-Organizing Feature Map for Sequences

SARDNET: A Self-Organizing Feature Map for Sequences SARDNET: A Self-Organizing Feature Map for Sequences Daniel L. James and Risto Miikkulainen Department of Computer Sciences The University of Texas at Austin Austin, TX 78712 dljames,risto~cs.utexas.edu

More information

Evolutive Neural Net Fuzzy Filtering: Basic Description

Evolutive Neural Net Fuzzy Filtering: Basic Description Journal of Intelligent Learning Systems and Applications, 2010, 2: 12-18 doi:10.4236/jilsa.2010.21002 Published Online February 2010 (http://www.scirp.org/journal/jilsa) Evolutive Neural Net Fuzzy Filtering:

More information

Reinforcement Learning by Comparing Immediate Reward

Reinforcement Learning by Comparing Immediate Reward Reinforcement Learning by Comparing Immediate Reward Punit Pandey DeepshikhaPandey Dr. Shishir Kumar Abstract This paper introduces an approach to Reinforcement Learning Algorithm by comparing their immediate

More information

NCEO Technical Report 27

NCEO Technical Report 27 Home About Publications Special Topics Presentations State Policies Accommodations Bibliography Teleconferences Tools Related Sites Interpreting Trends in the Performance of Special Education Students

More information

A Power Systems Protection Teaching Laboratory for Undergraduate and Graduate Power Engineering Education

A Power Systems Protection Teaching Laboratory for Undergraduate and Graduate Power Engineering Education Paper ID #5872 A Power Systems Protection Teaching Laboratory for Undergraduate and Graduate Power Engineering Education Jennifer Ferris, Portland State University Dr. Robert B Bass, Portland State University

More information

Utilizing Soft System Methodology to Increase Productivity of Shell Fabrication Sushant Sudheer Takekar 1 Dr. D.N. Raut 2

Utilizing Soft System Methodology to Increase Productivity of Shell Fabrication Sushant Sudheer Takekar 1 Dr. D.N. Raut 2 IJSRD - International Journal for Scientific Research & Development Vol. 2, Issue 04, 2014 ISSN (online): 2321-0613 Utilizing Soft System Methodology to Increase Productivity of Shell Fabrication Sushant

More information

Research Article Hybrid Multistarting GA-Tabu Search Method for the Placement of BtB Converters for Korean Metropolitan Ring Grid

Research Article Hybrid Multistarting GA-Tabu Search Method for the Placement of BtB Converters for Korean Metropolitan Ring Grid Mathematical Problems in Engineering Volume 2016, Article ID 1546753, 9 pages http://dx.doi.org/10.1155/2016/1546753 Research Article Hybrid Multistarting GA-Tabu Search Method for the Placement of BtB

More information

Testing A Moving Target: How Do We Test Machine Learning Systems? Peter Varhol Technology Strategy Research, USA

Testing A Moving Target: How Do We Test Machine Learning Systems? Peter Varhol Technology Strategy Research, USA Testing A Moving Target: How Do We Test Machine Learning Systems? Peter Varhol Technology Strategy Research, USA Testing a Moving Target How Do We Test Machine Learning Systems? Peter Varhol, Technology

More information

Introduction to Simulation

Introduction to Simulation Introduction to Simulation Spring 2010 Dr. Louis Luangkesorn University of Pittsburgh January 19, 2010 Dr. Louis Luangkesorn ( University of Pittsburgh ) Introduction to Simulation January 19, 2010 1 /

More information

(Sub)Gradient Descent

(Sub)Gradient Descent (Sub)Gradient Descent CMSC 422 MARINE CARPUAT marine@cs.umd.edu Figures credit: Piyush Rai Logistics Midterm is on Thursday 3/24 during class time closed book/internet/etc, one page of notes. will include

More information

AUTOMATIC DETECTION OF PROLONGED FRICATIVE PHONEMES WITH THE HIDDEN MARKOV MODELS APPROACH 1. INTRODUCTION

AUTOMATIC DETECTION OF PROLONGED FRICATIVE PHONEMES WITH THE HIDDEN MARKOV MODELS APPROACH 1. INTRODUCTION JOURNAL OF MEDICAL INFORMATICS & TECHNOLOGIES Vol. 11/2007, ISSN 1642-6037 Marek WIŚNIEWSKI *, Wiesława KUNISZYK-JÓŹKOWIAK *, Elżbieta SMOŁKA *, Waldemar SUSZYŃSKI * HMM, recognition, speech, disorders

More information

Axiom 2013 Team Description Paper

Axiom 2013 Team Description Paper Axiom 2013 Team Description Paper Mohammad Ghazanfari, S Omid Shirkhorshidi, Farbod Samsamipour, Hossein Rahmatizadeh Zagheli, Mohammad Mahdavi, Payam Mohajeri, S Abbas Alamolhoda Robotics Scientific Association

More information

Rule Learning with Negation: Issues Regarding Effectiveness

Rule Learning with Negation: Issues Regarding Effectiveness Rule Learning with Negation: Issues Regarding Effectiveness Stephanie Chua, Frans Coenen, and Grant Malcolm University of Liverpool Department of Computer Science, Ashton Building, Ashton Street, L69 3BX

More information

SETTING STANDARDS FOR CRITERION- REFERENCED MEASUREMENT

SETTING STANDARDS FOR CRITERION- REFERENCED MEASUREMENT SETTING STANDARDS FOR CRITERION- REFERENCED MEASUREMENT By: Dr. MAHMOUD M. GHANDOUR QATAR UNIVERSITY Improving human resources is the responsibility of the educational system in many societies. The outputs

More information

Simple Random Sample (SRS) & Voluntary Response Sample: Examples: A Voluntary Response Sample: Examples: Systematic Sample Best Used When

Simple Random Sample (SRS) & Voluntary Response Sample: Examples: A Voluntary Response Sample: Examples: Systematic Sample Best Used When Simple Random Sample (SRS) & Voluntary Response Sample: In statistics, a simple random sample is a group of people who have been chosen at random from the general population. A simple random sample is

More information

Leveraging MOOCs to bring entrepreneurship and innovation to everyone on campus

Leveraging MOOCs to bring entrepreneurship and innovation to everyone on campus Paper ID #9305 Leveraging MOOCs to bring entrepreneurship and innovation to everyone on campus Dr. James V Green, University of Maryland, College Park Dr. James V. Green leads the education activities

More information

Mining Association Rules in Student s Assessment Data

Mining Association Rules in Student s Assessment Data www.ijcsi.org 211 Mining Association Rules in Student s Assessment Data Dr. Varun Kumar 1, Anupama Chadha 2 1 Department of Computer Science and Engineering, MVN University Palwal, Haryana, India 2 Anupama

More information

Australian Journal of Basic and Applied Sciences

Australian Journal of Basic and Applied Sciences AENSI Journals Australian Journal of Basic and Applied Sciences ISSN:1991-8178 Journal home page: www.ajbasweb.com Feature Selection Technique Using Principal Component Analysis For Improving Fuzzy C-Mean

More information

School Competition and Efficiency with Publicly Funded Catholic Schools David Card, Martin D. Dooley, and A. Abigail Payne

School Competition and Efficiency with Publicly Funded Catholic Schools David Card, Martin D. Dooley, and A. Abigail Payne School Competition and Efficiency with Publicly Funded Catholic Schools David Card, Martin D. Dooley, and A. Abigail Payne Web Appendix See paper for references to Appendix Appendix 1: Multiple Schools

More information

Generative models and adversarial training

Generative models and adversarial training Day 4 Lecture 1 Generative models and adversarial training Kevin McGuinness kevin.mcguinness@dcu.ie Research Fellow Insight Centre for Data Analytics Dublin City University What is a generative model?

More information

P. Belsis, C. Sgouropoulou, K. Sfikas, G. Pantziou, C. Skourlas, J. Varnas

P. Belsis, C. Sgouropoulou, K. Sfikas, G. Pantziou, C. Skourlas, J. Varnas Exploiting Distance Learning Methods and Multimediaenhanced instructional content to support IT Curricula in Greek Technological Educational Institutes P. Belsis, C. Sgouropoulou, K. Sfikas, G. Pantziou,

More information

CPS122 Lecture: Identifying Responsibilities; CRC Cards. 1. To show how to use CRC cards to identify objects and find responsibilities

CPS122 Lecture: Identifying Responsibilities; CRC Cards. 1. To show how to use CRC cards to identify objects and find responsibilities Objectives: CPS122 Lecture: Identifying Responsibilities; CRC Cards last revised February 7, 2012 1. To show how to use CRC cards to identify objects and find responsibilities Materials: 1. ATM System

More information

Given a directed graph G =(N A), where N is a set of m nodes and A. destination node, implying a direction for ow to follow. Arcs have limitations

Given a directed graph G =(N A), where N is a set of m nodes and A. destination node, implying a direction for ow to follow. Arcs have limitations 4 Interior point algorithms for network ow problems Mauricio G.C. Resende AT&T Bell Laboratories, Murray Hill, NJ 07974-2070 USA Panos M. Pardalos The University of Florida, Gainesville, FL 32611-6595

More information

Notes on The Sciences of the Artificial Adapted from a shorter document written for course (Deciding What to Design) 1

Notes on The Sciences of the Artificial Adapted from a shorter document written for course (Deciding What to Design) 1 Notes on The Sciences of the Artificial Adapted from a shorter document written for course 17-652 (Deciding What to Design) 1 Ali Almossawi December 29, 2005 1 Introduction The Sciences of the Artificial

More information

Course Outline. Course Grading. Where to go for help. Academic Integrity. EE-589 Introduction to Neural Networks NN 1 EE

Course Outline. Course Grading. Where to go for help. Academic Integrity. EE-589 Introduction to Neural Networks NN 1 EE EE-589 Introduction to Neural Assistant Prof. Dr. Turgay IBRIKCI Room # 305 (322) 338 6868 / 139 Wensdays 9:00-12:00 Course Outline The course is divided in two parts: theory and practice. 1. Theory covers

More information

On-the-Fly Customization of Automated Essay Scoring

On-the-Fly Customization of Automated Essay Scoring Research Report On-the-Fly Customization of Automated Essay Scoring Yigal Attali Research & Development December 2007 RR-07-42 On-the-Fly Customization of Automated Essay Scoring Yigal Attali ETS, Princeton,

More information

Entrepreneurial Discovery and the Demmert/Klein Experiment: Additional Evidence from Germany

Entrepreneurial Discovery and the Demmert/Klein Experiment: Additional Evidence from Germany Entrepreneurial Discovery and the Demmert/Klein Experiment: Additional Evidence from Germany Jana Kitzmann and Dirk Schiereck, Endowed Chair for Banking and Finance, EUROPEAN BUSINESS SCHOOL, International

More information

have to be modeled) or isolated words. Output of the system is a grapheme-tophoneme conversion system which takes as its input the spelling of words,

have to be modeled) or isolated words. Output of the system is a grapheme-tophoneme conversion system which takes as its input the spelling of words, A Language-Independent, Data-Oriented Architecture for Grapheme-to-Phoneme Conversion Walter Daelemans and Antal van den Bosch Proceedings ESCA-IEEE speech synthesis conference, New York, September 1994

More information

Probability and Statistics Curriculum Pacing Guide

Probability and Statistics Curriculum Pacing Guide Unit 1 Terms PS.SPMJ.3 PS.SPMJ.5 Plan and conduct a survey to answer a statistical question. Recognize how the plan addresses sampling technique, randomization, measurement of experimental error and methods

More information

CPS122 Lecture: Identifying Responsibilities; CRC Cards. 1. To show how to use CRC cards to identify objects and find responsibilities

CPS122 Lecture: Identifying Responsibilities; CRC Cards. 1. To show how to use CRC cards to identify objects and find responsibilities Objectives: CPS122 Lecture: Identifying Responsibilities; CRC Cards last revised March 16, 2015 1. To show how to use CRC cards to identify objects and find responsibilities Materials: 1. ATM System example

More information

Test Effort Estimation Using Neural Network

Test Effort Estimation Using Neural Network J. Software Engineering & Applications, 2010, 3: 331-340 doi:10.4236/jsea.2010.34038 Published Online April 2010 (http://www.scirp.org/journal/jsea) 331 Chintala Abhishek*, Veginati Pavan Kumar, Harish

More information

An Introduction to Simio for Beginners

An Introduction to Simio for Beginners An Introduction to Simio for Beginners C. Dennis Pegden, Ph.D. This white paper is intended to introduce Simio to a user new to simulation. It is intended for the manufacturing engineer, hospital quality

More information

The 9 th International Scientific Conference elearning and software for Education Bucharest, April 25-26, / X

The 9 th International Scientific Conference elearning and software for Education Bucharest, April 25-26, / X The 9 th International Scientific Conference elearning and software for Education Bucharest, April 25-26, 2013 10.12753/2066-026X-13-154 DATA MINING SOLUTIONS FOR DETERMINING STUDENT'S PROFILE Adela BÂRA,

More information

Machine Learning and Data Mining. Ensembles of Learners. Prof. Alexander Ihler

Machine Learning and Data Mining. Ensembles of Learners. Prof. Alexander Ihler Machine Learning and Data Mining Ensembles of Learners Prof. Alexander Ihler Ensemble methods Why learn one classifier when you can learn many? Ensemble: combine many predictors (Weighted) combina

More information

A Reinforcement Learning Variant for Control Scheduling

A Reinforcement Learning Variant for Control Scheduling A Reinforcement Learning Variant for Control Scheduling Aloke Guha Honeywell Sensor and System Development Center 3660 Technology Drive Minneapolis MN 55417 Abstract We present an algorithm based on reinforcement

More information

Economics 201 Principles of Microeconomics Fall 2010 MWF 10:00 10:50am 160 Bryan Building

Economics 201 Principles of Microeconomics Fall 2010 MWF 10:00 10:50am 160 Bryan Building Economics 201 Principles of Microeconomics Fall 2010 MWF 10:00 10:50am 160 Bryan Building Professor: Dr. Michelle Sheran Office: 445 Bryan Building Phone: 256-1192 E-mail: mesheran@uncg.edu Office Hours:

More information

Chinese Language Parsing with Maximum-Entropy-Inspired Parser

Chinese Language Parsing with Maximum-Entropy-Inspired Parser Chinese Language Parsing with Maximum-Entropy-Inspired Parser Heng Lian Brown University Abstract The Chinese language has many special characteristics that make parsing difficult. The performance of state-of-the-art

More information

PELLISSIPPI STATE TECHNICAL COMMUNITY COLLEGE MASTER SYLLABUS APPLIED MECHANICS MET 2025

PELLISSIPPI STATE TECHNICAL COMMUNITY COLLEGE MASTER SYLLABUS APPLIED MECHANICS MET 2025 PELLISSIPPI STATE TECHNICAL COMMUNITY COLLEGE MASTER SYLLABUS APPLIED MECHANICS MET 2025 Class Hours: 3.0 Credit Hours: 4.0 Laboratory Hours: 3.0 Revised: Fall 06 Catalog Course Description: A study of

More information

The Effect of Extensive Reading on Developing the Grammatical. Accuracy of the EFL Freshmen at Al Al-Bayt University

The Effect of Extensive Reading on Developing the Grammatical. Accuracy of the EFL Freshmen at Al Al-Bayt University The Effect of Extensive Reading on Developing the Grammatical Accuracy of the EFL Freshmen at Al Al-Bayt University Kifah Rakan Alqadi Al Al-Bayt University Faculty of Arts Department of English Language

More information

On-Line Data Analytics

On-Line Data Analytics International Journal of Computer Applications in Engineering Sciences [VOL I, ISSUE III, SEPTEMBER 2011] [ISSN: 2231-4946] On-Line Data Analytics Yugandhar Vemulapalli #, Devarapalli Raghu *, Raja Jacob

More information

GACE Computer Science Assessment Test at a Glance

GACE Computer Science Assessment Test at a Glance GACE Computer Science Assessment Test at a Glance Updated May 2017 See the GACE Computer Science Assessment Study Companion for practice questions and preparation resources. Assessment Name Computer Science

More information

Physics 270: Experimental Physics

Physics 270: Experimental Physics 2017 edition Lab Manual Physics 270 3 Physics 270: Experimental Physics Lecture: Lab: Instructor: Office: Email: Tuesdays, 2 3:50 PM Thursdays, 2 4:50 PM Dr. Uttam Manna 313C Moulton Hall umanna@ilstu.edu

More information

ME 443/643 Design Techniques in Mechanical Engineering. Lecture 1: Introduction

ME 443/643 Design Techniques in Mechanical Engineering. Lecture 1: Introduction ME 443/643 Design Techniques in Mechanical Engineering Lecture 1: Introduction Instructor: Dr. Jagadeep Thota Instructor Introduction Born in Bangalore, India. B.S. in ME @ Bangalore University, India.

More information

University of Groningen. Systemen, planning, netwerken Bosman, Aart

University of Groningen. Systemen, planning, netwerken Bosman, Aart University of Groningen Systemen, planning, netwerken Bosman, Aart IMPORTANT NOTE: You are advised to consult the publisher's version (publisher's PDF) if you wish to cite from it. Please check the document

More information

Circuit Simulators: A Revolutionary E-Learning Platform

Circuit Simulators: A Revolutionary E-Learning Platform Circuit Simulators: A Revolutionary E-Learning Platform Mahi Itagi Padre Conceicao College of Engineering, Verna, Goa, India. itagimahi@gmail.com Akhil Deshpande Gogte Institute of Technology, Udyambag,

More information

Predicting Student Attrition in MOOCs using Sentiment Analysis and Neural Networks

Predicting Student Attrition in MOOCs using Sentiment Analysis and Neural Networks Predicting Student Attrition in MOOCs using Sentiment Analysis and Neural Networks Devendra Singh Chaplot, Eunhee Rhim, and Jihie Kim Samsung Electronics Co., Ltd. Seoul, South Korea {dev.chaplot,eunhee.rhim,jihie.kim}@samsung.com

More information

Deploying Agile Practices in Organizations: A Case Study

Deploying Agile Practices in Organizations: A Case Study Copyright: EuroSPI 2005, Will be presented at 9-11 November, Budapest, Hungary Deploying Agile Practices in Organizations: A Case Study Minna Pikkarainen 1, Outi Salo 1, and Jari Still 2 1 VTT Technical

More information

BMBF Project ROBUKOM: Robust Communication Networks

BMBF Project ROBUKOM: Robust Communication Networks BMBF Project ROBUKOM: Robust Communication Networks Arie M.C.A. Koster Christoph Helmberg Andreas Bley Martin Grötschel Thomas Bauschert supported by BMBF grant 03MS616A: ROBUKOM Robust Communication Networks,

More information

AUTOMATED TROUBLESHOOTING OF MOBILE NETWORKS USING BAYESIAN NETWORKS

AUTOMATED TROUBLESHOOTING OF MOBILE NETWORKS USING BAYESIAN NETWORKS AUTOMATED TROUBLESHOOTING OF MOBILE NETWORKS USING BAYESIAN NETWORKS R.Barco 1, R.Guerrero 2, G.Hylander 2, L.Nielsen 3, M.Partanen 2, S.Patel 4 1 Dpt. Ingeniería de Comunicaciones. Universidad de Málaga.

More information

Seminar - Organic Computing

Seminar - Organic Computing Seminar - Organic Computing Self-Organisation of OC-Systems Markus Franke 25.01.2006 Typeset by FoilTEX Timetable 1. Overview 2. Characteristics of SO-Systems 3. Concern with Nature 4. Design-Concepts

More information

A General Class of Noncontext Free Grammars Generating Context Free Languages

A General Class of Noncontext Free Grammars Generating Context Free Languages INFORMATION AND CONTROL 43, 187-194 (1979) A General Class of Noncontext Free Grammars Generating Context Free Languages SARWAN K. AGGARWAL Boeing Wichita Company, Wichita, Kansas 67210 AND JAMES A. HEINEN

More information

Assessing Functional Relations: The Utility of the Standard Celeration Chart

Assessing Functional Relations: The Utility of the Standard Celeration Chart Behavioral Development Bulletin 2015 American Psychological Association 2015, Vol. 20, No. 2, 163 167 1942-0722/15/$12.00 http://dx.doi.org/10.1037/h0101308 Assessing Functional Relations: The Utility

More information

Malicious User Suppression for Cooperative Spectrum Sensing in Cognitive Radio Networks using Dixon s Outlier Detection Method

Malicious User Suppression for Cooperative Spectrum Sensing in Cognitive Radio Networks using Dixon s Outlier Detection Method Malicious User Suppression for Cooperative Spectrum Sensing in Cognitive Radio Networks using Dixon s Outlier Detection Method Sanket S. Kalamkar and Adrish Banerjee Department of Electrical Engineering

More information

A GENERIC SPLIT PROCESS MODEL FOR ASSET MANAGEMENT DECISION-MAKING

A GENERIC SPLIT PROCESS MODEL FOR ASSET MANAGEMENT DECISION-MAKING A GENERIC SPLIT PROCESS MODEL FOR ASSET MANAGEMENT DECISION-MAKING Yong Sun, a * Colin Fidge b and Lin Ma a a CRC for Integrated Engineering Asset Management, School of Engineering Systems, Queensland

More information

Dublin City Schools Mathematics Graded Course of Study GRADE 4

Dublin City Schools Mathematics Graded Course of Study GRADE 4 I. Content Standard: Number, Number Sense and Operations Standard Students demonstrate number sense, including an understanding of number systems and reasonable estimates using paper and pencil, technology-supported

More information

Chamilo 2.0: A Second Generation Open Source E-learning and Collaboration Platform

Chamilo 2.0: A Second Generation Open Source E-learning and Collaboration Platform Chamilo 2.0: A Second Generation Open Source E-learning and Collaboration Platform doi:10.3991/ijac.v3i3.1364 Jean-Marie Maes University College Ghent, Ghent, Belgium Abstract Dokeos used to be one of

More information

Does the Difficulty of an Interruption Affect our Ability to Resume?

Does the Difficulty of an Interruption Affect our Ability to Resume? Difficulty of Interruptions 1 Does the Difficulty of an Interruption Affect our Ability to Resume? David M. Cades Deborah A. Boehm Davis J. Gregory Trafton Naval Research Laboratory Christopher A. Monk

More information

Reduce the Failure Rate of the Screwing Process with Six Sigma Approach

Reduce the Failure Rate of the Screwing Process with Six Sigma Approach Proceedings of the 2014 International Conference on Industrial Engineering and Operations Management Bali, Indonesia, January 7 9, 2014 Reduce the Failure Rate of the Screwing Process with Six Sigma Approach

More information

Improvements to the Pruning Behavior of DNN Acoustic Models

Improvements to the Pruning Behavior of DNN Acoustic Models Improvements to the Pruning Behavior of DNN Acoustic Models Matthias Paulik Apple Inc., Infinite Loop, Cupertino, CA 954 mpaulik@apple.com Abstract This paper examines two strategies that positively influence

More information

Modeling user preferences and norms in context-aware systems

Modeling user preferences and norms in context-aware systems Modeling user preferences and norms in context-aware systems Jonas Nilsson, Cecilia Lindmark Jonas Nilsson, Cecilia Lindmark VT 2016 Bachelor's thesis for Computer Science, 15 hp Supervisor: Juan Carlos

More information

Semi-Supervised GMM and DNN Acoustic Model Training with Multi-system Combination and Confidence Re-calibration

Semi-Supervised GMM and DNN Acoustic Model Training with Multi-system Combination and Confidence Re-calibration INTERSPEECH 2013 Semi-Supervised GMM and DNN Acoustic Model Training with Multi-system Combination and Confidence Re-calibration Yan Huang, Dong Yu, Yifan Gong, and Chaojun Liu Microsoft Corporation, One

More information

An OO Framework for building Intelligence and Learning properties in Software Agents

An OO Framework for building Intelligence and Learning properties in Software Agents An OO Framework for building Intelligence and Learning properties in Software Agents José A. R. P. Sardinha, Ruy L. Milidiú, Carlos J. P. Lucena, Patrick Paranhos Abstract Software agents are defined as

More information

Practical Integrated Learning for Machine Element Design

Practical Integrated Learning for Machine Element Design Practical Integrated Learning for Machine Element Design Manop Tantrabandit * Abstract----There are many possible methods to implement the practical-approach-based integrated learning, in which all participants,

More information

Adaptive Learning in Time-Variant Processes With Application to Wind Power Systems

Adaptive Learning in Time-Variant Processes With Application to Wind Power Systems IEEE TRANSACTIONS ON AUTOMATION SCIENCE AND ENGINEERING, VOL 13, NO 2, APRIL 2016 997 Adaptive Learning in Time-Variant Processes With Application to Wind Power Systems Eunshin Byon, Member, IEEE, Youngjun

More information

Machine Learning from Garden Path Sentences: The Application of Computational Linguistics

Machine Learning from Garden Path Sentences: The Application of Computational Linguistics Machine Learning from Garden Path Sentences: The Application of Computational Linguistics http://dx.doi.org/10.3991/ijet.v9i6.4109 J.L. Du 1, P.F. Yu 1 and M.L. Li 2 1 Guangdong University of Foreign Studies,

More information

Strategies for Solving Fraction Tasks and Their Link to Algebraic Thinking

Strategies for Solving Fraction Tasks and Their Link to Algebraic Thinking Strategies for Solving Fraction Tasks and Their Link to Algebraic Thinking Catherine Pearn The University of Melbourne Max Stephens The University of Melbourne

More information

Measures of the Location of the Data

Measures of the Location of the Data OpenStax-CNX module m46930 1 Measures of the Location of the Data OpenStax College This work is produced by OpenStax-CNX and licensed under the Creative Commons Attribution License 3.0 The common measures

More information

Infrared Paper Dryer Control Scheme

Infrared Paper Dryer Control Scheme Infrared Paper Dryer Control Scheme INITIAL PROJECT SUMMARY 10/03/2005 DISTRIBUTED MEGAWATTS Carl Lee Blake Peck Rob Schaerer Jay Hudkins 1. Project Overview 1.1 Stake Holders Potlatch Corporation, Idaho

More information

Learning Methods in Multilingual Speech Recognition

Learning Methods in Multilingual Speech Recognition Learning Methods in Multilingual Speech Recognition Hui Lin Department of Electrical Engineering University of Washington Seattle, WA 98125 linhui@u.washington.edu Li Deng, Jasha Droppo, Dong Yu, and Alex

More information

ENME 605 Advanced Control Systems, Fall 2015 Department of Mechanical Engineering

ENME 605 Advanced Control Systems, Fall 2015 Department of Mechanical Engineering ENME 605 Advanced Control Systems, Fall 2015 Department of Mechanical Engineering Lecture Details Instructor Course Objectives Tuesday and Thursday, 4:00 pm to 5:15 pm Information Technology and Engineering

More information