Home / Machine Learning
Category

Machine Learning

Machine learning algorithms, frameworks, and applications

Articles
78
In this channel
Update Cycle
Live
Always scanning

Found 78 articles

How Value Learning Actually Works: A Paths-Based Perspective

How Value Learning Actually Works: A Paths-Based Perspective

Temporal Difference Learning sidesteps the inefficiency of waiting for full episode returns by bootstrapping value estimates from intermediate steps. This piece examines how TD methods blend Monte Carlo sampling with dynamic programming — updating predictions mid-trajectory rather than post-hoc — to extract more signal from each transition. The result is faster convergence and stronger sample efficiency, particularly in environments where episodes are long or rewards are sparse.

Sep 30, 2019 1,032 views
Why Adversarial Examples Are Features, Not Flaws: What Mislabeled Data Reveals About How Neural Networks Really Learn

Why Adversarial Examples Are Features, Not Flaws: What Mislabeled Data Reveals About How Neural Networks Really Learn

Section 3.2 of Ilyas et al. (2019) demonstrates that a model trained exclusively on adversarial examples achieves non-trivial generalization on the original test set. This paper shows that these experiments represent a specific instance of a broader phenomenon: adversarial vulnerability can emerge from features that are genuinely predictive yet brittle, rather than from model artifacts or noise. The finding reframes adversarial robustness not as a bug to be patched, but as a structural property of the data distribution itself.

Aug 06, 2019 575 views