Serving the Quantitative Finance Community

  • 1
  • 4
  • 5
  • 6
  • 7
  • 8
 
User avatar
Cuchulainn
Topic Author
Posts: 22921
Joined: July 16th, 2004, 7:38 am

Re: Does Cauchy sequence ever occur in the real world or is it all the minds of mathematicians?

February 24th, 2021, 10:14 pm

How can we teach Cauchy to engineers and computer scientists? They don't teach that in school, Maybe it's because ML and and ANNs don't do Cauchy sequnces.

SGD: It's like getting a flat tire and fixing the problem by driving around the block a few times; maybe it will fix itself.

The utility of Cauchy sequences lies in the fact that in a complete metric space (one where all such sequences are known to converge to a limit), the criterion for convergence depends only on the terms of the sequence itself, as opposed to the definition of convergence, which uses the limit value as well as the terms. This is often exploited in algorithms, both theoretical and applied, where an iterative process can be shown relatively easily to produce a Cauchy sequence, consisting of the iterates, thus fulfilling a logical condition, such as termination.

I repeat for our CS friends and partners.

convergence depends only on the terms of the sequence itself, as opposed to the definition of convergence, which uses the limit value as well as the terms.

And since we work in a complete RKHS space, it's bingo.
Last edited by Cuchulainn on February 24th, 2021, 10:29 pm, edited 2 times in total.
 
User avatar
Cuchulainn
Topic Author
Posts: 22921
Joined: July 16th, 2004, 7:38 am

Re: Does Cauchy sequence ever occur in the real world or is it all the minds of mathematicians?

April 30th, 2024, 11:07 am

Is this statement always true?

any two numbers x and y must satisfy one and only one of the conditions x < y, x = y, or x > y.
 
User avatar
katastrofa
Posts: 7929
Joined: August 16th, 2007, 5:36 am
Location: Event Horizon

Re: Does Cauchy sequence ever occur in the real world or is it all the minds of mathematicians?

April 30th, 2024, 9:31 pm

Cauchy sequence framework is a good heuristic on the weight training updates in the training process. The updates should be diminishing according to the Cauchy sequence - if not, apart from some stochastic noise, one should adjust the training parameters or something more serious is wrong; and you can actually apply the Cauchy criterion as stopping.
 
User avatar
Cuchulainn
Topic Author
Posts: 22921
Joined: July 16th, 2004, 7:38 am

Re: Does Cauchy sequence ever occur in the real world or is it all the minds of mathematicians?

May 1st, 2024, 8:02 am

Cauchy sequences are bread-and-butter of real, functional and applied analysis. You want these sequences to converge in the (complete metric) space of interest.

MMD and kernel 2-sample test is a good example.
 
User avatar
Cuchulainn
Topic Author
Posts: 22921
Joined: July 16th, 2004, 7:38 am

Re: Does Cauchy sequence ever occur in the real world or is it all the minds of mathematicians?

May 1st, 2024, 8:47 am

kats, 
What's your opinion of this? Is it 'better' than DL etc.

https://arxiv.org/abs/2106.08443