Earlier quoted context omitted.
The ML field today is all about results. Get the high scores and figure out the math later. Not that there is anything wrong with this, we still at the stage where we're banging rocks together wondering what works and what doesn't, and the theories will come later.
So what is the meaning of "ML experts" if all they do is trial and loss experiments! Is Math PhD just used for hiring signal rather than actual requirements to do ML projects?
Machine learning leads mathematicians to unsolvable problem
11–20 of 98 posts
Re: Machine learning leads mathematicians to unsolvable problem
#12Re: Machine learning leads mathematicians to unsolvable problem
#13Where is mathematics in ML today? Most of that are happening under the hood and all algorithms are just a black box.
For example, Goodfellow and Bengio's book on Deep Learning talks a lot about connections to Bayesian Inference, Classical Statistics, Information Theory, and a bit about Topology.
Christopher Oolah's blog gives plenty of great explanations of mathematical topics.
Personally, I use Math in my work all the time. Thinking in terms of Information Theory has let me quantify and compare algorithms that seemed difficult to evaluate at first. And several times, I've seen a business make the wrong decision due to lack of Math/Stats background.
I don't mean to be a Math snob – you can absolutely do a lot of valuable work treating algorithms as black boxes. But the Math is there, and it is being used.
Re: Machine learning leads mathematicians to unsolvable problem
#14I don't understand how a result concerning infinities can apply to a finite number of data points represented by finite (bounded - probably by 2^32) integers processed in finite time.
The reals are infinite. Float/double So, while I think your question is interesting and good, I don’t think integer size is a strong counterexample in support of a different conclusion.
Re: Machine learning leads mathematicians to unsolvable problem
#15Earlier quoted context omitted.
The ML field today is all about results. Get the high scores and figure out the math later. Not that there is anything wrong with this, we still at the stage where we're banging rocks together wondering what works and what doesn't, and the theories will come later.
So what is the meaning of "ML experts" if all they do is trial and loss experiments! Is Math PhD just used for hiring signal rather than actual requirements to do ML projects?
I.e. in many materials or chemistry fields where you start operating with over 100 variables, you begin to develop a dark arts of understanding because what is being attempted is beyond the ability of computers to model.
You can do chemistry without a PhD, but your ability to systematically try to address the complexity may be hindered without the training. Likewise with ‘ML experts’ (I hope they get a cool word some day to describe their profession).
Re: Machine learning leads mathematicians to unsolvable problem
#16I don't understand how a result concerning infinities can apply to a finite number of data points represented by finite (bounded - probably by 2^32) integers processed in finite time.
the paper seems to talk about binary classifiers `h : X --> {0, 1}`, where each classifier h belongs to some family `F` of functions subseteq `{h : X --> {0, 1}}`, and where observed samples are drawn from some unknown distribution P over X.
so, it probably depends upon the choice of `X` and `F`, but i dont have enough of a handle on the theory to understand this.
Re: Machine learning leads mathematicians to unsolvable problem
#17Reflects poorly on the authors, regardless of the actual merits of their finding.
Re: Machine learning leads mathematicians to unsolvable problem
#18This work was published in “Nature Machine Intelligence“, the journal boycotted by pretty much everyone who matters in ML. Reflects poorly on the authors, regardless of the actual merits of their finding.
[1] https://www.forbes.com/sites/samshead/2018/04/30/tech-giant-...
Re: Machine learning leads mathematicians to unsolvable problem
#19This work was published in “Nature Machine Intelligence“, the journal boycotted by pretty much everyone who matters in ML. Reflects poorly on the authors, regardless of the actual merits of their finding.
Formulating a proposition that is independent of standard axioms is simple. Formulating it in the language of machine learn is an exercise. The main thing is the authors didn't provide any motivation for this to matter to the overall enterprise of machine learning, because there isn't motivation for this. It's just a novelty.
Re: Machine learning leads mathematicians to unsolvable problem
#20This work was published in “Nature Machine Intelligence“, the journal boycotted by pretty much everyone who matters in ML. Reflects poorly on the authors, regardless of the actual merits of their finding.