331 results on '"Yuhu Cheng"'
Search Results
152. Domain Adaptation Network Based on Autoencoder
- Author
-
Yuhu Cheng, Xuesong Wang, and Yuting Ma
- Subjects
Contextual image classification ,Computer science ,business.industry ,Applied Mathematics ,Deep learning ,Feature extraction ,Nonparametric statistics ,020206 networking & telecommunications ,Pattern recognition ,02 engineering and technology ,Conditional probability distribution ,Autoencoder ,Softmax function ,0202 electrical engineering, electronic engineering, information engineering ,020201 artificial intelligence & image processing ,Artificial intelligence ,Electrical and Electronic Engineering ,Marginal distribution ,business - Abstract
The domain adaptation uses labeled source domain data to train a classifier to be used in the target domain with no or small amount of labeled data. Usually there exists discrepancy in terms of marginal and conditional distributions for both source and target domains, which is of critical importance to minimize the distribution discrepancy between domains. As a classical model in deep learning, the autoencoder is capable of realizing distribution matching and enhancing classification accuracy by extracting more abstract and effiective features from data. A Domain adaptation network based on autoencoder (DANA) is proposed. The DANA structure consists of a couple of encoding layers: a feature extraction layer and a classification layer. For the feature extraction layer, the marginal distributions of source and target domains are matched by using the nonparametric maximum mean discrepancy measurement. For the classification layer, the softmax regression model is applied to encode the label information of source domains meanwhile to match the conditional distribution. Experimental results on ImageNet, Corel and Leaves datasets have shown the enhanced classification accuracy by our proposed algorithm compared with the classical methods.
- Published
- 2018
- Full Text
- View/download PDF
153. An optimal control scheme of canned switched reluctance motors for hydraulic pumps
- Author
-
Xuesong Wang, Chenyang Xia, Wentao Li, Qiang Yu, Sai Chu, Yuhu Cheng, and Lisi Tian
- Subjects
010302 applied physics ,Scheme (programming language) ,Computer science ,Mechanical Engineering ,020208 electrical & electronic engineering ,02 engineering and technology ,Condensed Matter Physics ,Optimal control ,01 natural sciences ,Switched reluctance motor ,Electronic, Optical and Magnetic Materials ,Mechanics of Materials ,Control theory ,0103 physical sciences ,0202 electrical engineering, electronic engineering, information engineering ,Electrical and Electronic Engineering ,computer ,Hydraulic pump ,computer.programming_language - Published
- 2018
- Full Text
- View/download PDF
154. Supervised Penalty Matrix Decomposition for Tumor Differentially Expressed Genes Selection
- Author
-
Xiaoluo Cui, Jian Liu, Xuesong Wang, and Yuhu Cheng
- Subjects
Scatter matrix ,Computer science ,Applied Mathematics ,Gene expression ,Feature selection ,Computational biology ,Electrical and Electronic Engineering ,SPMD ,Gene ,Selection (genetic algorithm) ,Synthetic data ,Matrix decomposition - Abstract
A reliable and precise recognition of the differentially expressed genes of tumor is crucial to treat the cancer effectively. The small number of differentially expressed genes in a huge gene expression dataset determines the important role of sparse methods, such as Penalty matrix decomposition (PMD), among the feature selection methods. The sparse methods always have the drawback: they do not take advantage of known class labels of gene expression data. A novel supervised-sparse method named as Supervised PMD (SPMD) is proposed by adding the class information into PMD via the total scatter matrix. The brief idea of our method used to select the differentially expressed genes is given as follows. The total scatter matrix is obtained according to the gene expression data with class label. The obtained total scatter matrix is decomposed by PMD to acquire the sparse vectors. The non-zero items in sparse vectors are selected as the differentially expressed genes. The Gene ontology (GO) enrichment of functional annotation of the selected genes is detected by ToppFun. Experiments on synthetic data and two real tumor gene expression datasets show that the proposed SPMD is quite promising to select the differentially expressed genes.
- Published
- 2018
- Full Text
- View/download PDF
155. Cancer Characteristic Gene Selection via Sample Learning Based on Deep Sparse Filtering
- Author
-
Lin Zhang, Yuhu Cheng, Jian Liu, Z. Jane Wang, and Xuesong Wang
- Subjects
0301 basic medicine ,China ,Computer science ,lcsh:Medicine ,Sample (statistics) ,Article ,Machine Learning ,03 medical and health sciences ,Neoplasms ,Biomarkers, Tumor ,medicine ,Humans ,Learning ,Learning based ,lcsh:Science ,Multidisciplinary ,business.industry ,Gene Expression Profiling ,lcsh:R ,Cancer ,Pattern recognition ,Oncogenes ,Prognosis ,medicine.disease ,Identification (information) ,030104 developmental biology ,Gene selection ,Cancer genetics ,Sample space ,lcsh:Q ,Artificial intelligence ,business ,Algorithms - Abstract
Identification of characteristic genes associated with specific biological processes of different cancers could provide insights into the underlying cancer genetics and cancer prognostic assessment. It is of critical importance to select such characteristic genes effectively. In this paper, a novel unsupervised characteristic gene selection method based on sample learning and sparse filtering, Sample Learning based on Deep Sparse Filtering (SLDSF), is proposed. With sample learning, the proposed SLDSF can better represent the gene expression level by the transformed sample space. Most unsupervised characteristic gene selection methods did not consider deep structures, while a multilayer structure may learn more meaningful representations than a single layer, therefore deep sparse filtering is investigated here to implement sample learning in the proposed SLDSF. Experimental studies on several microarray and RNA-Seq datasets demonstrate that the proposed SLDSF is more effective than several representative characteristic gene selection methods (e.g., RGNMF, GNMF, RPCA and PMD) for selecting cancer characteristic genes.
- Published
- 2018
- Full Text
- View/download PDF
156. A magnetic circuit model with coupling effect for salient switched reluctance machines
- Author
-
Yuhu Cheng, Qiang Yu, Lisi Tian, and Xuesong Wang
- Subjects
010302 applied physics ,business.industry ,Computer science ,Mechanical Engineering ,020208 electrical & electronic engineering ,Electrical engineering ,02 engineering and technology ,Condensed Matter Physics ,01 natural sciences ,Switched reluctance motor ,Electronic, Optical and Magnetic Materials ,Magnetic circuit ,Coupling effect ,Mechanics of Materials ,Salient ,0103 physical sciences ,0202 electrical engineering, electronic engineering, information engineering ,Electrical and Electronic Engineering ,business - Published
- 2018
- Full Text
- View/download PDF
157. Joint Feature Representation and Classifier Learning Based Unsupervised Domain Adaption ELM
- Author
-
Xuesong, Wang, primary, Jijuan, Zhao, additional, Yuhu, Cheng, additional, and Qiang, Yu, additional
- Published
- 2021
- Full Text
- View/download PDF
158. Deep Convolutional Network Based on Pyramid Architecture
- Author
-
Yuhu Cheng, Xuesong Wang, Qiang Yu, and Enhui Lv
- Subjects
Network architecture ,feature map dimension ,General Computer Science ,Contextual image classification ,pyramid architecture ,Computer science ,Feature extraction ,General Engineering ,02 engineering and technology ,Deep convolution network ,Upsampling ,Feature (computer vision) ,020204 information systems ,Pyramid ,0202 electrical engineering, electronic engineering, information engineering ,020201 artificial intelligence & image processing ,General Materials Science ,lcsh:Electrical engineering. Electronics. Nuclear engineering ,Focus (optics) ,Algorithm ,lcsh:TK1-9971 ,gradient dispersion ,Block (data storage) - Abstract
Deep convolutional network demonstrates that the classification accuracy can be remarkably improved by increasing the number of network layers, however, increases the accuracy by 1% of costs nearly doubling the number of layers. Meanwhile, gradient dispersion will occur in the training process, which leads to performance degradation. In order to solve the problem of training difficulty with the increased number of layers, we focus on network architecture and propose a deep convolutional network based on the pyramid structure. In the network architecture, as the number of layers increased, the feature map dimensions (i.e., the number of channels) are gradually increased at each layer to distribute the burden concentrated at locations of structural units affected by downsampling, such that all units are equally distributed. By exploring the sequence between the stacked elements inside the structural unit, we design a pyramidal building block, as its shape gradually widens from the top downwards, which is called the deep pyramid convolutional network (DPCNet). Experimental results on CIFAR-10 and CIFAR-100 datasets have shown that DPCNet has the superior generalization capability and can effectively improve the image classification accuracy.
- Published
- 2018
159. Flux linkage estimation with saliency and can effect of a can-shielded switched reluctance motor using a simple circuit network model
- Author
-
Qiang Yu, Xuesong Wang, Chang He, Yuhu Cheng, and Lisi Tian
- Subjects
010302 applied physics ,Computer science ,Mechanical Engineering ,020208 electrical & electronic engineering ,02 engineering and technology ,Condensed Matter Physics ,01 natural sciences ,Flux linkage ,Switched reluctance motor ,Electronic, Optical and Magnetic Materials ,law.invention ,Simple circuit ,Mechanics of Materials ,Control theory ,law ,0103 physical sciences ,Shielded cable ,0202 electrical engineering, electronic engineering, information engineering ,Electronic engineering ,Electrical and Electronic Engineering ,Network model - Published
- 2017
- Full Text
- View/download PDF
160. Tumor gene expression data classification via sample expansion-based deep learning
- Author
-
Jian Liu, Lin Zhang, Yuhu Cheng, and Xuesong Wang
- Subjects
0301 basic medicine ,Data classification ,Early detection ,Sample (statistics) ,02 engineering and technology ,Biology ,Bioinformatics ,Convolutional neural network ,03 medical and health sciences ,gene expression data ,0202 electrical engineering, electronic engineering, information engineering ,business.industry ,1-dimensional convolutional neural network ,Deep learning ,deep learning ,Tumor therapy ,Pattern recognition ,Autoencoder ,Support vector machine ,030104 developmental biology ,classification ,Oncology ,020201 artificial intelligence & image processing ,Artificial intelligence ,business ,Research Paper ,sample expansion - Abstract
Since tumor is seriously harmful to human health, effective diagnosis measures are in urgent need for tumor therapy. Early detection of tumor is particularly important for better treatment of patients. A notable issue is how to effectively discriminate tumor samples from normal ones. Many classification methods, such as Support Vector Machines (SVMs), have been proposed for tumor classification. Recently, deep learning has achieved satisfactory performance in the classification task of many areas. However, the application of deep learning is rare in tumor classification due to insufficient training samples of gene expression data. In this paper, a Sample Expansion method is proposed to address the problem. Inspired by the idea of Denoising Autoencoder (DAE), a large number of samples are obtained by randomly cleaning partially corrupted input many times. The expanded samples can not only maintain the merits of corrupted data in DAE but also deal with the problem of insufficient training samples of gene expression data to a certain extent. Since Stacked Autoencoder (SAE) and Convolutional Neural Network (CNN) models show excellent performance in classification task, the applicability of SAE and 1-dimensional CNN (1DCNN) on gene expression data is analyzed. Finally, two deep learning models, Sample Expansion-Based SAE (SESAE) and Sample Expansion-Based 1DCNN (SE1DCNN), are designed to carry out tumor gene expression data classification by using the expanded samples. Experimental studies indicate that SESAE and SE1DCNN are very effective in tumor classification.
- Published
- 2017
- Full Text
- View/download PDF
161. Dimensionality Reduction for Hyperspectral Data Based on Sample‐Dependent Repulsion Graph Regularized Auto‐encoder
- Author
-
Xuesong Wang, Yuhu Cheng, and Yi Kong
- Subjects
Contextual image classification ,business.industry ,Computer science ,020209 energy ,Applied Mathematics ,Dimensionality reduction ,Deep learning ,020208 electrical & electronic engineering ,Hyperspectral imaging ,Pattern recognition ,Graph theory ,02 engineering and technology ,Autoencoder ,0202 electrical engineering, electronic engineering, information engineering ,Graph (abstract data type) ,Artificial intelligence ,Electrical and Electronic Engineering ,business ,Dimensionality reduction algorithm - Abstract
To achieve high classification accuracy of hyperspectral data, a dimensionality reduction algorithm called Sample-dependent repulsion graph regularized auto-encoder (SRGAE) is proposed. Based on the sample-dependent graph, by applying the repulsion force to the samples from different classes but nearby, a sampledependent repulsion graph is built to make the samples from the same class will be projected to samples that are close-by and the samples from different classes will be projected to samples that are far away. The sampledependent repulsion graph can avoid the neighborhood parameter selection problem existing in the nearest neighborhood graph. By integrating advantages of deep learning and graph regularization technique, the SRGAE can maintain the learned deep features are consistent with the inherent manifold structure of the original hyperspectral data. Experimental results on two real hyperspectral data show that, when compared with some popular dimensionality reduction algorithms, the proposed SRGAE can yield higher classification accuracy.
- Published
- 2017
- Full Text
- View/download PDF
162. Multiphysics optimization design flow with improved submodels for salient switched reluctance machines
- Author
-
Qiang Yu, Yuhu Cheng, and Xuesong Wang
- Subjects
010302 applied physics ,Engineering ,business.industry ,Mechanical Engineering ,Multiphysics ,020208 electrical & electronic engineering ,Design flow ,Control engineering ,02 engineering and technology ,Condensed Matter Physics ,01 natural sciences ,Switched reluctance motor ,Electronic, Optical and Magnetic Materials ,Mechanics of Materials ,Salient ,0103 physical sciences ,0202 electrical engineering, electronic engineering, information engineering ,Electrical and Electronic Engineering ,business ,Simulation - Published
- 2017
- Full Text
- View/download PDF
163. Optimizing High-Resolution Community Earth System Model on a Heterogeneous Many-Core Supercomputing Platform (CESM-HR_sw1.0)
- Author
-
Kai Xu, Yangyang Yu, Yang Tu, Shaoqing Zhang, Guanghui Zhu, Zhao Liu, Hongsong Meng, Ying Guo, Xiaohui Duan, Yuxuan Li, Zhiqiang Wei, Lanning Wang, Sihai Wu, Weiguo Liu, Man Yuan, Lixin Wu, Wei Xue, Allison H. Baker, Mingkui Li, Yuhu Cheng, Gokhan Danabasoglu, Nan Rosenbloom, Ping Xu, Jie Zhang, Zedong Liu, Qiuying Zhang, Haining Yu, Guangwen Yang, Dongning Jia, Guo Qiang, Haohuan Fu, Wubing Wan, Yunhui Zeng, Hong Wang, Stephen Yeager, Ping Chang, Li Wang, Lin Gan, Shiming Xu, Jim Edwards, Yuan Zhuang, Jianlin Yong, Jingshan Pan, and Shupeng Shi
- Subjects
Atmosphere (unit) ,Computer science ,Distributed computing ,Node (networking) ,02 engineering and technology ,Supercomputer ,computer.software_genre ,01 natural sciences ,010305 fluids & plasmas ,Earth system science ,Code refactoring ,0103 physical sciences ,0202 electrical engineering, electronic engineering, information engineering ,Key (cryptography) ,020201 artificial intelligence & image processing ,Graphics ,computer ,Sunway TaihuLight - Abstract
With the semi-conductor technology gradually approaching its physical and heat limits, recent supercomputers have adopted major architectural changes to continue increasing the performance through more power-efficient heterogeneous many-core systems. Examples include Sunway TaihuLight that has four Management Processing Element (MPE) and 256 Computing Processing Element (CPE) inside one processor and Summit that has two central processing units (CPUs) and 6 graphics processing units (GPUs) inside one node. Meanwhile, current high-resolution Earth system models that desperately require more computing power, generally consist of millions of lines of legacy codes developed for traditional homogeneous multi-core processors and cannot automatically benefit from the advancement of supercomputer hardware. As a result, refactoring and optimizing the legacy models for new architectures become a key challenge along the road of taking advantage of greener and faster supercomputers, providing better support for the global climate research community and contributing to the long-lasting society task of addressing long-term climate change. This article reports the efforts of a large group in the International Laboratory for High-Resolution Earth System Prediction (iHESP) established by the cooperation of Qingdao Pilot National Laboratory for Marine Science and Technology (QNLM), Texas A & M University and the National Center for Atmospheric Research (NCAR), with the goal of enabling highly efficient simulations of the high-resolution (25-km atmosphere and 10-km ocean) Community Earth System Model (CESM-HR) on Sunway TaihuLight. The refactoring and optimizing efforts have improved the simulation speed of CESM-HR from 1 SYPD (simulation years per day) to 3.4 SYPD (with output disabled), and supported several hundred years of pre-industrial control simulations. With further strategies on deeper refactoring and optimizing for a few remaining computing hot spots, we expect an equivalent or even better efficiency than homogeneous CPU platforms. The refactoring and optimizing processes detailed in this paper on the Sunway system should have implications to similar efforts on other heterogeneous many-core systems such as GPU-based high-performance computing (HPC) systems.
- Published
- 2020
164. An overlapping module identification method in protein-protein interaction networks.
- Author
-
Xuesong Wang 0001, Lijing Li, and Yuhu Cheng
- Published
- 2012
- Full Text
- View/download PDF
165. Electromagnetic Calculation and Characteristic Analysis of Can Effect of a Canned Permanent Magnet Motor
- Author
-
Qiang Yu, Xuesong Wang, and Yuhu Cheng
- Subjects
010302 applied physics ,Materials science ,020208 electrical & electronic engineering ,02 engineering and technology ,Mechanics ,01 natural sciences ,Electronic, Optical and Magnetic Materials ,law.invention ,Electromagnetic coil ,law ,Shield ,Magnet ,0103 physical sciences ,0202 electrical engineering, electronic engineering, information engineering ,Permanent magnet motor ,Electrical and Electronic Engineering ,Hydraulic pump ,Ohmic contact ,Armature (electrical engineering) - Abstract
Canned electrical machines as hydraulic pump drives are widely used. Such a machine has quite a difference in electromagnetic properties due to the can shield in air gap, causing essential can effect, which is investigated in this paper. A canned 12–10 permanent magnet (PM) electrical machine with tooth concentrated coils is studied. An analytical model with a concentric-layer structure is developed. The air-gap flux variation due to the can effect and then ohmic losses from cans (can loss) due to PMs and armature windings at typical operating condition are studied, respectively. Loss and output characteristics with regard to can thickness and material are discussed.
- Published
- 2016
- Full Text
- View/download PDF
166. Electromagnetic Modeling and Analysis of Can Effect of a Canned Induction Electrical Machine
- Author
-
Yuhu Cheng, Xuesong Wang, and Qiang Yu
- Subjects
010302 applied physics ,Electromagnetic field ,Work (thermodynamics) ,Engineering ,Rotor (electric) ,business.industry ,020208 electrical & electronic engineering ,Energy Engineering and Power Technology ,Shields ,Mechanical engineering ,02 engineering and technology ,Mechanics ,01 natural sciences ,Finite element method ,law.invention ,law ,Harmonics ,0103 physical sciences ,0202 electrical engineering, electronic engineering, information engineering ,Computational electromagnetics ,Electrical and Electronic Engineering ,business ,Hydraulic pump ,Computer Science::Databases - Abstract
The can shields in airgap characterize a canned electrical machine as a hydraulic pump drive. This paper studies modeling and characterization of the can effect. To analyze electromagnetic field on can shields, followed by can loss, an analytical model is proposed. Such a model is of concentric cylindrical rotor layer structure with the slotting effect and magnetic saturation. This work is performed by comparing an ordinary induction machine with a canned version. Based on differences of airgap flux distribution, iron loss due to the can effect is analyzed. Then, the can loss and harmonics under typical operating condition are analyzed. The can loss calculation determined by magnetic saturation is discussed. Finite element method and measurement are used as reference.
- Published
- 2016
- Full Text
- View/download PDF
167. Thermal analysis of a canned switched reluctance drive with a novel network
- Author
-
Xuesong Wang, Yuhu Cheng, and Qiang Yu
- Subjects
Engineering ,business.industry ,020209 energy ,020208 electrical & electronic engineering ,Process (computing) ,Energy Engineering and Power Technology ,Mechanical engineering ,02 engineering and technology ,Industrial and Manufacturing Engineering ,Finite element method ,Switched reluctance motor ,Compensation (engineering) ,Control theory ,Thermal ,0202 electrical engineering, electronic engineering, information engineering ,Thermal analysis ,business ,Hydraulic pump ,Network model - Abstract
This paper presents thermal characteristics of a novel canned Switched Reluctance Machine (SRM) as a hydraulic pump drive. Due to considerable ohmic loss from the can shield structure, thermal analysis is essential. A novel lumped parameter network model featured by using compensation elements is proposed. As a result, calculation accuracy is improved by removing traditional systematic error. The modeling process is described in detail, including thermal resistances and compensation elements. Accuracy of the model is validated by both finite element method (FE) and measurement.
- Published
- 2016
- Full Text
- View/download PDF
168. Protein Function Prediction Based on Active Semi‐supervised Learning
- Author
-
Xuesong Wang, Yuhu Cheng, and Lijing Li
- Subjects
Relation (database) ,Computer science ,Active learning (machine learning) ,business.industry ,Applied Mathematics ,Molecular biophysics ,Semi-supervised learning ,Machine learning ,computer.software_genre ,Class (biology) ,Set (abstract data type) ,Protein function prediction ,Adjacency matrix ,Artificial intelligence ,Electrical and Electronic Engineering ,business ,computer - Abstract
In our study, the active learning and semisupervised learning methods are comprehensively used for label delivery of proteins with known functions in Proteinprotein interaction (PPI) network so as to predict the functions of unknown proteins. Because the real PPI network is generally observed with overlapping protein nodes with multiple functions, the mislabeling of overlapping protein may result in accumulation of prediction errors. For this reason, prior to executing the label delivery process of semi-supervised learning, the adjacency matrix is used to detect overlapping proteins. As the topological structure description of interactive relation between proteins, PPI network is observed with party hub protein nodes that play an important role, in co-expression with its neighborhood. Therefore, to reduce the manual labeling cost, party hub proteins most beneficial for improvement of prediction accuracy are selected for class labeling and the labeled party hub proteins are added into the labeled sample set for semisupervised learning later. As the experimental results of real yeast PPI network show, the proposed algorithm can achieve high prediction accuracy with few labeled samples.
- Published
- 2016
- Full Text
- View/download PDF
169. Magnetic Modeling of Saliency Effect for Saturated Electrical Machines With a New Calculation Method
- Author
-
Yuhu Cheng, Xuesong Wang, and Qiang Yu
- Subjects
010302 applied physics ,Materials science ,Magnetic reluctance ,020208 electrical & electronic engineering ,Magnetic separation ,02 engineering and technology ,Permeance ,engineering.material ,Topology ,01 natural sciences ,Magnetic flux ,Switched reluctance motor ,Electronic, Optical and Magnetic Materials ,Magnetic circuit ,Nuclear magnetic resonance ,0103 physical sciences ,0202 electrical engineering, electronic engineering, information engineering ,engineering ,Electrical and Electronic Engineering ,Saturation (magnetic) ,Electrical steel - Abstract
In this paper, a novel magnetic equivalent circuit (MEC) is proposed to calculate magnetic flux of saturated electrical machines. The machine features double salient poles with high saturation. Emphases are made on modeling of air-gap permeance and magnetic saturation using a fitting method. The analyses are applied based on a 4-phase 8/6 switched reluctance machine (SRM) with high power density, which was designed for traction application. The air-gap reluctance in MEC that connects a tooth pair is studied, followed by distribution of magnetic saturation on teeth. The magnetic reluctance of circuit loop can be fitted as well as saturation quantity if the electrical steel is known. The proposed network offers a fast and accurate way of estimating flux characteristics of especially highly saturated machines with double slotting effect.
- Published
- 2016
- Full Text
- View/download PDF
170. Analysis and Mathematical Models of Canned Electrical Machine Drives
- Author
-
Qiang Yu, Xuesong Wang, Yuhu Cheng, and Lisi Tian
- Published
- 2019
- Full Text
- View/download PDF
171. An Analytical Model of Concentric Layer Structure for Canned Machines, Part I: Armature Coils
- Author
-
Qiang Yu, Xuesong Wang, Lisi Tian, and Yuhu Cheng
- Subjects
Materials science ,law ,Production cost ,Mechanical engineering ,Single tooth ,Concentric ,Copper loss ,Armature (electrical engineering) ,law.invention - Abstract
Concentrated coils have been gaining interest for lower copper loss and production cost [1–3]. As to SRMs, all turns are featured by being fixed onto a single tooth. To have a comprehensive analysis, including the use of cans, an analytical model is necessary, in which the magneto-motive force (MMF) distribution is one primary consideration [4, 5]. In this chapter an analytical MMF model is proposed.
- Published
- 2018
- Full Text
- View/download PDF
172. Electromagnetic Analysis of Saliency and Can Effect by Network Models
- Author
-
Yuhu Cheng, Xuesong Wang, Lisi Tian, and Qiang Yu
- Subjects
Physics ,Rotor (electric) ,law ,Astrophysics::High Energy Astrophysical Phenomena ,Phase (waves) ,Eddy current ,Computational electromagnetics ,Torque ,Flux ,Mechanics ,Flux linkage ,law.invention ,Network model - Abstract
Determination of flux linkage characteristics is a central step in electromagnetic modeling. The flux linkage, a group of curves varying with phase current levels and rotor positions, is required very accurate, on which main outputs such as torque, radial force and iron loss highly depend [1, 2]. However, modeling of flux linkage, a seemingly simple question, is still under study, especially for electrical machines with salient poles. This is because of the saliency that leads to rotor position dependent airgap paths together with magnetic saturation. Further in this study, flux linkage curves are complicated by adding can-shields in airgap. Due to electrical resistance of cans, the alternating airgap flux will induce eddy current circulation, which will in turn affect that airgap flux, making a coupled relation.
- Published
- 2018
- Full Text
- View/download PDF
173. Conclusions and Future Work
- Author
-
Qiang Yu, Xuesong Wang, Yuhu Cheng, and Lisi Tian
- Published
- 2018
- Full Text
- View/download PDF
174. Electromagnetic Analysis of Can Effect of a Canned SRM
- Author
-
Lisi Tian, Qiang Yu, Yuhu Cheng, and Xuesong Wang
- Subjects
Physics ,Rotor (electric) ,law ,Eddy current ,Flux ,Mechanics ,Experimental validation ,Single phase ,Finite element method ,Excitation ,law.invention - Abstract
In this chapter, electromagnetic analysis of a canned SRM is studied. Finite element (FE) method is applied, with validation via measurement. Chapter organization is as follows: In Sect. 3.1, canned SRM and operation principle are briefly introduced, with the calculation method described. In Sect. 3.2, eddy current distribution at defined typical rotor positions by a single phase excitation is illustrated, followed by applying all phases. In Sect. 3.3, the can loss analysis is extended to one stroke period and further different control modes. In Sect. 3.4, the airgap flux and eddy current loss features due to the use of cans are shown. In Sect. 3.5, experimental validation is taken.
- Published
- 2018
- Full Text
- View/download PDF
175. An Analytical Model of Concentric Layer Structure for Canned Machines, Part II: Magnetic Field
- Author
-
Xuesong Wang, Yuhu Cheng, Lisi Tian, and Qiang Yu
- Subjects
Electromagnetic field ,Physics ,Numerical analysis ,Magnet ,Mathematical analysis ,Function (mathematics) ,Magnetic potential ,Permeance ,Switched reluctance motor ,Magnetic field - Abstract
The can loss is the main constraint to high efficient and high power density operation of canned machines and most analyses are FE based or with resort to empirical equations. Detailed study of the can effect is necessary, which leads to detailed electromagnetic analysis. Electromagnetic field analysis plays the central role in predicting output characteristics. Besides the numerical methods [1, 2], analyses fall into semi-analytical [3, 4] or analytical methods. As to the analytical, a couple of alternatives are predominantly developed. One is the Maxwell’s theorem [5–11]. Specifically in [5, 6], the machine is divided into sub-domains (iron cores, airgap, slots and magnets). Our previous work has been applied on an induction, permanent magnet or switched reluctance machine [8, 12, 13]. Magnetic vector potential of each domain is calculated based on magneto-motive force (MMF) distribution as prerequisite. For simplicity a smooth airgap of constant radial length is assumed. By applying Carter’s factor [14] or airgap permeance function [8], the airgap is radially enlarged to account for slotting effect. Another alternative focuses on airgap flux density by studying respectively airgap permeance function and MMF distribution [9]. However when cans are concerned, both of these methods may cause numerical deviation.
- Published
- 2018
- Full Text
- View/download PDF
176. Overview of Canned Electrical Machines
- Author
-
Lisi Tian, Yuhu Cheng, Qiang Yu, and Xuesong Wang
- Subjects
Materials science ,Stator ,law ,High pressure ,Shields ,Mechanical engineering ,Energy transformation ,Torque ,Hydraulic pump ,law.invention ,Leakage (electronics) - Abstract
A canned electrical machine is the core drive component in a hydraulic pump system, which has applications in nuclear power, coal or deep sea mining, as well as hydraulic energy conversion, etc. The pump body is connected with an electrical machine to form a drive system. The traditional structure is shown in Fig. 1.1a: The blade is driven by an ordinary machine and torque is delivered via a connecting mechanism that however leads to low efficiency, less reliability and complicated maintenance. Alternatively the improvement is shown in Fig. 1.1b that the machine is canned by adding a can-shield structure in airgap. The structure includes a stator can that is fixed onto the inner bore of the stator part and a rotor can onto the outer bore of the rotor part. The liquid being pumped is able to get into the airgap between cans. The liquid stays in the chamber walled by both cans and the axial end cap, and however cannot enter into rotor and stator slots. Configuration of the can shields is shown in Figs. 1.1c and d. Cans are resistant of high temperature, high pressure, erosion, and are zero leakage, which ensures durable operation for special liquid delivery under harsh environment.
- Published
- 2018
- Full Text
- View/download PDF
177. Thermal Analysis of a Canned SRM
- Author
-
Qiang Yu, Xuesong Wang, Lisi Tian, and Yuhu Cheng
- Subjects
Materials science ,Volume (thermodynamics) ,chemistry ,Heat transfer ,Heat transfer model ,Shields ,chemistry.chemical_element ,Mechanics ,Thermal analysis ,Constant (mathematics) ,Copper ,Heat flow - Abstract
The application of can shields makes electrical machines thoroughly different in electromagnetic performance. Thermal analysis is particularly necessary [1–4], as the can loss value is considerably higher than copper or iron loss. Identification of temperature rise on the cans plays the central role, including the overall rise and local thermal sensitive regions. A fast and accurate mathematic heat transfer model is essential and one classic is the lumped parameter network [5–7]. Derived from the machine geometry, heat sources, materials and cooling, this model takes all components and heat transfer mechanisms [8–10]. However, the heat flow is considered constant within the volume being estimated, whereas in fact it alters [11, 12], causing systematic mistake.
- Published
- 2018
- Full Text
- View/download PDF
178. Low Rank Subspace Clustering via Discrete Constraint and Hypergraph Regularization for Tumor Molecular Pattern Discovery
- Author
-
Yuhu Cheng, Junping Du, Yi Kong, Xuesong Wang, Xiaoluo Cui, and Jian Liu
- Subjects
Male ,Hypergraph ,Computer science ,0206 medical engineering ,02 engineering and technology ,Synthetic data ,Data modeling ,Subspace clustering ,Neoplasms ,Databases, Genetic ,0202 electrical engineering, electronic engineering, information engineering ,Genetics ,Cluster Analysis ,Humans ,Cluster analysis ,business.industry ,Applied Mathematics ,Gene Expression Profiling ,Computational Biology ,Prostatic Neoplasms ,Pattern recognition ,Linear subspace ,ComputingMethodologies_PATTERNRECOGNITION ,Norm (mathematics) ,020201 artificial intelligence & image processing ,Artificial intelligence ,business ,020602 bioinformatics ,Subspace topology ,Algorithms ,Biotechnology - Abstract
Tumor clustering is a powerful approach for cancer class discovery which is crucial to the effective treatment of cancer. Many traditional clustering methods such as NMF-based models, have been widely used to identify tumors. However, they cannot achieve satisfactory results. Recently, subspace clustering approaches have been proposed to improve the performance by dividing the original space into multiple low-dimensional subspaces. Among them, low rank representation is becoming a popular approach to attain subspace clustering. In this paper, we propose a novel Low Rank Subspace Clustering model via Discrete Constraint and Hypergraph Regularization (DHLRS). The proposed method learns the cluster indicators directly by using discrete constraint, which makes the clustering task simple. For each subspace, we adopt Schatten $p$ -norm to better approximate the low rank constraint. Moreover, Hypergraph Regularization is adopted to infer the complex relationship between genes and intrinsic geometrical structure of gene expression data in each subspace. Finally, the molecular pattern of tumor gene expression data sets is discovered according to the optimized cluster indicators. Experiments on both synthetic data and real tumor gene expression data sets prove the effectiveness of proposed DHLRS.
- Published
- 2018
179. Analysis and Mathematical Models of Canned Electrical Machine Drives : In Particular a Canned Switched Reluctance Machine
- Author
-
Qiang Yu, Xuesong Wang, Yuhu Cheng, Lisi Tian, Qiang Yu, Xuesong Wang, Yuhu Cheng, and Lisi Tian
- Subjects
- Electric power production, Telecommunication, Thermodynamics, Heat engineering, Heat transfer, Mass transfer, Engineering mathematics, Control engineering
- Abstract
This book focuses on the electromagnetic and thermal modeling and analysis of electrical machines, especially canned electrical machines for hydraulic pump applications. It addresses both the principles and engineering practice, with more weight placed on mathematical modeling and theoretical analysis. This is achieved by providing in-depth studies on a number of major topics such as: can shield effect analysis, machine geometry optimization, control analysis, thermal and electromagnetic network models, magneto motive force modeling, and spatial magnetic field modeling. For the can shield effect analysis, several cases are studied in detail, including classical canned induction machines, as well as state-of-the-art canned permanent magnet machines and switched reluctance machines. The comprehensive and systematic treatment of the can effect for canned electrical machines is one of the major features of this book, which is particularly suited for readers who areinterested in learning about electrical machines, especially for hydraulic pumping, deep-sea exploration, mining and the nuclear power industry. The book offers a valuable resource for researchers, engineers, and graduate students in the fields of electrical machines, magnetic and thermal engineering, etc.
- Published
- 2018
180. Identification of Overlapping Protein Complexes Using Structural and Functional Information of PPI Network
- Author
-
Yuhu Cheng, Xuesong Wang, and Weifang Sun
- Subjects
Matching (graph theory) ,Basis (linear algebra) ,business.industry ,Applied Mathematics ,Graph theory ,Pattern recognition ,Function (mathematics) ,Correlation ,Identification (information) ,ComputingMethodologies_PATTERNRECOGNITION ,Ppi network ,Enhanced Data Rates for GSM Evolution ,Artificial intelligence ,Electrical and Electronic Engineering ,business ,Mathematics - Abstract
An identification algorithm of overlapping protein complexes is put forward by simultaneously considering the topological structural and biological functional information of Protein-protein interaction (PPI) network. Main works include: constructing the edge weight of weighted PPI network on the basis of structural and functional information of PPI network to more accurately describe the correlation between protein vertices; improving the Newman algorithm to make it applicable to weighted PPI network and thus to identify overlapping protein complexes; and providing the denoising criteria based on the structural and function information of PPI network: connections which have no contribution to the high aggregation of PPI network or which are among proteins of independent functions are judged to be false positive connections. The experimental results on the dataset of saccharomyces cerevisiae PPI network show that the proposed algorithm has higher identification accuracy and matching rate when compared with the current representative identification algorithms of protein complexes.
- Published
- 2015
- Full Text
- View/download PDF
181. A Quick Convex Hull Building Algorithm Based on Grid and Binary Tree
- Author
-
Yang Gao, Xuesong Wang, and Yuhu Cheng
- Subjects
Convex hull ,Mathematical optimization ,Applied Mathematics ,Convex set ,TheoryofComputation_ANALYSISOFALGORITHMSANDPROBLEMCOMPLEXITY ,Convex polytope ,Convex optimization ,Convex combination ,Output-sensitive algorithm ,Electrical and Electronic Engineering ,Gift wrapping algorithm ,Algorithm ,Orthogonal convex hull ,Mathematics - Abstract
A quick convex hull building algorithm using grid and binary tree is proposed for the minimum convex buidling of planar point set. Grids are used to assess and eliminate those interior points wihtout any contribution to convex hull building and points are sought in the boundary grid only so as to enhance the efficiency of algorithm. The minimum convex bull is built by taking such advantages of binary tree as quick, convenient and applicable for various point sets with different distributions, so as to resolve the description problem of concave point. The time complexity of the algorithm is low because of grid pretreatment. As the results of comparative expriment of random point and actual picture show, the proposed algorithm can obtain the best profile of 2D planar picture with minimum time, which is applicable for describing the shape of irregular convex-concave objects.
- Published
- 2015
- Full Text
- View/download PDF
182. Sandor Type Inequalities for Sugeno Integral with respect to Generalα,m,r-Convex Functions
- Author
-
Xuesong Wang, Yuhu Cheng, and Dong-Qing Li
- Subjects
Convex analysis ,Discrete mathematics ,Pure mathematics ,Sugeno integral ,Generalization ,Convex optimization ,Proper convex function ,Subderivative ,Function (mathematics) ,Convex function ,Analysis ,Mathematics - Abstract
The concept for generalα,m,r-convex functions, as a generalization of convex functions, is introduced. Then, Sandor type inequalities for the Sugeno integral based on this kind of function are established. Our work generalizes the previous results in the literature. Finally, some conclusions and problems for further investigations are given.
- Published
- 2015
- Full Text
- View/download PDF
183. Super-parameter selection for Gaussian-Kernel SVM based on outlier-resisting
- Author
-
Yuhu Cheng, Xuesong Wang, and Fei Huang
- Subjects
Computational complexity theory ,business.industry ,Applied Mathematics ,Pattern recognition ,Condensed Matter Physics ,Support vector machine ,Set (abstract data type) ,symbols.namesake ,Kernel (statistics) ,Outlier ,Benchmark (computing) ,Gaussian function ,symbols ,Artificial intelligence ,Electrical and Electronic Engineering ,business ,Instrumentation ,Selection (genetic algorithm) ,Mathematics - Abstract
The learning ability and generalizing performance of the support vector machine (SVM) mainly relies on the reasonable selection of super-parameters. When the scale of the training sample set is large and the parameter space is huge, the existing popular super-parameter selection methods are impractical due to high computational complexity. In this paper, a novel super-parameter selection method for SVM with a Gaussian kernel is proposed, which can be divided into the following two stages. The first one is choosing the kernel parameter to ensure a sufficiently large number of potential support vectors retained in the training sample set. The second one is screening out outliers from the training sample set by assigning a special value to the penalty factor, and training out the optimal penalty factor from the remained training sample set without outliers. The whole process of super-parameter selection only needs two train-validate cycles. Therefore, the computational complexity of our method is low. The comparative experimental results concerning 8 benchmark datasets show that our method possesses high classification accuracy and desirable training time.
- Published
- 2014
- Full Text
- View/download PDF
184. Effect of copper addition on the properties of electroless Ni-Cu-P coating on heat transfer surface
- Author
-
Zhencai Zhu, Yu Xing Peng, T. C. Jen, Yuhu Cheng, and S. S. Chen
- Subjects
Materials science ,Fouling ,Scanning electron microscope ,Mechanical Engineering ,Metallurgy ,chemistry.chemical_element ,Adhesion ,engineering.material ,Copper ,Industrial and Manufacturing Engineering ,Surface energy ,Computer Science Applications ,chemistry ,Chemical engineering ,Coating ,Control and Systems Engineering ,engineering ,Surface modification ,Ternary operation ,Software - Abstract
The effect of the copper content on properties of electroless Ni-Cu-P coating on heat exchanger surface was investigated, such as adhesion strength and surface characteristic, and anti-fouling property, which were considered to mitigate the accumulation of mineral fouling in the heat exchangers. The electroless ternary Ni-Cu-P coatings with different copper content were prepared on mild steel (1015) substrate surfaces by adjusting process parameters. Surface morphologies of coating and adhesion strength were investigated by using scanning electron microscopy (SEM) and MFT-4000 multifunctional material surface performance instrument, respectively. The results showed that the adhesion strength was improved with the addition of copper in the coating. With the increase of copper content, the deposition rate of ternary Ni-Cu-P coatings was increased, and the boundary of nodular became obvious. Moreover, the surface free energy of ternary Ni-Cu-P coatings was increased with the increase of copper content in the coatings and then decreased when enhancing the copper content further. The further fouling experiments indicated that all the ternary Ni-Cu-P coating surfaces with different copper content inhibited the adhesion of fouling compared with the stainless steel surface. The adhesion weight of fouling was approximately in proportion with the copper addition of ternary Ni-Cu-P coatings, but not the value of surface free energy. The work provides evidence that both adhesion strength and anti-fouling ability should be combined to use when applying surface modification in the field of heat exchanger.
- Published
- 2014
- Full Text
- View/download PDF
185. Experimental study on the anti-fouling effects of Ni–Cu–P-PTFE deposit surface of heat exchangers
- Author
-
T. C. Jen, Yuhu Cheng, Zhencai Zhu, Yu Xing Peng, and Chen Hao
- Subjects
Matrix (chemical analysis) ,Morphology (linguistics) ,Materials science ,Fouling ,Heat exchanger ,Metallurgy ,Energy Engineering and Power Technology ,Adhesion ,Composite material ,Microstructure ,Indentation hardness ,Industrial and Manufacturing Engineering ,Surface energy - Abstract
The purpose of the present study was to investigate the effect of the electroless Ni–Cu–P-PTFE deposit surface on anti-fouling of heat exchangers, which was considered as a way to mitigate the accumulation of mineral fouling in the heat exchangers. Electroless Ni–Cu–P-PTFE deposits with various PTFE content were prepared on mild steel (1015) substrate surface by different process parameters. Surface morphology and microhardness were investigated by using SEM, MH-6 Vickers, respectively. The results showed that the addition of PTFE particles into the Ni–Cu–P matrix hardly affected the microstructure of the deposits. Microhardness was decreased with the addition of PTFE in the deposits. Moreover, the surface free energy of Ni–Cu–P-PTFE deposits was decreased with the increase of PTFE particles in the deposits. Further fouling experiments indicated that the surfaces of Ni–Cu–P-PTFE deposits with different PTFE content inhibited the adhesion of fouling compared with the mild steel surface of the heat exchangers. The adhesion weight of fouling was approximately in inverse proportion with the addition of PTFE particles in the deposits, but not the value of surface roughnesss. The anti-fouling property can not be improved ideally even considering the option of making Ni–Cu–P-PTFE coatings smooth.
- Published
- 2014
- Full Text
- View/download PDF
186. Correlation between Serum 25-Hydroxyvitamin D3 and Abnormal Insulin Secretion in Patients with Type 2 Diabetes Mellitus.
- Author
-
YANI HOU, XIAOJIA HU, JI CHEN, and YUHU CHENG
- Subjects
GLYCOSYLATED hemoglobin ,TYPE 2 diabetes ,SECRETION ,INSULIN ,BLOOD sugar ,INSULIN resistance - Abstract
To investigate the correlation between serum 25-hydroxyvitamin D3 and abnormal insulin secretion in patients with type 2 diabetes mellitus. Eight type 2 diabetes mellitus patients treated from January 2018 to November 2020 (observation group) and another 80 healthy volunteers receiving physical examination in the same period (control group) were included. Fasting venous blood sample was collected to detect serum 25-hydroxyvitamin D3, fasting blood glucose, glycosylated hemoglobin, fasting insulin, insulin resistance index and insulin secretion index. According to insulin secretion index, observation group was divided into normal and abnormal insulin secretion groups and their serum 25-hydroxyvitamin D3, fasting blood glucose, glycosylated hemoglobin, fasting insulin and insulin resistance index were compared. Based on serum 25-hydroxyvitamin D3 level, observation group was divided into serum 25-hydroxyvitamin D3 positive and negative groups and their fasting blood glucose, glycosylated hemoglobin, fasting insulin, insulin resistance index and insulin secretion index were compared. The correlations of serum 25-hydroxyvitamin D3 with fasting blood glucose, glycosylated hemoglobin, fasting insulin, insulin resistance index and insulin secretion index were analyzed. Observation group had lower serum 25-hydroxyvitamin D3 level and insulin secretion index and higher fasting blood glucose, glycosylated hemoglobin, fasting insulin and insulin resistance index than those of control group (p<0.05). Abnormal insulin secretion group had lower serum 25-hydroxyvitamin D3 level and higher fasting blood glucose, fasting insulin and insulin resistance index than those of normal insulin secretion group (p<0.05). Serum 25-hydroxyvitamin D3 positive group had higher fasting blood glucose, glycosylated hemoglobin, fasting insulin and insulin resistance index and lower insulin secretion index than those of serum 25-hydroxyvitamin D3 negative group (p<0.05). Serum 25-hydroxyvitamin D3 was negatively correlated with fasting blood glucose, glycosylated hemoglobin, fasting insulin and insulin resistance index, but positively correlated with insulin secretion index. In type 2 diabetes mellitus patients, the expression of serum 25-hydroxyvitamin D3 is down-regulated, which is closely related to abnormal insulin secretion. Serum 25-hydroxyvitamin D3 can be used to determine the insulin secretion function of type 2 diabetes mellitus patients. [ABSTRACT FROM AUTHOR]
- Published
- 2021
- Full Text
- View/download PDF
187. Expectation-maximization Policy Search with Parameter-based Exploration
- Author
-
Yuhu Cheng, Huan-Ting Feng, and Xuesong Wang
- Subjects
Mathematical optimization ,Control and Systems Engineering ,Computer science ,Expectation–maximization algorithm ,Computer Graphics and Computer-Aided Design ,Software ,Information Systems - Published
- 2012
- Full Text
- View/download PDF
188. Policy Iteration Reinforcement Learning Based on Geodesic Gaussian Basis Defined on State-action Graph
- Author
-
Yuhu Cheng, Huan-Ting Feng, and Xuesong Wang
- Subjects
Discrete mathematics ,Geodesic ,Gaussian ,Computer Graphics and Computer-Aided Design ,Algebra ,symbols.namesake ,Control and Systems Engineering ,symbols ,Reinforcement learning ,Graph (abstract data type) ,State action ,Software ,Information Systems ,Mathematics - Published
- 2011
- Full Text
- View/download PDF
189. Electromagnetic Shielding Analysis of a Canned Permanent Magnet Motor
- Author
-
Xuesong Wang, Sai Chu, Lisi Tian, Yuhu Cheng, Wentao Li, and Qiang Yu
- Subjects
Electric motor ,Materials science ,020208 electrical & electronic engineering ,Flux ,02 engineering and technology ,Mechanics ,Magnetic flux ,law.invention ,Control and Systems Engineering ,law ,Harmonics ,Electromagnetic shielding ,0202 electrical engineering, electronic engineering, information engineering ,Eddy current ,Electrical and Electronic Engineering ,Computer Science::Databases ,Excitation ,Induction motor - Abstract
The use of metallic cans in airgap forms an electromagnetic shielding phenomenon that characterizes a canned electrical motor. Imposed in alternating airgap flux field, cans induct strong and distributive eddy current, the fundamental feature that interacts original flux and determines output features. In particular that induction leads to additional can-shielding loss that is considerably much higher than traditional copper or iron losses. In this article, the can effect in terms of eddy current and loss is studied, based on a state-of-the-art permanent magnet motor. First, distribution characteristics of eddy induction and loss are analyzed via a combination method that each magnetic excitation is separately and then integrally taken. Then, the can loss by magnetic excitation, rotor speed, flux harmonics, as well as the change of traditional losses due to the use of cans, is analyzed. Measurement is taken as verification.
- Published
- 2019
- Full Text
- View/download PDF
190. Fault diagnosis using a probability least squares support vector classification machine
- Author
-
Yuhu Cheng, Jie Pan, Xuesong Wang, and Yang Gao
- Subjects
Engineering ,Structured support vector machine ,Artificial neural network ,business.industry ,Generalization ,Energy Engineering and Power Technology ,Pattern recognition ,Geotechnical Engineering and Engineering Geology ,computer.software_genre ,Fault (power engineering) ,Least squares ,Support vector machine ,Relevance vector machine ,Geochemistry and Petrology ,Least squares support vector machine ,Data mining ,Artificial intelligence ,business ,computer - Abstract
Coal mines require various kinds of machinery. The fault diagnosis of this equipment has a great impact on mine production. The problem of incorrect classification of noisy data by traditional support vector machines is addressed by a proposed Probability Least Squares Support Vector Classification Machine (PLSSVCM). Samples that cannot be definitely determined as belonging to one class will be assigned to a class by the PLSSVCM based on a probability value. This gives the classification results both a qualitative explanation and a quantitative evaluation. Simulation results of a fault diagnosis show that the correct rate of the PLSSVCM is 100%. Even though samples are noisy, the PLSSVCM still can effectively realize multi-class fault diagnosis of a roller bearing. The generalization property of the PLSSVCM is better than that of a neural network and a LSSVCM.
- Published
- 2010
- Full Text
- View/download PDF
191. Q-learning System Based on Cooperative Least Squares Support Vector Machine
- Author
-
Jian-Qiang Yi, Xuesong Wang, Xilan Tian, and Yuhu Cheng
- Subjects
Structured support vector machine ,Control and Systems Engineering ,Computer science ,business.industry ,Least squares support vector machine ,Q-learning ,Artificial intelligence ,business ,Computer Graphics and Computer-Aided Design ,Software ,Information Systems - Published
- 2009
- Full Text
- View/download PDF
192. Value Approximation with Least Squares Support Vector Machine in Reinforcement Learning System
- Author
-
Xuesong Wang, Yuhu Cheng, and Xilan Tian
- Subjects
business.industry ,Computer science ,Online machine learning ,General Chemistry ,Condensed Matter Physics ,Machine learning ,computer.software_genre ,Relevance vector machine ,Computational Mathematics ,Least squares support vector machine ,Reinforcement learning ,General Materials Science ,Artificial intelligence ,Electrical and Electronic Engineering ,business ,Value (mathematics) ,computer - Published
- 2007
- Full Text
- View/download PDF
193. Modeling and self-tuning pressure regulator design for pneumatic-pressure–load systems
- Author
-
Xuesong Wang, Yuhu Cheng, and Guangzheng Peng
- Subjects
Engineering ,Adaptive control ,Pressure control ,business.industry ,Applied Mathematics ,Self-tuning ,Orifice plate ,Control engineering ,Kalman filter ,Pressure regulator ,Linear-quadratic-Gaussian control ,Computer Science Applications ,Nonlinear system ,Control and Systems Engineering ,Control theory ,Electrical and Electronic Engineering ,business - Abstract
This paper presents a dynamic model and a design method for an accurate self-tuning pressure regulator for pneumatic-pressure–load systems that have some special characteristics such as being nonlinear and time-varying. A mathematical model is derived, which consists of a chamber continuity equation, an orifice flow equation and a force balance equation of the spool. Based on a theoretical analysis of the system dynamics, a three-order controlled auto-regressive moving average (CARMA) model is used to describe the practical pressure–load systems. Then a linear quadratic Gaussian self-tuning pressure regulator is designed to realize an adaptive control of pressure in the chamber. Because the system parameters are time-varying and the system states are difficult to detect, the recursive forgetting factor least-squares algorithm and the Kalman filtering method are adopted to estimate the system parameters and the system states. Experimental results show that the proposed self-tuning pressure regulator can be adapted to parameters which vary with such factors as the volume of the chamber and the setting pressure and that better dynamic and static performances can be obtained.
- Published
- 2007
- Full Text
- View/download PDF
194. Optimizing High-Resolution Community Earth System Model on a Heterogeneous Many-Core Supercomputing Platform (CESM-HR_sw1.0).
- Author
-
Shaoqing Zhang, Haohuan Fu, Lixin Wu, Yuxuan Li, Hong Wang, Yunhui Zeng, Xiaohui Duan, Wubing Wan, Li Wang, Yuan Zhuang, Hongsong Meng, Kai Xu, Ping Xu, Lin Gan, Zhao Liu, Sihai Wu, Yuhu Cheng, Haining Yu, Shupeng Shi, and Lanning Wang
- Subjects
SUPERCOMPUTERS ,GRAPHICS processing units ,SOFTWARE refactoring ,CENTRAL processing units ,CLIMATE change research ,MULTICORE processors ,OCEANOGRAPHY ,EARTH currents - Abstract
With the semi-conductor technology gradually approaching its physical and heat limits, recent supercomputers have adopted major architectural changes to continue increasing the performance through more power-efficient heterogeneous many-core systems. Examples include Sunway TaihuLight that has four Management Processing Element (MPE) and 256 Computing Processing Element (CPE) inside one processor and Summit that has two central processing units (CPUs) and 6 graphics processing units (GPUs) inside one node. Meanwhile, current high-resolution Earth system models that desperately require more computing power, generally consist of millions of lines of legacy codes developed for traditional homogeneous multi-core processors and cannot automatically benefit from the advancement of supercomputer hardware. As a result, refactoring and optimizing the legacy models for new architectures become a key challenge along the road of taking advantage of greener and faster supercomputers, providing better support for the global climate research community and contributing to the long-lasting society task of addressing long-term climate change. This article reports the efforts of a large group in the International Laboratory for High-Resolution Earth System Prediction (iHESP) established by the cooperation of Qingdao Pilot National Laboratory for Marine Science and Technology (QNLM), Texas A & M University and the National Center for Atmospheric Research (NCAR), with the goal of enabling highly efficient simulations of the high-resolution (25-km atmosphere and 10-km ocean) Community Earth System Model (CESM-HR) on Sunway TaihuLight. The refactoring and optimizing efforts have improved the simulation speed of CESM-HR from 1 SYPD (simulation years per day) to 3.4 SYPD (with output disabled), and supported several hundred years of pre-industrial control simulations. With further strategies on deeper refactoring and optimizing for a few remaining computing hot spots, we expect an equivalent or even better efficiency than homogeneous CPU platforms. The refactoring and optimizing processes detailed in this paper on the Sunway system should have implications to similar efforts on other heterogeneous many-core systems such as GPU-based high-performance computing (HPC) systems. [ABSTRACT FROM AUTHOR]
- Published
- 2020
- Full Text
- View/download PDF
195. Multi-step predictive control with TDBP method for pneumatic position servo system
- Author
-
Yuhu Cheng, Xuesong Wang, and Wei Sun
- Subjects
0209 industrial biotechnology ,Engineering ,Artificial neural network ,business.industry ,Computation ,020208 electrical & electronic engineering ,Feed forward ,Control engineering ,02 engineering and technology ,Servomechanism ,law.invention ,Model predictive control ,020901 industrial engineering & automation ,law ,Position (vector) ,Control theory ,0202 electrical engineering, electronic engineering, information engineering ,business ,Instrumentation ,Servo - Abstract
This paper presents a new multi-step predictive controller based on neural networks and researches the adaptability of the predictive controller for a pneumatic position servo system which has some typical characteristics of non-linearity and time-varying. A diagonal recurrent neural network (DRNN) is used to predict the system output of the multi-step ahead directly. According to the intrinsic defects of a back-propagation (BP) algorithm that cannot update network weights incrementally, a new hybrid learning algorithm combining the temporal differences (TD) method with the BP algorithm to train the DRNN is put forward. A three-layer feedforward BP neural network is used as a non-linear rolling optimal controller to realize the optimization of control input of the next step according to a single-value predictive control algorithm to simplify computation. Simulation and experimental results indicate that the proposed predictive controller is suitable for real-time control of a pneumatic position servo system because of its characteristics of a simple algorithm, fast calculation of the control input and good tracking effects.
- Published
- 2006
- Full Text
- View/download PDF
196. Barnes-Godunova-Levin type inequality of the Sugeno integral for an ( α , m ) -concave function
- Author
-
Dong-Qing Li, Yuhu Cheng, Shao-Fei Zang, and Xuesong Wang
- Subjects
Alpha (programming language) ,Pure mathematics ,Sugeno integral ,Concave function ,Applied Mathematics ,Mathematical analysis ,Discrete Mathematics and Combinatorics ,Type inequality ,Analysis ,Mathematics - Abstract
In this paper, a Barnes-Godunova-Levin type inequality for the Sugeno integral based on an $( {\alpha,m} )$ -concave function is proved. Some examples are given to illustrate the validity of these inequalities. Finally, several important results, as special cases of an $( {\alpha,m} )$ -concave function, are also obtained.
- Published
- 2015
- Full Text
- View/download PDF
197. A pareto-based differential evolution algorithm for multi-objective optimization problems
- Author
-
Ruhai Lei and Yuhu Cheng
- Subjects
Mathematical optimization ,Optimization problem ,Differential evolution ,Computer Science::Neural and Evolutionary Computation ,MathematicsofComputing_NUMERICALANALYSIS ,Benchmark (computing) ,Pareto principle ,Sorting ,Solution set ,Multi-objective optimization ,Evolutionary computation ,Mathematics - Abstract
A new Pareto-based differential evolution (PDE) algorithm for solving multi-objective optimization problems was proposed by applying the nondominated sorting and ranking selection procedure developed in NSGA-II to select nondominated individuals to constitute a nondominated solution set. The PDE algorithm was validated using eight benchmark cases. The experimental results show that PDE, compared with NSGA-II algorithm, can find many Pareto optimal solutions distributed onto the Pareto front uniformly, which is an effective method to solve multi-objective optimization problems.
- Published
- 2010
- Full Text
- View/download PDF
198. Reinforcement learning method based on semi-parametric regression model
- Author
-
Yuhu Cheng, Xilan Tian, and Xuesong Wang
- Subjects
Computer Science::Machine Learning ,Learning classifier system ,Artificial neural network ,business.industry ,Q-learning ,Semiparametric model ,Inverted pendulum ,Support vector machine ,Reinforcement learning ,Artificial intelligence ,business ,Algorithm ,Parametric statistics ,Mathematics - Abstract
In order to make full use of the advantages of both parametric and non-parametric models simultaneously, a kind of semi-parametric support vector machine (SVM) was proposed by combining a non-parametric SVM model and a parametric linear basis function model. The semi-parametric SVM was used to estimate the Q values of continuous-state-discontinuous-action pairs in an on-line manner so as to generalize a standard Q learning method to continuous state spaces. Simulation results concerning the balancing control problem of an inverted pendulum show that the proposed Q learning method has good adaptability for changes of system parameters and initial states, which provides a new approach to solve the generalization problem of continuous space of reinforcement learning.
- Published
- 2010
- Full Text
- View/download PDF
199. Reinforcement learning method for continuous state space based on dynamic neural network
- Author
-
Yuhu Cheng, Wei Sun, and Xuesong Wang
- Subjects
Discretization ,Artificial neural network ,business.industry ,Computer science ,Computer Science::Neural and Evolutionary Computation ,Supervised learning ,Q-learning ,Nonlinear system ,Control system ,Unsupervised learning ,Reinforcement learning ,State space ,Artificial intelligence ,Temporal difference learning ,business ,Curse of dimensionality ,TRACE (psycholinguistics) - Abstract
One of the difficulties encountered in the application of reinforcement learning methods to real-world problem is the generalization of large-scale or continuous state space. In order to solve the curse of dimensionality problem caused by discretizing continuous state space, a kind of Q-learning method for continuous state space based on a dynamic Elman neural network was proposed in this paper. The inputs and the output of Elman network are the system state-action pair and the corresponding Q-value. That is, Elman network is used to estimate the Q-value of state-action pair on-line. Eligibility trace for connecting weights is introduced by borrowing ideas from the eligibility trace mechanism of state in temporal difference algorithm to improve the learning speed of neural network. Computer simulations on mountain car control illustrate the performance and applicability of the proposed Q-learning scheme.
- Published
- 2008
- Full Text
- View/download PDF
200. Electromagnetic and thermal coupled analysis of can effect of a novel canned switched reluctance machine as a hydraulic pump drive.
- Author
-
Qiang Yu, Xuesong Wang, and Yuhu Cheng
- Subjects
SWITCHED reluctance motors ,HYDRAULICS ,RELUCTANCE motors ,FLUID mechanics ,THERMAL analysis - Abstract
This paper presents the electromagnetic and thermal characteristics of a novel canned Switched Reluctance Machine (SRM) as a hydraulic pump drive. Due to considerable loss generated from the can shield in airgap, the characteristics are of fundamental differences from an ordinary machine. To identify the can effect, the magnetic field and heat transfer are respectively identified, followed by a coupled analysis due to high temperature rise on the can shield that significantly affects airgap flux. Specifically, improved thermal and electromagnetic models are respectively proposed to enhance calculation accuracy with small computation. Then, the coupling between airgap flux and temperature rise on the can shield is studied. The electromagnetic and thermal features are validated with measurements. [ABSTRACT FROM AUTHOR]
- Published
- 2017
- Full Text
- View/download PDF
Catalog
Discovery Service for Jio Institute Digital Library
For full access to our library's resources, please sign in.