paper-with-me

Papers

Learning to extrapolate using continued fractions: Predicting the critical temperature of superconductor materials

2020-11-27 · Pablo Moscato, Mohammad Nazmul Haque, Kevin Huang, Julia Sloan, Jon C. de Oliveira

In the field of Artificial Intelligence (AI) and Machine Learning (ML), the approximation of unknown target functions $y=f(\mathbf{x})$ using limited instances $S={(\mathbf{x^{(i)}},y^{(i)})}$, where $\mathbf{x^{(i)}} \in D$ and $D$ represents the domain of interest, is a common objective. We refer to $S$ as the training set and aim to identify a low-complexity mathematical model that can effectively approximate this target function for new instances $\mathbf{x}$. Consequently, the model's generalization ability is evaluated on a separate set $T=\{\mathbf{x^{(j)}}\} \subset D$, where $T \neq S$, frequently with $T \cap S = \emptyset$, to assess its performance beyond the training set. However, certain applications require accurate approximation not only within the original domain $D$ but also in an extended domain $D'$ that encompasses $D$. This becomes particularly relevant in scenarios involving the design of new structures, where minimizing errors in approximations is crucial. For example, when developing new materials through data-driven approaches, the AI/ML system can provide valuable insights to guide the design process by serving as a surrogate function. Consequently, the learned model can be employed to facilitate the design of new laboratory experiments. In this paper, we propose a method for multivariate regression based on iterative fitting of a continued fraction, incorporating additive spline models. We compare the performance of our method with established techniques, including AdaBoost, Kernel Ridge, Linear Regression, Lasso Lars, Linear Support Vector Regression, Multi-Layer Perceptrons, Random Forests, Stochastic Gradient Descent, and XGBoost. To evaluate these methods, we focus on an important problem in the field: predicting the critical temperature of superconductors based on physical-chemical characteristics.

📄 PDF Abstract BibTeX arXiv:2012.03774

Code (0)

등록된 구현이 없습니다.

Tasks

Continued fractionregression

Methods 이 논문이 사용한 방법론

Linear Regression Linear Regression is a method for modelling a relationship between a dependent variable and independent variables. These models can be fit with numerous approaches. The most…

Similar Papers 제목 키워드 기반

Analytic Continued Fractions for Regression: A Memetic Algorithm Approach

2019-12-18 · Pablo Moscato, Haoyuan Sun, Mohammad Nazmul Haque

We present an approach for regression problems that employs analytic continued fractions as a novel representation. Comparative computational results using a memetic algorithm are reported in this work. Our experiments i…

BIG-bench Machine LearningregressionSymbolic Regression

Min-Path-Tracing: A Diffraction Aware Alternative to Image Method in Ray Tracing

2023-01-16 · Jérome Eertmans, Claude Oestges, Laurent Jacques

For more than twenty years, Ray Tracing methods have continued to improve on both accuracy and computational time aspects. However, most state-of-the-art image-based ray tracers still rely on a description of the environ…

Prediction of Diffusion Coefficients in Mixtures with Tensor Completion

2026-02-26 · Zeno Romero, Kerstin Münnemann, Hans Hasse, Fabian Jirasek arxiv

Predicting diffusion coefficients in mixtures is crucial for many applications, as experimental data remain scarce, and machine learning (ML) offers promising alternatives to established semi-empirical models. Among ML m…

Active Learning

Circuit Model Reduction with Scaled Relative Graphs

2022-04-04 · Thomas Chaffey, Alberto Padoan

Continued fractions are classical representations of complex objects (for example, real numbers) as sums and inverses of simpler objects (for example, integers). The analogy in linear circuit theory is a chain of series/…

Continued fractionmodel

CoFrNets: Interpretable Neural Architecture Inspired by Continued Fractions

2021-12-01 · NeurIPS 2021 12 · Isha Puri, Amit Dhurandhar, Tejaswini Pedapati, Karthikeyan Shanmugam 외

In recent years there has been a considerable amount of research on local post hoc explanations for neural networks. However, work on building interpretable neural architectures has been relatively sparse. In this paper,…