Search NASASearch

SEARCH · Search NASA

Results for “Machine Leaning”

Search indexed NASA NTRS and DOE OSTI research on propulsion, heat transfer, battery materials and energy systems. Follow report and document links to the original sources.

Quote a phrase for an exact phrase match. Source license links do not imply unrestricted reuse.

Ceramic Capacitor Grain Size Analysis Using Electron Backscatter Diffraction (EBSD)

The overall scope of this NESC study was to identify (or develop) a tool, methodology, or process that can inspect a ceramic capacitor and consistently return repeatable grain size distribution results. It is important to note that the development of a machine learning technique was considered as an option for this study, but only if an existing automated tool was not available. This report explains why the Electron Backscatter Diffraction analysis method for grain structure and size distribution was deemed a suitable candidate for this work.

Electron Backscatter Diffraction

Integrated Mission Simulation for Long Term Space Flight

The problems of evaluating pilot performance, pilot training, and the integration of the man-machine system for proper functioning become increasingly difficult as the length of projected space flights increases. Further, actual in-flight experience becomes harder to obtain and the major means for training and evaluation becomes simulation. The first major source of difficulty in any simulation stems from a basic requirement of leaning theory: that for increased proficiency of performance to occur within any biologically capable system, the stimuli which are the bases for the expected behavior must be presented in an amenable form to the learner. Further, the sequence of presentation of the pertinent stimuli must be such that the learner can form the appropriate concepts and interactions required for the ultimate use of the learned material. It can then be seen that two basic factors of learning complex skills are: 1) Fidelity of simulation of pertinent stimuli. 2) Appropriate sequencing of stimuli during learning for proper concept formation.

SPACE FLIGHT

NOx results from two combustors tested on medium BTU coal gas

The results of tests of two combustor configurations using coal gas from a 25 ton/day fluidized bed coal gasifier are reported. The trials were run with a ceramic-lined, staged rich/lean burner and an integral, all metal multiannular swirl burner (MASB) using a range of temperatures and pressures representative of industrial turbine inlet conditions. A lean mixture was examined at 104, 197, and 254 Btu/Scf, yielding NO(x) emissions of 5, 20, and 70 ppmv, respectively. The MASB was employed only with a gas rated at 220-270 Btu/Scf, producing 80 ppmv NO(x) at rated engine conditions. The results are concluded to be transferrable to current machines. Further tests on the effects of gas composition, the scaling of combustors to utility size, and the development of improved wall cooling techniques and variable geometry are indicated.

Sherlock, T. P.

Low NO sub x heavy fuel combustor concept program. Phase 1A: Combustion technology generation coal gas fuels

Combustion tests of two scaled burners using actual coal gas from a 25 ton/day fluidized bed coal gasifier are described. The two combustor configurations studied were a ceramic lined, staged rich/lean burner and an integral, all metal multiannual swirl burner (MASB). The tests were conducted over a range of temperature and pressures representative of current industrial combustion turbine inlet conditions. Tests on the rich lean burner were conducted at three levels of product gas heating values: 104, 197 and 254 btu/scf. Corresponding levels of NOx emissions were 5, 20 and 70 ppmv. Nitrogen was added to the fuel in the form of ammonia, and conversion efficiencies of fuel nitrogen to NOx were on the order of 4 percent to 12 percent, which is somewhat lower than the 14 percent to 18 percent conversion efficiency when src-2 liquid fuel was used. The MASB was tested only on medium btu gas (220 to 270 btu/scf), and produced approximately 80 ppmv NOx at rated engine conditions. Both burners operated similarly on actual coal gas and erbs fuel, and all heating values tested can be successfully burned in current machines.

Sherlock, T. P.

Fast Query-Optimized Kernel-Machine Classification

A recently developed algorithm performs kernel-machine classification via incremental approximate nearest support vectors. The algorithm implements support-vector machines (SVMs) at speeds 10 to 100 times those attainable by use of conventional SVM algorithms. The algorithm offers potential benefits for classification of images, recognition of speech, recognition of handwriting, and diverse other applications in which there are requirements to discern patterns in large sets of data. SVMs constitute a subset of kernel machines (KMs), which have become popular as models for machine learning and, more specifically, for automated classification of input data on the basis of labeled training data. While similar in many ways to k-nearest-neighbors (k-NN) models and artificial neural networks (ANNs), SVMs tend to be more accurate. Using representations that scale only linearly in the numbers of training examples, while exploring nonlinear (kernelized) feature spaces that are exponentially larger than the original input dimensionality, KMs elegantly and practically overcome the classic curse of dimensionality. However, the price that one must pay for the power of KMs is that query-time complexity scales linearly with the number of training examples, making KMs often orders of magnitude more computationally expensive than are ANNs, decision trees, and other popular machine learning alternatives. The present algorithm treats an SVM classifier as a special form of a k-NN. The algorithm is based partly on an empirical observation that one can often achieve the same classification as that of an exact KM by using only small fraction of the nearest support vectors (SVs) of a query. The exact KM output is a weighted sum over the kernel values between the query and the SVs. In this algorithm, the KM output is approximated with a k-NN classifier, the output of which is a weighted sum only over the kernel values involving k selected SVs. Before query time, there are gathered statistics about how misleading the output of the k-NN model can be, relative to the outputs of the exact KM for a representative set of examples, for each possible k from 1 to the total number of SVs. From these statistics, there are derived upper and lower thresholds for each step k. These thresholds identify output levels for which the particular variant of the k-NN model already leans so strongly positively or negatively that a reversal in sign is unlikely, given the weaker SV neighbors still remaining. At query time, the partial output of each query is incrementally updated, stopping as soon as it exceeds the predetermined statistical thresholds of the current step. For an easy query, stopping can occur as early as step k = 1. For more difficult queries, stopping might not occur until nearly all SVs are touched. A key empirical observation is that this approach can tolerate very approximate nearest-neighbor orderings. In experiments, SVs and queries were projected to a subspace comprising the top few principal- component dimensions and neighbor orderings were computed in that subspace. This approach ensured that the overhead of the nearest-neighbor computations was insignificant, relative to that of the exact KM computation.

Mazzoni, Dominic