← Search

Wonyeol Lee

5 accepted papers

2025

Floating-Point Neural Networks Can Represent Almost All Floating-Point Functions

ICML 2025poster

Existing works on the expressive power of neural networks typically assume real-valued parameters and exact mathematical operations during the evaluation of networks. However, neural networks run on actual computers can take parameters only from a small subset of the reals and perform inexact mathem…

Cited by 0SourcePDFScholar
2023

On the Correctness of Automatic Differentiation for Neural Networks with Machine-Representable Parameters

ICML 2023poster

Recent work has shown that forward- and reverse- mode automatic differentiation (AD) over the reals is almost always correct in a mathematically precise sense. However, actual programs work with machine-representable numbers (e.g., floating-point numbers), not reals. In this paper, we study the corr…

Cited by 6SourcePDFScholar
2020

On Correctness of Automatic Differentiation for Non-Differentiable Functions

NeurIPS 2020spotlight

Differentiation lies at the core of many machine-learning algorithms, and is well-supported by popular autodiff systems, such as TensorFlow and PyTorch. Originally, these systems have been developed to compute derivatives of differentiable functions, but in practice, they are commonly applied to fun…