Creation of a behavioral model of a LDMOS transistor based on an artificial MLP neural network and its description in Verilog-A language

2021 ◽  
Vol 14 (2) ◽  
pp. 28-34
Author(s):  
Sergey Pobeda ◽  
M. Chernyh ◽  
F. Makarenko ◽  
Konstantin Zolnikov

The article deals with the creation of a behavioral model of lateral metal oxide transistors (LDMOS) based on a neural network of the multilayer percep-tron type. The model is identified using a backpropa-gation algorithm. Demonstrated the process of creating an ANN model using Pytorch, a machine learning framework for the Python language, with subsequent transfer to the standard analog circuit modeling lan-guage Verilog-A.

Catalysts ◽  
2021 ◽  
Vol 11 (9) ◽  
pp. 1107
Author(s):  
Zhuoying Jiang ◽  
Jiajie Hu ◽  
Matthew Tong ◽  
Anna C. Samia ◽  
Huichun (Judy) Zhang ◽  
...  

This paper describes an innovative machine learning (ML) model to predict the performance of different metal oxide photocatalysts on a wide range of contaminants. The molecular structures of metal oxide photocatalysts are encoded with a crystal graph convolution neural network (CGCNN). The structure of organic compounds is encoded via digital molecular fingerprints (MF). The encoded features of the photocatalysts and contaminants are input to an artificial neural network (ANN), named as CGCNN-MF-ANN model. The CGCNN-MF-ANN model has achieved a very good prediction of the photocatalytic degradation rate constants by different photocatalysts over a wide range of organic contaminants. The effects of the data training strategy on the ML model performance are compared. The effects of different factors on photocatalytic degradation performance are further evaluated by feature importance analyses. Examples are illustrated on the use of this novel ML model for optimal photocatalyst selection and for assessing other types of photocatalysts for different environmental applications.


2021 ◽  
Author(s):  
Lin Yuan ◽  
Jing Zhao ◽  
Tao Sun ◽  
Zhen Shen

Abstract Background: LncRNAs (Long non-coding RNAs) are a type of non-coding RNA molecule with transcript length longer than 200 nucleotides. LncRNA has been novel candidate biomarkers in cancer diagnosis and prognosis. However, it is difficult to discover the true association mechanism between lncRNAs and complex diseases. The unprecedented enrichment of multi-omics data and the rapid development of machine learning technology provide us with the opportunity to design a machine learning framework to study the relationship between lncRNAs and complex diseases. Results: In this article, we proposed a new machine learning approach, namely LGDLDA (LncRNA-Gene-Disease association networks based LncRNA-Disease Association prediction), for disease-related lncRNAs association prediction based multi-omics data, machine learning methods and neural network neighborhood information aggregation. Firstly, LGDLDA calculates the similarity matrix of lncRNA, gene and disease respectively. LGDLDA calculates the similarity between lncRNAs through the lncRNA expression profile matrix, lncRNA-miRNA interaction matrix and lncRNA-protein interaction matrix. LGDLDA obtains gene similarity matrix by calculating the lncRNA-gene association matrix and the gene-disease association matrix. LGDLDA obtains disease similarity matrix by calculating the disease ontology, the disease-miRNA association matrix, and Gaussian interaction profile kernel similarity. Secondly, LGDLDA integrates the neighborhood information in similarity matrices by using nonlinear feature learning of neural network. Thirdly, LGDLDA uses embedded node representations to approximate the observed matrices. Finally, LGDLDA ranks candidate lncRNA-disease pairs and then selects potential disease-related lncRNAs. Conclusions: Compared with lncRNA-disease prediction methods, IHI-BMLLR takes into account more critical information and obtains the performance improvement cancer-related lncRNA predictions. Randomly split data experiment results show that the stability of LGDLDA is better than IDHI-MIRW, NCPLDA, LncDisAP and NCPHLDA. The results on different simulation data sets show that LGDLDA can accurately and effectively predict the disease-related lncRNAs. Furthermore, we applied LGDLDA to three real cancer data including gastric cancer, colorectal cancer and breast cancer to predict potential cancer-related lncRNAs.


2019 ◽  
Vol 142 (5) ◽  
Author(s):  
Byeongho Yu ◽  
Dongsu Kim ◽  
Heejin Cho ◽  
Pedro Mago

Abstract Thermal load prediction is a key part of energy system management and control in buildings, and its accuracy plays a critical role to improve building energy performance and efficiency. Regarding thermal load prediction, various types of prediction model have been considered and studied, such as physics-based, statistical, and machine learning models. Physical models can be accurate but require extended lead time for model development. Statistical models are relatively simple to develop and require less computation time, but they may not provide accurate results for complex energy systems with intricate nonlinear dynamic behaviors. This study proposes an artificial neural network (ANN) model, one of the prevalent machine learning methods to predict building thermal load, combining with the concept of nonlinear autoregressive with exogenous inputs (NARX). NARX-ANN prediction model is distinguished from typical ANN models because the NARX concept can address nonlinear system behaviors effectively based on its recurrent architectures and time indexing features. To examine the suitability and validity of NARX-ANN model for building thermal load prediction, a case study is carried out using the field data of an academic campus building at Mississippi State University (MSU). Results show that the proposed NARX-ANN model can provide an accurate and robust prediction performance and effectively address nonlinear system behaviors in the prediction.


2017 ◽  
Author(s):  
Luís Dias ◽  
Rosalvo Neto

Google released on November of 2015 Tensorflow, an open source machine learning framework that can be used to implement Deep Neural Network algorithms, a class of algorithms that shows great potential in solving complex problems. Considering the importance of usability in software success, this research aims to perform a usability analysis on Tensorflow and to compare it with another widely used framework, R. The evaluation was performed through usability tests with university students. The study led do indications that Tensorflow usability is equal or better than the usability of traditional frameworks used by the scientific community.


2021 ◽  
Author(s):  
V.Y. Ilichev ◽  
I.V. Chukhraev

The article is devoted to the consideration of one of the areas of application of modern and promising computer technology – machine learning. This direction is based on the creation of models consisting of neural networks and their deep learning. At present, there is a need to generate new, not yet existing, images of objects of different types. Most often, text files or images act as such objects. To achieve a high quality of results, a generation method based on the adversarial work of two neural networks (generator and discriminator) was once worked out. This class of neural network models is distinguished by the complexity of topography, since it is necessary to correctly organize the structure of neural layers in order to achieve maximum accuracy and minimal error. The described program is created using the Python language and special libraries that extend the set of commands for performing additional functions: working with neural networks Keras (main library), integrating with the operating system Os, outputting graphs Matplotlib, working with data arrays Numpy and others. A description is given of the type and features of each neural layer, as well as the use of library connection functions, input of initial data, compilation and training of the obtained model. Next, the implementation of the procedure for outputting the results of evaluating the errors of the generator and discriminator and the accuracy achieved by the model depending on the number of cycles (eras) of its training is considered. Based on the results of the work, conclusions were drawn and recommendations were made for the use and development of the considered methodology for creating and training generative and adversarial neural networks. Studies have demonstrated the procedure for operating with comparatively simple and accessible, but effective means of a universal Python language with the Keras library to create and teach a complex neural network model. In fact, it has been proved that the use of this method allows to achieve high-quality results of machine learning, previously achievable only when using special software systems for working with neural networks.


2021 ◽  
Vol 17 (6) ◽  
pp. e1009108
Author(s):  
Necati Esener ◽  
Alexandre Maciel Guerra ◽  
Katharina Giebel ◽  
Daniel Lea ◽  
Martin J. Green ◽  
...  

Staphylococcus aureus is a serious human and animal pathogen threat exhibiting extraordinary capacity for acquiring new antibiotic resistance traits in the pathogen population worldwide. The development of fast, affordable and effective diagnostic solutions capable of discriminating between antibiotic-resistant and susceptible S. aureus strains would be of huge benefit for effective disease detection and treatment. Here we develop a diagnostics solution that uses Matrix-Assisted Laser Desorption/Ionisation–Time of Flight Mass Spectrometry (MALDI-TOF) and machine learning, to identify signature profiles of antibiotic resistance to either multidrug or benzylpenicillin in S. aureus isolates. Using ten different supervised learning techniques, we have analysed a set of 82 S. aureus isolates collected from 67 cows diagnosed with bovine mastitis across 24 farms. For the multidrug phenotyping analysis, LDA, linear SVM, RBF SVM, logistic regression, naïve Bayes, MLP neural network and QDA had Cohen’s kappa values over 85.00%. For the benzylpenicillin phenotyping analysis, RBF SVM, MLP neural network, naïve Bayes, logistic regression, linear SVM, QDA, LDA, and random forests had Cohen’s kappa values over 85.00%. For the benzylpenicillin the diagnostic systems achieved up to (mean result ± standard deviation over 30 runs on the test set): accuracy = 97.54% ± 1.91%, sensitivity = 99.93% ± 0.25%, specificity = 95.04% ± 3.83%, and Cohen’s kappa = 95.04% ± 3.83%. Moreover, the diagnostic platform complemented by a protein-protein network and 3D structural protein information framework allowed the identification of five molecular determinants underlying the susceptible and resistant profiles. Four proteins were able to classify multidrug-resistant and susceptible strains with 96.81% ± 0.43% accuracy. Five proteins, including the previous four, were able to classify benzylpenicillin resistant and susceptible strains with 97.54% ± 1.91% accuracy. Our approach may open up new avenues for the development of a fast, affordable and effective day-to-day diagnostic solution, which would offer new opportunities for targeting resistant bacteria.


2021 ◽  
Author(s):  
Nilesh AnanthaSubramanian ◽  
Ashok Palaniappan

AbstractMetal-oxide nanoparticles find widespread applications in mundane life today, and cost-effective evaluation of their cytotoxicity and ecotoxicity is essential for sustainable progress. Machine learning models use existing experimental data, and learn the relationship of various features to nanoparticle cytotoxicity to generate predictive models. In this work, we adopted a principled approach to this problem by formulating a feature space based on intrinsic and extrinsic physico-chemical properties, but exclusive of any in vitro characteristics such as cell line, cell type, and assay method. A minimal set of features was developed by applying variance inflation analysis to the correlation structure of the feature space. Using a balanced dataset, a mapping was then obtained from the normalized feature space to the toxicity class using various hyperparameter-tuned machine learning models. Evaluation on an unseen test set yielded > 96% balanced accuracy for both the random forest model, and neural network with one hidden layer model. The obtained cytotoxicity models are parsimonious, with intelligible inputs, and include an applicability check. Interpretability investigations of the models yielded the key predictor variables of metal-oxide nanoparticle cytotoxicity. Our models could be applied on new, untested oxides, using a majority-voting ensemble classifier, NanoTox, that incorporates the neural network, random forest, support vector machine, and logistic regression models. NanoTox is the very first predictive nanotoxicology pipeline made freely available under the GNU General Public License (https://github.com/NanoTox).


Author(s):  
Yajun Liu ◽  
Shenchao Zhang ◽  
Zhendong Liu

In practice, the volatile organic compounds (VOCs) pollution can exist when refueling due to the properties of the gasoline, low viscosity and high saturated-vapor pressure. A new gasoline vapor recovery system involving frequency conversion technology and machine learning is developed to cope with this problem. In the proposed system, firstly, the pumping capacity of the vacuum pump is evaluated, and test shows an almost linear relationship between suction volume and frequency. Then, the Multi-Layer Perception (MLP) neural network and the support vector regression (SVR) are employed to predict the gas-liquid ratio, and the numerical examples are presented to prove the high prediction accuracy of the MLP and SVR, respectively, where the MLP neural network has better generalization ability. Finally, compared with the two gasoline vapor recovery systems based on the 1: 1 fixed control model and the PID control model, respectively, the gasoline vapor recovery efficiency is improved significantly by the new gasoline vapor recovery system.


Author(s):  
Byeongho Yu ◽  
Dongsu Kim ◽  
Heejin Cho ◽  
Pedro Mago

Abstract Thermal load prediction is a key part of energy system management and control in buildings, and its accuracy plays a critical role to improve and maintain building energy performance and efficiency. To address this issue, various types of prediction model have been considered and studied, such as physics-based, statistical, and machine learning models. Physical models can be accurate but require extended lead time for model development. Statistical models are relatively simple to develop and require less computation time than other models, but they may not provide accurate results for complex energy systems with an intricate nonlinear dynamic behavior. This study proposes an Artificial Neural Network (ANN) model, one of the prevalent machine learning methods to predict building thermal load, combining with the concept of Non-linear Auto-Regression with Exogenous inputs (NARX). NARX-ANN prediction model is distinguished from typical ANN models due to the fact that the NARX concept can address nonlinear system behaviors effectively based on recurrent architectures and time indexing features. To examine the suitability and validity of NARX-ANN model for building thermal load prediction, a case study is carried out using field data of an academic campus building at Mississippi State University. Results show that the proposed NARX-ANN model can provide an accurate prediction performance and effectively address nonlinear system behaviors in the prediction.


Sign in / Sign up

Export Citation Format

Share Document