WorldWideScience
1

Differentially Private Empirical Risk Minimization  

UK PubMed Central (United Kingdom)

Privacy-preserving machine learning algorithms are crucial for the increasingly common setting in which personal data, such as medical or financial records, are analyzed. We provide general...Full Text Available

2011-03-01

2

Machine Learning Techniques for Biometrics  

Science.gov (United States)

This chapter reports recent advances in the statistical learning literature that may be of interest for biometrics. In particular we discuss two different algorithmic settings, binary classification and multi-task learning, and analyze the two closely related problems of feature selection and feature learning. In the binary case the theoretical and algorithmic advances to feature selection are applied to solve face detection and face authentication problems. In the multi-task case we show how the data structure described by a group of features common to the various tasks can be effectively learned, and then we discuss how this approach could be used to address face recognition.

2009-01-01

3

Reverse time migration: A seismic processing application on the connection machine  

Science.gov (United States)

The implementation of a reverse time migration algorithm on the Connection Machine, a massively

1987-01-01

4

Support vector machines for nuclear reactor state estimation  

Energy Technology Data Exchange (ETDEWEB)

Validation of nuclear power reactor signals is often performed by comparing signal prototypes with the actual reactor signals. The signal prototypes are often computed based on empirical data. The implementation of an estimation algorithm which can make predictions on limited data is an important issue. A new machine learning algorithm called support vector machines (SVMS) recently developed by Vladimir Vapnik and his coworkers enables a high level of generalization with finite high-dimensional data. The improved generalization in comparison with standard methods like neural networks is due mainly to the following characteristics of the method. The input data space is transformed into a high-dimensional feature space using a kernel function, and the learning problem is formulated as a convex quadratic programming problem with a unique solution. In this paper the ...

2000-02-14

5

The LSST Data Mining Research Agenda  

CERN Document Server

We describe features of the LSST science database that are amenable to scientific data mining, object classification, outlier identification, anomaly detection, image quality assurance, and survey science validation. The data mining research agenda includes: scalability (at petabytes scales) of existing machine learning and data mining algorithms; development of grid-enabled parallel data mining algorithms; designing a robust system for brokering classifications from the LSST event pipeline (which may produce 10,000 or more event alerts per night); multi-resolution methods for exploration of petascale databases; indexing of multi-attribute multi-dimensional astronomical databases (beyond spatial indexing) for rapid querying of petabyte databases; and more.

2008-01-01

6

Design of recurrent neural network power system stabilizer based on genetic algorithm  

Energy Technology Data Exchange (ETDEWEB)

A new recurrent neural network power system stabilizer (RNNPSS) based on genetic algorithm (GA) was presented. It shows faster convergence than the linear quadratic regulator (LQR) stabilizer in a multi-machine power system, because the proposed GA based neural network was first trained off-line to determine the optimal values of the learning rates. Otherwise, the RNNPSS consists of just two layers. As such, the time consumption of the damping oscillations is lower than with conventional methods. In addition, the operating range of the RNNPSS is greater than that of the LQR and conventional three layer neural networks, since the RNNPSS can greatly reduce system complexity and effectively damp system oscillations. 9 refs., 7 figs.

2008-07-01

7

Machine vision  

Energy Technology Data Exchange (ETDEWEB)

To keep up with the speeds of modern production lines, most machine vision applications require very powerful computers (often parallel-processing machines), which process millions of points of data in real time. The human brain performs approximately 100 billion logical floating-point operations each second. That is 400 times the speed of a Cray-1 supercomputer. The right software must be developed for parallel-processing computers. The NSF has awarded Rensselaer Polytechnic Institute (Troy, N.Y.) a $2 million grant for parallel- and image-processing software research. Over the last 15 years, Rensselaer has been conducting image-processing research, including work with high-definition TV (HDTV) and image coding and understanding. A similar NSF grant has been awarded to Michigan State University (East Lansing, Mich.) Neural networks are supposed to emulate human learning patterns. These networks and their hardware ...

1989-06-01

8

Automatic Annotation of XHTML Pages with Audio Components  

CERN Document Server

In the past ten years, significant research effort was invested in audio browsers, programs able to decode the structure of Web pages and put them into an audio format. Few advanced browsers use machine learning algorithms to classify objects on the Web page and learn browsing behaviors, have multimodal input and outputs and are able to synchronize between the graphical and audio modalities to interact with the Web page. The disadvantages of these audio browsers include the necessity of a high computation power since the user's machine has to decode the structure of the Web page, and, therefore, making impossible the installation of such programs on mobile devices. In this paper, we propose a simpler and more efficient solution for the creation of a multimodal application. We developed a middleware that automatically annotates Web pages with VoiceXML generated from the content of ...

2007-01-01

9

Efficient L1/Lq Norm Regularization  

CERN Document Server

Sparse learning has recently received increasing attention in many areas including machine learning, statistics, and applied mathematics. The mixed-norm regularization based on the L1/Lq norm with q > 1 is attractive in many applications of regression and classification in that it facilitates group sparsity in the model. The resulting optimization problem is, however, challenging to solve due to the structure of the L1/Lq -regularization. Existing work deals with special cases including q = 2,infinity, and they cannot be easily extended to the general case. In this paper, we propose an efficient algorithm based on the accelerated gradient method for solving the L1/Lq -regularized problem, which is applicable for all values of q larger than 1, thus significantly extending existing work. One key building block of the proposed algorithm is the L1/Lq -regularized Euclidean projection ...

2010-01-01

10

Using support vector machines in the multivariate state estimation technique  

Energy Technology Data Exchange (ETDEWEB)

One approach to validate nuclear power plant (NPP) signals makes use of pattern recognition techniques. This approach often assumes that there is a set of signal prototypes that are continuously compared with the actual sensor signals. These signal prototypes are often computed based on empirical models with little or no knowledge about physical processes. A common problem of all data-based models is their limited ability to make predictions on the basis of available training data. Another problem is related to suboptimal training algorithms. Both of these potential shortcomings with conventional approaches to signal validation and sensor operability validation are successfully resolved by adopting a recently proposed learning paradigm called the support vector machine (SVM). The work presented here is a novel application of SVM for data-based modeling of system state variables in an NPP, integrated with a nonlinear, ...

1999-07-01

11

On stochastic approximation algorithms for classes of PAC learning problems  

Energy Technology Data Exchange (ETDEWEB)

The classical stochastic approximation methods are shown to yield algorithms to solve several formulations of the PAC learning problem defined on the domain [o,1]{sup d}. Under some assumptions on different ability of the probability measure functions, simple algorithms to solve some PAC learning problems are proposed based on networks of non-polynomial units (e.g. artificial neural networks). Conditions on the sizes of these samples required to ensure the error bounds are derived using martingale inequalities.

1994-03-01

12

Potential-Based Shaping and Q-Value Initialization are Equivalent  

CERN Document Server

Shaping has proven to be a powerful but precarious means of improving reinforcement learning performance. Ng, Harada, and Russell (1999) proposed the potential-based shaping algorithm for adding shaping rewards in a way that guarantees the learner will learn optimal behavior. In this note, we prove certain similarities between this shaping algorithm and the initialization step required for several reinforcement learning algorithms. More specifically, we prove that a reinforcement learner with initial Q-values based on the shaping algorithm's potential function make the same updates throughout learning as a learner receiving potential-based shaping rewards. We further prove that under a broad category of policies, the behavior of these two learners are indistinguishable. The comparison provides intuition on the ...

2011-01-01

13

Porting Decision Tree Algorithms to Multicore using FastFlow  

CERN Document Server

The whole computer hardware industry embraced multicores. For these machines, the extreme optimisation of sequential algorithms is no longer sufficient to squeeze the real machine power, which can be only exploited via thread-level parallelism. Decision tree algorithms exhibit natural concurrency that makes them suitable to be parallelised. This paper presents an approach for easy-yet-efficient porting of an implementation of the C4.5 algorithm on multicores. The parallel porting requires minimal changes to the original sequential code, and it is able to exploit up to 7X speedup on an Intel dual-quad core machine.

2010-01-01

14

Incremental learning for recognizing handwritten characters using neural networks  

Energy Technology Data Exchange (ETDEWEB)

Artificial Neural Networks (ANNs) are parallel distributed processing machines. The unique characteristics of ANNs are: Fault tolerance, robustness, plasticity and generalization. These offer great potential in many AI applications such as character recognition. Handwritten character recognition is an intrinsically interesting problem, but the difficulties of this task are the many variations in the characters. A robust new incremental learning method, which combines supervised and unsupervised learning paradigms implemented by the Functional Link Net, is illustrated with experimental results. Clustering, based on unsupervised learning, classifies the input data into several categories. The supervised learning paradigm then further classifies the data in the clustered categories.

1989-01-01

15

Learning Undirected Graphical Models with Structure Penalty  

CERN Document Server

In undirected graphical models, learning the graph structure and learning the functions that relate the predictive variables (features) to the responses given the structure are two topics that have been widely investigated in machine learning and statistics. Learning graphical models in two stages will have problems because graph structure may change after considering the features. The main contribution of this paper is the proposed method that learns the graph structure and functions on the graph at the same time. General graphical models with binary outcomes conditioned on predictive variables are proved to be equivalent to multivariate Bernoulli model. The reparameterization of the potential functions in graphical model by conditional log odds ratios in multivariate Bernoulli model offers advantage in the representation of the conditional independence ...

2011-01-01

16

Theoretical and experimental aspects of supervised learning in artificial neural networks  

Energy Technology Data Exchange (ETDEWEB)

The topic of supervised learning within the conceptual framework of artificial neural network (ANN) models is addressed. An ANN is a parallel distributed processing system that consists of many computationally simple processing elements interconnected through uni-directional weighted connections. Such networks, which are roughly patterned after biological nervous systems, have been proposed for use in areas in which the traditional von Neumann computer architecture has been relatively unsuccessful. Learning in these networks is accomplished through the use of algorithms that adjust the values of the connection weights. The work presented here addresses the issue of improving the rate at which ANNs can learn to achieve the mapping of an input pattern to a desired output pattern. The most successful learning algorithms for accomplishing this task are based on ...

1989-01-01

17

Optimization of Evolutionary Neural Networks Using Hybrid Learning Algorithms  

CERN Document Server

Evolutionary artificial neural networks (EANNs) refer to a special class of artificial neural networks (ANNs) in which evolution is another fundamental form of adaptation in addition to learning. Evolutionary algorithms are used to adapt the connection weights, network architecture and learning algorithms according to the problem environment. Even though evolutionary algorithms are well known as efficient global search algorithms, very often they miss the best local solutions in the complex solution space. In this paper, we propose a hybrid meta-heuristic learning approach combining evolutionary learning and local search methods (using 1st and 2nd order error information) to improve the learning and faster convergence obtained using a direct evolutionary approach. The proposed technique is tested on ...

2004-01-01

18

Learning algorithms for feedforward networks based on finite samples  

Energy Technology Data Exchange (ETDEWEB)

Two classes of convergent algorithms for learning continuous functions (and also regression functions) that are represented by feedforward networks, are discussed. The first class of algorithms, applicable to networks with unknown weights located only in the output layer, is obtained by utilizing the potential function methods of Aizerman et al. The second class, applicable to general feedforward networks, is obtained by utilizing the classical Robbins-Monro style stochastic approximation methods. Conditions relating the sample sizes to the error bounds are derived for both classes of algorithms using martingale-type inequalities. For concreteness, the discussion is presented in terms of neural networks, but the results are applicable to general feedforward networks, in particular to wavelet networks. The algorithms can be directly adapted to concept learning ...

1994-09-01

19

KI: A tool for knowledge integration  

Energy Technology Data Exchange (ETDEWEB)

Knowledge integration is the process of incorporating new information into a body of existing knowledge. It involves determining how new and existing knowledge interact and how existing knowledge should be modified to accommodate the new information. KI is a machine learning program that performs knowledge integration. Through actively investigating the interaction of new information with existing knowledge KI is capable of detecting and exploiting a variety of diverse learning opportunities during a single learning episode. Empirical evaluation suggests that KI provides significant assistance to knowledge engineers while integrating new information into a large knowledge base.

1996-12-31

20

A classification-based framework for predicting and analyzing gene regulatory response  

UK PubMed Central (United Kingdom)

BackgroundWe have recently introduced a predictive framework for studying gene transcriptional regulation in simpler organisms using a novel supervised learning algorithm called...Full Text Available

21

A Short-Term Forecasting Algorithm for Network Traffic Based on Chaos Theory and SVM  

British Library Electronic Table of Contents (United Kingdom)

Recently, the forecasting technologies for network traffic have played a significant role in network management, congestion control and network security. Forecasting algorithms have also been investigated for decades along with the development of Time Series Analysis (TSA). Chaotic Time Series Analysis (CTSA) may be used to model and forecast the time series by Chaos Theory. As one of the prevailing intelligent forecasting algorithms, it is worthwhile to integrate CTSA and Support Vector Machine (SVM). In this paper, after the vulnerabilities of Local Support Vector Machine (LSVM) in forecasting modeling are analyzed, the Dynamic Time Wrapping (DTW) and the ?Dynamic K? strategy are introduced, as well as a short-term network traffic forecasting algorithm LSVM-DTW-K based on Chaos Theory an...

2011-01-01

22

Heuristic paradigm: power electricity appliances; Aplicacoes de um paradigma heuristico adaptativo a eletricidade de potencia  

Energy Technology Data Exchange (ETDEWEB)

This paper presents general considerations concerning the application of artificial neural networks algorithms, more specifically the back-propagation learning algorithm and feed-forward multi-layer networks, to several problems in power system. The main application in power systems is the load forecasting, and two solution methods are used to solve it. (author). 45 figs., 32 tabs., 144 refs.

1994-12-31

23

Data compression using artificial neural networks  

Energy Technology Data Exchange (ETDEWEB)

This thesis investigates the application of artificial neural networks for the compression of image data. An algorithm is developed using the competitive learning paradigm which takes advantage of the parallel processing and classification capability of neural networks to produce an efficient implementation of vector quantization. Multi-Stage, tree searched, and classification vector quantization codebook design are adapted to the neural network design to reduce the computational cost and hardware requirements. The results show that the new algorithm provides a substantial reduction in computational costs and an improvement in performance.

1991-09-01

24

Improved batch fuzzy learning vector quantization for image compression  

British Library Electronic Table of Contents (United Kingdom)

In this paper, we develop a batch fuzzy learning vector quantization algorithm that attempts to solve certain problems related to the implementation of fuzzy clustering in image compression. The algorithm's structure encompasses two basic components. First, a modified objective function of the fuzzy c-means method is reformulated and then is minimized by means of an iterative gradient-descent procedure. Second, the overall training procedure is equipped with a systematic strategy for the transition from fuzzy mode, where each training vector is assigned to more than one codebook vectors, to crisp mode, where each training vector is assigned to only one codebook vector. The algorithm is fast and easy to implement. Finally, the simulation results show that the method is efficient and appears...

2008-01-01

25

Semantic annotation of biosystematics literature without training examples  

British Library Electronic Table of Contents (United Kingdom)

This article presents an unsupervised algorithm for semantic annotation of morphological descriptions of whole organisms. The algorithm is able to annotate plain text descriptions with high accuracy at the clause level by exploiting the corpus itself. In other words, the algorithm does not need lexicons, syntactic parsers, training examples, or annotation templates. The evaluation on two real-life description collections in botany and paleontology shows that the algorithm has the following desirable features: (a) reduces/eliminates manual labor required to compile dictionaries and prepare source documents; (b) improves annotation coverage: the algorithm annotates what appears in documents and is not limited by predefined and often incomplete templates; (c) learns clean and reusable concept...

2010-01-01

26

Word Sense Disambiguation by Web Mining for Word Co-occurrence Probabilities  

CERN Document Server

This paper describes the National Research Council (NRC) Word Sense Disambiguation (WSD) system, as applied to the English Lexical Sample (ELS) task in Senseval-3. The NRC system approaches WSD as a classical supervised machine learning problem, using familiar tools such as the Weka machine learning software and Brill's rule-based part-of-speech tagger. Head words are represented as feature vectors with several hundred features. Approximately half of the features are syntactic and the other half are semantic. The main novelty in the system is the method for generating the semantic features, based on word \\hbox{co-occurrence} probabilities. The probabilities are estimated using the Waterloo MultiText System with a corpus of about one terabyte of unlabeled text, collected by a web crawler.

2004-01-01

27

Detection of EDM defects under Monju support plate using experimental data from remote field eddy current probes and a multi-frequency algorithm  

International Nuclear Information System (INIS)

This paper describes detection of electro-discharged machine (EDM) defects in magnetic steam generator (SG) tubes of Monju fast breeder reactor (FBR). The EDM defects are located under support plate (SP), on the outer tube surface and they are detected by a remote field eddy current probe. Using the experimental measurements and a multi frequency algorithm, the defect signal can be extracted from the SP signal. The parameters of the multi-frequency algorithm were calculated by comparing SP measurements with two-dimensional finite element simulations (FEM). (author)

2006-07-01

28

Fuzzy logic of Aristotelian forms  

Energy Technology Data Exchange (ETDEWEB)

Model-based approaches to pattern recognition and machine vision have been proposed to overcome the exorbitant training requirements of earlier computational paradigms. However, uncertainties in data were found to lead to a combinatorial explosion of the computational complexity. This issue is related here to the roles of a priori knowledge vs. adaptive learning. What is the a-priori knowledge representation that supports learning? I introduce Modeling Field Theory (MFT), a model-based neural network whose adaptive learning is based on a priori models. These models combine deterministic, fuzzy, and statistical aspects to account for a priori knowledge, its fuzzy nature, and data uncertainties. In the process of learning, a priori fuzzy concepts converge to crisp or probabilistic concepts. The MFT is a convergent dynamical system of only linear computational complexity. Fuzzy logic ...

1996-12-31

29

Design of LQ-PSS for Power System Stability Enhancement using GA  

Energy Technology Data Exchange (ETDEWEB)

This paper proposes the design of LQ-PSS (linear quadratic power system stabilizer) for improving power system stability using genetic algorithm(GA). We are turned weighting matrices of LQ-PSS using GA. To evaluate the usefulness of the proposed method, we performed the nonlinear simulation on a single machine infinite system. As results on a single machine infinite system. As results of the simulation, the proposed method shows the better control performance than CPSS(conventional power system stabilizer) in terms of settling time and damping effects. (author). 7 refs., 7 figs., 3 tabs.

2001-07-01

30

Agent-Based Evolutionary Search  

CERN Document Server

The performance of Evolutionary Algorithms can be enhanced by integrating the concept of agents. Agents and Multi-agents can bring many interesting features which are beyond the scope of traditional evolutionary process and learning. This book presents the state-of-the art in the theory and practice of Agent Based Evolutionary Search and aims to increase the awareness on this effective technology. This includes novel frameworks, a convergence and complexity analysis, as well as real-world applications of Agent Based Evolutionary Search, a design of multi-agent architectures and a design of age

2010-01-01

31

Accelerating Nearest Neighbor Search on Manycore Systems  

CERN Document Server

We develop methods for accelerating metric similarity search that are effective on modern hardware. Our algorithms factor into easily parallelizable components, making them simple to deploy and efficient on multicore CPUs and GPUs. Despite the simple structure of our algorithms, their search performance is provably sublinear in the size of the database, with a factor dependent only on its intrinsic dimensionality. We demonstrate that our methods provide substantial speedups on a range of datasets and hardware platforms. In particular, we present results on a 48-core server machine, on graphics hardware, and on a multicore desktop.

2011-01-01

32

A comparison of algorithms for inference and learning in probabilistic graphical models.  

Science.gov (United States)

Research into methods for reasoning under uncertainty is currently one of the most exciting areas of artificial intelligence, largely because it has recently become possible to record, store, and process large amounts of data. While impressive achievements have been made in pattern classification problems such as handwritten character recognition, face detection, speaker identification, and prediction of gene function, it is even more exciting that researchers are on the verge of introducing systems that can perform large-scale combinatorial analyses of data, decomposing the data into interacting components. For example, computational methods for automatic scene analysis are now emerging in the computer vision community. These methods decompose an input image into its constituent objects, lighting conditions, motion patterns, etc. Two of the main challenges are finding effective representations and models in specific applications and finding efficient algorithms ...

2005-09-01

33

A Cognitive Approach to Network Monitoring in Heterogeneous Environments  

DEFF Research Database (Denmark)

Introducing intelligence by means of cognition for managing, protecting, processing, and delivering of information in mobile communication systems is the way towards ubiquitous, converged and secure communications. In this context, this paper introduces the concept of quality of information (QoI). QoI means QoS while all the requirements for dependability, security, privacy and trust are satisfied at the highest possible level. This work proposes and describes an approach to network monitoring in a heterogeneous communication environment based on use of cognitive techniques and learning predictive algorithms (e.g., fuzzy logic). These methodologies are used to create an autonomy in the decision making process that is based on the calculation of key performance indicators (KPIs), which in their turn would trigger the needed radio resource management algorithms. The expected output is an improved network performance in terms ...

2007-01-01

34

Studies with a generalized neuron based Pss on a multi-machine power system  

International Nuclear Information System (INIS)

An artificial neural network can be used as an intelligent controller to control non-linear, dynamic system through learning. It can easily accommodate non-linearities and time dependencies. Most common multi-layer feed-forward neural networks have drawbacks of large number of neurons and hidden layers required to deal with complex problems and require large training time. To overcome these drawbacks, a generalized neuron based non-linear controller has been developed and illustrated as a power system stabilizer. Studies on a five-machine power system show that the proposed controller can significantly improve the dynamic performance and provide good damping of the power system over a wide operating range.

2004-07-01

35

Document Clustering with K-tree  

CERN Document Server

This paper describes the approach taken to the XML Mining track at INEX 2008 by a group at the Queensland University of Technology. We introduce the K-tree clustering algorithm in an Information Retrieval context by adapting it for document clustering. Many large scale problems exist in document clustering. K-tree scales well with large inputs due to its low complexity. It offers promising results both in terms of efficiency and quality. Document classification was completed using Support Vector Machines.

2010-01-01

36

Introduction to Genetic Algorithms  

CERN Document Server

Introduction to Genetic Algorithms

2007-01-01

37

MIMO (multi-input multi-output) adaptive power system stabilizer  

Energy Technology Data Exchange (ETDEWEB)

A multivariate adaptive power system stabilizer is proposed. The advantages of using coordinated governor and excitation control are discussed, and the problems associated with constant parameter power system stabilizers (CPSS) are highlighted. The proposed multi-input multi-output (MIMO) power system stabilizer can coordinate the governor and excitation control and can overcome the problems associated with CPSS in power system stabilization. Selective multivariable state modelling, identification and control methods are investigated and the MIMO least squares technique with variable forgetting factor is used for system identification, guaranteeing good parameter tracking after a disturbance. Two multivariable self-tuning algorithms are investigated, the generalized minimum variance control and pole-shifting control algorithms. The multivariable self-searching pole-shifting algorithm is developed. Models of a single ...

1988-01-01

38

Asymmetric Totally-corrective Boosting for Real-time Object Detection  

CERN Document Server

Real-time object detection is one of the core problems in computer vision. The cascade boosting framework proposed by Viola and Jones has become the standard for this problem. In this framework, the learning goal for each node is asymmetric, which is required to achieve a high detection rate and a moderate false positive rate. We develop new boosting algorithms to address this asymmetric learning problem. We show that our methods explicitly optimize asymmetric loss objectives in a totally corrective fashion. The methods are totally corrective in the sense that the coefficients of all selected weak classifiers are updated at each iteration. In contract, conventional boosting like AdaBoost is stage-wise in that only the current weak classifier's coefficient is updated. At the heart of the totally corrective boosting is the column generation technique. Experiments on face detection show that our methods outperform the ...

2010-01-01

39

Machine fault signature analysis by midpoint-based empirical mode decomposition  

Science.gov (United States)

The fault signature can be revealed by vibration analysis in machine fault detection and diagnosis. Empirical mode decomposition (EMD) is a self-adaptive method that can decompose a vibration signal into informative intrinsic mode functions (IMFs). This paper addresses the improvement of the weakness of the traditional EMD algorithm and presents a new midpoint-based EMD method for effective fault signature analysis of a rotating machine. In the proposed method, geometrical midpoints of successive extrema are employed to estimate the local mean of an analyzed signal. Signal decomposition is then self-adaptively performed to achieve IMFs through removal of the midpoint-based local means. The representative IMF containing fault information is selected for identifying the fault signature. The effectiveness of the proposed method was verified by means of simulation and an application to gear fault diagnosis. Results indicated ...

2011-01-01

40

Privately Releasing Conjunctions and the Statistical Query Barrier  

CERN Document Server

Suppose we would like to know all answers to a set of statistical queries C on a data set up to small error, but we can only access the data itself using statistical queries. A trivial solution is to exhaustively ask all queries in C. Can we do any better? + We show that the number of statistical queries necessary and sufficient for this task is---up to polynomial factors---equal to the agnostic learning complexity of C in Kearns' statistical query (SQ) model. This gives a complete answer to the question when running time is not a concern. + We then show that the problem can be solved efficiently (allowing arbitrary error on a small fraction of queries) whenever the answers to C can be described by a submodular function. This includes many natural concept classes, such as graph cuts and Boolean disjunctions and conjunctions. In doing so we also give a new learning algorithm for submodular functions that improves upon recent ...

2010-01-01

41

Power system stabilizer design based on the pole assignment technique for SIMO systems. [Single-input multi-input  

Energy Technology Data Exchange (ETDEWEB)

A new power system stabilizer (PSS) design method for single-machine infinite-bus systems is developed. This design method not only assigns the poles corresponding to the electro-mechanical oscillation modes in the system, but also located other system poles in suitable places in the s-plane. The design procedure is used first to translate a PSS design problem to an equivalent constant output feedback controller design problem for a single-input multi-output (SIMO) system. Then, a new algorithm developed in this paper is applied to design a constant output feedback controller to achieve the desired closed-loop system pole locations. Finally, the controller gains are transferred back to the parameters in the PSS. The extension of the method to multi-machine power systems is also illustrated. (Author).

1991-12-01

42

Enhanced power system stabilizer via integrated tabu-fuzzy knowledge based controller  

Energy Technology Data Exchange (ETDEWEB)

An integrated tabu-fuzzy knowledge based controller applied to enhance the performance of power system stabilizer (PSS) is presented in this paper. The fuzzy knowledge based controller (FKBC) has been developed to perform the function of a PSS and to provide a supplementary signal to the excitation system of the synchronous generator. The method used for storing and representing the fuzzy rules is called the fuzzy associative memory (FAM) matrix. The well-defined FAM determines the performance of the FKBC and hence the tabu search algorithm is proposed and applied to determine the construction and optimization of the FAM. The controller has been tested in the case of single machine infinite bus and multi-machine systems for various types of disturbance. To show the effectiveness of the proposed controller, the comparison with the conventional PSS is presented. (author)

2003-09-01

43

Real-time coordination of secondary voltage control and power system stabilizer  

Energy Technology Data Exchange (ETDEWEB)

This paper is devoted to the coordination of secondary voltage control and adaptive parameters resetting of the power system stabilizer, in order to increase stability, margins in real time operation. Secondary voltage control and the power system stabilizer are two control loops, which affect the same system parameter on different bases - that parameter is the voltage set-point of the automatic voltage regulator. It was found that their effects were complementary. In that way, through the proper coordination of actions of these two control loops open up a wide range of possibilities for ensuring the stability of bulk power systems in real time. For the establishment of this coordination, an on-line sequential algorithm is proposed which is based on adaptive resetting of the voltage set-point of the automatic voltage regulator and the PSS parameters. The efficiency of the proposed algorithm is confined through simulations on a real-life ...

2002-06-01

44

Application of the rule-growing algorithm RIPPER to particle physics analysis  

CERN Document Server

A large hadron machine like the LHC with its high track multiplicities always asks for powerful tools that drastically reduce the large background while selecting signal events efficiently. Actually such tools are widely needed and used in all parts of particle physics. Regarding the huge amount of data that will be produced at the LHC, the process of training as well as the process of applying these tools to data, must be time efficient. Such tools can be multivariate analysis -- also called data mining -- tools. In this contribution we present the results for the application of the multivariate analysis, rule growing algorithm RIPPER on a problem of particle selection. It turns out that the meta-methods bagging and cost-sensitivity are essential for the quality of the outcome. The results are compared to other multivariate analysis techniques.

2009-01-01

45

An adaptive self-optimizing power system stabilizer  

Energy Technology Data Exchange (ETDEWEB)

A self-optimizing pole-shifting control algorithm has been developed for an adaptive power system stabilizer (APSS) to improve its dynamic performance and autonomous operation. The proposed algorithm deals with the system frequency and time domain characteristics simultaneously to guarantee stability and to enhance the performance of the closed-loop system. The mechanism of discrete control system control limits influencing the closed loop system behaviour is studied. Short-term behaviour is studied by introducing the concept of a short-term behaviour index. With the introduction of dynamic control limits, an effective discrete control system design method is proposed. A PSS oriented power system dynamics simulation package (PSDSP) has been developed. Using the PSDSP, simulation studies were performed with the proposed APSS applied to a single machine and a multi machine power system. The performance of ...

1994-01-01

46

Prediction of Skin Sensitization with a Particle Swarm Optimized Support Vector Machine  

Science.gov (United States)

Skin sensitization is the most commonly reported occupational illness, causing much suffering to a wide range of people. Identification and labeling of environmental allergens is urgently required to protect people from skin sensitization. The guinea pig maximization test (GPMT) and murine local lymph node assay (LLNA) are the two most important in vivo models for identification of skin sensitizers. In order to reduce the number of animal tests, quantitative structure-activity relationships (QSARs) are strongly encouraged in the assessment of skin sensitization of chemicals. This paper has investigated the skin sensitization potential of 162 compounds with LLNA results and 92 compounds with GPMT results using a support vector machine. A particle swarm optimization algorithm was implemented for feature selection from a large number of molecular descriptors calculated by Dragon. For the LLNA data set, the classification accuracies are 95.37% and ...

2009-07-17

47

Proceedings of the Pacific Knowledge Acquisition Workshop 2004  

CERN Document Server

Artificial intelligence (AI) research has evolved over the last few decades and knowledge acquisition research is at the core of AI research. PKAW-04 is one of three international knowledge acquisition workshops held in the Pacific-Rim, Canada and Europe over the last two decades. PKAW-04 has a strong emphasis on incremental knowledge acquisition, machine learning, neural nets and active mining. The proceedings contain 19 papers that were selected by the program committee among 24 submitted papers. All papers were peer reviewed by at least two reviewers. The papers in these proceedings cover the methods and tools as well as the applications related to develop expert systems or knowledge based systems.

2005-01-01

48

Fault diagnosis of roller bearing using fuzzy classifier and histogram features with focus on automatic rule learning  

British Library Electronic Table of Contents (United Kingdom)

Roller bearing is one of the most widely used elements in rotary machines. Condition monitoring of such elements is conceived as pattern recognition problem. Pattern recognition has three main phases: feature extraction, feature selection and feature classification. Histogram features can be used for fault diagnosis of roller bearing. This paper presents the use of decision tree for selecting best few histogram features (bin ranges) that will discriminate the fault conditions of the bearing from given train samples. These features are extracted from vibration signals. A rule set is formed from the extracted features and fed to a fuzzy classifier. The rule set necessary for building the fuzzy classifier is obtained largely by intuition and domain knowledge. This paper also presents the usag...

2011-01-01

49

Identification method for gas-liquid two-phase flow regime based on singular value decomposition and least square support vector machine  

International Nuclear Information System (INIS)

Aiming at the non-stationary characteristics of differential pressure fluctuation signals of gas-liquid two-phase flow, and the slow convergence of learning and liability of dropping into local minima for BP neural networks, flow regime identification method based on Singular Value Decomposition (SVD) and Least Square Support Vector Machine (LS-SVM) is presented. First of all, the Empirical Mode Decomposition (EMD) method is used to decompose the differential pressure fluctuation signals of gas-liquid two-phase flow into a number of stationary Intrinsic Mode Functions (IMFs) components from which the initial feature vector matrix is formed. By applying the singular vale decomposition technique to the initial feature vector matrixes, the singular values are obtained. Finally, the singular values serve as the flow regime characteristic vector to be LS-SVM classifier and flow regimes are identified by the output of the classifier. The ...

2007-12-01

50

Getting America Ready for Japanese Science and Technology.  

Science.gov (United States)

The proceedings of a conference on the development of language capabilities to prepare United States scientists to share in scientific and technological development with Japan include these papers: "Are Japanese Language Programs Reaching Scientists and Engineers?"; "Japanese Language Study for Engineers: High Tech Perspectives"; "Applied Japanese Studies for Science and Engineering at American Universities"; "Training and Certifying Japanese Technical Translators"; "Designing Effective Language Teaching for Professionals"; "Problems in Teaching Technical Japanese"; "Commentary" A Cautious and Deliberate Strategy Is Needed"; "Establishing a Japanese High-Technology Information Company in the United States"; "The Problems of Operating a Technical Translation Company in Japan";"The Japan Information Center of Science and Technology"; "A National Agenda for Japanese Language Training"; "National Language Policies and the 99th Congress"; "Machine Translations: ...

1985-05-15

51

Three-dimensional, three-component wall-PIV  

Energy Technology Data Exchange (ETDEWEB)

This paper describes a new time-resolved three-dimensional, three-component (3D-3C) measurement technique called wall-PIV. It was developed to assess near wall flow fields and shear rates near non-planar surfaces. The method is based on light absorption according to Beer-Lambert's law. The fluid containing a molecular dye and seeded with buoyant particles is illuminated by a monochromatic, diffuse light. Due to the dye, the depth of view is limited to the near wall layer. The three-dimensional particle positions can be reconstructed by the intensities of the particle's projection on an image sensor. The flow estimation is performed by a new algorithm, based on learned particle trajectories. Possible sources of measurement errors related to the wall-PIV technique are analyzed. The accuracy analysis was based on single particle experiments and a three-dimensional artificial data set simulating a rotating sphere. (orig.)

2010-06-15

52

Netrawalm: Network Based Resource Aware Application Layer Multicast for Multiparty Video Conference  

CERN Document Server

IP Multicast is one of the most absolute method for large bandwidth Internet applications such as video conference, IPTV, E-Learning and Telemedicine etc., But due to security and management reason IP Multicast is not enabled in Internet backbone routers. To achieve these challenges, lot of Application Layer Multicast (ALM) has been proposed. All the existing protocols such as NICE, ZIGZAG and OMNI are trying to reduce average delay by forming a Multicast tree. But still that problem has not been addressed fully. We are proposing a new protocol called NetRawALM, which will address the average delay, Reliability between nodes, Scalability of conference, Heterogeneity and resilient data distribution for real time multimedia applications by constructing the Network based Resource aware Multicast tree algorithm. This is very dynamic and decentralised. The proposed architecture is a LAN aware; it is used to reduce Internet Traffic.

2011-01-01

53

Emergence of firms in $(d+1)$-dimensional work space  

CERN Document Server

Standard micro-economics concentrate on the description of markets but is seldom interested in production. Several economists discussed the concept of a firm, as opposed to an open labour market where entrepreneurs would recrute workers on the occasion of each business opportunity. Coase \\cite{Coase} is one of them, who explains the existence of firms as institution because they reduce the transaction costs with respect to an open labour market. Whatever the rationale proposed by economists to account for the existence of firms, their perspective is based on efficiency and cost analysis. Little attention is paid to the dynamics of emergence and evolution of firms. The aim of the present manuscript is to check the global dynamical properties of a very simple model based on bounded rationality and reinforcement learning. Workers and managers are localised on a lattice and they choose collaborators on the basis of the success of previous work relations. The choice ...

2008-01-01

54

Efficient Multiclass Implementations of L1-Regularized Maximum Entropy  

CERN Document Server

This paper discusses the application of L1-regularized maximum entropy modeling or SL1-Max [9] to multiclass categorization problems. A new modification to the SL1-Max fast sequential learning algorithm is proposed to handle conditional distributions. Furthermore, unlike most previous studies, the present research goes beyond a single type of conditional distribution. It describes and compares a variety of modeling assumptions about the class distribution (independent or exclusive) and various types of joint or conditional distributions. It results in a new methodology for combining binary regularized classifiers to achieve multiclass categorization. In this context, Maximum Entropy can be considered as a generic and efficient regularized classification tool that matches or outperforms the state-of-the art represented by AdaBoost and SVMs.

2005-01-01

55

A Study on Feature Selection Techniques in Educational Data Mining  

CERN Document Server

Educational data mining (EDM) is a new growing research area and the essence of data mining concepts are used in the educational field for the purpose of extracting useful information on the behaviors of students in the learning process. In this EDM, feature selection is to be made for the generation of subset of candidate variables. As the feature selection influences the predictive accuracy of any performance model, it is essential to study elaborately the effectiveness of student performance model in connection with feature selection techniques. In this connection, the present study is devoted not only to investigate the most relevant subset features with minimum cardinality for achieving high predictive performance by adopting various filtered feature selection techniques in data mining but also to evaluate the goodness of subsets with different cardinalities and the quality of six filtered feature selection algorithms in terms of F-measure ...

2009-01-01

56

Dosimetric validation of the anisotropic analytical algorithm for photon dose calculation: fundamental characterization in water  

International Nuclear Information System (INIS)

In July 2005 a new algorithm was released by Varian Medical Systems for the Eclipse planning system and installed in our institute. It is the anisotropic analytical algorithm (AAA) for photon dose calculations, a convolution/superposition model for the first time implemented in a Varian planning system. It was therefore necessary to perform validation studies at different levels with a wide investigation approach. To validate the basic performances of the AAA, a detailed analysis of data computed by the AAA configuration algorithm was carried out and data were compared against measurements. To better appraise the performance of AAA and the capability of its configuration to tailor machine-specific characteristics, data obtained from the pencil beam convolution (PBC) algorithm implemented in Eclipse were also added in the comparison. Since the purpose of the paper is to address the ...

2006-03-21

57

One-class classifiers and their application to synthetic aperture radar target recognition  

Energy Technology Data Exchange (ETDEWEB)

Target recognition requires the ability to distinguish targets from non-targets, a capability called one-class generalization. To function as a one-class classifier, a neural network must have three types of generalization: within-class, between-class, and out-of-class. We discuss these three types of generalization and identify neural network architectures that meet these requirements. We have applied our one-class classifier ideas to the problem of automatic target recognition in synthetic aperture radar. We have compared three neural network algorithms: Carpenter and Grossberg`s algorithmic version of the Adaptive Resonance Theory (ART-2A), Kohonen`s Learning Vector Quantization (LVQ), and Reilly and Cooper`s Restricted Columb Energy network (RCE). The ART 2-A neural network has given the best results, with 100% within-class, and out-of-class generalization. Experiments show that the network`s performance is sensitive to ...

1992-10-01

58

One-class classifier networks for target recognition applications  

Energy Technology Data Exchange (ETDEWEB)

Target recognition requires the ability to distinguish targets from non-targets, a capability called one-class generalization. Many neural network pattern classifiers fail as one-class classifiers because they use open decision boundaries. To function as one-class classifier, a neural network must have three types of generalization: within-class, between-class, and out-of-class. We discuss these three types of generalization and identify neural network architectures that meet these requirements. We have applied our one-class classifier ideas to the problem of automatic target recognition in synthetic aperture radar. We have compared three neural network algorithms: Carpenter and Grossberg`s algorithmic version of the Adaptive Resonance Theory (ART-2A), Kohonen`s Learning Vector Quantization (LVQ), and Reilly and Cooper`s Restricted Coulomb Energy network (RCE). The ART 2-A neural network gives the best results, with 100% ...

1993-01-01

59

Using Genetic Algorithms for Texts Classification Problems  

CERN Document Server

The avalanche quantity of the information developed by mankind has led to concept of automation of knowledge extraction - Data Mining ([1]). This direction is connected with a wide spectrum of problems - from recognition of the fuzzy set to creation of search machines. Important component of Data Mining is processing of the text information. Such problems lean on concept of classification and clustering ([2]). Classification consists in definition of an accessory of some element (text) to one of in advance created classes. Clustering means splitting a set of elements (texts) on clusters which quantity are defined by localization of elements of the given set in vicinities of these some natural centers of these clusters. Realization of a problem of classification initially should lean on the given postulates, basic of which - the aprioristic information on primary set of texts and a measure of affinity of elements and classes.

2009-01-01

60

Systematic approach to consider system contingencies in PSS design  

Energy Technology Data Exchange (ETDEWEB)

This paper proposes a method that can incorporate system contingencies into power system stabilizer (PSS) design. Selection of critical contingencies is first performed by a ranking of contingencies under a wide range of operating conditions according to a small signal stability index. A multi-objective optimization model is formulated to pursue satisfactory system damping performance under both pre-contingency and post-contingency situations. A recursive Genetic Algorithm is then presented to tune the PSS parameters so that the dynamic security criteria subject to contingencies are met under a wide range of operating conditions. Finally, an eight-machine system is utilized to demonstrate the effectiveness of the proposed approach and a comparison of the proposed method with a pre-contingency tuning scheme is reported. (author)

2009-12-15

61

Mode shape and natural frequency identification for seismic analysis from background vibration  

International Nuclear Information System (INIS)

Background vibration in a CANDU plant can be used to determine the dynamic characteristics of major items of equipment, such as calandria, the fuelling machines and the primary heat transport pumps. These dynamic characteristics can then be used to verify the seismic response of the equipment which, at present, is based on theoretical models only. The feasibility and basic theory of this new approach (which uses accelerations measured at several points on a structure and does not require knowledge of the source of excitation) was established in Phase I of the study. This report is based on Phase II in which the methods of analysis developed in Phase I were improved and verified experimentally. A Fast Fourier Transform (FFT) algorithm was incorporated and an interactive curve fitting technique was developed to obtain the dynamic characteristics in the form of natural frequencies, mode shapes and damping ratios. The method is now available for ...

1984-02-06

62

Applications of magnetorheological brakes in manual control of lifting devices and manipulators  

International Nuclear Information System (INIS)

The article is aimed to design and testing of joystick with force feedback used in direct, human control of lifting device. The paper starts with the basic description of designed and tested by us MR rotary brake. Some initial laboratory investigations results of such brakes are presented. The usage of MR brakes in 2 axis joystick is proposed. Such, built by as joystick, is described. It was used as Human-Machine Interface in active control of lifting device. The designed and built 2 axis manipulator with electrohydraulic drive is described. In the paper, the based on PC with input/output card, control system of mentioned above joystick with MR brake and manipulator is described. Finally the control algorithm is proposed.

2009-02-01

63

Operational feedback and design improvements in reactor regulating system of 540MWe PHWR  

International Nuclear Information System (INIS)

Reactor Regulating System (RRS) of TAPP-3 and 4 (540 MWe PHWR) addresses issues of elaborate Flux Tilt Control as applied to large Reactor Cores in addition to the traditional Bulk Power (Actual Power) Control. The control of Bulk and Zonal Power by RRS through the use of Zonal Control Compartments (ZCCs) has been successfully demonstrated in the Indian PHWRs for the first time. Features like automation in Demand Power Maneuvering, Manual Movement of Reactivity Devices through the Human Machine Interface (HMI) and the supervised withdrawal of Shut-off Rods during Auto Criticality are also included. Special algorithms to measure and control the individual Zone Power and Bulk Power also form part of RRS algorithms. This paper describes the salient features of RRS of TAPP-3 and 4 and the improvement carried out based on the feedback of past 1 year of operation of TAPP-4 at around 90 % FP. (author)

2006-11-13

64

Dynamic stability enhancement of East-Central System in Saudi Arabia via PSS Tuning  

International Nuclear Information System (INIS)

This paper presents a practical case study on the dynamic stability of the Saudi Electricity Company (SEC) power system and its effect on increasing power transfer limit of the interconnection between Eastern Operating Area (SEC-EOA). The problem of optimal tuning of the power system stabilizer parameters was converted into optimization problem wth eigenvalue-based objective functions, which was then solved by genetic algorithms. In this regard, two eigenvalue-based objective functions were considered and the problem is solved using real-coded genetic algorithm (RCGA). The effectiveness of the suggested technique to enhance the power system dynamic stability and to extend the power transfer capability limit of the SEC-EOA and the SEC-EOA power system was verified through a comprehensive eigenvalue analysis and time-domain nonlinear simulation. The results also indicated that the proposed tuning schemes of the existing stabilizers in the system ...

2007-01-01

65

Design of Fuzzy Power System Stabilizer using Real-coding Genetic Algorithm  

Energy Technology Data Exchange (ETDEWEB)

The paper describes the application of Fuzzy Power System Stabilizer(FPSS) for improving dynamic stability of power system. The Real-coding Genetic Algorithm(RGA) was applied to optimize gains of the inputs and outputs of the FPSS. The effectiveness of the proposed FPSS was demonstrated by simulation studies for single-machine infinite system. To show the superiority of the proposed FPSS, its performances were compared with those of Conventional Power System Stabilizer (CPSS). The proposed FPSS showed better control performances than the CPSS in three-phase ground fault under a normal load which was system condition in tuning FPSS. To show the robustness of the proposed FPSS, it was applied to damp the low frequency oscillations caused by disturbances such as three-phase ground fault under heavy and light load conditions. The proposed FPSS showed better performance than CPSS in terms of the settling time and damping effect for power system ...

2001-07-01

67

Components of change in the evolution of learning and unlearned preference  

UK PubMed Central (United Kingdom)

Several phenomena in animal learning seem to call for evolutionary explanations, such as patterns of what animals learn and do not learn. While several models consider how evolution should influence...Full Text Available

2009-09-07

69

A Fast Parallel Algorithm for Selected Inversion of Structured Sparse Matrices with Application to 2D Electronic Structure Calculations  

Energy Technology Data Exchange (ETDEWEB)

We present an efficient parallel algorithm and its implementation for computing the diagonal of $H^-1$ where $H$ is a 2D Kohn-Sham Hamiltonian discretized on a rectangular domain using a standard second order finite difference scheme. This type of calculation can be used to obtain an accurate approximation to the diagonal of a Fermi-Dirac function of $H$ through a recently developed pole-expansion technique \\cite{LinLuYingE2009}. The diagonal elements are needed in electronic structure calculations for quantum mechanical systems \\citeHohenbergKohn1964, KohnSham 1965,DreizlerGross1990. We show how elimination tree is used to organize the parallel computation and how synchronization overhead is reduced by passing data level by level along this tree using the technique of local buffers and relative indices. We analyze the performance of our implementation by examining its load balance and communication overhead. We show that our implementation exhibits an excellent ...

2009-09-25

71

Randomized Algorithms for Analysis and Control of Uncertain Systems  

CERN Document Server

Randomized Algorithms for Analysis and Control of Uncertain Systems

2005-01-01

72

Firefly Algorithms for Multimodal Optimization  

CERN Document Server

Nature-inspired algorithms are among the most powerful algorithms for optimization. This paper intends to provide a detailed description of a new Firefly Algorithm (FA) for multimodal optimization applications. We will compare the proposed firefly algorithm with other metaheuristic algorithms such as particle swarm optimization (PSO). Simulations and results indicate that the proposed firefly algorithm is superior to existing metaheuristic algorithms. Finally we will discuss its applications and implications for further research.

2010-01-01

73

Firefly Algorithm, Levy Flights and Global Optimization  

CERN Document Server

Nature-inspired algorithms such as Particle Swarm Optimization and Firefly Algorithm are among the most powerful algorithms for optimization. In this paper, we intend to formulate a new metaheuristic algorithm by combining Levy flights with the search strategy via the Firefly Algorithm. Numerical studies and results suggest that the proposed Levy-flight firefly algorithm is superior to existing metaheuristic algorithms. Finally implications for further research and wider applications will be discussed.

2010-01-01

74

Application of artificial neural network methods for the lightning performance evaluation of Hellenic high voltage transmission lines  

Energy Technology Data Exchange (ETDEWEB)

Feed-forward (FF) artificial neural networks (ANN) and radial basis function (RBF) ANN methods were addressed for evaluating the lightning performance of high voltage transmission lines. Several structures, learning algorithms and transfer functions were tested in order to produce a model with the best generalizing ability. Actual input and output data, collected from operating Hellenic high voltage transmission lines, as well as simulated output data were used in the training, validation and testing process. The aims of the paper are to describe in detail and compare the proposed FF and RBF ANN models, to state their advantages and disadvantages and to present results obtained by their application on operating Hellenic transmission lines of 150kV and 400kV. The ANN results are also compared with results obtained using conventional methods and real records of outage rate showing a quite satisfactory agreement. The proposed ANN methods can be ...

2007-01-15

75

Why Copy Others? Insights from the Social Learning Strategies Tournament  

UK PubMed Central (United Kingdom)

Social learning (learning through observation or interaction with other individuals) is widespread in nature and is central to the remarkable success of humanity, yet it remains unclear why...Full Text Available

2010-04-09

76

Teaching, learning, and leading.  

Science.gov (United States)

Instructional systems design is a process for assessing learning needs, creating instructional programs, and evaluating effectiveness of learning. We discuss the benefits of including instructional systems design theory and practice in the curriculum, with an emphasis on making the process relevant for student nurse anesthetists. PMID:10488275

1999-02-01

77

Learn CPR You Can Do It!  

Science.gov (United States)

Have a question about CPR? Click Here To Ask The Doctor Learn CPR is a free public service supported by the University of Washington School of Medicine . Learn the basics of CPR - cardiopulmonary resuscitation. The American Heart Association issued updated ...

78

Fear and safety learning differentially affect synapse size and dendritic translation in the lateral amygdala  

UK PubMed Central (United Kingdom)

Fear learning is associated with changes in synapse strength in the lateral amygdala (LA). To examine changes in LA dendritic spine structure with learning, we used serial electron microscopy to re-construct...Full Text Available

2010-05-18

79

Early auditory experience generates long-lasting memories that may subserve vocal learning in songbirds  

UK PubMed Central (United Kingdom)

In both humans and songbirds, infants learn vocalizations by imitating the sounds of adult tutors with whom they interact during an early sensitive period. Vocal learning occurs in few animal taxa;...Full Text Available

2006-01-24

80

The mask detection technology for occluded face analysis in the surveillance system.  

Science.gov (United States)

The surveillance systems have been widely used in automatic teller machines (ATMs), banks, convenient stores, etc. For example, when a customer uses the ATM, the surveillance systems will record his/her face information. The information will help us understand and trace who withdrew money. However, when criminals use the ATM to withdraw illegal money, they usually block their faces with something (in Taiwan, criminals usually use safety helmets or masks to block their faces). That will degrade the purpose of the surveillance system. In previous work, we already proposed a technology for safety helmet detection. In this paper, we propose a mask detection technology based upon automatic face recognition methods. We use the Gabor filters to generate facial features and utilize geometric analysis algorithms for mask detection. The technology can give an early warning to save-guards when any "customer" or "intruder" blocks his/her face information ...

2005-05-01

81

The SysMES framework: System management for networked embedded systems and clusters  

Energy Technology Data Exchange (ETDEWEB)

The ALICE heavy-ion particle physics experiment is currently being built at CERN near Geneva. It will use a PC cluster of 900 dual-processor machines for the last stages of the data readout process and a network of 400 microcomputers for the configuration and control of the cluster nodes. One of the most important objectives to be achieved in such experiments is to guarantee the utilized devices are running correctly during the experiment life-time. A second aspect is the extremely high availability and reliability requirements of the applications being run, the so called high level trigger (HLT). The SysMES framework is a scalable, decentralized, fault tolerant, dynamic, rule based tool set for the monitoring of networks of target systems and applications. The management algorithms consist of the following steps: system and application monitoring, recognition of undesirable states, event (message) generation, local event handling on the ...

2008-07-01

82

BREEDER: a microcomputer program for financial analysis of a large-scale prototype breeder reactor  

Energy Technology Data Exchange (ETDEWEB)

This report describes a microcomputer-based, single-project financial analysis program: BREEDER. BREEDER is a user-friendly model designed to facilitate frequent and rapid analyses of the financial implications associated with alternative design and financing strategies for electric generating plants and large-scale prototype breeder (LSPB) reactors in particular. The model has proved to be a useful tool in establishing cost goals for LSPB reactors. The program is available on floppy disks for use on an IBM personal computer (or IBM look-a-like) running under PC-DOS or a Kaypro II transportable computer running under CP/M (and many other CP/M machines). The report documents version 1.5 of BREEDER and contains a user's guide. The report also includes a general overview of BREEDER, a summary of hardware requirements, a definition of all required program inputs, a description of all algorithms used in performing the construction-period ...

1984-04-01

83

Volume IIr - NASA Technical Report Server (NTRS)  

Science.gov (United States)

f4. HRS. 65. 119 HRS. Figure 2-39. Space Processing Shared Flows ..... Learning Curve: An 80 percent learning curve will be used to extrap ...

84

The effect of semantic set size on word learning by preschool children  

UK PubMed Central (United Kingdom)

PurposeThe purpose was to determine whether semantic set size, a measure of the number of semantic neighbors, influenced word learning, and whether the influence...Full Text Available

2009-04-01

85

The Deep Space Network Progress Report 42-39 - NASA Technical ...  

Science.gov (United States)

C. Learning Curve. The learning curve concept has long been recognized and ...... F4. TERMIA. S - STATION EQUIPMENT. V - VLBI VALIDATION EQUIPMENT ...

86

Perceptual learning of co-articulation in speech  

UK PubMed Central (United Kingdom)

Four experiments investigated the novel issue of learning to accommodate the coarticulated nature of speech. Experiment 1 established a co-articulatory mismatch effect for a set of vowel-consonant...Full Text Available

2009-10-01

87

Neural Learning of Predicting Driving Environment  

Science.gov (United States)

... This paper presents our research in neural learning for predicting ... Denote this feature set as F4. ... can be observed that the SOC curves generated by ...

2008-06-01

88

Course, Curriculum, and Laboratory Improvement (CCLI)  

Science.gov (United States)

... teaching and learning; Creating learning materials and teaching strategies; Developing faculty ... achieve educational innovations. Educational Materials Development (EMD): A project under the former ...

89

Collaborative and situated learning on the web ? how can teacher education theoretically and practically respond to changing demands and roles of teachers? : A Research based on case studies of online second language learning in ?communities of practice?  

DEFF Research Database (Denmark)

The background for this paper is a growing interest during the past decade in Denmark in the concepts of ?situated learning?, ?social theory of learning? and ?learning in communities of practice? developed by the American social anthropologist Jean Lave and the Californian Research Scientist Etienne Wenger. The work by Jean Lave from 1988 (Lave, 1988) based on anthropological field studies in Brazil and Liberia as well as later works by Lave & Wenger (Lave and Wenger, 1991; Chaiklin and Lave, 1993; Wenger, 1998; Wenger, McDermott, R. and W. Snyder, 2002) on situated learning and social learning theory have provoked considerable response in anthropological studies, in learning theories as well asin considerations about practical implementation of concepts like ?lifelong learning? in Denmark in recent decades. The European concept of ...

2006-01-01

90

Simulation of embedded systems for energy consumption estimation  

Energy Technology Data Exchange (ETDEWEB)

Technology developments in semiconductor fabrication along with a rapid expansion of the market for portable devices, such as PDAs and mobile phones, make the energy consumption of embedded systems a major problem. Indeed the need to provide an increasing number of computational intensive applications and at the same time to maximize the battery life of portable devices can be seen as incompatible trends. System simulation is a flexible and convenient method for analyzinging and exploring the performance of a system or sub-system. At the same time, the increasing use of computational intensive applications strengthens the need to maximize the battery life of portable devices. As a consequence, the simulation of embedded systems for energy consumption estimation is becoming essential in order to study and explore the influence of system design choices on the system energy consumption. The original publications presented in the second part of this thesis propose several frameworks for ...

2009-07-01

91

Fluoroscopic tumor tracking for image-guided lung cancer radiotherapy  

Energy Technology Data Exchange (ETDEWEB)

Accurate lung tumor tracking in real time is a keystone to image-guided radiotherapy of lung cancers. Existing lung tumor tracking approaches can be roughly grouped into three categories: (1) deriving tumor position from external surrogates; (2) tracking implanted fiducial markers fluoroscopically or electromagnetically; (3) fluoroscopically tracking lung tumor without implanted fiducial markers. The first approach suffers from insufficient accuracy, while the second may not be widely accepted due to the risk of pneumothorax. Previous studies in fluoroscopic markerless tracking are mainly based on template matching methods, which may fail when the tumor boundary is unclear in fluoroscopic images. In this paper we propose a novel markerless tumor tracking algorithm, which employs the correlation between the tumor position and surrogate anatomic features in the image. The positions of the surrogate features are not directly tracked; instead, we use principal ...

2009-02-21

92

Improvement in loosening equipment  

Energy Technology Data Exchange (ETDEWEB)

The loosening equipment consists of a base machine and four-link suspension mechanism which is a cross frame with loosening gear connected to the base machine by universal hinges. In order to improve the reliability of the machine, the drive of transverse shifting in the cross frame is made of symmetrically arranged, shock-absorbing, hydraulic cylinders which are connected by additional universal hinges to the base machine and the lower pull rods. The design of the loosening machine guarantees its reliable operation on soil with significant quantity of hard inclusions.

1982-01-01

94

Learning Effect and Standardization Effect in NPP's Construction  

International Nuclear Information System (INIS)

This paper describes the learning effect and standardization effect in the nuclear power construction, analyses their influence degree on nuclear power economics. Furthermore, the paper provides the ideas on how to improve the economics of nuclear power through implementing the learning effect and standardization effect. The paper also concludes that the learning rate in China is better than the average value in the world by analysis actual example. (authors)

2009-09-01

95

Learn More About Networking  

Science.gov (United States)

These are some interesting sites that will help you to understand networking and how it can benefit you. These sites contain sound so you may want to wear headphones if you are in a classroom. Learn how the internet began and the basics of the www. Learn why a network is useful. Jans network contains the important concepts of networking, Work through section 7 to learn about different types of connections, transmissions, media, and configurations. Then take the quiz at the end to see how ...

2007-10-12

102

Effect of aging on learning new names and descriptions for objects  

British Library Electronic Table of Contents (United Kingdom)

The present study consisted of two experiments to compare new word learning in healthy young (N = 11) and older (N = 17) adults within an explicit learning paradigm. Experiment 1 investigated the new name learning for familiar objects, while Experiment 2 investigated learning names and descriptions for unfamiliar objects. Participants attended five learning sessions over 5 consecutive days, during which they viewed objects with novel names with/without descriptions. The older adults were as accurate as the young adults when recalling and recognizing new names during the learning sessions. With respect to response times, the older adults were as rapid as the young adults at recognizing the new names for the familiar objects, but were slower during the follow-up sessions. The older adults we...

2011-01-01

103

Algorithm for WZW fusion rules: A proof  

Energy Technology Data Exchange (ETDEWEB)

A proof is given for a simple algorithm for the computation of fusion rules in Wess-Zumino-Witten (WZW) models. (orig.).

1990-05-17

104

Electrical Discharge Machining (EDM) Gun Barrel Bore and ...  

Science.gov (United States)

... Accession Number : ADB006226. Title : Electrical Discharge Machining (EDM) Gun Barrel Bore and Rifling Feasibility Study. ...

1974-09-01

105

A motor-driven hoisting winch with a safety-braking device  

International Nuclear Information System (INIS)

... brakes reactor charging machines reactors machine parts Int. Cl. B66d5/00;

106

A Comparison of Some Demand Subject Searches: Machine vs. Human  

UK PubMed Central (United Kingdom)

A comparison of the results of machine and human information retrieval using MEDLARS and the printed Index Medicus indicates that at present neither method is entirely satisfactory...Full Text Available

1967-10-01

107

A dose computation algorithm used in MLC conformal treatment  

International Nuclear Information System (INIS)

A dose calculation algorithm for MLC based conformal radiotherapy is described in this paper. The algorithm is formulated by the coordinate of MLC leaves. Verification on the algorithm is made by comparing the dose distributions generated by this algorithm with that generated by a Differential Convolution Superposition algorithm for various regular and irregular fields. The results demonstrate that the present algorithm has suitable accuracy and high computational efficiency, thus it could be useful for the treatment planning process in MLC based conformal radiotherapy, where the workload for interactively or automatically designing the shapes of MLC is heavy. (authors)

2007-12-01

109

Environmental Control for Precision Machining.  

Science.gov (United States)

For abstract, see NSA 27 06, number 14465.

1972-01-01

113

First-break refraction event picking and seismic data trace editing using neural networks  

Energy Technology Data Exchange (ETDEWEB)

Interactive seismic processing systems for editing noisy seismic traces and picking the first-break refraction events have been developed using a neural network learning algorithm. The authors employ a back propagation neural network (BNN) paradigm modified to improve the convergence rate of the BNN. The BNN is interactively trained'' to edit seismic data or pick first breaks by a human processor who judiciously selects and presents to the network examples of trace edits or refraction picks. The network then iteratively adjusts a set of internal weights until it can accurately duplicate the examples provided by the user. After the training session is completed, the BNN system an then process new data sets in a manner that mimics the human processor. Synthetic modeling studies indicated that the BNN uses many of the same subjective criteria that humans employ in editing and picking seismic data sets. Automated trace editing and ...

1993-01-01

114

Considering uncertainties in the reservoir interpretation of geophysical data. Application to segmentation; Prise en compte des incertitudes dans l'interpretation reservoir des donnees geophysiques. Application a la segmentation  

Energy Technology Data Exchange (ETDEWEB)

Qualitative interpretation of data of different nature and sources, based on segmentation techniques such as discriminant analysis, is useful to characterize and monitor hydrocarbon reservoirs. In order to make this interpretation more reliable, it is necessary to characterize uncertainties attached to data and then, to propagate them in the interpretation work-flow. In this thesis, uncertainties are represented by intervals, because usually, little is known about input data errors. The uncertainty characterization issue is dealt with specifically for each case study. The uncertainty propagation issue is treated by a new technique, based on interval analysis, which consists in extending to intervals various popular approaches (non parametric, quadratic and linear) to discriminant analysis: Firstly, a learning phase allows calibrating an imprecise classifying model on the basis of pre-interpreted data. If the quality of this model is good enough, it is used to ...

2001-10-01

115

Means and method of balancing multi-cylinder reciprocating machines  

Energy Technology Data Exchange (ETDEWEB)

A virtual balancing axis arrangement is described for multi-cylinder reciprocating piston machines for effectively balancing out imbalanced forces and minimizing residual imbalance moments acting on the crankshaft of such machines without requiring the use of additional parallel-arrayed balancing shafts or complex and expensive gear arrangements. The novel virtual balancing axis arrangement is capable of being designed into multi-cylinder reciprocating piston and crankshaft machines for substantially reducing vibrations induced during operation of such machines with only minimal number of additional component parts. Some of the required component parts may be available from parts already required for operation of auxiliary equipment, such as oil and water pumps used in certain types of reciprocating piston and crankshaft machine so that by appropriate location and dimensioning in ...

1985-01-01

116

metabotropic glutamate receptor 5 (mGluR5) has a critical role in inhibitory learning  

UK PubMed Central (United Kingdom)

The mechanisms that contribute to the extinction of previously acquired memories are not well understood. These processes, often referred to as inhibitory learning, are thought to be parallel...Full Text Available

2009-03-25

117

REVERSAL LEARNING SET AND FUNCTIONAL EQUIVALENCE IN CHILDREN WITH AND WITHOUT AUTISM  

UK PubMed Central (United Kingdom)

To evaluate whether children with and without autism could exhibit (a) functional equivalence in the course of yoked repeated-reversal training and (b) reversal learning set, 6 children, in...Full Text Available

2008-01-01

118

Molecular Mapping of Movement-Associated Areas in the Avian Brain: A Motor Theory for Vocal Learning Origin  

UK PubMed Central (United Kingdom)

Vocal learning is a critical behavioral substrate for spoken human language. It is a rare trait found in three distantly related groups of birds-songbirds, hummingbirds, and parrots. These avian groups...Full Text Available

119

Learning an Operant Conditioning Task Differentially Induces Gliogenesis in the Medial Prefrontal Cortex and Neurogenesis in the Hippocampus  

UK PubMed Central (United Kingdom)

Circuit modification associated with learning and memory involves multiple events, including the addition and remotion of newborn cells trough adulthood. Adult neurogenesis and gliogenesis were mainly...Full Text Available

120

High stimulus specificity characterizes anti-predator habituation under natural conditions  

UK PubMed Central (United Kingdom)

Habituation is one of the most fundamental learning processes that allow animals to adapt to dynamic environments. It is ubiquitous and often thought of as a simple form of non-associative learning....Full Text Available

2009-12-22

121

Effects of Semantic Context and Feedback on Perceptual Learning of Speech Processed through an Acoustic Simulation of a Cochlear Implant  

UK PubMed Central (United Kingdom)

The effect of feedback and materials on perceptual learning was examined in normal hearing listeners exposed to cochlear implant simulations. Generalization was most robust when feedback paired...Full Text Available

2010-02-01

122

Comparison of knowledge scores of medical students in problem-based learning and traditional curriculum on public health topics  

UK PubMed Central (United Kingdom)

BackgroundThe purpose of the study was to compare the knowledge scores of medical students in Problem-based Learning and traditional curriculum on public health topics.Full Text Available

123

Cerebral calcification and learning disabilities following cranial irradiation for medulloblastoma.  

UK PubMed Central (United Kingdom)

Six children who received craniospinal irradiation for medulloblastoma when they were under 10 years of age developed learning disabilities. Four exhibited associated temporal lobe calcification on...Full Text Available

1990-12-01

124

Bayesian Cue Integration as a Developmental Outcome of Reward Mediated Learning  

UK PubMed Central (United Kingdom)

Average human behavior in cue combination tasks is well predicted by Bayesian inference models. As this capability is acquired over developmental timescales, the question arises, how it is learned....Full Text Available

125

Window to the Sun  

Science.gov (United States)

cookers can reach in a specified period of time. The students will also look at solar pasteurization of water and learn how the sun can ...

126

Updates on Attention-Deficit/Hyperactivity Disorder and Learning Disorders  

British Library Electronic Table of Contents (United Kingdom)

The relationship of attention-deficit/hyperactivity disorder (ADHD) to learning disorders was reviewed and included reading disability, mathematics learning disability, and nonverbal learning disability. Genetic, neuroimaging, and neuropsychological functioning were examined for each disorder, along with a discussion of any existing literature when ADHD co-occurred with the disorder. All the disorders were found to frequently co-occur with ADHD. A review of the underlying neuroanatomic and neurofunctional data found specific structures that frequently co-occur in these disorders with others that are specific to the individual diagnosis. Aberrations in structure and/or function were found for the caudate, corpus callosum, and cerebellum, making these structures sensitive for the disorder bu...

2011-01-01

127

Technology in Coalition Training  

Science.gov (United States)

... program incorporates the proven concepts of advanced distributed learning, modeling and simulation, and electronic digital libraries (Figure 1) to ...

2004-06-01

128

Stem Cell Research Policy Lesson Plan  

Science.gov (United States)

Students get a background on Stem Cell technology and learn to write an effective opinion essay.

2007-09-25

129

Manning and Maintainability of a Submarine Unmanned ...  

Science.gov (United States)

... learned will be applicable to all UUV systems. ... started the mobile robot baseline. ... demonstrated artificial intelligence in mobile robots for military use. ...

2010-09-01

130

Is the US Army a Learning Organization?  

Science.gov (United States)

... outside observers, and updated counseling requirements for the Army's OER, non-commissioned officer efficiency report (NCOER), and civilian ...

2007-03-08

131

Coblation Assisted Tonsillectomy  

Medline Plus

... which extend beyond the upper airway. These include attention deficit hyperactivity disorder, learning disorders, failure to thrive, and enuresis. Tonsillectomies ...

132

Lessons learned from accidents investigations  

International Nuclear Information System (INIS)

Accidents from three main practices: medical applications, industrial radiography and industrial irradiators are used to illustrate some common causes of accidents and the main lessons to be learned. A brief description of some of these accidents is given. Lessons learned from the described accidents are approached by subjects covering: safety culture, quality assurance, human factors, good engineering practice, defence in depth, security of sources, safety assessment and monitoring and verification compliance. (author)

1997-10-26

133

Terminal-differential algorithm for identification of local non homogeneity in article  

International Nuclear Information System (INIS)

Terminal-differential algorithm for identification of local nonhomogeneities in items under control is developed on the basis of measurements of X-ray or gamma-radiation weakening. The algorithm may be applied by developing radiation schemes of nondestructive control, identifying inadmissible inclusions in the object under study

134

Evaluation of a diagnostic algorithm for heart disease in neonates.  

UK PubMed Central (United Kingdom)

OBJECTIVE--To develop, test, and validate an algorithm for diagnosing disease in neonates during an over the telephone referral to a specialist cardiac centre. DESIGN--A draft algorithm requiring only...Full Text Available

1991-04-20

135

A comparison of iterative algorithms and a mixed approach for in-line x-ray phase retrieval  

UK PubMed Central (United Kingdom)

Previous studies have shown that iterative in-line x-ray phase retrieval algorithms may have higher precision than direct retrieval algorithms. This communication compares three iterative phase...Full Text Available

2009-08-15

136

Concepts of radiotherapy treatment planning  

International Nuclear Information System (INIS)

Full text: Radiotherapy treatment planning (RTP) relies heavily on medical imaging. Until recently, the most important planning tool was the treatment simulator. The kilovoltage radiographic capabilities in a treatment simulator enabled the boundaries of treatment fields to be visualized with respect to bony anatomic landmarks. Perhaps the most important advance in treatment planning in recent years is the ability to visualize the passage of the beams with respect to a more accurate geometrical representation of the tumor and other soft tissue structures. This 'virtual simulation' uses a computer-based representation of a patient to determine the extent of the disease and the location of radiation sensitive normal tissue. Computer tomographic (CT) imaging produces a high-resolution three-dimensional representation of anatomy that can be correlated with other image sets such as magnetic resonance images (MRI) of function. Positron emission tomographic (PET) imaging is beginning to be ...

2000-12-01

137

Development of Intelligent Setting System for Fracture Based on X-Ray Image  

Energy Technology Data Exchange (ETDEWEB)

In order to achieve micro-wound, intelligence and high efficiency for fracture setting, intelligent setting system for fracture is proposed in accordance with biomechanics and fracture therapy theory. In the comprehensive medical system based on C-shape-arm X-machine, image processing and analysis is the core, programmable logical controller and stepping motor are important driving parts controlling mechanical parts. Six degree of freedom dynamics sensor ensures to control accurately force and moment. On the foundation of analyzing X-ray image peculiarities, method of processing and analysis is put forward, combining time domain with frequency domain. After mining domain knowledge in depth, setting actions is quantized into three non-continuous steps and is parameterized into two angles and one distance aiming at femoral-neck fracture. Objective features are extracted by virtue of three power polymerization curved surface fitting. Master-slave reference frame is ...

2006-10-15

138

[SIAM conference on optimization  

Energy Technology Data Exchange (ETDEWEB)

Abstracts are presented of 63 papers on the following topics: large-scale optimization, interior-point methods, algorithms for optimization, problems in control, network optimization methods, and parallel algorithms for optimization problems.

1992-05-10

139

Using Advanced Computer Vision Algorithms on Small Mobile ...  

Science.gov (United States)

... FL, April 18-20, 2006 Using Advanced Computer Vision Algorithms on Small Mobile Robots G. Koguta,F. Birchmoreb,E ...

2006-04-20

140

COMPARING CONSIDER-COVARIANCE ANALYSIS WITH SIGMA-POINT CONSIDER ...  

Science.gov (United States)

As presented in [4], the Sigma-Point Consider Filter (SPCF) algorithm extends ... lines of the derivative-free, Sigma-Point Kalman Filter algorithm given in ...

141

Predictability, complexity and learning  

CERN Document Server

We define {\\em predictive information} $I_{\\rm pred} (T)$ as the mutual information between the past and the future of a time series. Three qualitatively different behaviors are found in the limit of large observation times $T$: $I_{\\rm pred} (T)$ can remain finite, grow logarithmically, or grow as a fractional power law. If the time series allows us to learn a model with a finite number of parameters, then $I_{\\rm pred} (T)$ grows logarithmically with a coefficient that counts the dimensionality of the model space. While logarithmic growth of related information theoretic quantities has been found in previous work on learning, power law growth has not been seen in this context. We find that it is associated, for example, with the learning of infinite parameter (or nonparametric) models such as continuous functions with smoothness constraints. There are connections between the predictive information and measures of ...

2000-01-01

142

Nonverbal Learning Disability explained: the link to shunted hydrocephalus  

British Library Electronic Table of Contents (United Kingdom)

Accessible summary - -Children with a Nonverbal Learning Disability (NLD) resulting from shunted hydrocephalus and spina bifida face many difficulties not experienced by those with a language learning disability. - -As they grow older and more autonomy is expected, friendships became harder to sustain and daily life can be full of fear if the nonverbal learning disability is not identified and managed. - -This paper explains the theorised cause of nonverbal learning disability - damage to right hemisphere white matter or myelin. - -Damage is believed to cause problems with planning, organisation, time management, problem-solving, decision-making and friendships, and the mismatch with articulate speech and a good vocabulary causes a functional profile that is difficult for educationists or ...

2011-01-01

143

Insight from the Public on Home Economics and Formal Food Literacy  

British Library Electronic Table of Contents (United Kingdom)

In 2010, a newspaper article speculating about the inclusion of cooking in the Queensland, Australia, school curriculum was published. Readers were invited to post comments to a newspaper-managed blog. Ninety-seven posts were made. These posts (N-=-97) comprise the data for this study. Data were analyzed using Leximancer to determine frequency and connection of terminology. The analysis found -cooking- to be the core concept, connected to either the -school- (formal learning) and/or to the -home- (informal learning). Content analysis determined the themes and their relative frequency. Three main themes were generated: informal food literacy learning, formal food literacy learning in schools, and formal food literacy learning in home economics. Subthemes in the formal food literacy theme in...

2011-01-01

144

Innovation in technology for the least product price and cost - a new minimum cost relation for reductions during technological learning  

Energy Technology Data Exchange (ETDEWEB)

By analogy with the concepts of human learning, we show and introduce a new method to obtain least product cost and price that includes the effect of innovation and technological learning in manufacturing and production. This key result is a new paradigm instead of the usual economic 'power law' formulation. The new analysis is based on extensive analysis of many technological systems, and is directly related to the presence of learning as experience is accumulated. The results agree with the observed data. By using a consistent basis, the method replaces previous empirical 'power law' descriptions of the technological learning curve with a new 'marginal minimum cost equation' (MCE). (author)

2004-07-01

145

Energy efficient wireless unicast routing alternatives for machine-to-machine networks  

British Library Electronic Table of Contents (United Kingdom)

Machine-to-machine (M2M) communications is a new and rapidly developing technology for large-scale networking of devices without dependence on human interaction. Energy efficiency is one of the important design objectives for machine-to-machine network architectures that often contain multi-hop wireless subnetworks. Constructing energy-efficient routes for sending data through such networks is important not only for the longevity of the nodes which typically depend on battery energy, but also for achieving an environmentally friendly system design overall, which will be imperative as M2M networks scale in number of nodes as projected. The objective of this survey is to provide a comprehensive look into shortest-path based energy-efficient routing alternatives to provide a reference for sys...

2011-01-01

146

Proposal for the award of a contract, without competitive tendering, for the replacement of lift machine room equipment and the installation of remote monitoring systems  

CERN Document Server

Proposal for the award of a contract, without competitive tendering, for the replacement of lift machine room equipment and the installation of remote monitoring systems

2011-01-01

147

Electrical Discharge Machining (EDM) Gun Barrel Bore and Rifling Feasibility Study.  

Science.gov (United States)

A 12-month program was conducted to advance the technology of the Electrical Discharge Machining (EDM) process to be applicable to the stringent requirements of gun barrel boring and rifling. The type of barrels employed in the test were .220 swift gun ba...

1974-01-01

150

Recent Advances in Data Mining of Enterprise Data Algorithms and Applications  

CERN Document Server

Recent Advances in Data Mining of Enterprise Data

2007-01-01

154

Finding two-dimensional peaks  

CERN Document Server

Two-dimensional generalization of the original peak finding algorithm suggested earlier is given. The ideology of the algorithm emerged from the well known quantum mechanical tunneling property which enables small bodies to penetrate through narrow potential barriers. We further merge this ``quantum'' ideology with the philosophy of Particle Swarm Optimization to get the global optimization algorithm which can be called Quantum Swarm Optimization. The functionality of the newborn algorithm is tested on some benchmark optimization problems.

2004-01-01

158

Cuckoo Search via Levy Flights  

CERN Document Server

In this paper, we intend to formulate a new metaheuristic algorithm, called Cuckoo Search (CS), for solving optimization problems. This algorithm is based on the obligate brood parasitic behaviour of some cuckoo species in combination with the Levy flight behaviour of some birds and fruit flies. We validate the proposed algorithm against test functions and then compare its performance with those of genetic algorithms and particle swarm optimization. Finally, we discuss the implication of the results and suggestion for further research.

2010-01-01

161

VDMA contribution to functional safety of turbo-machines - A necessary risk reduction by means of safety function for steam turbines; VDMA-Beitrag zur Funktionalen Sicherheit von Turbomaschinen. Notwendige Risikoreduktion durch Schutzfunktionen fuer Dampfturbinen  

Energy Technology Data Exchange (ETDEWEB)

In the last two years, the VDMA work group 'Functional security' compiled a qualitative and quantitative procedure for the determination and evaluation of turbo-machine specific risks. With the calibrated risk graph for turbo-machines the requirements (Safety Integrity Level SIL) to the protective functions for turbo-machines (steam turbines, gas turbines, generators and compressors) were determined. With consideration of the legislation, the work group compiled a recommendation for the renewal and/or reconstruction of protective functions with old facilities.

2010-07-01

164

Remote handling and robotics in nuclear field  

International Nuclear Information System (INIS)

The application of remote handling and robotics, the state of the art and some uses in the man-machine interface are described. (E.G.).

165

Relation of the One-Phase Stefan Problem to the Seepage of ...  

Science.gov (United States)

... Accession Number : ADA079641. Title : Relation of the One-Phase Stefan Problem to the Seepage of Liquids and Electrochemical Machining,. ...

1979-12-01

166

Laser-Based Method for Docking an Unmanned Underwater ...  

Science.gov (United States)

... space vehicles, robot and machine guidance systems, and in various types of autonomous UUV docking situations. Page 3. ...

2010-02-08

167

Garden Of Falsehood  

British Library Electronic Table of Contents (United Kingdom)

China's propaganda machine seeks to control public opinion at all costs?-?and the media is its tool, writes David Bandurski

2008-01-01

168

Faster Approximate Lossy Generalized Flow via Interior Point Algorithms  

CERN Document Server

We present faster approximation algorithms for generalized network flow problems. A generalized flow is one in which the flow out of an edge differs from the flow into the edge by a constant factor. We limit ourselves to the lossy case, when these factors are at most 1. Our algorithm uses a standard interior-point algorithm to solve a linear program formulation of the network flow problem. The system of linear equations that arises at each step of the interior-point algorithm takes the form of a symmetric M-matrix. We present an algorithm for solving such systems in nearly linear time. The algorithm relies on the Spielman-Teng nearly linear time algorithm for solving linear systems in diagonally-dominant matrices. For a graph with m edges, our algorithm obtains an additive epsilon approximation of the maximum generalized ...

2008-01-01

169

Telephone communications on a face with two steep machine tracks - tests with the mobile X-phone  

Energy Technology Data Exchange (ETDEWEB)

The author gives an account of tests with the X-phone system. The aim of the tests was to establish the reliability and behaviour of the apparatus mounted on a winning machine and to investigate the possibility of setting up a radio link, without laying an extra wire, between the foot of the tubbing-lined roadway and the winning machine on a steep face. The author describes the face and the test conditions and presents details of the satisfactory test results.

1981-11-01

170

Proceedings, international symposium on mine mechanization and automation  

Energy Technology Data Exchange (ETDEWEB)

Papers are presented under the session headings: research in mechanical fragmentation; rock characterization, remote sensing and interface detection; monitoring, data transmission and communications; tunnel boring machines; minewide monitoring and expert systems for ground control; machine guidance; shaft and raise boring; automation of drilling equipment; machine automation and control; new developments in mechanical miners; materials handling; innovative mining systems; general minewide monitoring and expert systems; ground support; human factors; and extraterrestrial mining.

1991-01-01

171

OCETA ENVIRONMENTAL TECHNOLOGY PROFILES CATALOGUE  

Wastenet

... Longer residence times attain finer grinds while shorter residence times attain higher outputs. Accordingly, the ATTOMILL can be set up to achieve optimum efficiency for individ ual applications. VENDOR INFORMATION: Peterson Machine Inc. www.microgrind.com/peterson/tech.htm Peterson Machine Inc. (formally Peterson North) was created under D. Peterson Machine & Fabrication Ltd. in 1994 after two years of successful ...

172

Laser applications. Final report  

Energy Technology Data Exchange (ETDEWEB)

Processes were developed that use lasers as manufacturing tools. These processes were stripping of insulation from cables and wires, machining of quartz, microdrilling and welding of reflective metals, and precision alignment of curved surfaces before machining. A technological basis also was formed which resulted in a process for automatic surface inspection of parts and aided development of machining processes for Kevlar parts.

1980-07-01

173

A navigation filter for fusing DTM/correspondence updates  

CERN Document Server

An algorithm for pose and motion estimation using corresponding features in images and a digital terrain map is proposed. Using a Digital Terrain (or Digital Elevation) Map (DTM/DEM) as a global reference enables recovering the absolute position and orientation of the camera. In order to do this, the DTM is used to formulate a constraint between corresponding features in two consecutive frames. The utilization of data is shown to improve the robustness and accuracy of the inertial navigation algorithm. Extended Kalman filter was used to combine results of inertial navigation algorithm and proposed vision-based navigation algorithm. The feasibility of this algorithms is established through numerical simulations.

2011-01-01

174

Automated Categorization Scheme for Digital Libraries in Distance Learning: A Pattern Recognition Approach  

Science.gov (United States)

Digital libraries play a crucial role in distance learning. Nowadays, they are one of the fundamental information sources for the students enrolled in this learning system. These libraries contain huge amount of instructional data (text, audio and video) offered by the distance learning program. Organization of the digital libraries is therefore very important for easy and fast access to the desired information. Improper categorization of data may mislead the students searching the library. Since manual categorization of huge amount of data might be challenging, an automatic and reliable method is needed. In this sense, this paper proposes an automated categorization scheme for digital libraries in distance learning. The categorization scheme is designed and developed by a pattern recognition approach. Effectiveness of the proposed scheme is evaluated on widely used Reuters database. The ...

2008-10-01

175

Wear and machining of engineering ceramics by abrasive waterjets  

Energy Technology Data Exchange (ETDEWEB)

The purpose of this investigation was to simulate a machining front from an abrasive waterjet and its movements in a ceramic material. Wear factors affecting the abrasive waterjet nozzle were also to be established. Therefore, a low inclination angle (9[degree]) was used between the nozzle and test sample, simulating a moving machine front. A standard nozzle with an inner diameter of 0.76 mm was used in the test, and it was placed close to the samples. The outer diameter of the abrasive nozzle was 9.5 mm. The high wear rate from abrasive waterjets makes it possible to machine hard ceramics-including dense alumina, titanium boride, silicon nitride, and composites-at high machining speeds.

1993-08-01

176

Large robotized turning centers described  

Science.gov (United States)

The introduction of numerical control (NC) machine tools has made it possible to automate machining in series and small series production. The organization of automated production sections merged NC machine tools with automated transport systems. However, both the one and the other require the presence of an operative at the machine for low skilled operations. Industrial robots perform a number of auxiliary operations, such as equipment loading-unloading and control, changing cutting and auxiliary tools, controlling workpieces and parts, and cleaning of location surfaces. When used with a group of equipment they perform transfer operations between the machine tools. Industrial robots eliminate the need for workers to form auxiliary operations. This underscores the importance of developing robotized manufacturing centers providing for minimal human participation in production and ...

1985-09-01

177

Investigation of GPS/IMU Positioning System for Mining Equipment  

Energy Technology Data Exchange (ETDEWEB)

The objective of this project is to investigate the applicability of a combined Global Positioning System and Inertial Measurement Unit (GPS/IMU) for information based displays on earthmoving machines and for automated earthmoving machines in the future. This technology has the potential of allowing an information-based product like Caterpillar's Computer Aided Earthmoving System (CAES) to operate in areas with satellite shading. Satellite shading is an issue in open pit mining because machines are routinely required to operate close to high walls, which reduces significantly the amount of the visible sky to the GPS antenna mounted on the machine. An inertial measurement unit is a product, which provides data for the calculation of position based on sensing accelerations and rotation rates of the machine's rigid body. When this information is coupled with GPS it ...

2006-09-13

178

A Study on the Design of Linear Motor with Transverse Flux Configuration for Railway Traction System  

Energy Technology Data Exchange (ETDEWEB)

According to the development of power electronic element (GTO, IGBT) nd material for electrical machines (permanent magnet, super conductor), the technology for electrical machines is now a day rapidly developing. here with, a novel electrical machine, based on the new conception of transverse flux configuration leads to a considerable increase in power density and enables simultaneously high efficiency.The transverse flux machine with PM excitation will be applied to gearless direct drives for railway traction system. The designed and measured performance of transverse machine for railway traction system revealed a great potential of system improvements to reduce linear motor mass. (author). 10 refs., 14 figs., 3 tabs.

1999-06-01

179

WINPEPI updated: computer programs for epidemiologists, and their teaching potential  

UK PubMed Central (United Kingdom)

BackgroundThe WINPEPI computer programs for epidemiologists are designed for use in practice and research in the health field and as learning or teaching aids. The programs are free,...Full Text Available

180

User's Guide - NSSDC - NASA  

Science.gov (United States)

F4.1 . MONOTON. Increasing . FILLVAL ... Interface is easier-to-use and requires a much shorter learning curve than the Internal Interface, ...

181

The impact of the 1997 universal primary education (UPE) policy on lifelong learning in Uganda: a decade of UPE reforms (1997-2007)  

British Library Electronic Table of Contents (United Kingdom)

This study examined the relationship between the 1997 UPE policy and regional educational and poverty inequality and its impact on lifelong learning through a one-year field based critical ethnography in Uganda, between June 2007 and May 2008. It drew on the Government's assumption that through UPE the twin goals of the universalisation of primary education and lifelong learning would be attained. This led to the concentration of resources away from higher education, secondary education, and lifelong learning to primary education. This 'UPE centric' approach ignored the precarious situation of the large number of illiterate children, youths and adults who have never accessed UPE or dropped out without attaining literacy and numeracy skills. This paper will clarify the relationship between ...

2011-01-01

182

TEST PLANNING APPROACH AND LESSONS. - NASA Technical Report Server ...  

Science.gov (United States)

requirements) + f3(accuracy of analyses) + f4(accuracy of fabrication) + f5( design time) + .... Learning curves suggest an evolution in rocket engines& ...

183

T. I --. - NASA Technical Report Server (NTRS)  

Science.gov (United States)

curves are also directly translatable to metal-matrix composites. ..... 4~f4'4 ..... result of learning curve. The most important reduction in cost as a ...

184

Summer Opportunities-Teacher Enhancement (NSF 96-89)  

Science.gov (United States)

... exercises and biotechnology labs and didactic material. It includes sessions on computer and media ... computers, and learn how IPT activities and materials can help meet their curriculum objects ...

185

Sleep and environmental context: interactive effects for memory  

British Library Electronic Table of Contents (United Kingdom)

Sleep after learning is often beneficial for memory. Reinstating an environmental context that was present at learning during subsequent retrieval also leads to superior declarative memory performance. This study examined how post-learning sleep, relative to wakefulness, impacts upon context-dependent memory effects. Thirty-two participants encoded word lists in each of two rooms (contexts), which were different in terms of size, odour and background music. Immediately after learning and following a night of sleep or a day of wakefulness, memory for all previously studied words was tested using a category-cued recall task in room one or two alone. Accordingly, a comparison could be made between words retrieved in an environmental context which was the same as, or different to, that of the ...

2011-01-01

186

SPACE ACT AGREEMENT FOR COTS - NASA  

Science.gov (United States)

F4. Totai Cost by System. Two K-l's will be built to assure successful COTS Demos. ...... has started that learning curve.with the Falcon 1 first stage. ...

187

On the relationship between gender and perceptual language learning styles: the case of Iranian academic EFL learners  

British Library Electronic Table of Contents (United Kingdom)

In the past few decades, research on gender and language learning styles (LLSs) across various EFL/ESL contexts has received remarkable attention. From these studies, a multitude of contradictory and heterogeneous findings has been observed which justify additional research in SLA contexts in general and EFL contexts like Iran in particular. Hence, the present study attempted to explore the relationship between Iranian EFL students' perceptual learning styles and gender. For this aim, a 32-item questionnaire was administered to 105 EFL students at Ilam University, Iran. Results of quantitative research and statistical analysis of findings indicated that both male and female students inclined to be bimodal learners who were visual/non-verbal (V/NV) rather than being trimodal or single learn...

2011-01-01

188

NI\\S/\\ - NASA Technical Report Server (NTRS)  

Science.gov (United States)

The first point in the learning curve has been obtained. REFERENCES ..... Lens 4 is selected such that l/fl=1/f4+1/x, where x is ...

189

Introductory address: lessons to be learned from high altitude.  

UK PubMed Central (United Kingdom)

A historical account of the important landmarks in man's experience with the high altitude environment is followed by comments on the important stages in the understanding of its physiological effects....Full Text Available

1979-07-01

190

Intrinsic Motivation and Learning in a Schizophrenia Spectrum Sample  

UK PubMed Central (United Kingdom)

Amotivation is a telling hallmark of negative symptomatology in schizophrenia, and it impacts nearly every facet of behavior, including inclination to attempt the difficult cognitive tasks involved...Full Text Available

2010-05-01

191

Indium(III) Compounds Containing the Neopentyl Substituent ...  

Science.gov (United States)

... learn more about the thermal stability of InNP2 Me, a sample contained in a previously evacuated tube was heated at 100°C for 13 days. Neither ...

1989-02-24

192

ITCD - HOME COMPUTER SECURITY TRAINING  

Science.gov (United States)

Explore security settings for home equipment, learn how to browse safely and securely, and keep your computer up to date and secure. Explore different account ...

193

Global Learning and Observations to Benefit the Environment (GLOBE)  

Science.gov (United States)

... s guides and "how-to" videos and other materials, and 7. Receive continuing support from GLOBE's ... and educational materials that result from international proposals in its materials and support ...

194

Eighth Goddard Conference on Mass Storage Systems and Technologies ...  

Science.gov (United States)

f4 f5 f1 f2. (a) Overall process decompress ...... involved the shortest learning curve, was available on several platforms, and was ...

195

Cultural inheritance and diversification of diet in variable environments  

British Library Electronic Table of Contents (United Kingdom)

Both cultural inheritance and cultural diversification of diets may play an important role in animal evolution. Here we studied how diet innovation and cultural change relate to cultural inheritance in a changing environment. We did this by studying diet cultures in group foragers adapting to environmental change through learning, and the consequences this has for diet differentiation between groups. We used an individual-based model of `monkeys' that learn what to eat in a rich environment, and we changed resource species that are available in the environment. Relative to social influences on learning that arise spontaneously in groups, we found that more direct social learning, in the sense of observing another individual and copying what it eats, helps groups deal with high levels of en...

2009-01-01

196

CIVIL USES OF REMOTELY PILOTED AIRCRAFT' - NASA Technical Report ...  

Science.gov (United States)

to, an altitude of 5000 ft (1500 m) AGL and f4.ies tight circles. If link has ...... The learning-curve effect reflects the observable ...

197

Appendix F. List of citations accepted and rejected by ...  

Science.gov (United States)

... F4 ... Sublethal Toxicity of Nine Pesticides on Olfactory Learning Performances of ... Daphnia and Preparation of Dosage- Mortality Curves for Pesticides ...

2008-02-21

198

Optimization algorithm for linearity enhancement in the design of continuous-time sigma-delta modulators  

Science.gov (United States)

This paper proposes an optimization algorithm to reduce the distortion produced in the loop-filter of Continuous-Time Sigma-Delta Modulators. The aim of the algorithm is to find the loop-filter implementation that minimizes distortion at the output of the modulator, by modifying the output swing of every integrator. The algorithm is implemented in Matlab as an evolutive searching. During each step of the searching, the algorithm evaluates the harmonical distortion of a tone when it is applied to the modulator with a certain loop-filter implementation. The output of the algorithm is an optimum linear state-space representation of the loop-filter. This particular state-space representation leads to minimum distortion at the output of the modulator when the loop-filter is implemented with some specific circuitry previously defined. As long as the search is of evolutive type, the ...

2005-06-01

199

2007 SB14 Source Reduction Plan/Report  

Energy Technology Data Exchange (ETDEWEB)

Aqueous solutions (mixed waste) generated from various LLNL operations, such as debris washing, sample preparation and analysis, and equipment maintenance and cleanout, were combined for storage in the B695 tank farm. Prior to combination the individual waste streams had different codes depending on the particular generating process and waste characteristics. The largest streams were CWC 132, 791, 134, 792. Several smaller waste streams were also included. This combined waste stream was treated at LLNL's waste treatment facility using a vacuum filtration and cool vapor evaporation process in preparation for discharge to sanitary sewer. Prior to discharge, the treated waste stream was sampled and the results were reviewed by LLNL's water monitoring specialists. The treated solution was discharged following confirmation that it met the discharge criteria. A major source, accounting for 50% for this waste stream, is metal machining, cutting and ...

2007-07-24

200

Quantification of the influence of the choice of the algorithm and planning system on the calculation of a treatment plan  

International Nuclear Information System (INIS)

In this work an analysis of the influence of the choice of the algorithm or planning system, on the calculus of the same treatment plan is introduced. For this purpose specific software has been developed for comparing plans of a series of IMRT cases of prostate and head and neck cancer calculated using the convolution, superposition and fast superposition algorithms implemented in the XiO 4.40 planning system (CMS). It has also been used for the comparison of the same treatment plan for lung pathology calculated in XiO with the mentioned algorithms, and calculated in the Plan 4.1 planning system (Brainlab) using its pencil beam algorithm. Differences in dose among the treatment plans have been quantified using a set of metrics. The recommendation for the dosimetrist of a careful choice of the algorithm has been numerically confirmed. (Author).

201

Moving Forward with Lessons Learned About Long-term Radioactive Waste Management  

Energy Technology Data Exchange (ETDEWEB)

A range of lessons have been identified from previous attempts to implement long term radioactive waste management policy in the UK and internationally. Many of these relate to the way the decision-making process is undertaken and the fact that there needs to be an open, transparent process that enables continuous stakeholder involvement. Nirex believes that using the SEA and EIA frameworks will help to incorporate the lessons learned into the future decision-making process relating to long-term radioactive waste management.

2006-09-15

202

DNA, Genes and Chromosomes  

Science.gov (United States)

Today you will learn about the parts of DNA and what DNA, genes and chromosomes are. Today you will learn what DNA, genes and chromosomes are and the parts of the DNA molecule. Look at all of the websites, take whatever notes you need to. At the end of the assignment, be able to describle DNA, the parts of DNA, genes and chromosomes. Covers Biology Core Curriculum, ...

2007-11-07

203

ADS as Information Management Service in an M-Learning Environment  

CERN Document Server

Leveraging the potential power of even small handheld devices able to communicate wirelessly requires dedicated support. In particular, collaborative applications need sophisticated assistance in terms of querying and exchanging different kinds of data. Using a concrete example from the domain of mobile learning, the general need for information dissemination is motivated. Subsequently, and driven by infrastructural conditions, realization strategies of an appropriate middleware service are discussed.

2007-01-01

204

Optimization of extracranial stereotactic radiation therapy of small lung lesions using accurate dose calculation algorithms  

UK PubMed Central (United Kingdom)

BackgroundThe aim of this study was to compare and to validate different dose calculation algorithms for the use in radiation therapy of small lung lesions and to optimize the treatment...Full Text Available

205

Decoding of Matrix-Product Codes  

CERN Document Server

We propose a decoding algorithm for the $(u\\mid u+v)$-construction that decodes up to half of the minimum distance of the linear code. We extend this algorithm for a class of matrix-product codes in two different ways. In some cases, one can decode beyond the error correction capability of the code.

2011-01-01

206

BFL: a node and edge betweenness based fast layout algorithm for large scale networks  

UK PubMed Central (United Kingdom)

BackgroundNetwork visualization would serve as a useful first step for analysis. However, current graph layout algorithms for biological pathways are insensitive to biologically...Full Text Available

207

Three-frame Algorithm of Car Path Reconstruction from Airborne Traffic Data  

CERN Document Server

The airborne traffic monitoring system forms a novel technology of detecting vehicle motion. An optical digital camera located on an airborne platform produces a series of images which then are processed to recognized the fixed vehicles. In this way the video data are converted into the time sequence of frames containing the vehicle coordinates. In the present work a three-frame algorithm is developed to identify the succeeding vehicle positions. It is based on finding the neighboring points in the frame sequence characterized by minimal acceleration. To verify and optimize the developed algorithm a ``Virtual Road'' simulator was created. Finally available empirical data are analyzed using the created algorithm.

2007-01-01

208

Sheet1  

Science.gov (United States)

... 15, 14, Robert Constable, Cornell University, NY, Building Interactive Digital Libraries of Formal Algorithmic Knowledge, Navy. ...

209

Principles and Algorithms for Causal Reasoning with ...  

Science.gov (United States)

... Missionaries and Cannibals, etc.) Since the shooting example is intended to be an example of general autonomous reasoning, we will avoid such ...

1989-05-01

210

Algorithmic tangent stiffness in elastoplasticity and elastoviscoplasticity: A geometric insight  

British Library Electronic Table of Contents (United Kingdom)

The algorithmic, or consistent, tangent stiffness was introduced to improve the asymptotic convergence rate of the iterative correction algorithm for the evolutive analysis of elastoplastic structures. The original approach is based on a formulation of the elastoplastic law in terms of a plastic multiplier with an analysis which, in general, requires an operator inversion. A geometric description of the method, based on hypersurface theory, is proposed here to provide a clear picture of the algorithmic properties. An estimate of the tangent stiffness associated with finite step elastoplastic and elastoviscoplastic constitutive models is given. It is based on the properties of the projection operator on the elastic domain and avoids operator inversions retaining the beneficial properties of...

2010-01-01

211

A Kalman Filter Clock Algorithm for Use in the Presence of ...  

Science.gov (United States)

... Following the application of the error covariance update equation, we apply the following operation to the parameter covariance matrix P+: ...

2004-09-01

212

[Comparison of wound morphology following gunshots by machine guns and sub-machine guns].  

Science.gov (United States)

Automatic weapons such as machine guns and submachine guns are found in the German-speaking region only in special army and police units and appear accordingly rarely in homicides, suicides and accidents. In the following, the findings in two cases of death with the use of machine and submachine guns are presented. The first case was a fatal accident during shooting on a training area (current machine gun of the German army, calibre 7.62 x 51 mm), the second case was a killing during a physical conflict (submachine gun MP 40 from World War II, calibre 9 x 19 mm). In the case with the machine gun autopsy disclosed typical entry holes corresponding to the calibre, but unusually large exit wounds with tissue bridges in the wound ground, measuring 4 x 2.5 cm in diameter. By contrast, the second case (submachine gun) showed "normal" entry and exit wounds. The differences are mainly caused by deviating ...

213

Optimal selection of capacitors for radial distribution systems using a genetic algorithm  

Energy Technology Data Exchange (ETDEWEB)

In this paper, a new design methodology for determining the size, location, type and number of capacitors to be placed on a radial distribution system is presented. The objective is to minimize the peak power losses and the energy losses in the distribution system considering the capacitor cost. A sensitivity analysis based method is used to select the candidate locations for the capacitors. A new optimization method using a Genetic Algorithm is proposed to determine the optimal selection of capacitors. Test results have been presented along with the discussion of the algorithm.

1994-08-01

214

Optimal Knot Selection for Least-squares Fitting of Noisy Data with Spline Functions  

Energy Technology Data Exchange (ETDEWEB)

An automatic data-smoothing algorithm for data from digital oscilloscopes is described. The algorithm adjusts the bandwidth of the filtering as a function of time to provide minimum mean squared error at each time. It produces an estimate of the root-mean-square error as a function of time and does so without any statistical assumptions about the unknown signal. The algorithm is based on least-squares fitting to the data of cubic spline functions.

2008-05-15

215

Combined heuristic with fuzzy system to transmission system expansion planning  

Energy Technology Data Exchange (ETDEWEB)

A heuristic algorithm that employs fuzzy logic is proposed to the power system transmission expansion planning problem. The algorithm is based on the divide to conquer strategy, which is controlled by the fuzzy system. The algorithm provides high quality solutions with the use of fuzzy decision making, which is based on nondeterministic criteria to guide the search. The fuzzy system provides a self-adjusting mechanism that eliminates the manual adjustment of parameters to each system being solved. (author)

2011-01-15

216

Analysis of low-level computer vision algorithms for implementation on a very large scale integrated (VLSI) processor array  

Energy Technology Data Exchange (ETDEWEB)

In a recent paper, Lowry (1981) described an architecture for a computer vision rectangular processor array that is suitable for VLSI implementation. In this paper the authors review that architecture, discuss extensions to it and present results of an array simulator applied to vision algorithms. They also present an algorithm for re-routing an array with bad processors into a working subset of the array, making it feasible to implement a large array on one wafer-sized chip. 7 references.

1982-01-01

217

Algorithms | An Open Access Journal from MDPI  

Wastenet

... 1 (2008) Algorithms - Open Access Journal Algorithms (ISSN 1999-4893; CODEN: ALGOCH), an open access journal of computer science, theory, methods and interdisciplinary applications, data and information systems, software engineering, artificial intelligence, automation and control systems, is published online quarterly by MDPI. - free for readers, with low publishing fees paid by authors or their institutions High visibility: indexed in leading indexing and abstracting databases....

218

Wear particle equilibrium measurements and their significance  

Energy Technology Data Exchange (ETDEWEB)

Ferrography is a technique for isolating wear particle debris from lubricating and hydraulic oils, the presence of which carry with them a history of the wear processes in the machine. Thus, the technique has fundamental applications in machine condition monitoring and failure prevention. The wear particles are significant in the metal types that are present in the particle distribution as an indication of the wearing machine components and in the particle size distribution and morphology which indicates the severity of wear in the system. In this paper, the fundamental principles which describe the working of the ferrograph, concentrating on the working of the on-line ferrograph are discussed. The significance of equilibrium particle concentration in the oil system and its measurement using the ferrograph are also discussed.

1980-11-01

219

Sod peat harvesters - results of time and yield research in summer 1986  

Energy Technology Data Exchange (ETDEWEB)

More efficient and safe production machines are required for sod peat production. The efficiency and durability of machines is especially important in contract work. Two sod peat harvester types, Pala-14 and Turve-Unsa, were tested by the forest department of the Work Efficiency Associationin summer 1986. Sod peat was collected with these machines at three sod peat production sites. The yield of the Pala-14 harvester was 121 m/sup 3//h for harvesting time, and 56 m/sup 3//h for worksite time, and that of Turve-Unsa was 108 m/sup 3//h and 55 m/sup 3//h, respectively.

1986-01-01

220

Production of a helium beam in a focused ion beam machine using an electron beam ion trap  

International Nuclear Information System (INIS)

Gallium liquid-metal ion sources that have been introduced in the late 1970s have allowed the development of a new class of micro- and nanofabrication tools collectively denominated as focused ion beam (FIB) machines. To investigate the potential of a helium beam in such a FIB instrument the authors have tested a room-temperature electron beam ion trap coupled with a high resolution FIB machine. In this letter they present their first results in target imaging using a helium beam with a resolution that allows to account for a beam diameter in the submicrometer range.

2007-02-19

221

Gelcasting compositions having improved drying characteristics and machinability  

Energy Technology Data Exchange (ETDEWEB)

A gelcasting composition has improved drying behavior, machinability and shelf life in the dried and unfired state. The composition includes an inorganic powder, solvent, monomer system soluble in the solvent, an initiator system for polymerizing the monomer system, and a plasticizer soluble in the solvent. Dispersants and other processing aides to control slurry properties can be added. The plasticizer imparts an ability to dry thick section parts, to store samples in the dried state without cracking under conditions of varying relative humidity, and to machine dry gelcast parts without cracking or chipping. A method of making gelcast parts is also disclosed.

2001-01-01

222

Cutting force analysis as a tool for evaluating the surface quality of machined parts  

International Nuclear Information System (INIS)

Surface quality is one of the most important criteria for establishing the optimum cutting parameters needed to perform a machining process. Usually, the evaluation of the degree of the surface finishing requires to apply metrological techniques which involve times out in the production. As a consequence of this, a loss in both the economy of the process and the fiability of the tests reproducibility can be produced. In this work a relation between cutting force and surface roughness has been studied for the turning process of an Al-Cu alloy. From this relation, the surface quality of the machined samples can be evaluated by using the cutting forces values acquired during the cutting process. (Author) 8 refs.

223

A 34-meter VAWT (Vertical Axis Wind Turbine) point design  

Science.gov (United States)

The Wind Energy Division at Sandia National Laboratories recently completed a point design based on the 34-m Vertical Axis Wind Turbine (VAWT) Test Bed. The 34-m Test Bed research machine incorporates several innovations that improve Darrieus technology, including increased energy production, over previous machines. The point design differs minimally from the Test Bed; but by removing research-related items, its estimated cost is substantially reduced. The point design is a first step towards a Test-Bed-based commercial machine that would be competitive with conventional sources of power in the mid-1990s.

1991-01-01

224

Resources for Observing at CTIO  

Science.gov (United States)

we have a colloquium scheduled. Computing: register your machine and check our network security and visitor computer policies. For Our Information: Once arranged, please let us...

2011-02-25

225

One Time Passwords in Everything (OPIE): Experiences with ...  

Science.gov (United States)

... First one machine is compromised... ..then another... kosh delenn ivanova garibaldi sinclair londo kosh delenn ivanova garibaldi sinclair ...

2011-05-14

226

Machinability of magnesium alloy in ultra-precision diamond cutting  

Energy Technology Data Exchange (ETDEWEB)

This paper deals with an experimental study of ultra-precision diamond cutting of magnesium alloy (AZ31). In order to investigate the machinability such as the cutting force and the surface integrity and understand the problems in a micro cutting, the experiments on the diamond cutting of magnesium alloy and pure aluminum with an ultra-precision turning machine has been carried out. The machinability of magnesium alloy was compared with that of pure aluminum and discussed. Consequently, both the thrust force component and the surface roughness obtained by cutting of magnesium alloy became larger than that of pure aluminum. It was also found that the inclusions or the defects in the work material caused to generate the scratches on the finished surface and influenced the integrity of mirror surface. (orig.)

2003-07-01

227

Java Pathfinder Lecture 2: Under the Hood - NASA  

Science.gov (United States)

verified Java program is executed by JPF, which is a virtual machine ..... only subset of Java instructions can have inter-thread effects ...

228

Innovative coke-oven door and cleaning equipment  

Energy Technology Data Exchange (ETDEWEB)

Officials of Saturn Machine and Welding Co., describe the company's designs of oven door, door cleaner and jamb cleaner and report performance at US coking plants.

1989-09-01

229

Foveal Machine Vision for Mobile Robots using Agent Based Gaze  

Science.gov (United States)

... non- emissive guidance and collision alert, automated transport in dynamic environments, and assembly and inspection. Foveal Vision, Autonomous Agents, ...

230

Development of Lead-Free Copper Alloy-Graphite Castings  

Energy Technology Data Exchange (ETDEWEB)

In this project, graphite is used as a substitute for lead in order to maintain the machinability of plumbing components at the level of leaded brass. Graphite dispersed in Cu alloy was observed to impart good machinability and reduce the sizes of chips during machining of plumbing components in a manner similar to lead. Copper alloys containing dispersed graphite particles could be successfully cast in several plumbing fixtures which exhibited acceptable corrosion rate, solderability, platability, and pressure tightness. The power consumption for machining of composites was also lower than that of the matrix alloy. In addition, centrifugally cast copper alloy cylinders containing graphite particles were successfully made. These cylinders can therefore be used for bearing applications, as substitutes for lead-containing copper alloys. The results indicate that copper graphite alloys developed under this ...

1999-10-01

231

Concerns of Hydrothermal Degradation in CAD/CAM Zirconia  

UK PubMed Central (United Kingdom)

Zirconia-based restorations are widely used in prosthetic dentistry; however, their susceptibility to hydrothermal degradation remains elusive. We hypothesized that CAD/CAM machining and subsequent...Full Text Available

2010-01-01

232

Can you count on computers?  

CERN Document Server

"Machines of all kinds depend on complex software to keep them operating safely. But how reliable is the software - and how can we be sure it is reliable?" (4 pages)

1989-01-01

233

Arrival ... - Human Factors Research and Technology Division - NASA  

Science.gov (United States)

airborne separation assistance systems (ASAS) to ... operations should be limited to the outer traffic flow ...... AGARD Meeting on Machine Intelligence in Air ...

234

AIR ... - Human Factors Research and Technology Division - NASA  

Science.gov (United States)

TRACON controller, traffic flow manager, or pilot. .... separation violations to individual controller and ..... System, AGARD Meeting on Machine Intelligence ...

235

A finite element based model for electrochemical discharge machining in discharge regime  

British Library Electronic Table of Contents (United Kingdom)

Electrochemical discharge machining (ECDM) is a promising hybrid process for high-performance machining of non-conductive glass. ECDM drilling has been found to have different characteristics and material removal mechanisms in discharge regime (less than 300??m in depth) and hydrodynamic regime (more than 300??m in depth); however, these regimes are never separately modeled in existing ECDM models, which leads to large prediction error, especially at low applied voltages and high machining depths. Until now, no model is particularly designed for discharge regime, where most material is removed. In this paper, a finite element based model for ECDM drilling in discharge regime is presented. Material removal subjected to a single spark was simulated using finite element method. The drilling d...

2011-01-01

236

Magnetotelluric inversion via reverse time migration algorithm of seismic data  

Science.gov (United States)

We propose a new algorithm for two-dimensional magnetotelluric (MT) inversion. Our algorithm is an MT inversion based on the steepest descent method, borrowed from the backpropagation technique of seismic inversion or reverse time migration, introduced in the middle 1980s by Lailly and Tarantola. The steepest descent direction can be calculated efficiently by using the symmetry of numerical Green's function derived from a mixed finite element method proposed by Nedelec for Maxwell's equation, without calculating the Jacobian matrix explicitly. We construct three different objective functions by taking the logarithm of the complex apparent resistivity as introduced in the recent waveform inversion algorithm by Shin and Min. These objective functions can be naturally separated into amplitude inversion, phase inversion and simultaneous inversion. We demonstrate our algorithm by showing ...

2007-07-01

237

Feasibility study of the iterative x-ray phase retrieval algorithm  

International Nuclear Information System (INIS)

An iterative phase retrieval algorithm was previously investigated for in-line x-ray phase imaging. Through detailed theoretical analysis and computer simulations, we now discuss the limitations, robustness, and efficiency of the algorithm. The iterative algorithm was proved robust against imaging noise but sensitive to the variations of several system parameters. It is also efficient in terms of calculation time. It was shown that the algorithm can be applied to phase retrieval based on one phase-contrast image and one attenuation image, or two phase-contrast images; in both cases, the two images can be obtained either by one detector in two exposures, or by two detectors in only one exposure as in the dual-detector scheme.

2009-01-01

238

Optimization of segment weight using simulated dynamics algorithm for beamlet-based IMRT  

International Nuclear Information System (INIS)

With accurate calculation algorithms in inverse planning for beamlet-based intensity modulated radiotherapy (IMRT), it takes time to calculate the dose matrix, which represents the dose distribution of each beamlet element to each voxel for unit fluence. To reduce the calculation time, coarse or approximate algorithms are often a choice, but this results in a final dose distribution that cannot reflect the real value. In addition, it is necessary to test if a coarse algorithm is capable of calculating the dose matrix of beamlets. In this work, simulated dynamics optimization algorithm was applied to optimize the segment weight to minish the dose error from the dose matrix calculation. After calculating the dose matrix by ray-tracing algorithm which takes into account just the primary component of absorbed dose, the original beam profile intensity distribution was optimized by using ...

2007-08-01

239

Influence of dose calculation algorithms on isotoxic dose-escalation of non-small cell lung cancer radiotherapy  

International Nuclear Information System (INIS)

Background and purpose: A series of phase I/II clinical trials are being initiated in several UK centres to explore the use of dose-escalated schedules for the treatment of non-small cell lung cancer (NSCLC). Among them the IDEAL-CRT trial (ISRCTN12155469) will investigate the introduction of individualised 'isotoxic' treatment schedules based on the relative mean lung normalised total dose (rNTDmean), an estimator related to lung toxicity. Since treatment planning will be performed using different treatment planning systems (TPSs), for the quality assurance of the trial we have carried out work to quantify the influence of dose calculation algorithms based on the determination of rNTDmean and on the choice of individualised prescription doses. Material and methods: Twenty-five patient plans with stage I, II and III NSCLC were calculated, with the same prescription dose, using the Adaptive Convolve (AC) and Collapsed Cone (CC) algorithms of the ...

2010-12-01

240

Simulating quantum search algorithm using vibronic states of I_2 manipulated by optimally designed gate pulses  

International Nuclear Information System (INIS)

In this paper, molecular quantum computation is numerically studied with the quantum search algorithm (Grover's algorithm) by means of optimal control simulation. Qubits are implemented in the vibronic states of I_2, while gate operations are realized by optimally designed laser pulses. The methodological aspects of the simulation are discussed in detail. We show that the algorithm for solving a gate pulse-design problem has the same mathematical form as a state-to-state control problem in the density matrix formalism, which provides monotonically convergent algorithms as an alternative to the Krotov method. The sequential irradiation of separately designed gate pulses leads to the population distribution predicted by Grover's algorithm. The computational accuracy is reduced by the imperfect quality of the pulse design and by the electronic decoherence processes that are modeled by ...

2010-04-01

241

Using Multimedia Learning Modules in a Hybrid-Online Course in Electricity and Magnetism  

Science.gov (United States)

We have been piloting web-based multimedia learning modules (MLMs), developed by the Physics Education Research Group at the University of Illinois at Urbana Champaign (UIUC), as a "prelecture assignment" in several introductory physics courses at California State Polytechnic University at Pomona. In this study, we report the results from a controlled study utilizing modules on electricity and magnetism as a part of a blended hybrid-online course. We asked students in the experimental section to view the MLMs prior to attending the face-to-face class, and to make sure this would not result in additional instructional time, we reduced the weekly class time by one-third. We found that despite reduced class time, student-learning outcomes were not hindered; in fact, the implementation of the UIUC MLMs resulted in a positive effect on student performance on conceptual tests and classroom discussion questions. (Contains 4 figures and 1 table.)

2010-12-01

242

Spatial water maze learning using celestial cues by the meadow vole, Microtus pennsylvanicus.  

Science.gov (United States)

The Morris water maze is widely used to evaluate to evaluate the spatial learning ability of rodents under laboratory settings. The present study demonstrates that reproductive male meadow voles, Microtus pennsylvanicus, are able to acquire and retain a spatial water maze task using celestial cues. Voles were able to acquire a modified outdoor Morris water maze task over 4 trials per day, whereby they had to learn and remember the location of a submerged hidden platform, using the position of the sun and associated celestial cues. Their proficiency on this task was related to the availability of the celestial cues, with voles displaying significantly poorer spatial navigation on overcast than clear days and when the testing time (and position of the sun and associated celestial cues) was shifted from morning to afternoon. These findings with meadow voles support the ecological relevance of the water maze task. PMID:8031502

1994-03-31

243

Random learning units using WIRIS quizzes in Moodle  

British Library Electronic Table of Contents (United Kingdom)

Moodle is an extended learning management system for developing learning units, including mathematically-based subjects. A wide variety of material can be developed in Moodle which contains facilities for forums, questionnaires, lessons, tasks, wikis, glossaries and chats. Therefore, the Moodle platform provides a meeting point for those working in a mathematics course. Mathematics requires special materials and activities: The material must include mathematical objects and the activities included in the virtual course must be able to do mathematical computations. WIRIS is a powerful software for educational environments. It has libraries for calculus, algebra, geometry and much more. In this article, examples showing the use of WIRIS in numerical methods and examples of using a new tool, ...

2011-01-01

244

Policy instruments to meet fisheries management objectives in Belgian fisheries  

British Library Electronic Table of Contents (United Kingdom)

Although managing fisheries is complex, policymakers must make decisions daily that affect the future of aquatic resources. To make these decisions, they often combine a mental model with lessons learned from formal models such as computer models. While such computer models are frequently interpreted as predictors of the future, they are often more valuable when used as tools for learning about fisheries and options for management. This approach, looking at computer simulations as learning laboratories, is what this study is all about since its objective is to investigate by means of a microworld if policymakers in Belgian fisheries have the policy instruments at hand to align the real fisheries world with their often completely different desired fisheries worlds. This study illustrates ba...

2011-01-01

245

Learning and case-based reasoning for faults diagnosis-aiding in nuclear power plants  

International Nuclear Information System (INIS)

The aim of this thesis is the design of a faults diagnosis-aiding system in a nuclear facility of the Cea. Actually the existing system allows the optimization of the production processes in regular operating conditions. Meanwhile during accidental events, the alarms, managed by threshold, are bringing no relevant information. To increase the reliability and the safety, the human operator needs a faults diagnosis-aiding system. The developed system, SECAPI, combines problem solving techniques and automatic learning techniques, that allow the diagnosis and the the simulation of various faults happening on nuclear facilities. Its reasoning principle uses case-based and rules-based techniques. SECAPI owns a learning module which reads out knowledge connected with faults. It can then simulate various faults, using the inductive logical computing. SECAPI has been applied on a radioactive tritium treatment operating channel, at the Cea with good ...

1998-01-01

246

How Design-based Research, Action Research and Interaction Design Contributes to the Development of Designs for Learning  

DEFF Research Database (Denmark)

This article explores how action research, design based research and interaction design can be combined and used in the development of educational robotic tools. Our case study is the development of Number Blocks and it combines physical interaction, learning, and immediate feedback. Number Blocks supports the children's understanding of place value in the sense that it allows them to experiment with creating large numbers. The development was done in collaboration with a class of 7-8 year old children and their mathematics teacher. The article argues that elements from different research methods allowed a structured approach to projects that combines educational research and innovation of new learning technologies. Key elements of this approach is acknowledging the users input, developing a theoretical pre-analysis and using an iterative approach.

2011-01-01

247

Early Language Learning and Literacy: Neuroscience Implications for Education  

British Library Electronic Table of Contents (United Kingdom)

The last decade has produced an explosion in neuroscience research examining young children's early processing of language that has implications for education. Noninvasive, safe functional brain measurements have now been proven feasible for use with children starting at birth. In the arena of language, the neural signatures of learning can be documented at a remarkably early point in development, and these early measures predict performance in children's language and pre-reading abilities in the second, third, and fifth year of life, a finding with theoretical and educational import. There is evidence that children's early mastery of language requires learning in a social context, and this finding also has important implications for education. Evidence relating socioeconomic status (SES) ...

2011-01-01

248

Detection of behavioral alterations and learning deficits in mice lacking synaptophysin  

British Library Electronic Table of Contents (United Kingdom)

The integral membrane protein synaptophysin is one of the most abundant polypeptide components of synaptic vesicles. It is not essential for neurotransmission despite its abundance but is believed to modulate the efficiency of the synaptic vesicle cycle. Detailed behavioral analyses were therefore performed on synaptophysin knockout mice to test whether synaptophysin affects higher brain functions. We find that these animals are more exploratory than their wild type counterparts examining novel objects more closely and intensely in an enriched open field arena. We also detect impairments in learning and memory, most notably reduced object novelty recognition and reduced spatial learning. These deficits are unlikely caused by impaired vision, since all electroretinographic parameters measur...

2009-01-01

249

corrosion and wear resistant ternary Cr-C-N coatings deposited by the ARC PVD process for machining tools and machining parts  

International Nuclear Information System (INIS)

With the deposition of PVD hard coatings on the tools applied in machining operations it is possible to achieve significant improvements in the performance and quality of the machining processes. Depending on the machined material and the operating principle, e.g. turning, milling or drilling, not only different machining parameters but also different coating materials are necessary. In interrupted cut machining of tempered steel, for example, the life time of Ti-C-N coated inserts is several times greater than the Ti-C-N coated ones. This is a result of the favourable thermophysical and tribological properties of Ti-N-C. The potential for tool protection by CrN coatings is a result of the high ductility and low internal stress of this coating materials. CrN films can be deposited with greater film thickness, still maintaining very good adhesion. This paper presents the development ...

250

Using decoupled characteristic in the synthesis of stabilizers in multimachine systems  

Energy Technology Data Exchange (ETDEWEB)

A decoupled characteristic between the damping of a specific swing mode and the stabilizer gain of the corresponding machine in multimachine power systems is identified. Using this decoupled characteristic a power system stabilizer (PSS) synthesis approach which is based on the phase compensation concept is verified on a 9-machine system and the dynamic performance of this system is significantly improved. This method is proved to be effective, simple and it can provide useful guidance for the PSS field tuning.

1987-02-01

251

The characterization of electron beam and its importance  

International Nuclear Information System (INIS)

The necessity of the electron beam machine characterization via dose measurement is discussed. It includes a measurement of comprehensive dose distribution (at known X and Z axis) for verification of the machine performance. The acquired data were then used to develop the irradiation parameters such as energy, current, distance, conveyor speed, exposure rate and depth inside product to be irradiated. These parameters will be used as a guide for the routine irradiations. (Author)

2003-07-22

252

Real time control of micro-machine system using micro-computer based fuzzy logic power system stabilizer  

Energy Technology Data Exchange (ETDEWEB)

A micro-computer based fuzzy logic power system stabilizer is applied to a micro-machine system to investigate its efficiency in real time control. The stabilizing signal is determined by using measured speed or real power signals at every sampling time to damp the system oscillations. The results show the proposed stabilizer improves the system damping effectively subject to various types of disturbances.

1994-12-01

253

Power system stabilizer in the electric power system; Stabilizator systemowy w systemie elektroenergetycznym  

Energy Technology Data Exchange (ETDEWEB)

A mathematical model of the multi machine electric power system to analyse its dynamics has been worked out. The effectivity of the power system stabilizer developed in the one machine system has been tested by means of this model. The influence of the arrangement of the stabilizers on the stability of the electric power system has also been investigated. High damping of electromechanical transient processes has been achieved. 7 refs., 1 tab., 5 figs.

1994-12-31

254

Machine condition monitoring  

Energy Technology Data Exchange (ETDEWEB)

A consortium has been formed to undertake the design and development work necessary to establish a comprehensive machine condition monitoring (MCM) and diagnostic system for hydroelectric generating units. By working closely with participating utilities and interested manufacturers, the consortium is initiating the integration of existing and developing technologies into a comprehensive, modular, on- and off-line hydroelectric MCM system.

1995-12-31

255

Diagnostic measurements on the great machines conditions of lignite surface mines  

Science.gov (United States)

An analysis of the diagnosis of loading and service dependability of a rail-mounted excavator used in surface lignite mining is described. Wheel power vibrations in electric motor bearings and electric motor input bearings to the gearbox were measured in situ, in horizontal, vertical, and axial directions. The data were analyzed using a mathematical relationship. The results are presented in a loading diagram that shows the deterioration and the acceptable lower bound of machine conditions over time. Work is continuing. 5 refs., 1 fig.

2005-07-01

256

Coordinated stabilization of a multimachine power system  

Energy Technology Data Exchange (ETDEWEB)

The paper presents a sequential procedure for coordinated stabilization of a multimachine power system with arbitrary complexity of the system model. The most effective machine to be equipped with a power system stabilizer is identified using eigenvalue analysis. The selection is based on the sensitivity of critical eigenvalues to increases in the coefficient of a damping term which is inserted in each equation of motion, in succession. The method is applied to a three-machine system and simulation studies show appreciable improvements in the small disturbance stability of the system.

1984-03-01

257

An outline of the fuelling machine electrical instrumentation and controls  

International Nuclear Information System (INIS)

An outline of the instrumentation and control systems associated with fuelling machines is given. The control systems such as hydraulic system, oil hydraulic system, electric control system and the remote control systems have been discussed in detail. The difference between RAPP and MAPP fuel handling control systems has been explained. A computer based system for the Narora fuel handling control system is also discussed. (S.K.K.).

258

Oscillating line travel pipe cleaning machine  

Energy Technology Data Exchange (ETDEWEB)

A major problem in the maintenance and rehabilitation of pipelines is the removal of the original coating system, particularly in cases where the coating contains sticky components or adhesives. It has been found that such coatings can be removed by use of a cleaning machine with a plurality of counter-rotating carbide-tipped tools mounted to an oscillating head embracing the pipe, and which is operable at the same time to travel along the length of the pipe. Such a machine can be designed to effect a positive, gentle milling operation on the pipe surface to remove the coating efficiently and at relatively low power consumption. A particular advantage of the pipe cleaning machine of the invention is that its design and manner of operation allows it to be used in the field to clean an uncovered section of pipeline, for example a natural gas pipeline, without the requirement of removing the pipeline section from the ditch in ...

1992-04-28

259

Flocking small smart machines: An experiment in cooperative, multi-machine control  

Energy Technology Data Exchange (ETDEWEB)

The intent and purpose of this work was to investigate and demonstrate cooperative behavior among a group of mobile robot machines. The specific goal of this work was to build a small swarm of identical machines and control them in such a way as to show a coordinated movement of the group in a flocking manner, similar to that observed in nature. Control of the swarm`s individual members and its overall configuration is available to the human user via a graphic man-machine interface running on a base station control computer. Any robot may be designated as the nominal leader through the interface tool, which then may be commanded to proceed to a particular geographic destination. The remainder of the flock follows the leader by maintaining their relative positions in formation, as specified by the human controller through the interface. The formation`s configuration can be altered manually through an interactive ...

1998-03-01

260

Continuous intensity map optimization (CIMO): A novel approach to leaf sequencing in step and shoot IMRT  

International Nuclear Information System (INIS)

A new leaf-sequencing approach has been developed that is designed to reduce the number of required beam segments for step-and-shoot intensity modulated radiation therapy (IMRT). This approach to leaf sequencing is called continuous-intensity-map-optimization (CIMO). Using a simulated annealing algorithm, CIMO seeks to minimize differences between the optimized and sequenced intensity maps. Two distinguishing features of the CIMO algorithm are (1) CIMO does not require that each optimized intensity map be clustered into discrete levels and (2) CIMO is not rule-based but rather simultaneously optimizes both the aperture shapes and weights. To test the CIMO algorithm, ten IMRT patient cases were selected (four head-and-neck, two pancreas, two prostate, one brain, and one pelvis). For each case, the optimized intensity maps were extracted from the Pinnacle"3 treatment planning system. The CIMO algorithm ...

2006-04-01

261

i " GeorgeC. Marshall Space Flight Center _i. Marshall SpaceFlight ...  

Science.gov (United States)

learning curve values as observed from data taken to plot a trend .... Log QF = Log F1 + Log F2 + Log F3 + Log F4 ffi 2.98227 . ...

262

Water Quality Criteria | Water Quality Criteria | US EPA  

Science.gov (United States)

for? Learn the Issues Science & Technology Laws & Regulations About EPA Contact Us Water: Water Quality Criteria You are here: Water Science & Technology Surface Water Standards &...

2011-08-28

263

Variability In Motor Learning: Relocating, Channeling and Reducing Noise  

UK PubMed Central (United Kingdom)

Variability in motor performance decreases with practice but is never entirely eliminated, due in part to inherent motor noise. The present study develops a method that quantifies how performers...Full Text Available

2009-02-01

264

Training for New Manufacturing Technologies.  

Science.gov (United States)

Examines the effects of computer-based manufacturing technologies on employment opportunities and job skills. Describes the establishment of the Industrial Technology Institute in Michigan to develop and utilize advanced manufacturing technologies, and the institute's relationship to the state's community colleges. Reviews lessons learned from interinstitutional cooperation. Highlights future challenges. (DMM)

1987-12-01

265

Time-limited modulation of appetitive Pavlovian memory by D1 and NMDA receptors in the nucleus accumbens  

UK PubMed Central (United Kingdom)

Recent research has implicated the nucleus accumbens (NAc) in consolidating recently acquired goal-directed appetitive memories, including spatial learning and other instrumental processes. However,...Full Text Available

2005-04-26

266

Taking social relationships seriously: Lessons learned from the informed consent practices of a vaccine trial on the Kenyan Coast  

UK PubMed Central (United Kingdom)

AbstractIndividual informed consent is a key ethical obligation for clinical studies, but empirical studies show that key requirements are often not met. Common recommendations to strengthen...Full Text Available

2008-09-01

267

Synapse-Associated Protein 102/dlgh3 Couples the NMDA Receptor to Specific Plasticity Pathways and Learning Strategies  

UK PubMed Central (United Kingdom)

Understanding the mechanisms whereby information encoded within patterns of action potentials is deciphered by neurons is central to cognitive psychology. The multiprotein complexes formed by...Full Text Available

2007-03-07

268

Scientists seek to turn methanol glut to profit  

Energy Technology Data Exchange (ETDEWEB)

French scientists think they have discovered one of the key steps in the methanol-to-gasoline reaction pathway and their British counterparts have learned a new way of converting methanol into acetic acid without carbon monoxide.

1984-11-18

269

STUDY OF SYSTEMS AND COST/PERFORMANCE METHODOLOGIES FOR ...  

Science.gov (United States)

of first unit and learning curve (LC) factor for hardware, ETR, and WTR recurring cost respectively. ...... 105 FORMAT (12,A6,F4.2,6X.F7 0,F6 OF7 0.12. 2012) ...

270

Retention, Learning by Doing, and Performance in Emergency Medical Services  

UK PubMed Central (United Kingdom)

ObjectivesTo examine the strength of the volume–outcome relationship among paramedics, a group of providers that has not been previously studied in this context. By identifying...Full Text Available

2009-06-01

271

RasGrf1 deficiency delays aging in mice  

UK PubMed Central (United Kingdom)

RasGRF1 is a Ras-guanine nucleotide exchange factor implicated in a variety of physiological processes including learning and memory and glucose homeostasis. To determine the role of RASGRF1 in aging,...Full Text Available

272

Randomized Controlled Trials of Interventions to Prevent Sexually Transmitted Infections: Learning From the Past to Plan for the Future  

UK PubMed Central (United Kingdom)

Globally, sexually transmitted infections (STIs) represent a significant source of morbidity and disproportionately impact the health of women and children. The number of randomized controlled trials...Full Text Available

2010-04-01

273

RENDEZVOUS AND DOCKING - NASA Technical Report Server (NTRS)  

Science.gov (United States)

An indicator of when the learning curve reaches a standard is when fuel consumption remains relatively ...... f4 7'tI. 1.i7J43t. F ,oo,. , F17i [ !i ...

274

Plasticity of the cochleotopic (frequency) map in specialized and nonspecialized auditory cortices  

UK PubMed Central (United Kingdom)

Auditory conditioning (associative learning) causes reorganization of the cochleotopic (frequency) maps of the primary auditory cortex (AI) and the inferior colliculus. Focal electric stimulation...Full Text Available

2001-03-13

275

Peer Assessment in Problem-Based Learning: A Qualitative Study  

Science.gov (United States)

Peer assessment provides a powerful avenue for students to receive feedback on their learning. Although student perceptions of peer assessment have been studied extensively in higher education, little qualitative research has been undertaken with medical students in problem-based learning (PBL) curricula. A qualitative study of students' attitudes to, and perceptions of, peer assessment was undertaken within the framework of a larger study of metacognition with first-year medical students at the University of Queensland. A highly structured format for provision of feedback was utilised in the study design. Many recommendations from the higher education literature on optimal implementation of peer-assessment procedures were put into practice. Results indicated the existence of six main themes: (1) increased responsibility for others, (2) improved learning, (3) lack of relevancy, (4) challenges, (5) discomfort, and (6) ...

2007-05-01

276

PROBABILISTIC SYSTEMS MODELING AND COST/PERFORMANCE METHODOLOGIES ...  

Science.gov (United States)

sidered as produced in one period of time for learning curve purposes. A ...... 61 FORMAT (6X,13,3XTARGET DATE 1,13,1X,A6,' NO LATER THAN',F4.0, ...

277

Mining Heterogeneous Multivariate Time-Series for Learning Meaningful Patterns: Application to Home Health Telecare  

CERN Document Server

For the last years, time-series mining has become a challenging issue for researchers. An important application lies in most monitoring purposes, which require analyzing large sets of time-series for learning usual patterns. Any deviation from this learned profile is then considered as an unexpected situation. Moreover, complex applications may involve the temporal study of several heterogeneous parameters. In that paper, we propose a method for mining heterogeneous multivariate time-series for learning meaningful patterns. The proposed approach allows for mixed time-series -- containing both pattern and non-pattern data -- such as for imprecise matches, outliers, stretching and global translating of patterns instances in time. We present the early results of our approach in the context of monitoring the health status of a person at home. The purpose is to build a behavioral profile of a person by analyzing the time ...

2004-01-01

278

Lymphocytes, neuropeptides, and genes involved in alopecia areata  

UK PubMed Central (United Kingdom)

Many lessons in autoimmunity — particularly relating to the role of immune privilege and the interplay between genetics and neuroimmunology — can be learned from the study of alopecia...Full Text Available

2007-08-01

279

Lessons to be Learned from 25 Years of Research Investigating Psychosocial Interventions for Cancer Patients  

UK PubMed Central (United Kingdom)

Conducting rigorous psychosocial intervention research with cancer patients has many challenges including encouraging them to join studies, asking them to engage in interventions or be part...Full Text Available

2009-01-01

280

Lessons learned in developing community mental health care in Africa  

UK PubMed Central (United Kingdom)

This paper summarizes the findings for the African Region of the WPA Task Force on Steps, Obstacles and Mistakes to Avoid in the Implementation of Community Mental Health Care. We present an overview...Full Text Available

2010-10-01

281

Lessons Learned, Headquarters, 25th Infantry Division ...  

Science.gov (United States)

... Contact was broken at 1628 hours -n! f1r1 again at 1730 hours. ... wore_ 5 US KIA and 14 WI... 13 VC bexly count by air and ground tro~ps rusultod-. ...

1970-02-20

282

Learning the Hard Way: Force Protection 1983-2000.  

Science.gov (United States)

The October 2000 terrorist attack on the guided-missile destroyer USS Cole (DDG 67) in the port of Aden, Yemen, is commonly viewed in the larger context of al-Qa'ida's September 11th campaign. Beyond the initial official investigations, the military force...

2009-01-01

283

Intelligent Motion and Interaction Within Virtual Environments  

Science.gov (United States)

Typical aircraft types supported include F4-Phantom, Tornado, MiG-29 ...... attempt to develop a theoretical explanation for learning phenomena [16]. ..... perspective, a primary reason for this is that an exponential curve approximates ...

284

Influence of the interstimulus interval on temporal processing and learning: testing the state-dependent network model  

UK PubMed Central (United Kingdom)

The ability to determine the interval and duration of sensory events is fundamental to most forms of sensory processing, including speech and music perception. Recent experimental data support the notion...Full Text Available

2009-07-12

285

HIV Medications and Risk for Cardiovascular Disease  

Medline Plus

... different personal wellness goals for you. HIV Health Management With a good medical team and a desire to reach wellness goals , people with HIV can have a virtually normal lifespan. Take the HIV Wellness Quiz Test your knowledge and find out where you need to learn ...

286

From Rapid Place Learning to Behavioral Performance: A Key Role for the Intermediate Hippocampus  

UK PubMed Central (United Kingdom)

Rapid place encoding by hippocampal neurons, as reflected by place-related firing, has been intensely studied, whereas the substrates that translate hippocampal place codes into behavior have received...Full Text Available

2009-04-01

287

Fragment-Based Learning of Visual Object Categories in Non-Human Primates  

UK PubMed Central (United Kingdom)

When we perceive a visual object, we implicitly or explicitly associate it with an object category we know. Recent research has shown that the visual system can use local, informative image fragments...Full Text Available

288

Emotional enhancement of memory: how norepinephrine enables synaptic plasticity  

UK PubMed Central (United Kingdom)

Changes in synaptic strength are believed to underlie learning and memory. We explore the idea that norepinephrine is an essential modulator of memory through its ability to regulate synaptic mechanisms....Full Text Available

289

EcoEarth.Info Environment Links: Water/Rivers  

Wastenet

... 03, 2001 | Rate It Lake Superior Streams http://www.lakesuperiorstreams.org/ (1 vote) interactively examine real-time water quality data from 5 ...north shore Lake Superior trout streams and learn about other streams in the region, how they \\

290

Dynamin-dependent NMDAR endocytosis during LTD and its dependence on synaptic state  

UK PubMed Central (United Kingdom)

BackgroundThe N-methyl-D-aspartate (NMDA)-type glutamate receptor expressed at excitatory glutamatergic synapses is required for learning and memory and is critical for normal brain...Full Text Available

291

Cytochrome c-d regulates developmental apoptosis in the Drosophila retina  

UK PubMed Central (United Kingdom)

The role of cytochrome c (Cyt c) in caspase activation has largely been established from mammalian cell-culture studies, but much remains to be learned about its physiological...Full Text Available

2006-09-01

292

Current practices in the spatial analysis of cancer: flies in the ointment  

UK PubMed Central (United Kingdom)

While many lessons have been learned from the spatial analysis of cancer, there are several caveats that apply to many, if not all such analyses. As "flies in the ointment", these can substantially...Full Text Available

293

Cargo Projects Milestones, Schedules and Status Summary  

Science.gov (United States)

subject to a learning curve which should help to lessen the user's time at KSC. An MMSE Payload Handling Fixture has ...... (F4.I ASSlUN IASILlM.ny.CTC I ...

294

Behavioral consequences of dopamine deficiency in the Drosophila central nervous system  

UK PubMed Central (United Kingdom)

The neuromodulatory function of dopamine (DA) is an inherent feature of nervous systems of all animals. To learn more about the function of neural DA in Drosophila, we generated mutant...Full Text Available

2011-01-11

295

Assessing the effectiveness and cost effectiveness of adaptive e-Learning to improve dietary behaviour: protocol for a systematic review  

UK PubMed Central (United Kingdom)

BackgroundThe composition of habitual diets is associated with adverse or protective effects on aspects of health. Consequently, UK public health policy strongly advocates dietary...Full Text Available

296

An Update on the Controversies in Anemia Management in Chronic Kidney Disease: Lessons Learned and Lost  

UK PubMed Central (United Kingdom)

Background. Erythropoietin deficiency and anemia occur in Chronic Kidney Disease (CKD) and may be treated with Erythropoietin Stimulating Agents (ESAs). The optimal hemoglobin,...Full Text Available

2011-01-01

297

An Undergraduate Course to Bridge the Gap between Textbooks and Scientific Research  

UK PubMed Central (United Kingdom)

This article reports on a one-semester Advanced Cell Biology course that endeavors to bridge the gap between gaining basic textbook knowledge about cell biology and learning to think and work as a researcher....Full Text Available

2011-03-01

298

ARISE: American renaissance in science education  

Energy Technology Data Exchange (ETDEWEB)

The national standards and state derivatives must be reinforced by models of curricular reform. In this paper, ARISE presents one model based on a set of principles--coherence, integration of the sciences, movement from concrete ideas to abstract ones, inquiry, connection and application, sequencing that is responsive to how people learn.

1998-09-14

299

AEROSPACE MEDICINE AND BIOLOGY - NASA Technical Reports Server  

Science.gov (United States)

Learning curve models have gained widespread acceptance as a technique for analyzing and ...... flight segment in F4 pilots p 163 A91-30966. WILSON, JOHN W . ...

300

A lesson behind every failure  

Energy Technology Data Exchange (ETDEWEB)

Failure of a dam is something we hope never happens. But if a failure occurs, it`s important to study the circumstances in order to expand our knowledge base, and then apply what we learn to other structures.

1992-03-01

301

A caGRID-ENABLED, LEARNING BASED IMAGE SEGMENTATION METHOD FOR HISTOPATHOLOGY SPECIMENS  

UK PubMed Central (United Kingdom)

Accurate segmentation of tissue microarrays is a challenging topic because of some of the similarities exhibited by normal tissue and tumor regions. Processing speed is another consideration...Full Text Available

2009-07-01

302

A History of Spike-Timing-Dependent Plasticity  

UK PubMed Central (United Kingdom)

How learning and memory is achieved in the brain is a central question in neuroscience. Key to today’s research into information storage in the brain is the concept of synaptic plasticity, a...Full Text Available

303

A Dive on the NR-1 Submarine - by gene carl ... - SeaWiFS - NASA  

Science.gov (United States)

Apr 19, 1996 ... I learned that unlike most nuclear submarines that have 3 or more access routes, the NR-1 has just one hatch. At shallow depths, a rubber ...

304

- 1 AND MIqlTORING OF RESOURCES - NASA Technical Report Server (NTRS)  

Science.gov (United States)

SEG DAVO'24,(F4). 74. IN LARSYS DAVD'i? 75. SE( DAVD 13., (Ft). 76. INl LARSYS jAV) 13 ...... The main premise of the learning curve, or the manufac ...

305

What can we learn about the fission process from the spectrum of 'prefission' neutrons  

International Nuclear Information System (INIS)

Solving a coupled set of differential equations formed by a Fokker-Planck equation and a set of master equations, we can calculate the number of 'prefission' particles (n,p,a), which are emitted from a hot, rotating compound nucleus. Furthermore we get their energy spectrum and their angular momentum distribution. Our results depend sensitively on the friction parameter #gamma#, the inertia M and the fission potential. Comparing the results with experimental data, we may learn something about these quantities. The investigations have been made for "1"8"7Ir and "1"8"5Os. (orig.).

306

What can we learn about the fission process from the spectrum of 'prefission' neutrons  

Energy Technology Data Exchange (ETDEWEB)

Solving a coupled set of differential equations formed by a Fokker-Planck equation and a set of master equations, we can calculate the number of 'prefission' particles (n,p,a), which are emitted from a hot, rotating compound nucleus. Furthermore we get their energy spectrum and their angular momentum distribution. Our results depend sensitively on the friction parameter {gamma}, the inertia M and the fission potential. Comparing the results with experimental data, we may learn something about these quantities. The investigations have been made for {sup 187}Ir and {sup 185}Os. (orig.).

1989-10-09

307

MILSTAR's flexible substrate solar array: Lessons learned, addendum  

Science.gov (United States)

MILSTAR's Flexible Substrate Solar Array (FSSA) is an evolutionary development of the lightweight, flexible substrate design pioneered at Lockheed during the seventies. Many of the features of the design are related to the Solar Array Flight Experiment (SAFE), flown on STS-41D in 1984. FSSA development has created a substantial technology base for future flexible substrate solar arrays such as the array for the Space Station Freedom. Lessons learned during the development of the FSSA can and should be applied to the Freedom array and other future flexible substrate designs.

1990-01-01

308

Florida State University - Explores! World Headquarters  

Science.gov (United States)

EXPLORES! (EXPloring and Learning the Operations and Resources of Environmental Satellites!) is an educational outreach program developed at Florida State University with the intention of introducing weather satellite receiving technology into the primary and secondary school classrooms. The website furnishes real time high resolution imagery and tropical updates. Visitors can find historical accounts of the civilian weather satellites launched by the United States. Educators can discover kindergarten through twelfth grade resources and curriculum. Users can learn how to become a part of the WXSAT-L community email list where weather satellite professionals, amateurs, and hobbyists converse about scientific, tracking, launching, and operations information.

309

Automatic fuzzy decision making system with learning for competing and connected businesses  

British Library Electronic Table of Contents (United Kingdom)

We study uncertainties surrounding competition on business networks and board games. We investigate these uncertainties using concepts of fuzzy logic and game theory. We investigate how the payoff of the players is affected by a number of factors. These include the level of connectivity or number of links, the number of competitors, possible constraints on the networks and on the boards, as well as choice of strategy adopted by competitors. We introduce one fuzzy player in the game. This player uses fuzzy rules to make strategic decisions. We introduce learning to train and analyze how the fuzzy player adapts over time during the game.

2011-01-01

310

Optimal dispatch of real thermoelectric generation by means of sequential gradient-restoration algorithms  

Energy Technology Data Exchange (ETDEWEB)

The problem of the optimal dispatch of real thermoelectric generation consists in minimizing the hourly fuel consumption under both network and security constraints. Two recent sequential gradient-restoration algorithms are applied to the solution of this nonlinear programming problem. The first algorithm (Miele et alii) solves a problem with equality, a previous transformation of the inequality constraints. The second algorithm (Levy and Gomez) employs an active set strategy that takes into account, in each gradient or restoration phase, only those inequality constraints which are violated or which are at the limit. Both methods are well suited for the ''compact reduced'' model chosen by the Authors for real power dispatch, leading to the solution of small linear systems in each gradient or restoration phase. More over some modifications of the algorithms have been ...

1987-01-01

311

Dynamic Control of Tunable Sub-optimal Algorithms for Scheduling of Time-varying Wireless Networks  

CERN Document Server

It is well known that for ergodic channel processes the Generalized Max-Weight Matching (GMWM) scheduling policy stabilizes the network for any supportable arrival rate vector within the network capacity region. This policy, however, often requires the solution of an NP-hard optimization problem. This has motivated many researchers to develop sub-optimal algorithms that approximate the GMWM policy in selecting schedule vectors. One implicit assumption commonly shared in this context is that during the algorithm runtime, the channel states remain effectively unchanged. This assumption may not hold as the time needed to select near-optimal schedule vectors usually increases quickly with the network size. In this paper, we incorporate channel variations and the time-efficiency of sub-optimal algorithms into the scheduler design, to dynamically tune the algorithm runtime considering the tradeoff between ...

2009-01-01

312

Comparison Of Reionization Models: Radiative Transfer Simulations And Approximate, Semi-Numeric Models  

CERN Document Server

We compare the predictions of four different algorithms for the distribution of ionized gas during the Epoch of Reionization. These algorithms are all used to run a 100 Mpc/h simulation of reionization with the same initial conditions. Two of the algorithms are state-of-the-art ray-tracing radiative transfer codes that use disparate methods to calculate the ionization history. The other two algorithms are fast but more approximate schemes based on iterative application of a smoothing filter to the underlying source and density fields. We compare these algorithms' resulting ionization and 21 cm fields using several different statistical measures. The two radiative transfer schemes are in excellent agreement with each other (with the cross-correlation coefficient of the ionization fields >0.8 for k 0.6 for k < 1 h/Mpc). When used to predict the 21cm power spectrum at different ...

2010-01-01

313

Soft x-ray microradiography and lithograph using a laser produced plasma source. Final report  

Energy Technology Data Exchange (ETDEWEB)

Considering the hardware characteristics of the laser-induced plasma X-ray source and the limitations of the conventional cone-beam reconstruction algorithm, a general cone-beam reconstruction algorithm has been developed at our laboratory, in which the motion locus of the X-ray source is an arbitrary curve corresponding to at least a 2{pi} continuous horizontal angular displacement in the coordinate system of the specimen. The preliminary simulation shows that the general cone-beam reconstruction algorithm consistently results in visually satisfactory images.

1992-03-01

314

Soft x-ray microradiography and lithograph using a laser produced plasma source  

Energy Technology Data Exchange (ETDEWEB)

Considering the hardware characteristics of the laser-induced plasma X-ray source and the limitations of the conventional cone-beam reconstruction algorithm, a general cone-beam reconstruction algorithm has been developed at our laboratory, in which the motion locus of the X-ray source is an arbitrary curve corresponding to at least a 2{pi} continuous horizontal angular displacement in the coordinate system of the specimen. The preliminary simulation shows that the general cone-beam reconstruction algorithm consistently results in visually satisfactory images.

1992-01-01

315

Pre-stack reverse-time migration for elastic waves with application to synthetic offset vertical seismic profiles  

Energy Technology Data Exchange (ETDEWEB)

A pre-stack migration algorithm for elastic waves in two-dimensional variable-velocity media is developed, implemented, and tested. The algorithm operates in the time-space domain and is based on reverse-time finite-difference extrapolation of elastic waves. The algorithm is explained and demonstrated in the context of imaging of elastic vertical seismic profile data, but is applicable to any source-recorder geometry. Synthetic test examples include a point diffractor, laterally homogeneous layers, and the flank of a salt dome.

1986-03-01

316

Future algorithm research needs for partitioning in solid mechanics and coupled mechanical models  

Energy Technology Data Exchange (ETDEWEB)

Exceptional progress has been made in mathematical algorithm research leading to optimized mesh partitions for the highly unstructured grids occurring in finite element applications in solid mechanics. Today another research challenge presents itself. Research is needed to include boundary conditions into the algorithms for partitioning meshes. We describe below two methods we use currently to accomplish this and propose a more general approach be developed which would apply to our problems today as well as to the coupled models we envision for the future. Finally, we suggest research be considered that would incorporate partitioning methods into parallel mesh generation.

1997-10-06

317

An application of possibilistic programming to the fuzzy location?allocation problems  

British Library Electronic Table of Contents (United Kingdom)

This paper considers location?allocation problem in the real uncertain world and develops a possibilistic non-linear programming model to deal with this problem. Fuzzy decision making in fuzzy environment concept is used to determine possibility distribution of location and allocation variables. To solve this model, a novel approach based on genetic algorithm structure is developed. As the proposed model includes both deterministic (location) and uncertain (allocation) parameters, the developed solution algorithm uses a hybrid chromosome structure. Also, to cover continuous nature of the problem and prevent GA from early convergence, a new crossover operator is introduced. Finally, performance of the developed algorithm is evaluated by an example.

2011-01-01

318

An accurate fault location on mutually coupled transmission lines using synchronized sampling  

Energy Technology Data Exchange (ETDEWEB)

The mutual inductance between parallel transmission lines influences the locating of the transmission line faults. A fault location algorithm for parallel lines developed in this paper takes into account the magnetic coupling between parallel lines. The paper presents a detailed description of the developed algorithm and test results performed on a simplified real transmission line. The obtained error is less than 0.5 percent in most cases. Also, the developed algorithm is not sensitive to typical fault parameters, such as: resistance, type, location, and incidence angle. 7 refs, 4 figs, 12 tabs

1995-12-31

319

A fast production scheduler for generation expansion planning in a hydro-thermal system  

Energy Technology Data Exchange (ETDEWEB)

A fast production scheduling algorithm suitable for generation expansion studies is described in this paper. It can handle several independent rivers, thermal plants, pumped storage plants, import, export, and internal non-firm markets. Inflows and load are deterministic and a one-reservoir limit is imposed on each river. The scheduling problem is formulated as a generalized network problem which is efficiently solved by an adaption of the simplex method. The algorithm is part of a program developed by Hydro-Quebec to conduct preliminary evaluations of alternative expansion plans. The program and the scheduling algorithm are presented.

1986-01-01

320

A fast production scheduler for generation expansion planning in a hydro-thermal system  

Energy Technology Data Exchange (ETDEWEB)

A fast production scheduling algorithm suitable for generation expansion studies is described in this paper. It can handle several independent rivers, thermal plants, pumped storage plants, import, export, and internal non-firm markets. Inflows and load are deterministic and a one-reservoir limit is imposed on each river. The scheduling problem is formulated as a generalized network problem which is efficiently solved by an adaption of the simplex method. The algorithm is part of a program developed by Hydro-Quebec to conduct preliminary evaluations of alternative expansion plans. The program and the scheduling algorithm are presented.

1987-02-01

321

x - NASA Technical Reports Server  

Science.gov (United States)

Mar 1, 2011... Science Research; Atmospheric Correction Prototype Algorithm for High ... spaceborne (Hyperion) and airborne (AVIRIS) hyperspectral data. ...

322

Variational method for estimating the rate of convergence of Markov Chain Monte Carlo algorithms  

CERN Document Server

We demonstrate the use of a variational method to determine a quantitative lower bound on the rate of convergence of Markov Chain Monte Carlo (MCMC) algorithms as a function of the target density and proposal density. The bound relies on approximating the second largest eigenvalue in the spectrum of the MCMC operator using a variational principle and the approach is applicable to problems with continuous state spaces. We apply the method to one dimensional examples with Gaussian and quartic target densities, and we contrast the performance of the basic Metropolis-Hastings algorithms with a ``smart'' variant that incorporates gradient information into the trial moves. We find that the variational method agrees quite closely with numerical simulations. We also see that the smart MCMC algorithm often fails to converge geometrically in the tails of the target density except in the simplest case we examine, and even then care ...

2006-01-01

323

Using topographic wetness index in vegetation ecology: does the algorithm matter?  

British Library Electronic Table of Contents (United Kingdom)

Abstract Questions: How important is the choice of flow routing algorithm with respect to application of topographic wetness index (TWI) in vegetation ecology? Which flow routing algorithms are preferable for application in vegetation ecology? Location: Forests in three different regions of the Czech Republic. Methods: We used vegetation data from 521 georeferenced plots, recently sampled in a wide range of forest communities. From a digital elevation model, we calculated 11 variations of TWI for each plot with 11 different flow routing algorithms. We evaluated the performance of differently calculated TWI by (1) Spearman rank correlation with average Ellenberg indicator values for soil moisture, (2) Mantel correlation coefficient between dissimilarities of species composition and dissimil...

2010-01-01

324

Type II Quantum Computing With Superconductors.  

Science.gov (United States)

The results of this research centered on the experimental studies of a single superconducting persistent current qubit, the implementation of type-II algorithms using these qubits, and the proposal for adiabatic quantum computing using these qubits. The m...

2004-01-01

325

Two-phase application of multi-objective genetic algorithms in green building design  

Energy Technology Data Exchange (ETDEWEB)

The application of multi-objective genetic algorithms for green building design in two phases were presented in order to better help designers in the decision-making process. The purpose is to minimize two conflicting criteria: the life-cycle cost and the life-cycle environmental impact. Environmental impact criteria examined include energy and non-energy natural resources, global warming, and acidification. Variables focus on building envelope-related parameters. The application of multi-objective genetic algorithms is divided into two phases. The first phase intends to help designers in understanding the trade-off relationship between the two conflicting criteria. The second phase intends to refine the performance region that is of the designer's interest. The results after the two-phase application of the multi objective genetic algorithm were then presented. 13 refs., 4 tabs., 3 figs.

2005-07-01

326

Tissue Heterogeneity in IMRT Dose Calculation for Lung Cancer  

British Library Electronic Table of Contents (United Kingdom)

The aim of this study was to evaluate the differences in accuracy of dose calculation between 3 commonly used algorithms, the Pencil Beam algorithm (PB), the Anisotropic Analytical Algorithm (AAA), and the Collapsed Cone Convolution Superposition (CCCS) for intensity-modulated radiation therapy (IMRT). The 2D dose distributions obtained with the 3 algorithms were compared on each CT slice pixel by pixel, using the MATLAB code (The MathWorks, Natick, MA) and the agreement was assessed with the gamma function. The effect of the differences on dose-volume histograms (DVHs), tumor control, and normal tissue complication probability (TCP and NTCP) were also evaluated, and its significance was quantified by using a nonparametric test. In general PB generates regions of over-dosage both in the l...

2011-01-01

327

SPASE Resource Description - the VHO - NASA  

Science.gov (United States)

The potentials of the spherical sensor and nearby conductors are controlled by ... Incoming data are continuously monitored by algorithms in the software to ... launched together with FM5 (Rumba) by a Soyuz-Fregat rocket from Baikonur. ...

329

Pattern Search Ranking and Selection Algorithms for Mixed ...  

Science.gov (United States)

... 5.12 Terminal Value for Performance Measure P ... As examples, a stochastic communication network containing a buffer queue at each ...

2004-09-01

330

Parallel Algorithms for Computer Vision.  

Science.gov (United States)

The general goals of this research effort is to explore the potential applications and performance of fine grained computer architectures for vision. The body of this report gives a brief overview of the results of the research during the first twelve mon...

1987-01-01

331

Optimization for Vibration Isolation.  

Science.gov (United States)

An almost linear optimization problem of importance in vibration isolation has been identified and algorithms were developed to minimize the forced vibrational response of structural systems. The constraints can be either displacements of accelerations. T...

1983-01-01

332

Model-based fuzzy control of power system static/dynamic security using the pattern recognition approach  

Energy Technology Data Exchange (ETDEWEB)

Using databases derived from the pattern recognition approach, the paper presents a methodology for utilizing fuzzy models to enhance the quality of decision-making using fuzzy-logic algorithms. Two multi-objective fuzzy-logic control algorithms for controlling power system static/dynamic security are presented and analyzed. The first algorithm is based on the successive inferences of fuzzy implication rules for each individual objective, and the second algorithm is an application of the method of fuzzy linear programming. The paper discusses the properties, advantages and limitations of applying fuzzy decision-making logic in the pattern-recognition approach and concludes by highlighting potential areas for further development. (author)

1994-07-01

333

Kepler: Transit Detection - Kepler - NASA  

Science.gov (United States)

Nov 12, 2010 ... The adaptive, nonparametric matched filter algorithm suggested by Kay ... For the point design of a 4 sigma single event SNR the combined NR ...

334

Histopathological Image Analysis: A Review  

UK PubMed Central (United Kingdom)

Over the past decade, dramatic increases in computational power and improvement in image analysis algorithms have allowed the development of powerful computer-assisted analytical approaches...Full Text Available

2009-01-01

335

GFS-10/10/2007-12Z  

Science.gov (United States)

THE GFS WILL BE THAT THE DEFAULT PRECIPITATION TYPE ALGORITHM WILL CHANGE FROM THE BALDWIN METHOD TO THE DOMINANT PRECIPITATION TYPE. THE DOMINANT PRECIPITATION TYPE IS...

2011-09-24

336

Extending the concept of primary and scatter separation to the condition of electronic disequilibrium  

International Nuclear Information System (INIS)

A major deficiency of current photon calculation methods that are based on the concept of primary and scatter separation is their inability to handle the condition of electronic disequilibrium. This deficiency is examined and it is shown that the limitation is not inherent in the algorithms themselves but is, at least in part, in the data which the algorithms use. A new concept of primary and scatter separation is developed to cover the condition of electronic disequilibrium. This new concept requires little change to the existing algorithms and only additional data are required, which are generated using Monte Carlo calculation methods. The new concept is tested using programs in the Theratronics Theraplan treatment-planning system, and two calculation examples illustrate the ability to model electron transport and also the improvement over the existing algorithms. Close analogy of the extended concept ...

337

Enhanced Algorithms for EO/IR Electronic Stabilization, Clutter ...  

Science.gov (United States)

... coordinates to allow for multisensor fusion, trajectory ... of an image processing toolkit (iPTK ... effectiveness of data-driven registration processing, spatial ...

2009-09-01

338

Efficient DSP Hardware Implementations for Navy RF Systems  

Science.gov (United States)

... of the loop filter based on ... algorithms, including delta-sigma approaches, routinely uses double-precision floating point number representations for ...

2010-09-30

339

Design and optimization of thermoacoustic devices  

International Nuclear Information System (INIS)

Thermoacoustics deals with the conversion of heat energy into sound energy and vice versa. It is a new and emerging technology which has a strong potential towards the development of sustainable and renewable energy systems by utilizing waste heat or solar energy. Although simple to fabricate, the designing of thermoacoustic devices is very challenging. In the present study, a comprehensive design and optimization algorithm is developed for designing thermoacoustic devices. The unique feature of the present algorithm is its ability to design thermoacoustically-driven thermoacoustic refrigerators that can serve as sustainable refrigeration systems. In addition, new features based on the energy balance are also included to design individual thermoacoustic engines and acoustically-driven thermoacoustic refrigerators. As a case study, a thermoacoustically-driven thermoacoustic refrigerator has been designed and optimized based on the developed ...

2008-12-01

340

Data - SPASE Resource Description  

Science.gov (United States)

Feb 23, 2011 ... The potentials of the spherical sensor and nearby conductors are ... Incoming data are continuously monitored by algorithms in the software to ..... together with FM6 (Salsa) by a Soyuz-Fregat rocket from Baikonur. ...

341

Comparing dose calculation algorithms for an orthovoltage beam in a bone phantom  

International Nuclear Information System (INIS)

The aim of this work was to compare dose calculation algorithm results at orthovoltage energies for a phantom composed of a bone slab in water. The calculation methods investigated were: no correction, ETAR, Batho, convolution/superposition and Monte Carlo. All algorithms calculated depth dose curves in a water phantom within 4% of experiment. However in the bone phantom, differences of over 40% between the No Correction / ETAR / Batho / Convolution and Monte Carlo results in the 1 cm thick bone slab were observed. These differences are predominantly because the algorithms do not account for the differing atomic number of the bone compared to water The increased dose to bone and the tissue adjacent to the bone interface should be considered when treating with orthovoltage photons. Copyright (1998) Australasian Physical and Engineering Sciences in Medicine

1998-09-01

342

Collapsed cone convolution and analytical anisotropic algorithm dose calculations compared to VMC++ Monte Carlo simulations in clinical cases  

International Nuclear Information System (INIS)

The purpose of this work was to study and quantify the differences in dose distributions computed with some of the newest dose calculation algorithms available in commercial planning systems. The study was done for clinical cases originally calculated with pencil beam convolution (PBC) where large density inhomogeneities were present. Three other dose algorithms were used: a pencil beam like algorithm, the anisotropic analytic algorithm (AAA), a convolution superposition algorithm, collapsed cone convolution (CCC), and a Monte Carlo program, voxel Monte Carlo (VMC++). The dose calculation algorithms were compared under static field irradiations at 6 MV and 15 MV using multileaf collimators and hard wedges where necessary. Five clinical cases were studied: three lung and two breast cases. We found that, in terms of accuracy, the CCC algorithm ...

2007-07-07

343

Collapsed cone and analytical anisotropic algorithm dose calculations compared to VMC++ Monte Carlo simulations in clinical cases  

International Nuclear Information System (INIS)

The purpose of this work was to study and quantify the differences in dose distributions computed with some of the newest dose calculation algorithms available in commercial planning systems. The study was done for clinical cases where large density inhomogeneities were present. Three dose algorithms were used: a pencil beam like algorithm, the anisotropic analytic algorithm (AAA), a convolution superposition algorithm, collapsed cone convolution (CCC) and a Monte Carlo program, voxel Monte Carlo (VMC++). The dose calculation algorithms were compared under static field irradiations at 6 MV and 15 MV using multileaf collimators and hard wedges where necessary. Five clinical cases were studied: three lung and two breast cases. We found that the CCC algorithm performed overall better than AAA compared to VMC++, but AAA remains an attractive ...

2007-06-01

344

Analysis of Online Algorithms for Organ Allocation.  

Science.gov (United States)

... on some results we obtained, using stochastic methods as ... choice between two customers in a queue and one ... with the terminal of edge I being the ...

1990-10-03

345

An Algorithmic Solution for a Queueing Model of a Computer ...  

Science.gov (United States)

... time the terminal becomes active and begins the process of ... The model class considered here is of a single server queueing ... 1 I are both stochastic. ...

1981-01-01

346

A logarithmic time complexity algorithm for pattern searching using product-sum property  

British Library Electronic Table of Contents (United Kingdom)

Product-sum property states that an ordered pair (s"n,p"n) is unique for any ordered set a"1,a"2,...,a"n where a"i,n@?N, and s"n and p"n are the sum and product of the elements of the set, respectively. This fact has been exploited to develop an O(log(M)) time complexity algorithm for pattern searching in a large dataset, where M is the number of records in the dataset. Two potential applications (from databases and computational biology) of this property have been demonstrated to show the effectiveness and working of the proposed algorithm. The space complexity of the algorithm rises to the quadratic order.

2011-01-01

347

A Novel Bid Optimizer for Sponsored Search Auctions based on Cooperative Game Theory  

CERN Document Server

In this paper, we propose a bid optimizer for sponsored keyword search auctions which leads to better retention of advertisers by yielding attractive utilities to the advertisers without decreasing the revenue to the search engine. The bid optimizer is positioned as a key value added tool the search engine provides to the advertisers. The proposed bid optimizer algorithm transforms the reported values of the advertisers for a keyword into a correlated bid profile using many ideas from cooperative game theory. The algorithm is based on a characteristic form game involving the search engine and the advertisers. Ideas from Nash bargaining theory are used in formulating the characteristic form game to provide for a fair share of surplus among the players involved. The algorithm then computes the nucleolus of the characteristic form game since we find that the nucleolus is an apt way of allocating the gains of cooperation among ...

2009-01-01

349

The application of expert systems technology to rotating machine condition monitoring  

Energy Technology Data Exchange (ETDEWEB)

An expert system was developed which helps maintenance personnel diagnose the condition of rotor and stator windings and their cores, in motors and generators rated 2300 V and above. The expert system, called MICAA[TM], used an approach which has been found to be effective for diagnosing medical problems. The program required the user to input machine nameplate information, operating status, and any past test data available. In addition, the program would suggest tests that may be useful, as well as provide guidance to maintenance personnel on what to look for in visual inspections of the machine. The expert system stored and correlated all this information, calculated the overall condition of the component in question, and identified the most likely specific causes of any deterioration. The basic methodology of motor and generator condition assessment, and the architecture and processing performed by MICAA to obtain these capabilities were ...

1995-12-31

350

Simultaneous correction of chromaticity and orbit dispersion in a strong focusing machine  

CERN Document Server

Two quantities play a central role in that part of nonlinear optics which deals with the effects of a finite momentum spread in a particle beam: the orbit position whose derivative with respect to momentum is called 'orbit dispersion' and the betatron wave number whose derivative WRT momentum is the 'chromaticity'. The orbit dispersion varies with the azimuth and is essentially horizontal in a machine with a horizontal symmetry plane; parasitic radial fields induce a vertical component. The chromaticity is a scalar quantity related to the integral of the focusing strength, over one turn of the machine; it is defined for the horizontal and vertical planes. After recalling the general motion equation in the horizontal plane, the orbit dispersion and the chromaticity will be treated. Closed formulae are given for lumped elements and special emphasis is put on dipoles with a high deflection angle. (8 refs).

1980-01-01

351

Piccolo logic for a picture database computer and its implementation  

Energy Technology Data Exchange (ETDEWEB)

The logic named Piccolo for a picture database computer and its implementation is presented. The logic is shown to have three major advantages. One advantage is that the computer design based on this logic can handle a universal variety of pictorial data structures. Another advantage is that a set of data generated by rules such as texture distribution rules is stored in the picture computer efficiently. The third advantage is that this logic can serve as the basis of a logic for parallel processing machines. For implementation of the logic, a new methodology named architecture engineering is introduced as an architecture/design oriented methodology. Implementation case studies show the usefulness of the methodolgy. Two implementations on an abstract machine that are also on a parallel LISP machine are reported. 19 references.

1982-10-01

352

Photon beam modelling with Pinnacle3 Treatment Planning System for a Rokus M Co-60 Machine  

International Nuclear Information System (INIS)

The basic relationships of the convolution/superposition dose calculation technique are reviewed, and a modelling technique that can be used for obtaining a satisfactory beam model for a commercially available convolution/superposition-based treatment planning system is described. A fluence energy spectrum for a Co-60 treatment machine obtained from a Monte Carlo simulation was used for modelling the fluence spectrum for a Rokus M machine. In order to achieve this model we measured the depth dose distribution and the dose profiles with a Wellhofer dosimetry system. The primary fluence was iteratively modelled by comparing the computed depth dose curves and beam profiles with the depth dose curves and crossbeam profiles measured in a water phantom. The objective of beam modelling is to build a model of the primary fluence that the patient is exposed to, which can then be used for the calculation of the dose deposited in the patient. (authors)

353

Machine condition monitoring - the way ahead  

Energy Technology Data Exchange (ETDEWEB)

During the last fifteen years a variety of instruments and transducers, such as voltage plugs, power transducers, flow and pressure transducers, recorders and tensometers, have been developed for underground use in measuring the performance and technical parameters of prototype machines. The equipment, until recently, has been in a portable form and was found useful by the industry generally, in fault finding and trouble-shooting exercises and in commissioning procedures performed by small teams on a call-out basis. Over the last five years the test equipment has been adapted and the techniques modified to suit individual colliery-based operations with more permanent machine mounted and built-in transducers. At the moment these techniques operate within the framework of a statutory planned preventive maintenance scheme for each mine. This paper discusses the merits of changing from preventive maintenance to condition-based maintenance and the ...

1984-11-01

354

Environmental control for machine shops  

Energy Technology Data Exchange (ETDEWEB)

Metal machining facilities pose interesting design problems. This article provides an overview of key environmental control considerations and ways to deal with them. Machine shops offer a variety of environmental control challenges to mechanical engineers. Among the design problems that must be considered include: whether to provide space heating only or year-round air conditioning; temperature and relative humidity requirements; air cleanliness; exhaust air requirements; the type of HVAC system to be used; industrial waste and plumbing considerations; compressed air needs; and noise control. In addition, the designer must comply with worker health and safety and environmental protection regulations set forth by the National Institute of Safety and Health (NIOSH), OSHA, and EPA, as well as with any applicable state and local requirements.

1994-04-01

355

Application of an inverse input/output mapped ANN as a power system stabilizer  

Energy Technology Data Exchange (ETDEWEB)

An artificial neural network (ANN), trained as an inverse of the controlled plant, to function as a power system stabilizer (PSS) is presented in this paper. In order to make the proposed ANN PSS work properly, it was trained over the full working range of the generating unit with a large variety of disturbances. Data used to train the ANN PSS consists of the control input and the synchronous machine response with an adaptive PSS (APSS) controlling the generator. During training, the ANN was required to memorize the reverse input/output mapping of the synchronous machine. After the training, the output of the synchronous machine was applied as the input of the ANN PSS and the output of the ANN PSS was used as the control signal. Simulation results show that the proposed ANN PSS can provide good damping of the power system over a wide operating range and significantly improve the system performance.

1994-09-01

356

Ageing of fibre reinforced polymer composite selected as a bearing material for Rams of 540 MWe fuelling machine  

International Nuclear Information System (INIS)

Fibre-reinforced-polymer-composite material has been suggested as a bearing material to overcome tribological problems witnessed during the testing of Ram assembly of the 540 MWe fuelling machine at RTD. After successful trials at B-Ram the composite material has been adapted for B-RAM, C-Ram and RDB head at fuelling machines being tested at RTD, Hall 7 and at Tarapur. Laboratory evaluations were also carried out at Tribology Lab RTD to study effect of radiation on the composite. Paper deals with the various aspects of life prediction of this material in term of wear and radiation damage. (author)

2006-11-01

357

Incorporating an improved dose-calculation algorithm in conformal radiotherapy of lung cancer: re-evaluation of dose in normal lung tissue  

International Nuclear Information System (INIS)

Background and purpose: The low density of lung tissue causes a reduced attenuation of photons and an increased range of secondary electrons, which is inaccurately predicted by the algorithms incorporated in some commonly available treatment planning systems (TPSs). This study evaluates the differences in dose in normal lung tissue computed using a simple and a more correct algorithm. We also studied the consequences of these differences on the dose-effect relations for radiation-induced lung injury. Materials and methods: The treatment plans of 68 lung cancer patients initially produced in a TPS using a calculation model that incorporates the equivalent-pathlength (EPL) inhomogeneity-correction algorithm, were recalculated in a TPS with the convolution-superposition (CS) algorithm. The higher accuracy of the CS algorithm is well-established. Dose distributions in lung were compared ...

2003-10-01

358

Ultrafast laser fabrication of submicrometer pores in borosilicate glass  

UK PubMed Central (United Kingdom)

We demonstrate rapid fabrication of submicrometer-diameter pores in borosilicate glass using femtosecond laser machining and subsequent wet-etch techniques. This approach allows direct and repeatable...Full Text Available

2008-05-15

359

SG Report on Harmony with Nature final single-spaced.doc  

Wastenet

of early humanitarians, and the vivisectors turned to Rene Descartes (1596 1650 ) to justify ...A celebrated mathematician, physiologist, and psychologist, Descartes provided a general philosophy of the irrelevance of ethics to the ...Animals, according to Descartes, were insensible and irrational machines; moved, like clocks, but

360

Relation of the One-Phase Stefan Problem to the Seepage of Liquids and Electrochemical Machining.  

Science.gov (United States)

The flow of water through a dam of fairly arbitrary shape is examined in the limit of large frictional drag on the flow. The relation of the problem to the one-phase Stefan problem and a problem of anodic smoothing is explored. Monotonicity and uniqueness...

1979-01-01

361

Reconciling Human Smoking Behavior and Machine Smoking Patterns: Implications for Understanding Smoking Behavior and the Impact on Laboratory Studies  

UK PubMed Central (United Kingdom)

IntroductionRecent Food and Drug Administration legislation enables the mandating of product performance standards for cigarette smoke and the evaluation of manufacturers’...Full Text Available

2009-12-01

362

Ravenscraig coke ovens 1988 and onwards  

Energy Technology Data Exchange (ETDEWEB)

The coking plant is described with some details of coal supplies and coke quality. Engineering improvements to the by-product system and coke oven machines, major repair of two batteries, installation of a PLC-based monitoring and control system, and training of personnel are dealt with at greater length.

1989-01-01

363

Prediction of Skin Sensitization with a Particle Swarm Optimized Support Vector Machine  

UK PubMed Central (United Kingdom)

Skin sensitization is the most commonly reported occupational illness, causing much suffering to a wide range of people. Identification and labeling of environmental allergens is urgently required to...Full Text Available

364

Post-machining thermal treatment after surface finishing of hardened steels: Kinetics of XRD line width reduction and improvement in rolling contact lifetime under mixed friction conditions  

Energy Technology Data Exchange (ETDEWEB)

Hard surface finishing represents the final manufacturing step for functional areas of machine elements in state-of-the-art production. Raceways of rolling bearing rings are ground and honed to the required low roughness. Plastic deformation is restricted to a narrow edge zone of the hardened steel. Reheating of the machined components below the martensite tempering or bainite transformation temperature results in a marked decrease of the XRD line width on the surface. The investigated samples are made of through-hardened standard bearing steel 100Cr6 (international denotation: SAE 52100). On the basis of a material model that explains the effect as a complex diffusion process of dislocational carbon segregation, i.e. static strain aging, the measured kinetics of the XRD line width reduction is simulated by an Arrhenius-type equation, which describes the rate-controlling reaction step of temper carbide dissolution. The formation of a small ...

2008-07-01

365

On the making of sharp longitudinal dose profiles with helical tomotherapy  

UK PubMed Central (United Kingdom)

Since the beam width on the helical tomotherapy machine produced by TomoTherapy, Inc. is typically a few centimeters in the longitudinal direction (into the bore), the optimizer must choose...Full Text Available

2007-11-07

366

Off-road compression-ignition engine emission regulations under the Canadian Environmental Protection Act 1999 : guidance document  

Energy Technology Data Exchange (ETDEWEB)

This guide explained the requirements for Off-Road Compression Ignition Engine Emission Regulations established under the Canadian Environmental Protection Act. The regulations are enforced by Environment Canada, which authorizes and monitors the use of the national emissions mark. The regulations prescribe standards for off-road engines that operate as reciprocating, internal combustion engines, other than those that operate under characteristics similar to the Otto combustion cycle and that use a spark plug or other sparking device. The regulations apply to engines that are typically diesel-fuelled and found in construction, mining, farming and forestry machines such as tractors, excavators and log skidders. Four different types of persons are potentially affected by the regulations: Canadian engine manufacturers; distributors of Canadian engines or machines containing Canadian engines; importers of engines or machines ...

2006-03-15

367

Off-road compression-ignition engine emission regulations under the Canadian Environmental Protection Act 1999 : guidance document  

International Nuclear Information System (INIS)

This guide explained the requirements for Off-Road Compression Ignition Engine Emission Regulations established under the Canadian Environmental Protection Act. The regulations are enforced by Environment Canada, which authorizes and monitors the use of the national emissions mark. The regulations prescribe standards for off-road engines that operate as reciprocating, internal combustion engines, other than those that operate under characteristics similar to the Otto combustion cycle and that use a spark plug or other sparking device. The regulations apply to engines that are typically diesel-fuelled and found in construction, mining, farming and forestry machines such as tractors, excavators and log skidders. Four different types of persons are potentially affected by the regulations: Canadian engine manufacturers; distributors of Canadian engines or machines containing Canadian engines; importers of engines or machines ...

1999-01-01

368

Improvements in or relating to fluid operated devices for moving articles  

International Nuclear Information System (INIS)

The patent relates to fluid operated devices for moving articles. The machine may be used in filling a nuclear fuel canister with fuel pellets where there is a tendency for out of squareness of pellets to produce a jam condition readily cleared by a modest force. (U.K.).

1984-09-27

369

Heat Transfer Augmentation in a Compact Heat Exchange Pedestal Array.  

Science.gov (United States)

A compact heat exchanger pedestal array for augmenting heat transfer in a machine is disclosed. The compact heat exchanger pedestal array includes a wall having first and second surfaces. The first surface faces a heated flow path and the second surface p...

2004-01-01

370

Fault detection and diagnosis of an industrial steam turbine using fusion of SVM (support vector machine) and ANFIS (adaptive neuro-fuzzy inference system) classifiers  

Energy Technology Data Exchange (ETDEWEB)

The subject of FDD (fault detection and diagnosis) has gained widespread industrial interest in machine condition monitoring applications. This is mainly due to the potential advantage to be achieved from reduced maintenance costs, improved productivity and increased machine availability. This paper presents a new FDD scheme for condition machinery of an industrial steam turbine using a data fusion methodology. Fusion of a SVM (support vector machine) classifier with an ANFIS (adaptive neuro-fuzzy inference system) classifier, integrated into a common framework, is utilized to enhance the fault detection and diagnostic tasks. For this purpose, a multi-attribute data is fused into aggregated values of a single attribute by OWA (ordered weighted averaging) operators. The simulation studies indicate that the resulting fusion-based scheme outperforms the individual SVM and ANFIS systems to detect and diagnose incipient steam ...

2010-12-15

371

ESW 2009: The Ocean's Green Machines  

National Aeronautics and Space Administration (NASA)

One tiny marine plant makes life on Earth possible: phytoplankton. These microscopic photosynthetic drifters form the basis of the marine food web, they regulate carbon in the atmosphere, and are responsible for half of the photosynthesis that takes place on this planet.

2010-03-10

372

Diesel equipment: is it safe to use underground  

Energy Technology Data Exchange (ETDEWEB)

Research indicates that diesel equipment can be used safely in undergound coal mines provided that certain conditions prevail. These conditions are: the machines and engines are approved for underground use, an adequate maintenance and training program is in effect, an adequate monitoring system with proper instrumentation is used, and adequate ventilation is maintained.

1984-04-01

373

Diagnosing mechanical changes: A test of the machine condition monitoring concept  

Energy Technology Data Exchange (ETDEWEB)

BC Hydro recently conducted a demonstration test of a bearing condition monitor. The test, at the 529-MW Kootenay Canal project, proved the ability of the monitor to detect machine condition faults. The capability to detect changing conditions during normal operation of hydroelectric machines gives hydro plant owners the opportunity to anticipate needed maintenance and ultimately to reduce the number of equipment failures. BC Hydro intends to install bearing condition monitors, as well as windings monitors, brushgear monitors, environmental monitors, and other selected systems in as many as 46 of its hydro generators. BC Hydro analyzed forced outages between 1985 and 1989 in its hydro system to identify which parts of a generating unit resulted in the highest number of hours of outage. From there, the utility has formulated a concept for a machine condition monitoring system. To keep the system cost effective, it will be ...

1993-05-01

374

Cupola Furnace: Machine-Readable Bibliographic Data Base.  

Science.gov (United States)

One of the tasks comprising ERDA Contract EY-76-S-02-2840, ''Minimization of Cupola Energy and Air Pollution,'' has been the carrying out of a comprehensive survey of world literature relating to the cupola furnace for melting of cast iron. It was decided...

1978-01-01

375

Computer image analysis of wear debris for machine condition monitoring and fault diagnosis  

Energy Technology Data Exchange (ETDEWEB)

Whenever moving surfaces interact, wear particles are produced. Microscopic examination of the morphology of such wear debris is an accepted method for machine condition monitoring and fault diagnosis. Wear particle analysis has not, however, been widely accepted in industry because it is dependent on expert interpretation of particle morphology and relies on subjective assessment criteria. Consequently, the methods are time consuming and expensive and are not always consistent. The use of automated computer image analysis systems to assess the morphology of debris promises to overcome these limitations by making the methods more time and cost efficient, and also more consistent and effective. The first step required for automation of the analysis procedure is to develop objective criteria for assessing the wear particle morphology. Numerical parameters to describe the morphology have been developed and are outlined in this paper. A system using such techniques ...

1995-03-01

376

A study of kerf characteristics in abrasive waterjet machining of graphite/epoxy composite  

Energy Technology Data Exchange (ETDEWEB)

Kerf geometry, kerf wall features, and cutting front characteristics of an Abrasive Waterjet (AWJ) machined Graphite/Epoxy (Gr/Ep) laminate were studied. A macroscopic analyses suggests that geometrical features associated with AWJ machining of Gr/Ep laminates are influenced by three macro regions along the cutting depth. The presence of these regions, including initial damage at jet entry, smooth cutting, and rough cutting near the jet exit, depends on the operating conditions. Design of experiments and analysis of variance were used to determine the effect of cutting parameters on kerf characteristics and to develop empirical models for kerf profile and features of the three distinct macroscopic regions. Cutting front analysis revealed that the mechanisms of material removal in AWJ machining of Gr/Ep do not change over the jet penetration depth. In general, high quality uniform cuts may be obtained by minimizing initial ...

1996-04-01

377

A look back at Minexpo  

Energy Technology Data Exchange (ETDEWEB)

This paper reviews some of the mining equipment exhibited at the Chicago Minexpo exhibition. The exhibits include: large mining trucks; tractor with impact ripper; haulers; shuttle roof bolter; and monitoring systems for vehicles or mining machines. 2 figs.

1988-07-01

378

30 CFR 75.1719-1 - Illumination in working places.  

Science.gov (United States)

...position to receive material. (2) Self-loading haulage equipment used as a loading machine. In working places in which self-loading haulage equipment is operated to load material, the areas which...

2010-07-01

379

Topological modeling of the reactive capacity and biological activity of some amino-polysaccharides  

British Library Electronic Table of Contents (United Kingdom)

The work is devoted to a microscopic analysis of the reactive capacity of chitin. An algorithm for modeling the deacetylation reaction in a monomeric unit of chitin is described. The reaction coordinate and the potential energy surface topography are determined taking into account the electron-vibrational interaction and low-symmetry perturbations within Jahn-Teller theory. Based on this algorithm, the topological modeling of the deacetylation process is performed for the first time and a mechanism of the biological activity of chitosan is proposed.

2011-01-01

380

Radial distribution of dose and cross-sections for the inactivation of dry enzymes and viruses  

International Nuclear Information System (INIS)

A new semi-empirical algorithm for the radial distribution of dose is compared with available data. The algorithm is used to calculate the inactivation cross section for dry enzymes and viruses using an extended target model of a 1-hit detector. Agreement with data is at about the 15% level, approximating the precision of the data itself. (author).

1985-05-01

381

Merit of detailed classification of Upper Devonian deposits by self-teaching algorithmic systems  

Energy Technology Data Exchange (ETDEWEB)

The formulation of the problem of classification of lithologically heterogeneous rocks and rocks with mixed capacity space is analyzed under conditions of self-teaching. Using the example of one of the boreholes of the Pripyat trough we illustrated the possibilities of the Kompakt algorithm to classify deposits of the Frasnian stage without using standard data. Problems are listed for further study on the development of methods of application of self-teaching classification systems in the petroleum industry.

1981-01-01

382

Investigation of the application of remote sensing technology to environmental monitoring  

Energy Technology Data Exchange (ETDEWEB)

Activities and results are reported of a project to investigate the application of remote sensing technology developed for the LACIE, AgRISTARS, Forestry and other NASA remote sensing projects for the environmental monitoring of strip mining, industrial pollution, and acid rain. Following a remote sensing workshop for EPA personnel, the EOD clustering algorithm CLASSY was selected for evaluation by EPA as a possible candidate technology. LANDSAT data acquired for a North Dakota test sight was clustered in order to compare CLASSY with other algorithms.

1980-08-01

383

Eulerian simulation of the perforation of aluminum plates by nondeforming projectiles  

Energy Technology Data Exchange (ETDEWEB)

A new algorithm for the treatment of sliding interfaces between solids with or without friction in an Eulerian wavecode is described. The algorithm has been implemented in the two-dimensional version of the CTH code. The code was used to simulate penetration and perforation of aluminum plates by rigid, conical-nosed tungsten projectiles. Comparison with experimental data is provided.

1992-03-01

384

Comparative study of convolution, superposition, and fast superposition algorithms in conventional radiotherapy, three-dimensional conformal radiotherapy, and intensity modulated radiotherapy techniques for various sites, done on CMS XIO planning system  

UK PubMed Central (United Kingdom)

The aim of this study is to compare the dosimetry results that are obtained by using Convolution, Superposition and Fast Superposition algorithms in Conventional Radiotherapy, Three-Dimensional Conformal...Full Text Available

2009-01-01

385

An investigation of Newton-Krylov algorithms for solving incompressible and low Mach number compressible fluid flow and heat transfer problems using finite volume discretization  

Energy Technology Data Exchange (ETDEWEB)

Fully coupled, Newton-Krylov algorithms are investigated for solving strongly coupled, nonlinear systems of partial differential equations arising in the field of computational fluid dynamics. Primitive variable forms of the steady incompressible and compressible Navier-Stokes and energy equations that describe the flow of a laminar Newtonian fluid in two-dimensions are specifically considered. Numerical solutions are obtained by first integrating over discrete finite volumes that compose the computational mesh. The resulting system of nonlinear algebraic equations are linearized using Newton`s method. Preconditioned Krylov subspace based iterative algorithms then solve these linear systems on each Newton iteration. Selected Krylov algorithms include the Arnoldi-based Generalized Minimal RESidual (GMRES) algorithm, and the Lanczos-based Conjugate Gradients Squared (CGS), Bi-CGSTAB, and Transpose-Free ...

1995-10-01

386

Using condition monitoring for maintenance, control of hydro plants  

Energy Technology Data Exchange (ETDEWEB)

Electric utilities are actively seeking ways of optimizing the economics of their operations by improving productivity and reducing time and money spent on maintenance. Iberdrola, a Spanish utility, is using advanced machine condition-monitoring technology to centralize control and maintenance of its hydropower projects as a means of achieving those goals. The company is using a blend of technologies to supervise their projects from a regional control center. The monitoring scheme makes use of data from on-line, machine-condition monitors, displays from in-plant audio asnd video equipment, and analysis from the control center`s SCADA system.

1994-12-31

387

Study of Single W production in e-gamma collisions through the decay lepton spectrum to probe gamma-WW couplings  

CERN Document Server

We investigate the effect of anomalous gamma-W-W couplings in e-gamma --> nu W through the angular and energy spectrum of the secondary leptons. Within the narrow-width approximation, a semi-analytical study of the secondary lepton energy-angle double distribution is considered. Utility of observables derived from this is demonstrated by considering the anomalous coupling, delta-kappa-gamma. Results of our investigation for typical ILC machine considered at Ecm = 300-1000 GeV re-affirms potential of this collider as a precision machine.

2011-01-01

388

Static frequency converters for adjustable-speed sets  

Energy Technology Data Exchange (ETDEWEB)

Recent research work on adjustable speed pumped storage plants conducted in Japan, the USA and Europe suggests that they have many advantages over fixed-speed plants, and can contribute to power system regulation even in pump mode. This paper describes two types of static frequency converter for such pumped storage plants, especially those with greatly fluctuating heads. The design characteristics and operation of the doubly fed induction machine and the synchronous machine with DC link converter are set out and the devices compared. (UK)

1995-06-01

389

Remote handling and robotics at the BNFL Sellafield reprocessing plant  

International Nuclear Information System (INIS)

As a direct result of its interest in the use of robotics within active plants, British Nuclear Fuels Ltd. (BNFL) has adopted a positive attitude toward both national and European initiatives in this area. During the early operation of the Sellafield reprocessing plant, the process vessels and cell voids were monitored using simple pole and camera combinations. In 1985, BNFL embarked on the provision of a series of machines intended to satisfy the advancing needs for inspection while increasing the level of expertise within the company in this important area. DIMAN 1, DIMAN 2, RODMAN, REPMAN, and RAFFMAN remote handling and robotic machines are described.

1990-11-11

390

Power system stabilizer design based on structured singular values  

Energy Technology Data Exchange (ETDEWEB)

In this paper, power system stabilizer design for multi-machine power systems is translated into an equivalent problem of decentralized controller design for Multi-Output Multi-Input (MIMO) control systems. Subject to a condition based on the structured singular values, each stabilizer can be designed independently. Within this general framework, the conventional stabilizer design methodology based on the concept of synchronous and damping torques is used to decide the design details of each stabilizer. The suggested design method is applied to a model of a practical 10 machine power system. (author)

1998-12-31

391

Leadership, communication and decision making in man-machine systems; Fuehrung, Kommunikation und Entscheidungsfindung in Mensch-Maschine-Systemen  

Energy Technology Data Exchange (ETDEWEB)

The contribution under consideration spans a wide curve from the first deadly accident of motorized aviation in the year 1908 up to newer tendencies of the so-called team resources management on observation points and control stations in order to pursue fundamental questions in man-machine systems. A continuous differentiation in the consideration of the factor human beings in complex technical systems is described. This is illustrated by the example of concepts for leadership, communication and decision making on observation points and control stations.

2008-07-01

392

Inter-process communication primitives for DSM multiprocessor  

Energy Technology Data Exchange (ETDEWEB)

A simple but powerful inter-process communication machine is presented for programming direct shared memory multiprocessor machines in medium and low level application areas and in particular, for the programming of embedded systems such as intelligent instrumentation and online controllers. The primitives are based on hoare's concept of tightly synchronised data transfer to provide mutual exclusion and synchronisation in a single mechanism. The design of these primitives is discussed with reference to a number of criteria considered appropriate to the application area and their implementation in the Cyba-M multi-microprocessor research is described. 10 references.

1981-01-01

393

Flowshop scheduling of deteriorating jobs on dominating machines  

British Library Electronic Table of Contents (United Kingdom)

In this paper we consider the general, no-wait and no-idle permutation flowshop scheduling problem with deteriorating jobs, i.e., jobs whose processing times are increasing functions of their starting times. We assume a linear deterioration function with identical increasing rates for all the jobs and there are some dominating relationships between the machines. We show that the problems to minimize the makespan and the total completion time remain polynomially solvable when deterioration is considered, although these problems are more complicated than their classical counterparts without deterioration.

2011-01-01

394

Experiences with distributing graphic software between processors  

Energy Technology Data Exchange (ETDEWEB)

Software to aid the distribution and coordination of tasks between different processors was developed to distribute applications written in Fortran. This development led to the discovery of problems unique to Fortran and to interesting practical solutions. Two graphical applications were distributed to a variety of machines and machine pairs: CDC 7600-LSI/11, CRAY-LSI/11, VAX 11/780, and Apollo. These distributions pointed out several parameters such as the use of Fortran COMMON, communication parameters, and processing capabilities that can affect the successful distribution of applications.

1982-01-01

395

Development of the alcohol waste processing equipment  

International Nuclear Information System (INIS)

In the experimental fast Reactor JOYO, gripper of Fuel Handling Machine and Ex-Vessel Transfer Machine that the sodium adhered is being washed with alcohol. This radioactive alcohol waste that was used to the washing is stored to the tank. If it is able to separate the alcohol and sodium in the alcohol waste it becomes possible to dispose of the alcohol waste. Japan Nuclear Institute and Fuji Electric Systems CO., LTD. Developed the device that adds carbonic acid gas to the alcohol waste and cause the sodium in the alcohol waste separated as carbonate and remove this carbonate by using the thin film evaporator. (author)

2004-11-01

396

Case study for the evaluation and selection of man-machine interface (MMI) software  

Energy Technology Data Exchange (ETDEWEB)

The authors evaluated three of the top man-machine interface (MMI) software systems. The main categories upon which they based their evaluation on were the following: operator interface; network and data distribution; input/output (I/O) interface; application development; alarms; real-time and historical trending; support, documentation, and training; processing tools (batch, recipe, logic); reports; custom interfacing; start-up/recovery; external database; and multimedia. They also present their MMI requirements and guidelines for the selection and evaluation of these MMI systems.

1996-06-01

397

Tree data structures for N-body simulation  

Energy Technology Data Exchange (ETDEWEB)

In this paper, we study data structures for use in N-body simulation. We concentrate on the spatial decomposition tree used in particle-cluster force evaluation algorithms such as the Barnes-Hut algorithm. We prove that a k-d tree is asymptotically inferior to a spatially balanced tree. We show that the worst case complexity of the force evaluation algorithm using a k-d tree is {Theta}(n log{sup 3} n log L) compared with {Theta}(n log L) for an oct-tree. (L is the separation ratio of the set of points.) We also investigate improving the constant factor of the algorithm, and present several methods which improve over the standard oct-tree decomposition. Finally, we consider whether or not the bounding box of a point set should be {open_quotes}tight{close_quotes}, and show that it is only safe to use tight bounding boxes for binary decompositions. The results are all directly applicable to practical ...

1996-12-31

398

Performance of Integrated Systems of Automated Roller Shade Systems and Daylight Responsive Dimming Systems  

Energy Technology Data Exchange (ETDEWEB)

Daylight responsive dimming systems have been used in few buildings to date because they require improvements to improve reliability. The key underlying factor contributing to poor performance is the variability of the ratio of the photosensor signal to daylight workplane illuminance in accordance with sun position, sky condition, and fenestration condition. Therefore, this paper describes the integrated systems between automated roller shade systems and daylight responsive dimming systems with an improved closed-loop proportional control algorithm, and the relative performance of the integrated systems and single systems. The concept of the improved closed-loop proportional control algorithm for the integrated systems is to predict the varying correlation of photosensor signal to daylight workplane illuminance according to roller shade height and sky conditions for improvement of the system accuracy. In this study, the performance of the ...

2010-07-08

399

Noise bias in the refinement of structures derived from single particles  

Energy Technology Data Exchange (ETDEWEB)

One of the main goals in the determination of three-dimensional macromolecular structures from electron microscope images of individual molecules and complexes (single particles) is a sufficiently high spatial resolution, about 4 A, at which the interpretation with an atomic model becomes possible. To reach high resolution, an iterative refinement procedure using an expectation maximization algorithm is often used that leads to a more accurate alignment of the positional and orientational parameters for each particle. We show here the results of refinement algorithms that use a phase residual, a linear correlation coefficient, or a weighted correlation coefficient to align individual particles. The algorithms were applied to computer-generated data sets that contained projections from model structures, as well as noise. The algorithms show different degrees of over-fitting, especially at high resolution ...

2004-12-15

400

Fluence-convolution broad-beam (FCBB) dose calculation  

International Nuclear Information System (INIS)

IMRT optimization requires a fast yet relatively accurate algorithm to calculate the iteration dose with small memory demand. In this paper, we present a dose calculation algorithm that approaches these goals. By decomposing the infinitesimal pencil beam (IPB) kernel into the central axis (CAX) component and lateral spread function (LSF) and taking the beam's eye view (BEV), we established a non-voxel and non-beamlet-based dose calculation formula. Both LSF and CAX are determined by a commissioning procedure using the collapsed-cone convolution/superposition (CCCS) method as the standard dose engine. The proposed dose calculation involves a 2D convolution of a fluence map with LSF followed by ray tracing based on the CAX lookup table with radiological distance and divergence correction, resulting in complexity of O(N"3) both spatially and temporally. This simple algorithm is orders of magnitude faster than the CCCS method. ...

2010-12-07

401

Feedback stabilisation of switched systems via iterative approximate eigenvector assignment  

CERN Document Server

This paper presents and implements an iterative feedback design algorithm for stabilisation of discrete-time switched systems under arbitrary switching regimes. The algorithm seeks state feedback gains so that the closed-loop switching system admits a common quadratic Lyapunov function (CQLF) and hence is uniformly globally exponentially stable. Although the feedback design problem considered can be solved directly via linear matrix inequalities (LMIs), direct application of LMIs for feedback design does not provide information on closed-loop system structure. In contrast, the feedback matrices computed by the proposed algorithm assign closed-loop structure approximating that required to satisfy Lie-algebraic conditions that guarantee existence of a CQLF. The main contribution of the paper is to provide, for single-input systems, a numerical implementation of the algorithm based on iterative approximate ...

2010-01-01

402

Dynamic Batch Bayesian Optimization  

CERN Document Server

Bayesian optimization (BO) algorithms try to optimize an unknown function that is expensive to evaluate using minimum number of evaluations/experiments. Most of the proposed algorithms in BO are sequential, where only one experiment is selected at each iteration. This method can be time inefficient when each experiment takes a long time and more than one experiment can be ran concurrently. On the other hand, requesting a fix-sized batch of experiments at each iteration causes performance inefficiency in BO compared to the sequential policies. In this paper, we present an algorithm that asks a batch of experiments at each time step t where the batch size p_t is dynamically determined in each step. Our algorithm is based on the observation that the sequence of experiments selected by the sequential policy can sometimes be almost independent from each other. Our algorithm identifies ...

2011-01-01

403

Statistical characterization of pitting corrosion process and life prediction  

International Nuclear Information System (INIS)

In order to prevent corrosion failures of machines and structures, it is desirable to know in advance when the corrosion damage will take place, and appropriate measures are needed to mitigate the damage. The corrosion predictions are needed both at development as well as operational stage of machines and structures. There are several forms of corrosion process through which varying degrees of damage can occur. Under certain conditions these corrosion processes at alone and in other set of conditions, several of these processes may occur simultaneously. For a certain type of machine elements and structures, such as gears, bearing, tubes, pipelines, containers, storage tanks etc., are particularly prone to pitting corrosion which is an insidious form of corrosion. The corrosion predictions are usually based on experimental results obtained from test coupons and/or field experiences of similar machines or ...

404

An empirical and computational method for performance evaluation of vertical axis wind energy capture system  

Science.gov (United States)

This Dissertation presents the author's investigation and development of a systematic method for evaluating the aerodynamic performance of Vertical Axis Wind Energy Capture Systems (WECS) apart from their electrical generation capability. The current standard method for specifying a wind energy machine is to discuss its rated power in kilowatts (or megawatts when capacity exceeds 100 kW). While this holistic method is effective for comparing machines it does not reveal the essential characteristics necessary for optimization of individual machine components. The method developed herein separates the performance characteristics of the WECS from the generation characteristics and isolates them for benchmarking and optimization. In order to develop an evaluation criterion, it was essential to evaluate and benchmark the current state of the art for wind energy capture. A thorough history of Vertical Axis Wind Turbine (VAWT) ...

2010-01-01

405

Accuracy of two heterogeneity dose calculation algorithms for IMRT in treatment plans designed using an anthropomorphic thorax phantom  

International Nuclear Information System (INIS)

With the advent of intensity-modulated radiation therapy (IMRT), the inclusion of heterogeneity corrections is further complicated by the conformal delivery of many small beams forming steep dose gradients. Radiation treatment planning has evolved to take into account even small changes in tissue density so that the dose to tumor can be further optimized. However, different treatment planning systems incorporate different heterogeneity correction algorithms, and it is unclear whether any of these algorithms are superior to others in terms of accurately predicting delivered radiation doses relative to measurement in a clinical setting. The purpose of this study was to determine the accuracy of heterogeneity dose calculations from two widely used IMRT treatment planning systems (Pinnacle and Corvus) against measurement. These two systems handle heterogeneity dose corrections by means of a collapsed-cone convolution superposition ...

2007-05-01

406

Lessons Learned from the Photovoltaic Manufacturing Technology/PV Manufacturing R&D and Thin Film PV Partnership Projects  

Energy Technology Data Exchange (ETDEWEB)

As the U.S. Department of Energy's (DOE's) Solar Energy Technologies Program initiates new cost-shared solar energy R&D under the Solar America Initiative (SAI), it is useful to analyze the experience gained from cost-shared R&D projects that have been funded through the program to date. This report summarizes lessons learned from two DOE-sponsored photovoltaic (PV) projects: the Photovoltaic Manufacturing Technology/PV Manufacturing R&D (PVMaT/PVMR&D) project and the Thin-Film PV Partnership project. During the past 10-15 years, these two projects have invested roughly $330 million of government resources in cost-shared R&D and leveraged another $190 million in private-sector PV R&D investments. Following a description of key findings and brief descriptions of the PVMaT/PVMR&D and Thin-Film PV Partnership projects, this report presents lessons learned from the projects.

2006-09-01

407

Lab-Tutorials for teaching quantum physics (Lab-Tutorials fuer den Quantenphysik Unterricht)  

CERN Document Server

English abstract: In the "Intuitive Quantum Physics" course, we use graphical interpretations of mathematical equations and qualitative reasoning to develop and teach a simplified model of quantum physics. Our course contains three units: Wave physics, Development of a conceptual toolbox, and quantum physics. It also contains three key themes: wave-particle duality, the Schroedinger equation, and tunneling of quantum particles. Students learn most new material in lab-tutorials in which students work in small groups (3 to 3 people) on specially designed worksheets. Lecture reinforces the lab-tutorial content and focuses more on issues about the nature of science. Data show that students are able to learn some of the most difficult concepts in the course, and also that students learn to believe that there is a conceptually accessible structure to the physics in the course. German abstract: Im Kurs "Intuitive Quantum Physics" ...

2006-01-01

408

Enhancement of science class in west central Alabama  

Energy Technology Data Exchange (ETDEWEB)

Although the primary mission of the Southeastern Fish Culture Laboratory is to conduct scientific research on the problems facing the aquaculture industry, other goals are technology transfer and education. Over the past two years, a successful educational outreach program has been established with a local middle school. After a letter extending educational support to the public schools was written to the Superintendent, one teacher with her many science students began making monthly trips to the facility in order to gain hands-on experience in aquaculture science. The county supports the effort by providing the bus transport of thirty miles round trip. Students conduct a long-term experiment in fish growth while also learning about waterfowl, the environment, and the aquaculture industry. They are engaged in projects involving some hands-on experience. This program was judged to be successful doe to: (a) participant number increased from fifty to eighty by the ...

1994-12-31

409

An example of use of SAT for NPP training OJT model  

International Nuclear Information System (INIS)

The non-licensed operator on the job training model presently considered for development and implementation at C.N. Almaraz (CNA) has the primary objective of imparting practical knowledge and skills to the trainee on a per system basis and specific to the job position. This model is somewhat different in scope from the OJT process used in U.S. stations because the learning process is not done on a task per task basis, but rather on the concept of learning collectively all the knowledge and skills required by the specific-system job. This model arose primarily from two thoughts. First, the knowledge and skills have been obtained from a detailed job and task analysis process which will result in the learning of many required knowledge and skills divided by three categories: components, systems and academics. Secondly, the OJT most commonly used in the U.S. requires that the respective station department administers and ...

1994-03-21

410

Universalizing Nine-Year Compulsory Education for Poverty Reduction in Rural China  

Science.gov (United States)

Lack of access to basic education leads to diminished individual and national capabilities, therewith furthering cycles of poverty. An equitable education system meeting basic learning needs represents not only a human right, but also a means for reducing poverty, promoting productivity, and sustaining development. The Government of China--the most populous developing nation, the majority of whose citizens live in rural areas--has been committed to universalizing nine-year compulsory education among school-aged children and eliminating illiteracy among youths and adults aged 15-45. This study examines lessons learned from China's efforts in these areas. It also reports on current challenges and trends in a new national initiative for achieving high-quality universal basic education by the year 2007.

2006-05-01

411

Toward a hybrid data mining model for customer retention  

British Library Electronic Table of Contents (United Kingdom)

The prevention of subscriber churn through customer retention is a core issue of Customer Relationship Management (CRM). By minimizing customer churn a company maximizes its profit. This paper proposes a hybridized architecture to deal with customer retention problems. It does so not only through predicting churn probability but also by proposing retention policies. The architecture works in two modes: learning and usage.In the learning mode, the churn model learner seeks potential associations from the subscriber database. This historical information is used to form a churn model. This mode also calls for a policy model constructor to use the attributes identified in the churn model to divide all `churners' into distinct groups. The policy model constructor is also responsible for develop...

2007-01-01

412

Teaching medicine and allied disciplines in the 21st century--lessons from Ireland on the continuing need for reform  

Energy Technology Data Exchange (ETDEWEB)

This article identifies the imperatives behind the need to move away from teaching based on the transmission of a lot of facts to teaching that enables students to become lifelong learners. It reminds us that the over-riding goal is an education process that maximizes the ability of teachers to teach well and of students to learn effectively. It argues that the necessary reform process can only be successful if the three components of an education programme--the curriculum, teaching strategies and assessment--are reformed simultaneously to ensure that each is designed to produce more effective teaching and learning. It points to the literature that tells us what we know about factors affecting student behaviour and, in particular, notes the crucial factor of student perception of the requirement of the assessment regime. It recommends that Biggs' model of constructive alignment is used as the organizing principle of continuing reform.

2005-02-01

413

Non-formal basic education as a development priority: Evidence from Nicaragua  

British Library Electronic Table of Contents (United Kingdom)

Almost 900m adolescents and adults are illiterate in the developing world, yet most policy discussions focus on the educational circumstances of primary aged children. As a result non-formal educational programs for adolescents and adults are given very little support, and this group is virtually ignored in international agreements such as the millennium declaration. This article presents the first serious attempt at evaluating the impact of a non-formal education program. Results show significant learning achievement over the academic year, as well as strong development impacts of the program in non-learning dimensions of participants' lives. These positive impacts, plus the significantly lower unit costs and self-targeted nature of the program provide strong evidence that this type of pr...

2009-01-01

414

Neural integrated control for a free-floating space robot with suddenly changing parameters  

British Library Electronic Table of Contents (United Kingdom)

Because the state of a free-floating space robot model is uncertain and sudden changes in the model parameters might undermine the stability of the system, this paper proposes a control strategy based on a variable structure neural integrated controller. This scheme does not need a precise space robot model, making use of the radial basis function neural network ability approach to learn about an uncertain model. The network weights are adjusted online in real-time. During the early period of the control phase and parameter changes, the variable structure controller compensates for the uncertain model which the neural network could not learn well. It also creates global asymptotic stability for the whole closed-loop system. Simulation results show that the controller can handle bad changea...

2011-01-01

415

Learning material defect patterns by separating mixtures of independent component analyzers from NDT sonic signals  

British Library Electronic Table of Contents (United Kingdom)

This paper introduces the application of independent component analysis mixture modelling (ICAMM) in non-destructive testing (NDT). The application consists of discriminating patterns for material quality control from homogeneous and defective materials inspected by impact-echo testing. This problem is modelled as a mixture of independent component analysis (ICA) models, representing a class of defective or homogeneous material by an ICA model whose parameters are learned from the impact-echo signal spectrum. These parameters define a kind of particular signature for the different defects. The proposed procedure is intended to exploit to the maximum the information obtained with the cost efficiency of only a single impact. To illustrate this capability, four levels of classification detail...

2010-01-01

416

Late Entry in Swedish Tertiary Education: Can the Opportunity of Lifelong Learning Promote Equality Over the Life Course?  

British Library Electronic Table of Contents (United Kingdom)

Abstract In this article, I investigate the relation between economic inequality and the decision to take up studies at the tertiary level late in life. Who exactly decides to enrol? Is it advantaged or disadvantaged groups in terms of current earnings rank, occupation, unemployment experience and social origin? Using unique register data of university applications and discrete time hazard regression models, the results show the likelihood of a late entry to be especially high for individuals who are disadvantaged to a moderate extent in terms of current earnings rank and also with some unemployment experience. Class differences in the transition to tertiary education decline with age. This suggests, with a moderate amount of simplification, that lifelong learning tends to promote both int...

2011-01-01

417

Improving osteoporosis care through multimodal interventions: insights from the University of Alabama at Birmingham Center for Education and Research on Therapeutics  

British Library Electronic Table of Contents (United Kingdom)

Despite the many advances in scientific research over the last several decades, cutting edge technologies and therapeutics often take many years to find their way into widespread use. The dissemination and uptake of best practices into clinical care is sometimes a neglected component of research that is essential to improve the population?s health. Type 2 translational research, sometimes called ?Proof in Practice Research,? seeks to maximize the yield of what has been learned from the bench and from carefully controlled clinical trials and to extend those benefits to a larger population. One aspect of type 2 translational research, sometimes called evidence implementation or implementation science, applies what has been learned about clinical medicine to achieve best practices across prov...

2011-01-01

418

How do mathematicians learn math?: resources and acts for constructing and understanding mathematics  

British Library Electronic Table of Contents (United Kingdom)

In this paper, we present an analytic framework for investigating expert mathematical learning as the process of building a network of mathematical resources by establishing relationships between different components and properties of mathematical ideas. We then use this framework to analyze the reasoning of ten mathematicians and mathematics graduate students that were asked to read and make sense of an unfamiliar, but accessible, mathematical proof in the domain of geometric topology. We find that experts are more likely to refer to definitions when questioning or explaining some aspect of the focal mathematical idea and more likely to refer to specific examples or instantiations when making sense of an unknown aspect of that idea. However, in general, they employ a variety of types of m...

2011-01-01

419

Experiencing mathematics classes: Ability grouping, gender and the selective development of participative identities  

British Library Electronic Table of Contents (United Kingdom)

Mathematics education reform emphasises the need to move away from transmission models of teaching to discursive classroom practices in which students negotiate and justify solutions to problems. This shift has potential, but not inevitable, implications for students' mathematical identities with respect to their sense of ownership and participation in mathematics as a creative activity, and is particularly pertinent in the UK context where ability grouping is prevalent. This paper presents an analysis of 13-15-year-old British pupils' accounts of learning and doing mathematics, and shows that the pedagogic practices of ability grouping do indeed play a major part in the development of participatory identities for some pupils but not for others. The data also show that learning is more tha...

2007-01-01

420

Dynamic neuronal ensembles: Issues in representing structure change in object-oriented, biologically-based brain models  

Energy Technology Data Exchange (ETDEWEB)

This paper describes the structure of dynamic neuronal ensembles (DNEs). DNEs represent a new paradigm for learning, based on biological neural networks that use variable structures. We present a computational neural element that demonstrates biological neuron functionality such as neurotransmitter feedback absolute refractory period and multiple output potentials. More specifically, we will develop a network of neural elements that have the ability to dynamically strengthen, weaken, add and remove interconnections. We demonstrate that the DNE is capable of performing dynamic modifications to neuron connections and exhibiting biological neuron functionality. In addition to its applications for learning, DNEs provide an excellent environment for testing and analysis of biological neural systems. An example of habituation and hyper-sensitization in biological systems, using a neural circuit from a snail is presented and discussed. This paper ...

1996-12-31

421

Constrained information maximization by free energy minimization  

British Library Electronic Table of Contents (United Kingdom)

In this paper we introduce free energy-based methods to constrain mutual information maximization, developed to realize competitive learning. The new method is introduced to simplify the computational procedures of mutual information and to improve the fidelity of representation and to stabilize learning. First, the free energy is effective in simplifying the computation procedures of mutual information because we need not directly compute mutual information, which needs heavy computation, but only deals with partition functions. With partition functions, computational complexity is significantly reduced. Second, fidelity to input patterns can be improved because training errors between input patterns and connection weights are implicitly incorporated. This means that mutual information is...

2011-01-01

422

Optimizing an analytical dose calculation algorithm for fast 2D calculations  

International Nuclear Information System (INIS)

Previously, an analytical dose calculation algorithm for MLC-based radiotherapy was developed and commissioned, which includes a detailed model of various MLC effects as a unique feature [1]. The algorithm was originally developed as an independent verification of the treatment planning system's dose calculation and it explicitly modeled spatial and depth dependent MLC effects such as interleaf transmission, the tongue-and-groove effect, rounded leaf ends, MLC scatter, beam hardening, and gradual MLC transmission fall-off with increasing off-axis distance. Originally the algorithm was implemented in Mathematica trademark (Wolfram). To speed up the calculation time and to be able to calculate high resolution 2D dose distributions within a reasonable time frame (<2 s) the algorithm needs to be optimized and to be embedded in a user friendly environment. To achieve this goal, the dose calculation model ...

423

Loading pattern optimization cooperatively using two new algorithms - 130  

International Nuclear Information System (INIS)

Loading pattern optimization (LPO) for a PWR in nuclear power plant contains three parts: fuel assembly location optimization, burnable poison placement optimization, and used fuel assembly orientation optimization. To solve the former two parts, this paper devises an innovative stochastic evolutionary algorithm-Interval Bound Algorithm (IBA), which can optimize fuel assembly location and burnable poison placement together. IBA just uses the fuel assembly's infinite multiplication factor to get rid of unfavorable patterns and to explore new promising solution space. To solve the last part, this paper applies Estimation of Distribution Algorithms (EDAs), which also belong to evolutionary algorithms. These three parts depend on each other, so it is better not to solve them separately. In order to optimize these parts in a coupled way, we use Symbiotic Co-evolutionary Algorithm (SCA) ...

2010-05-09

424

An iterative filtered backprojection inverse treatment planning algorithm for tomotherapy  

International Nuclear Information System (INIS)

Purpose: An inverse treatment planning algorithm for tomotherapy is described. Methods and Materials: The algorithm iteratively computes a set of nonnegative beam intensity profiles that minimizes the least-squares residual dose defined in the target and selected normal tissue regions of interest. At each iteration the residual dose distribution is transformed into a set of residual beam profiles using an inversion method derived from filtered backprojection image reconstruction theory. These 'residual' profiles are used to correct the current beam profile estimates resulting in new profile estimates. Adaptive filtering is incorporated into the inversion model so that the gross structure of the dose distribution is optimized during initial iterations of the algorithm, and the fine structure corresponding to edges is obtained at later iterations. A three dimensional, kernel based, convolution/superposition dose model is used ...

1995-07-15

425

A complete algorithm for synthesizing modular fixtures for polygonal parts  

Energy Technology Data Exchange (ETDEWEB)

Commercially-available nuclear fixturing systems typically include a square lattice of tapped and bushed holes with precision locating and clamping elements that can be rigidly attached to the lattice using dowel pins or expanding mandrels. Currently, human expertise is required to synthesize a suitable arrangements of these elements to hold a given part. Besides being time consuming, if the set of alternatives is not systematically explored, the designer may fail to find an acceptable fixture or may settle upon a suboptimal fixture. We consider a class of modular fixtures that prevent a part from translating or rotting in the plane using four point contacts on the part`s boundary. These fixtures are based on three round locators, each centered on a lattice point, and one translating clamp. We present an algorithm that accepts a polygonal part shape as input and synthesizes the set of all fixture designs that achieve form closure for the given part. The ...

1993-11-01

426

Comparison of dose calculation algorithms in phantoms with lung equivalent heterogeneities under conditions of lateral electronic disequilibrium  

International Nuclear Information System (INIS)

An extensive set of benchmark measurement of PDDs and beam profiles was performed in a heterogeneous layer phantom, including a lung equivalent heterogeneity, by means of several detectors and compared against the predicted dose values by different calculation algorithms in two treatment planning systems. PDDs were measured with TLDs, plane parallel and cylindrical ionization chambers and beam profiles with films. Additionally, Monte Carlo simulations by meansof the PENELOPE code were performed. Four different field sizes (10x10, 5x5, 2x2, and1x1 cm"2) and two lung equivalent materials (CIRS, #rho#_e"w=0.195 and St. Bartholomew Hospital, London, #rho#_e"w=0.244-0.322) were studied. The performance of four correction-based algorithms and one based on convolution-superposition was analyzed. The correction-based algorithms were the Batho, the Modified Batho, and the Equivalent TAR implemented in the Cadplan (Varian) treatment ...

2004-10-01

427

The VOISE Algorithm: a Versatile Tool for Automatic Segmentation of Astronomical Images  

CERN Document Server

The auroras on Jupiter and Saturn can be studied with a high sensitivity and resolution by the Hubble Space Telescope (HST) ultraviolet (UV) and far-ultraviolet (FUV) Space Telescope spectrograph (STIS) and Advanced Camera for Surveys (ACS) instruments. We present results of automatic detection and segmentation of Jupiter's auroral emissions as observed by HST ACS instrument with VOronoi Image SEgmentation (VOISE). VOISE is a dynamic algorithm for partitioning the underlying pixel grid of an image into regions according to a prescribed homogeneity criterion. The algorithm consists of an iterative procedure that dynamically constructs a tessellation of the image plane based on a Voronoi Diagram, until the intensity of the underlying image within each region is classified as homogeneous. The computed tessellations allow the extraction of quantitative information about the auroral features such as mean intensity, latitudinal and longitudinal ...

2009-01-01

428

The Application of Stochastic Optimization Algorithms to the Design of a Fractional-order PID Controller  

CERN Document Server

The Proportional-Integral-Derivative Controller is widely used in industries for process control applications. Fractional-order PID controllers are known to outperform their integer-order counterparts. In this paper, we propose a new technique of fractional-order PID controller synthesis based on peak overshoot and rise-time specifications. Our approach is to construct an objective function, the optimization of which yields a possible solution to the design problem. This objective function is optimized using two popular bio-inspired stochastic search algorithms, namely Particle Swarm Optimization and Differential Evolution. With the help of a suitable example, the superiority of the designed fractional-order PID controller to an integer-order PID controller is affirmed and a comparative study of the efficacy of the two above algorithms in solving the optimization problem is also presented.

2008-01-01

429

Test of a numerical optimization algorithm for obtaining cross sections for multiple collision processes from electron swarm data  

Energy Technology Data Exchange (ETDEWEB)

A numerical optimization technique is used to obtain low-energy momentum transfer, j = 0 [yields] 2 rotational and v = 0 [yields] vibrational sections from measured electron swarm data for parahydrogen. The downhill simplex algorithm is used to find cross sections that represent the best numerical fit to the measured electron drift velocity and characteristic energy over a range of E/N. These results, which are in excellent agreement with published cross sections derived using traditional swarm analysis techniques, demonstrates the feasibility of using automated computational algorithms for swarm analysis involving the estimation of multiple cross sections. (Author).

1993-02-14

430

Retrieval of chlorophyll a concentration from a fluorescence enveloped area using hyperspectral data  

British Library Electronic Table of Contents (United Kingdom)

It is acknowledged that fluorescence line height (FLH) algorithms are still hampered by the uncertainty of fluorescence peak position. The fluorescence peak moves to longer wavelengths with the increase of chlorophyll a concentration. In this article, the fluorescence enveloped area (FEA), which integrates the fluorescence height and the fluorescence peak position, was used to estimate the chlorophyll a concentration in the coastal waters of the Pearl River Estuary. The FEA algorithm was developed from in situ data of chlorophyll a concentration, total suspended matter (TSM) concentration and above-water remote sensing reflectance, which were collected at 37 sampling stations in the Pearl River Estuary during two cruises. The results showed that the FEA algorithm made a better estimation o...

2011-01-01

431

Quantum Particle Swarm Optimization for Electromagnetics  

CERN Document Server

A new particle swarm optimization (PSO) technique for electromagnetic applications is proposed. The method is based on quantum mechanics rather than the Newtonian rules assumed in all previous versions of PSO, which we refer to as classical PSO. A general procedure is suggested to derive many different versions of the quantum PSO algorithm (QPSO). The QPSO is applied first to linear array antenna synthesis, which is one of the standard problems used by antenna engineers. The performance of the QPSO is compared against an improved version of the classical PSO. The new algorithm outperforms the classical one most of the time in convergence speed and achieves better levels for the cost function. As another application, the algorithm is used to find a set of infinitesimal dipoles that produces the same near and far fields of a circular dielectric resonator antenna (DRA). In addition, the QPSO method is employed to find an ...

2006-01-01

432

Native Synthetic Imaging of Smoothed Particle Hydrodynamics density fields using gridless Monte Carlo Radiative Transfer  

CERN Document Server

An algorithm for creating synthetic telescope images of Smoothed Particle Hydrodynamics (SPH) density fields is presented, which utilises the adaptive nature of the SPH formalism in full. The imaging process uses Monte Carlo Radiative Transfer (MCRT) methods to model the scattering and absorption of photon packets in the density field, which then exit the system and are captured on a pixelated image plane, creating a 2D image (or a 3D datacube, if the photons are also binned by their wavelength). The algorithm is implemented on the density field directly: no gridding of the field is required, allowing the density field to be described to an identical level of accuracy as the simulations that generated it. Some applications of the method to star and planet formation simulations are presented to illustrate the advantages of this new technique, and suggestions as to how this framework could support a Radiative Equilibrium ...

2010-01-01

433

Mapping soil organic matter using the topographic wetness index: A comparative study based on different flow-direction algorithms and kriging methods  

British Library Electronic Table of Contents (United Kingdom)

Terrain attributes derived from digital elevation models have been used widely for mapping soil organic matter (SOM). Among these attributes, the topographic wetness index (TWI), an index for quantitatively indicating the balance between water accumulation and drainage conditions at the local scale, has been shown to correlate with SOM. However, TWIs used in most studies are calculated using a single-flow-direction (SFD) algorithm, which assumes that all water from a grid cell flows into only one neighboring cell. This assumption is not always valid, especially in areas with low relief where movement of water may be divergent. To overcome this SFD limitation, a multiple-flow-direction (MFD) algorithm has been developed, which distributes flow from a grid cell to several downslope neighbors...

2010-01-01

434

Innovative methods of correlation and orbit determination for space debris  

Science.gov (United States)

We propose two algorithms to provide a full preliminary orbit of an Earth-orbiting object with a number of observations lower than the classical methods, such as those by Laplace and Gauss. The first one is the Virtual debris algorithm, based upon the admissible region, that is the set of the unknown quantities corresponding to possible orbits for a given observation for objects in Earth orbit (as opposed to both interplanetary orbits and ballistic ones). A similar method has already been successfully used in recent years for the asteroidal case. The second algorithm uses the integrals of the geocentric 2-body motion, which must have the same values at the times of the different observations for a common orbit to exist. We also discuss how to account for the perturbations of the 2-body motion, e.g., the J 2 effect.

2010-06-01

435

Fundamental aspects of fault location algorithms used in distance protection  

Energy Technology Data Exchange (ETDEWEB)

Considers fundamental problems involved in the precise location of faults on high-voltage transmission lines. The influence of pre-fault load on the distance-to-fault measurement problem is analysed and a new method of accounting for load effects is presented. Two of the algorithms considered are precise, containing no simplifyng assumptions and their overall accuracy is limited only by the accuracy of digital impedance relays at both ends of the protected circuit. A third algorithm presents a new approach to the fault location problem, which requires digital impedance relays at one end only of a transmission line. The procedures described are applicable to any system arrangement and are suitable for a wide range of fault resistance values.

1986-09-01

436

Fermion determinants in lattice QCD  

CERN Document Server

The main topic of this thesis concerns efficient algorithms for the calculation of determinants of the kind of matrix typically encountered in lattice QCD. In particular an efficient method for calculating the fermion determinant is described. Such a calculation is useful to illustrate the effects of light dynamical (virtual) quarks. The methods employed in this thesis are stochastic methods, based on the Lanczos algorithm, which is used for the solution of large, sparse matrix problems via a partial tridiagonalisation of the matrix. Here an implementation is explored which requires less exhaustive treatment of the matrix than previous Lanczos methods. This technique exploits the analogy between the Lanczos tridiagonalisation algorithm and Gaussian quadrature in order to calculate the fermion determinant. A technique for determining a number of the eigenvalues of the matrix is also presented. A demonstration is then given ...

2001-01-01

437

Fault diagnosis on bottle filling plant using genetic-based neural network  

British Library Electronic Table of Contents (United Kingdom)

Timely detection of the pneumatic system problems is important in industry. Many techniques have been employed to solve this problem. In this paper, Genetic Algorithm (GA) based optimal configuration of neural networks is proposed for fault diagnostic of bottle filling systems. Back-propagation is used for neural networks algorithm. The back-propagation algorithm had six inputs and one output. A fitness function was designed to the minimize execution time of ANN model by keeping the number of hidden layer(s) and nodes as low as possible while the mean square error of estimated output error is minimized. The designed GA-ANN combination and the graphical user interface (GUI) eliminate the trial and error process for selection of the fastest and most accurate configuration. The performance of...

2011-01-01

438

Detection of Microcalcification in Mammograms Using Wavelet Transform and Fuzzy Shell Clustering  

CERN Document Server

Microcalcifications in mammogram have been mainly targeted as a reliable earliest sign of breast cancer and their early detection is vital to improve its prognosis. Since their size is very small and may be easily overlooked by the examining radiologist, computer-based detection output can assist the radiologist to improve the diagnostic accuracy. In this paper, we have proposed an algorithm for detecting microcalcification in mammogram. The proposed microcalcification detection algorithm involves mammogram quality enhancement using multirresolution analysis based on the dyadic wavelet transform and microcalcification detection by fuzzy shell clustering. It may be possible to detect nodular components such as microcalcification accurately by introducing shape information. The effectiveness of the proposed algorithm for microcalcification detection is confirmed by experimental results.

2010-01-01

439

Clustering Time Series Data Stream - A Literature Survey  

CERN Document Server

Mining Time Series data has a tremendous growth of interest in today's world. To provide an indication various implementations are studied and summarized to identify the different problems in existing applications. Clustering time series is a trouble that has applications in an extensive assortment of fields and has recently attracted a large amount of research. Time series data are frequently large and may contain outliers. In addition, time series are a special type of data set where elements have a temporal ordering. Therefore clustering of such data stream is an important issue in the data mining process. Numerous techniques and clustering algorithms have been proposed earlier to assist clustering of time series data streams. The clustering algorithms and its effectiveness on various applications are compared to develop a new method to solve the existing problem. This paper presents a survey on various clustering ...

2010-01-01

440

Authentication of byte sequences  

Energy Technology Data Exchange (ETDEWEB)

Algorithms for the authentication of byte sequences are described. The algorithms are designed to authenticate data in the Storage, Retrieval, Analysis, and Display (SRAD) Test Data Archive of the Radiation Effects and Testing Directorate (9100) at Sandia National Laboratories, and may be used in similar situations where authentication of stored data is required. The algorithms use a well-known error detection method called the Cyclic Redundancy Check (CRC). When a byte sequence is authenticated and stored, CRC bytes are generated and attached to the end of the sequence. When the authenticated data is retrieved, the authentication check consists of processing the entire sequence, including the CRC bytes, and checking for a remainder of zero. The error detection properties of the CRC are extensive and result in a reliable authentication of SRAD data.

1991-06-01

441

Application of unified Lyapunov control algorithm and mathematical demonstration for structure control  

British Library Electronic Table of Contents (United Kingdom)

This paper presents a new algorithm which is applicable in designing a smart damping system for vibration mitigation. The algorithm, which is extended into a unified system from Lyapunov stability theory, enables us to decrease the errors by its increased stability. The validity of this design method was proved in the experiment on a control model of three-storied building structure. Smart damper was used for MR (Magneto-Rheological fluid) damper in the experiment, and its control effectiveness was evaluated. In order to make a more accurate control model mathematically, we updated the model on the basis of the analysis of dynamic characteristics of structure and of the mathematical analysis of a lumped mass model, and then employed a state space model redefined by structural property matr...

2011-01-01

442

Application of FFT-based Algorithms for Large-Scale Universal Kriging Problems  

British Library Electronic Table of Contents (United Kingdom)

Looking at kriging problems with huge numbers of estimation points and measurements, computational power and storage capacities often pose heavy limitations to the maximum manageable problem size. In the past, a list of FFT-based algorithms for matrix operations have been developed. They allow extremely fast convolution, superposition and inversion of covariance matrices under certain conditions. If adequately used in kriging problems, these algorithms lead to drastic speedup and reductions in storage requirements without changing the kriging estimator. However, they require second-order stationary covariance functions, estimation on regular grids, and the measurements must also form a regular grid. In this study, we show how to alleviate these rather heavy and many times unrealistic restr...

2009-01-01

443

An efficient algorithm for the design of decentralized output feedback power system stabilizer  

Science.gov (United States)

A new algorithm for the design of decentralized output feedback stabilizers for large-scale electric power systems is presented in this paper. In the proposed approach, the generators which are most effective for stabilizer applications are first identified by using participation factors. Then an efficient algorithm based on decentralized pole assignment is proposed for the determination of the parameters of the power system stabilizers which, due to the difficulty associated with the communication among the geographically dispersed generating stations in a large power system, are essentially decentralized compensators using local generator outputs as their feedback signals. The proposed method is computationally efficient and can be applied to any large-scale system. The simplicity and effectiveness of the proposed method are demonstrated by an example of stabilizer design for a practical power system.

1988-08-01

444

A new artificial bee swarm algorithm for optimization of proton exchange membrane fuel cell model parameters  

British Library Electronic Table of Contents (United Kingdom)

An appropriate mathematical model can help researchers to simulate, evaluate, and control a proton exchange membrane fuel cell (PEMFC) stack system. Because a PEMFC is a nonlinear and strongly coupled system, many assumptions and approximations are considered during modeling. Therefore, some differences are found between model results and the real performance of PEMFCs. To increase the precision of the models so that they can describe better the actual performance, optimization of PEMFC model parameters is essential. In this paper, an artificial bee swarm optimization algorithm, called ABSO, is proposed for optimizing the parameters of a steady-state PEMFC stack model suitable for electrical engineering applications. For studying the usefulness of the proposed algorithm, ABSO-based results...

2011-01-01

445

An innovative apparatus provided with a cutting auger for producing short logs for biomass energy from fast-growing tree species  

Energy Technology Data Exchange (ETDEWEB)

This paper reported on a new cutting mechanism that cuts fresh wood into small pieces instead of wood chips in order to avoid the problem of fermentation that occurs in storage. The prototype cutting device performs a gradual and oblique cut. It consists of a large auger in which a knife is inserted on the outer edge of the helicoid. Tree trunks up to 20 cm in diameter are fed perpendicularly into the machine and are pushed along the axis where slices are cut off against a fixed sharp-edged counter blade. The cylinder enclosing the auger is the main frame of the machine, and is closed at one end, where a heavy flywheel delivers the energy coming from the tractor's power take-off (PTO). The wood pieces ranging in length from 4 to 19 cm exit through the opposite end. The auger is 700 mm in diameter with a 300 mm pitch spacing. The logs are pushed into the machine by counter-rotating rollers placed in the feed funnel. ...

2010-07-01

446

iWork '09 The Missing Manual  

CERN Document Server

With iWork '09: The Missing Manual, you'll quickly learn everything you need to know about Apple's incredible productivity programs, including the Pages word-processor, the Numbers spreadsheet, and the Keynote presentation program that Al Gore and Steve Jobs made famous. This book gives you crystal-clear and jargon-free explanations of iWork's capabilities, advantages, and limitations to help you produce stunning documents and cinema-quality digital presentations in no time.

2009-01-01

447

Water Topics | Laws and Regulations | US EPA  

Wastenet

...Disinfection Byproducts, Mercury, Lead, Copper, Arsenic ,Pathogens,Radionuclides,Drinking Water Contaminants,Microbial Pathogens,Fertilizer, Water Topics | Laws and Regulations | US EPA Jump to main content A-Z Index Advanced Search What are you looking for? Learn the Issues Science & Technology Laws &...

448

Use of (high temperature) ammoniated citric acid for boiler chemical cleaning  

Energy Technology Data Exchange (ETDEWEB)

Georgia Power`s primary boiler cleaning solvent in the past has been hydrochloric acid. Citric acid has recently been used on two boilers in an effort to move to a safer and more environmentally acceptable cleaning solvent. As with any change, there is a learning curve and the (new) cleaning process has to be proven with regard to process consistency and cleaning effectiveness. This paper describes our experiences with citric acid along with comparisons of past hydrochloric acid cleanings.

1995-01-01

449

The Joint Convention on the Safety of Spent fuel Management and on the safety of Radioactive Waste Management: A UK Regulator's Perspective  

International Nuclear Information System (INIS)

The UK fully supports the objective of the Joint Convention on the Safety of Spent Fuel Management and on the Safety of Radioactive Waste Management to achieve and maintain a high level of safety worldwide in spent fuel and radioactive waste management, through the enhancement of national measures and international co-operation, including where appropriate, safety-related co-operation. The UK's Health and Safety Executive, through its Nuclear Safety Directorate (NSD), has been committed to the Convention since the initial negotiations to set up the Convention and provided the president of the first review meeting in 2003. It would be wrong of any nation to believe that they have all the best solutions to managing spent fuel and radioactive waste. The process of compiling reports for the Convention review meetings provides a structured process through which every contracting party can review its provisions against a common set of standards and identify for itself possible areas of ...

450

TR-AP-72-5 JUNE 30, 1972 CHRYSLER - NASA Technical Reports Server  

Science.gov (United States)

COMHOM/TANKF/ Fl ,F8 ,F3 ,F4,F5 ,F6,F7 ,F8,F9 ,F1D,F11 ,FI2,F13 ,F14. ...... The cumulative average learning curve exponent ...

451

NAME=\\  

Wastenet

... I worked on the Young City Farmers course in 2008, where I was voted the best-spoken bus driver and teacher the participants had ever had!! I am a representative of the University for widening participation and outreach, for my enthusiasm, communication and personal skills. I look forward to meeting you, welcoming you to the College and helping with your learning and progression. Sam Parkes Hi I'm ...

452

Massive Stars in the Local Group: Star Formation and Stellar Evolution  

CERN Document Server

The galaxies of the Local Group that are currently forming stars can serve as our laboratories for understanding star formation and the evolution of massive stars. In this talk I will summarize what I think we've learned about these topics over the past few decades of research, and briefly mention what I think needs to happen next.

2003-01-01

453

Learning Online Social Support: An Investigation of Network Information Technology Based on UTAUT  

British Library Electronic Table of Contents (United Kingdom)

ABSTRACT Extending the unified theory of acceptance and use of technology (UTAUT) model, this study postulates a model of online social support. The model is empirically tested using data from undergraduates in Taiwan regarding their usage of instant messaging (IM). The test results indicate that all model paths are significant, except that the path between online social support and facilitating conditions is insignificant. This study offers limitations and implications.

2008-01-01

454

Fundamentals of polymeric materials  

Energy Technology Data Exchange (ETDEWEB)

The polymer industry is a young industry that has undergone tremendous growth and change over the last sixty years. Many important discoveries in polymer science have been accidental. Most of the learning has been by trial and error and most of the understanding is still basically empirical--make a polymer material or compound and then put it to the test to study what it is and how it performs. This article provides an overview of what polymers and polymer compounds are, why they behave as they do, and it discusses several examples of failures of rubber and plastic components.

1998-12-31

455

Density of Different Substances 7th Grade Standard I Obj. 2  

Science.gov (United States)

In this lesson you will learn about density and why some things float and others sink. Imagine you and a friend are on a camping trip. As you walk along a stream, your friend notices some shiny gold rocks. You pick them up wondering if they are real gold nuggets. Your friend remembers there is a mineral that looks like gold, "fools gold", or pyrite. The density of ...

2008-11-07

456

Density Currents  

Science.gov (United States)

In this activity, students will make a turbidity current. They will discover how fluids of differing densities interact with one another, learn some ways the densities of fluids can be changed and observe how density currents transport and deposit tremendous amounts of sediment in lakes and in the ocean. Additional options allow students to create and observe different kinds of density currents.

457

Delta Design Team - NASA Technical Reports Server  

Science.gov (United States)

F6.1,5X,F4.2,7X,F9.4,6X,F9.4,6X,F9.2,2X,. F8.2). ENDIF. 100 CONTINUE ...... When estimated the cost of producing many craft a learning curve serves as a ...

458

DECOVALEX - Mathematical models of coupled T-H-M processes for nuclear waste repositories. Report of phase III  

Energy Technology Data Exchange (ETDEWEB)

This report presents the methodologies and results of the field/laboratory experiments and mathematical modeling defined for the phase III of the project. Results from test cases 2-6 are given in separate chapters of the report (which have been indexed separately), and the last chapter discusses the lessons learned from the three phases of the DECOVALEX project.

1995-12-01

459

Behavioral Stress May Increase the Rewarding Valence of Cocaine-Associated Cues Through a Dynorphin/?-Opioid Receptor-Mediated Mechanism without Affecting Associative Learning or Memory Retrieval Mechanisms  

UK PubMed Central (United Kingdom)

Stress exposure increases the risk of addictive drug use in human and animal models of drug addiction by mechanisms that are not completely understood. Mice subjected to repeated forced swim stress...Full Text Available

2010-08-01

460

An Alternative for Assessing Problem-Solving Skills: The Overall Test.  

Science.gov (United States)

Three studies were conducted on the validity of instruments adopted for student assessment in problem-based learning at the Maastricht School of Economics and Business Administration (the Netherlands). Results with 109 students suggest the importance of the breadth and depth of the student's knowledge profile and the extent to which the knowledge is usable. (SLD)

1996-12-01

461

A single early life seizure impairs short-term memory but does not alter spatial learning, recognition memory, or anxiety  

UK PubMed Central (United Kingdom)

The impact of a single seizure on cognition remains controversial. We hypothesized that a single early life seizure (sELS) on rat post-natal day (P) 7 would alter only hippocampal-dependent...Full Text Available

2008-11-01

462

WorId Ocean Circulation Experiment - OceanESIP - NASA  

Science.gov (United States)

period T. Also shown is the returned chirp from a specular reflector at ...... algorithms is a Brown (1977) model of the return waveform, which assumes a ...... Townsend, W.F., 1980: An initial assessment of the performance achieved by ...

463

Tissue Heterogeneity in IMRT Dose Calculation for Lung Cancer  

International Nuclear Information System (INIS)

The aim of this study was to evaluate the differences in accuracy of dose calculation between 3 commonly used algorithms, the Pencil Beam algorithm (PB), the Anisotropic Analytical Algorithm (AAA), and the Collapsed Cone Convolution Superposition (CCCS) for intensity-modulated radiation therapy (IMRT). The 2D dose distributions obtained with the 3 algorithms were compared on each CT slice pixel by pixel, using the MATLAB code (The MathWorks, Natick, MA) and the agreement was assessed with the ? function. The effect of the differences on dose-volume histograms (DVHs), tumor control, and normal tissue complication probability (TCP and NTCP) were also evaluated, and its significance was quantified by using a nonparametric test. In general PB generates regions of over-dosage both in the lung and in the tumor area. These differences are not always in DVH of the lung, although the Wilcoxon test indicated ...

2011-01-01

464

Technical note: A physical phantom for assessment of accuracy of deformable alignment algorithms  

International Nuclear Information System (INIS)

The purpose of this study was to investigate the feasibility of a simple deformable phantom as a QA tool for testing and validation of deformable image registration algorithms. A diagnostic thoracic imaging phantom with a deformable foam insert was used in this study. Small plastic markers were distributed through the foam to create a lattice with a measurable deformation as the ground truth data for all comparisons. The foam was compressed in the superior-inferior direction using a one-dimensional drive stage pushing a flat 'diaphragm' to create deformations similar to those from inhale and exhale states. Images were acquired at different compressions of the foam and the location of every marker was manually identified on each image volume to establish a known deformation field with a known accuracy. The markers were removed digitally from corresponding images prior to registration. Different image registration algorithms were tested using ...

2007-07-01

465

Quantum computing for physics research  

Energy Technology Data Exchange (ETDEWEB)

Quantum computers hold great promises for the future of computation. In this paper, this new kind of computing device is presented, together with a short survey of the status of research in this field. The principal algorithms are introduced, with an emphasis on the applications of quantum computing to physics. Experimental implementations are also briefly discussed.

2006-04-01

466

Quantifying the accuracy of automated structure segmentation in 4D CT images using a deformable image registration algorithm  

UK PubMed Central (United Kingdom)

Four-dimensional (4D) radiotherapy is the explicit inclusion of the temporal changes in anatomy during the imaging, planning, and delivery of radiotherapy. One key component of 4D radiotherapy planning...Full Text Available

2008-04-01

467

QSAR Studies of Copper Azamacrocycles and Thiosemicarbazones  

UK PubMed Central (United Kingdom)

Genetic algorithms (GA) were used to develop specific copper metal-ligand force field parameters for the MM3 force field, from a combination of crystallographic structures and ab initio...Full Text Available

2005-08-25

468

Performance evaluation of an automatic anatomy segmentation algorithm on repeat or four-dimensional CT images using a deformable image registration method  

UK PubMed Central (United Kingdom)

PurposeAuto-propagation of anatomical region-of-interests (ROIs) from the planning CT to daily CT is an essential step in image-guided adaptive radiotherapy. The...Full Text Available

2008-09-01

469

Optimality parameter of Korobov parallelepipedal grids for cubature formulas  

British Library Electronic Table of Contents (United Kingdom)

When multiple integrals are approximately evaluated using Korobov cubature formulas, it is necessary to introduce a parameter characterizing the uniform distribution of the grid nodes. A new parameter for Korobov parallelepipedal grids is proposed, and an algorithm for its computation is described.

2011-01-01

470

Observatory: Cluster FM5 (Rumba) - SPASE Resource Description  

Science.gov (United States)

Feb 7, 2011 ... The potentials of the spherical sensor and nearby conductors are controlled ... Incoming data are continuously monitored by algorithms in the software ... together with FM8 (Tango) by a Soyuz-Fregat rocket from Baikonur. ...

471

Objective assessment of deformable image registration in radiotherapy: A multi-institution study  

UK PubMed Central (United Kingdom)

The looming potential of deformable alignment tools to play an integral role in adaptive radiotherapy suggests a need for objective assessment of these complex algorithms. Previous studies in this area...Full Text Available

2008-12-01

472

Mapping the Spatiotemporal Dynamics of Calcium Signaling in Cellular Neural Networks Using Optical Flow  

UK PubMed Central (United Kingdom)

An optical flow gradient algorithm was applied to spontaneously forming networks of neurons and glia in culture imaged by fluorescence optical microscopy in order to map functional calcium signaling...Full Text Available

2010-08-01

473

Improving the Arabidopsis genome annotation using maximal transcript alignment assemblies  

UK PubMed Central (United Kingdom)

The spliced alignment of expressed sequence data to genomic sequence has proven a key tool in the comprehensive annotation of genes in eukaryotic genomes. A novel algorithm was developed to assemble...Full Text Available

2003-10-01

474

Federated sigma point filter for multi-sensor attitude and rate estimation of spacecraft  

Science.gov (United States)

High precision, fast computation speed, as well as a good capability of fault tolerant and reconstruction are required more and more for spacecraft attitude determination system. To realize the above requirement, an approach was presented to the synthesis of federated filters using sigma point technique. In this algorithm, the sigma point technique brought the algorithm a high precision, while the federated structure significantly enhanced the filters' capability of multi-rate information fusion, fault tolerance, and system modularity. Within consideration of computation consumption, a simple information-sharing formulation was derived to adapt to the special property of sigma point distribution, and a dynamical information sharing strategy for multi-rate fusion was developed. A numerical simulation example was employed to give the algorithm a test, where the simulated system contained a suit of gyroscopes; a three-axis ...

2008-11-01

475

Fast, Scalable, Bayesian Spike Identification for Multi-Electrode Arrays  

UK PubMed Central (United Kingdom)

We present an algorithm to identify individual neural spikes observed on high-density multi-electrode arrays (MEAs). Our method can distinguish large numbers of distinct neural units, even when spikes...Full Text Available

476

Data Compression on Zero Suppressed High Energy Physics Data  

CERN Document Server

Future High Energy Physics experiments will produce unprecedented data volumes (up to 1 GB/s [1]). In most cases it will be impossible to analyse these data in real time and they will have to be stored on durable mostly magnetic linear media (e.g. tapes) for later analysis. This threatens to become a major cost factor for the running of these experiments. Here we present some ideas developed together with the Institute of Computer Graphics, Department for Algorithms and Programming on how this volume and the related cost can be reduced significantly. The algorithms presented are not general ones but aimed in particular to physics experiments data. Taking advantage of the knowledge of the data they are highly superior to general ones (Huffman, LZW, arithmetic coding) both in compression rate but more importantly in speed as to keep up with the output rate to modern tape drives. Above standard algorithms are, however, used ...

1996-01-01

477

Computational Challenges in miRNA Target Predictions: To Be or Not to Be a True Target?  

UK PubMed Central (United Kingdom)

All microRNA (miRNA) target—finder algorithms return lists of candidate target genes. How valid is that output in a biological setting? Transcriptome analysis has proven to be a useful approach...Full Text Available

2009-01-01

478

Complete convergence of message passing algorithms for some satisfiability problems  

CERN Document Server

Experimental results show that certain message passing algorithms, namely, Survey Propagation, are very effective in finding satisfying assignments for random satisfiable 3CNF formulas which are considered hard for other SAT heuristics. Unfortunately, rigorous understanding of this phenomena is still lacking. In this paper we make a modest step towards providing rigorous explanation for the effectiveness of message passing algorithms. We analyze the performance of Warning Propagation, a popular message passing algorithm that is simpler than Survey Propagation. We show that for 3CNF formulas drawn from a certain distribution over random satisfiable 3CNF formulas, commonly referred to as the planted-assignment distribution, running Warning Propagation in the standard way (run message passing until convergence, simplify the formula according to the resulting assignment, and satisfy the remaining subformula, if necessary, using ...

2008-01-01

479

Clinical Correlates to Laboratory Measures for use in Non-Contact Anterior Cruciate Ligament Injury Risk Prediction Algorithm  

UK PubMed Central (United Kingdom)

BackgroundProspective measures of high knee abduction moment during landing identify female athletes at high risk for non-contact anterior cruciate ligament injury....Full Text Available

2010-08-01

480

Assessment and Refinement of Real-Time Travel Time Algorithms for Use in Practice, Phase II.  

Science.gov (United States)

The Federal Highway Administration (FHWA) has put a high priority on the use of existing dynamic message signs (DMS) to provide travel time estimates to the public. The Oregon Department of Transportation (ODOT) has three DMS in the Portland metropolitan ...

2011-01-01

481

Artificial neural network alarm method based on signal time-frequency characteristics  

International Nuclear Information System (INIS)

On the problem of alarm when parts are falling in nuclear power plant, the artificial neural network (ANN) alarm method based on the signal time-frequency characteristics was developed. The method was realized by the improved BP algorithm, and demonstrated with the data from simulation experiments

1998-06-01

482

An efficient hybrid evolutionary algorithm based on PSO and HBMO algorithms for multi-objective Distribution Feeder Reconfiguration  

International Nuclear Information System (INIS)

This paper introduces a robust searching hybrid evolutionary algorithm to solve the multi-objective Distribution Feeder Reconfiguration (DFR). The main objective of the DFR is to minimize the real power loss, deviation of the nodes' voltage, the number of switching operations, and balance the loads on the feeders. Because of the fact that the objectives are different and no commensurable, it is difficult to solve the problem by conventional approaches that may optimize a single objective. This paper presents a new approach based on norm3 for the DFR problem. In the proposed method, the objective functions are considered as a vector and the aim is to maximize the distance (norm2) between the objective function vector and the worst objective function vector while the constraints are met. Since the proposed DFR is a multi objective and non-differentiable optimization problem, a new hybrid evolutionary algorithm (EA) based on the combination of the ...

2009-08-01

483

An Aggregate Dynamic Stochastic Model for an Air Traffic System  

Science.gov (United States)

processes, we construct a stochastic dynamic model for air- craft counts in ... Also , queueing models for the arrival of aircraft at ... A queueing model has also been used to study ...... Assignment and Aircraft-Sequencing Algorithms in Terminal ...

484

Adaptation of a cubic smoothing spline algortihm for multi-channel data stitching at the National Ignition Facility  

Energy Technology Data Exchange (ETDEWEB)

Some diagnostics at the National Ignition Facility (NIF), including the Gamma Reaction History (GRH) diagnostic, require multiple channels of data to achieve the required dynamic range. These channels need to be stitched together into a single time series, and they may have non-uniform and redundant time samples. We chose to apply the popular cubic smoothing spline technique to our stitching problem because we needed a general non-parametric method. We adapted one of the algorithms in the literature, by Hutchinson and deHoog, to our needs. The modified algorithm and the resulting code perform a cubic smoothing spline fit to multiple data channels with redundant time samples and missing data points. The data channels can have different, time-varying, zero-mean white noise characteristics. The method we employ automatically determines an optimal smoothing level by minimizing the Generalized Cross Validation (GCV) score. In order to automatically ...

2010-12-28

485

A non-local approach for image super-resolution using intermodality priors ?  

UK PubMed Central (United Kingdom)

Image enhancement is of great importance in medical imaging where image resolution remains a crucial point in many image analysis algorithms. In this paper, we investigate brain hallucination...Full Text Available

2010-08-01

486

A new method for 2D gel spot alignment: application to the analysis of large sample sets in clinical proteomics  

UK PubMed Central (United Kingdom)

BackgroundIn current comparative proteomics studies, the large number of images generated by 2D gels is currently compared using spot matching algorithms. Unfortunately, differences...Full Text Available

487

A global optimization algorithm for protein surface alignment  

UK PubMed Central (United Kingdom)

BackgroundA relevant problem in drug design is the comparison and recognition of protein binding sites. Binding sites recognition is generally based on geometry often combined with...Full Text Available

488

A faster pedigree-based generalized multifactor dimensionality reduction method for detecting gene-gene interactions  

UK PubMed Central (United Kingdom)

We proposed a faster pedigree-based generalized multifactor dimensionality reduction algorithm, called PedG-MDR II (PII), to detect gene-gene interactions underlying complex traits. Inherited...Full Text Available

2011-01-01

489

A Systematic Framework for the Construction of Optimal Complete Complementary Codes  

CERN Document Server

The complete complementary code (CCC) is a sequence family with ideal correlation sums which was proposed by Suehiro and Hatori. Numerous literatures show its applications to direct-spread code-division multiple access (DS-CDMA) systems for inter-channel interference (ICI)-free communication with improved spectral efficiency. In this paper, we propose a systematic framework for the construction of CCCs based on $N$-shift cross-orthogonal sequence families ($N$-CO-SFs). We show theoretical bounds on the size of $N$-CO-SFs and CCCs, and give a set of four algorithms for their generation and extension. The algorithms are optimal in the sense that the size of resulted sequence families achieves theoretical bounds and, with the algorithms, we can construct an optimal CCC consisting of sequences whose lengths are not only almost arbitrary but even variable between sequence families. We also discuss the family size, alphabet size, ...

2010-01-01

490

A BPF-FBP tandem algorithm for image reconstruction in reverse helical cone-beam CT  

UK PubMed Central (United Kingdom)

Purpose: Reverse helical cone-beam computed tomography (CBCT) is a scanning configuration for potential applications in image-guided radiation therapy in which an accurate anatomic image...Full Text Available

2010-01-01

491

Accuracy of patient dose calculation for lung IMRT: A comparison of Monte Carlo, convolution/superposition, and pencil beam computations  

International Nuclear Information System (INIS)

The accuracy of dose computation within the lungs depends strongly on the performance of the calculation algorithm in regions of electronic disequilibrium that arise near tissue inhomogeneities with large density variations. There is a lack of data evaluating the performance of highly developed analytical dose calculation algorithms compared to Monte Carlo computations in a clinical setting. We compared full Monte Carlo calculations (performed by our Monte Carlo dose engine MCDE) with two different commercial convolution/superposition (CS) implementations (Pinnacle-CS and Helax-TMS's collapsed cone model Helax-CC) and one pencil beam algorithm (Helax-TMS's pencil beam model Helax-PB) for 10 intensity modulated radiation therapy (IMRT) lung cancer patients. Treatment plans were created for two photon beam qualities (6 and 18 MV). For each dose calculation algorithm, patient, and beam quality, the ...

2006-09-01

492

Terascale Optimal PDE Simulations (TOPS) Center  

Energy Technology Data Exchange (ETDEWEB)

Our work has focused on the development and analysis of domain decomposition algorithms for a variety of problems arising in continuum mechanics modeling. In particular, we have extended and analyzed FETI-DP and BDDC algorithms; these iterative solvers were first introduced and studied by Charbel Farhat and his collaborators, see [11, 45, 12], and by Clark Dohrmann of SANDIA, Albuquerque, see [43, 2, 1], respectively. These two closely related families of methods are of particular interest since they are used more extensively than other iterative substructuring methods to solve very large and difficult problems. Thus, the FETI algorithms are part of the SALINAS system developed by the SANDIA National Laboratories for very large scale computations, and as already noted, BDDC was first developed by a SANDIA scientist, Dr. Clark Dohrmann. The FETI algorithms are also making inroads in commercial ...

2007-07-09

493

Scaling and performance of a 3-D radiation hydrodynamics code on message-passing parallel computers: final report  

Energy Technology Data Exchange (ETDEWEB)

This report details an investigation into the efficacy of two approaches to solving the radiation diffusion equation within a radiation hydrodynamic simulation. Because leading-edge scientific computing platforms have evolved from large single-node vector processors to parallel aggregates containing tens to thousands of individual CPU's, the ability of an algorithm to maintain high compute efficiency when distributed over a large array of nodes is critically important. The viability of an algorithm thus hinges upon the tripartite question of numerical accuracy, total time to solution, and parallel efficiency.

1999-10-28

494

Optimal generation planning for a thermal system with pumped-storage based on analytical production costing model  

Energy Technology Data Exchange (ETDEWEB)

This paper presents a new algorithm for the optimal long-range generation planning for a thermal system with pumped-storage plants. The algorithm is based upon the analytical production costing model developed under the assumption of Gaussian probabilistic distribution of random load fluctuations and plant outages. The optimization problem consists of the master problem to determine the annual investment, and the pumped-storage subproblem to determine the optimal pumped-storage operation. The master problem is formulated as a Hamiltonian minimization problem, and the pumped-storage subproblem is solved using the concept of peak-shaving operation on the original load curve.

1986-01-01

495

Optimal generation planning for a thermal system with pumped-storage based on analytical production costing model  

Energy Technology Data Exchange (ETDEWEB)

This paper presents a new algorithm for the optimal long-range generation planning for a thermal system with pumped-storage plants. The algorithm is based upon the analytical production costing model developed under the assumption of Gaussian probabilistic distribution of random load fluctuations and plant outages. The optimization problem consists of the master problem to determine the annual investment, and the pumped-storage subproblem to determine the optimal pumped-storage operation. The master problem is formulated as a Hamiltonian minimization problem, and the pumped-storage subproblem is solved using the concept of peak-shaving operation on the original load curve.

1987-05-01

496

Optimal Parameter Selection of Power System Stabilizer using Genetic Algorithm  

Energy Technology Data Exchange (ETDEWEB)

In this paper, it is suggested that the selection method of optimal parameter of power system stabilizer (PSS) with robustness in low frequency oscillation for power system using real variable elitism genetic algorithm (RVEGA). The optimal parameters were selected in the case of power system stabilizer with one lead compensator, and two lead compensator. Also, the frequency responses characteristics of PSS, the system eigenvalues criterion and the dynamic characteristics were considered in the normal load and the heavy load, which proved usefulness of RVEGA compare with Yu's compensator design theory. (author). 20 refs., 15 figs., 8 tabs.

1999-06-01

497

An algorithm for scheduling a large pumped storage plant  

Energy Technology Data Exchange (ETDEWEB)

The Michigan Electric Coordination Center (MEPCC), operated by Consumers Power and Detroit Edison Companies, has the responsibility for scheduling the Ludington pumped storage plant. Ludington has an extremely large economic effect on the Consumers Power and Detroit Edison Companies' system due to its size (over 1800 MW net demonstrated generating capability). This paper presents a dynamic programming algorithm for scheduling large pumped storage plants and shows how this method can be coordinated with the commitment of the thermal units of the system.

1985-08-01

498

Algorithm for assessment of mean annual gonad dose and genetically significant dose from the data of personal dosimetry  

International Nuclear Information System (INIS)

During one year more than 40,000 items of information on radiation exposure of personnel involved in the handling of radiation sources and more than 5,000,000 items on irradiation of other people are collected in the authors' laboratory. Considerable progress in assessment of mean annual gonad dose of genetically sifnificant dose was attained by means of an algorithm for a personal computer. This simple and inexpensive system has led to a higher accuracy in the application of protective measures. (author).

1985-10-22

499

Acceleration Control in Nonlinear Vibrating Systems based on Damped Least Squares  

CERN Document Server

A discrete time control algorithm using the damped least squares is introduced for acceleration and energy exchange controls in nonlinear vibrating systems. It is shown that the damping constant of least squares and sampling time step of the controller must be inversely related to insure that vanishing the time step has little effect on the results. The algorithm is illustrated on two linearly coupled Duffing oscillators near the 1:1 internal resonance. In particular, it is shown that varying the dissipation ratio of one of the two oscillators can significantly suppress the nonlinear beat phenomenon.

2011-01-01

500

A new reconfiguration scheme for voltage stability enhancement of radial distribution systems  

International Nuclear Information System (INIS)

Network reconfiguration is an operation problem, which entails altering the topological structure of the distribution feeders by rearranging the status of switches in order to obtain an optimal configuration in order to minimise the system losses. This paper presents a new reconfiguration algorithm that enhances voltage stability and improves the voltage profile besides minimising losses without incurring any additional cost for installation of capacitors, tap changing transformers and related switching equipment in the distribution system. Test results on a 69 node distribution system reveal the superiority of this algorithm.

2009-09-01