Submitted by ykilcher t3_xycz6y in MachineLearning
nomadiclizard t1_irh1khu wrote
I wonder if there's a faster fourier transform algorithm out there o.o
uneaknayum t1_irh65rm wrote
Of the subspace of Algos that exist, we have only discovered a handful.
It is statistically likely that there will be, within that same space, an algorithm exists to do most things faster.
Addition might be pretty solved by this point, but no one has said solving a 100k digit addition problem by hand would be efficient.
Faster FT means a faster QTF. Gangbusters!
carlthome t1_irhwo6z wrote
FFT is already O(n*log(n)) though so what could be improved? Linear time?
-xylon t1_irjih2c wrote
Relax this is just better compilation for algorithms that exist, not new algos.
Viewing a single comment thread. View all comments