Hacker News new | ask | show | jobs
by gyomu 581 days ago
Right, and the point ppl are making upthread is that deterministic signal processing and probabilistic reconstruction approaches are apples and oranges.
1 comments

It's trivial to make most AI implementations deterministic; just use a constant RNG seed.
Deterministic within a single image yes, but not within arbitrary subsections. Classical filters aren’t trying to reconstruct something resembling “other images it’s seen before”. Makes a difference both in theory and practice.