Deep learning for presumed probability density function models
TL;DR: In this paper, the joint sub-filter PDF of mixture fraction and progress variable is modeled using various ML algorithms and commonly used analytical models, including traditional ensemble methods (random forests), deep learning (deep neural network), and generative learning (conditional variational autoencoder (CVAE)).
read more
About: This article is published in Combustion and Flame. The article was published on 01 Oct 2019. and is currently open access. The article focuses on the topics: Unsupervised learning & Ensemble learning.
read more
Chat with Paper
AI Agents for this Paper
Find similar papers on Google Scholar, PubMed and Arxiv
Write a critical review of this paper
Analyze citations of this paper to find unaddressed research gaps
Citations
Combustion machine learning: Principles, progress and prospects
TL;DR: A review of data sources, data-driven techniques, and concepts for combustion machine learning can be found in this article , focusing on interpretability, uncertainty quantification, robustness, consistency, creation and curation of benchmark data, and the augmentation of ML methods with prior combustion domain knowledge.
146
Machine learning for combustion
Lei Zhou,Monica Carrer,Yuntong Song,Weiqi Ji,Haiqiao Wei +4 more
- 24 Nov 2021
TL;DR: In this article, the authors present an overview of studies on the applications of machine learning in combustion science fields over the past several decades, including chemical reactions, combustion modeling, combustion measurement, engine performance prediction and optimization, and fuel design.
117
Improving aircraft performance using machine learning: a review
Soledad Le Clainche,Esteban Ferrer,Sam Gibson,Elisabeth Cross,Alessandro Parente,Ricardo Vinuesa +5 more
TL;DR: In this article , the state-of-the-art machine learning techniques for aerospace engineering have been reviewed, including fundamental fluid dynamics (experimental and numerical), aerodynamics, acoustics, combustion and structural health monitoring.
Large eddy simulation of spray combustion using flamelet generated manifolds combined with artificial neural networks
Yan Zhang,Yan Zhang,Shijie Xu,Shenghui Zhong,Shenghui Zhong,Xue-Song Bai,Hu Wang,Mingfa Yao +7 more
- 01 Nov 2020
TL;DR: In this paper, a set of ANN models is firstly trained using a 68 species mass fractions in mixture fraction-progress variable space, and then applied to explore the detailed spray combustion process.
65
Application of machine learning for filtered density function closure in MILD combustion
Zhi X. Chen,Salvatore Iavarone,Golnoush Ghiasi,Veeraraghavan Kannan,Giuseppe D’Alessio,Giuseppe D’Alessio,Alessandro Parente,Nedunchezhian Swaminathan +7 more
TL;DR: The DNN model significantly outperforms the analytical models for all cases showing very good predictions for the filtered reaction rate for a range of filter sizes, a clear advantage for the DNN to be used in practical LES applications.
42
References
Random Forests
Leo Breiman
- 01 Oct 2001
TL;DR: Internal estimates monitor error, strength, and correlation and these are used to show the response to increasing the number of features used in the forest, and are also applicable to regression.
•Journal Article
Scikit-learn: Machine Learning in Python
Fabian Pedregosa,Gaël Varoquaux,Alexandre Gramfort,Vincent Michel,Bertrand Thirion,Olivier Grisel,Mathieu Blondel,Peter Prettenhofer,Ron Weiss,Vincent Dubourg,Jake Vanderplas,Alexandre Passos,David Cournapeau,Matthieu Brucher,Matthieu Perrot,Edouard Duchesnay +15 more
TL;DR: Scikit-learn is a Python module integrating a wide range of state-of-the-art machine learning algorithms for medium-scale supervised and unsupervised problems, focusing on bringing machine learning to non-specialists using a general-purpose high-level language.
Deep learning
TL;DR: Deep learning is making major advances in solving problems that have resisted the best attempts of the artificial intelligence community for many years, and will have many more successes in the near future because it requires very little engineering by hand and can easily take advantage of increases in the amount of available computation and data.
67K
Attention Is All You Need
Ashish Vaswani,Noam Shazeer,Niki Parmar,Jakob Uszkoreit,Llion Jones,Aidan N. Gomez,Łukasz Kaiser,Illia Polosukhin +7 more
- 01 Jan 2017
Abstract: The dominant sequence transduction models are based on complex recurrent or convolutional neural networks in an encoder-decoder configuration. The best performing models also connect the encoder and decoder through an attention mechanism. We propose a new simple network architecture, the Transformer, based solely on attention mechanisms, dispensing with recurrence and convolutions entirely. Experiments on two machine translation tasks show these models to be superior in quality while being more parallelizable and requiring significantly less time to train. Our model achieves 28.4 BLEU on the WMT 2014 English-to-German translation task, improving over the existing best results, including ensembles by over 2 BLEU. On the WMT 2014 English-to-French translation task, our model establishes a new single-model state-of-the-art BLEU score of 41.8 after training for 3.5 days on eight GPUs, a small fraction of the training costs of the best models from the literature. We show that the Transformer generalizes well to other tasks by applying it successfully to English constituency parsing both with large and limited training data.
51.8K
Generative Adversarial Nets
Ian Goodfellow,Jean Pouget-Abadie,Mehdi Mirza,Bing Xu,David Warde-Farley,Sherjil Ozair,Aaron Courville,Yoshua Bengio +7 more
- 08 Dec 2014
TL;DR: A new framework for estimating generative models via an adversarial process, in which two models are simultaneously train: a generative model G that captures the data distribution and a discriminative model D that estimates the probability that a sample came from the training data rather than G.