This looks interesting, I bookmarked it. My biggest blocker is the "statistics" part of M/L, knowing what algorithms to choose for various cases.
This book was a big help for me and is very well written, https://xcelab.net/rm/statistical-rethinking/ . You can find it free online ( along with video course ). The printed version is a very nice high quality book.
Computer scientists prove why bigger neural networks do better
51–60 of 151 posts
Re: Computer scientists prove why bigger neural networks do better
#52Off topic, but I love that they make it trivial to find a link to the original paper. I know not everyone loves quanta, but stuff like this is really refreshing.
Re: Computer scientists prove why bigger neural networks do better
#53Earlier quoted context omitted.
Elephants very likely could be more intelligent than us, it just seems that intelligence is a difficult thing to measure quantitatively.
In particular, a given elephant might be "more intelligent" than a human -- we just happen to have evolved from a particular niche that has rendered us bizarrely good at abstracting knowledge and combining it with the knowledge of other humans.
Re: Computer scientists prove why bigger neural networks do better
#54Silly thought: if bigger NN's are better, shouldn't more neurons be better? Why aren't elephants smarter than us, despite having more neurons? https://en.wikipedia.org/wiki/List_of_animals_by_number_of_n... https://pubmed.ncbi.nlm.nih.gov/24971054/
are we certain they're not? i'm not sure we know how to measure smartness
I did, and still do, believe this to be true. Would love to befriend a bird
Re: Computer scientists prove why bigger neural networks do better
#55Earlier quoted context omitted.
In particular, a given elephant might be "more intelligent" than a human -- we just happen to have evolved from a particular niche that has rendered us bizarrely good at abstracting knowledge and combining it with the knowledge of other humans.
What is "more intelligent" if not "more capable of abstracting, synthesizing and sharing knowledge"?
Re: Computer scientists prove why bigger neural networks do better
#56Earlier quoted context omitted.
It’s just wrong as stated, there is only one point a full diameter away from each point on a high dimensional sphere. Aka (1,0,0,0,0, …) maps to (-1,0,0,0,0, …) and nothing else. Just as (1,0) maps to (-1,0) on a unit circle and (1,0,0) maps to (-1,0,0) on a unit sphere. On a high dimensional sphere they should generally be close to square root of 2 radius away from each other.
The fact should say that the expected distance between two random points tends to the diameter as the dimension increases. The intuition is that to be close you need to be close in a large number of coordinates and the law of large numbers (though coordinates aren’t independent) suggests that is unlikely. If you fix one point on a sphere (say (1,0,…,0)) then, for a high dimension, most points will not have any extrem…
Consider the origin (0,0,0, …) to a random point on the sphere (~0, ~0, ~0, …). So Distance from origin = square root of ((~0-0)^2 + (~0-0)^2 + (~0-0)^2 + … ), which sums to 1 by definition of the unit high dimensional sphere.
Then plug in 1 vs 0 in the first place because we care about (1,0,0,0 …) and you get the correct answer = square root of ((~0-1)^2 + (~0-0)^2 + (~0-0)^2 + … ) ~= square root of 2.
Edited to fix typo and add clarity.
Re: Computer scientists prove why bigger neural networks do better
#57Earlier quoted context omitted.
Because, IIRC, a lot of neurons are dedicated to motion/sensing. Bigger animals may require more neurons to handle moving larger and/or more complicated muscle groups. Interesting related point there is the encephalization quotient which is related to the predicted ratio of brain size to body mass. On the wikipedia page [0] they list the EQ for various animals. Humans are the highest but dolphins and ravens are not f…
To further emphasize that having neural material focused on the appropriate functions is more important vs how much you have, here is a story about a guy whose brain is mostly hollow and filled with fluid, it probably did cause his IQ to be 75 and causes him weakness in his legs, but otherwise he lives a normal adult life more or less. https://www.newscientist.com/article/dn12301-man-with-tiny-b...
Re: Computer scientists prove why bigger neural networks do better
#58This conclusion feels like saying more CPU and memory are better. Seems obvious that more moves allows matching to have more nuance, but I guess cool that someone proved it.
This really has to be balance against overfitting. The key problem in ML is generalization, and lots of things improve training performance while making that worse.
Re: Computer scientists prove why bigger neural networks do better
#59Earlier quoted context omitted.
To further emphasize that having neural material focused on the appropriate functions is more important vs how much you have, here is a story about a guy whose brain is mostly hollow and filled with fluid, it probably did cause his IQ to be 75 and causes him weakness in his legs, but otherwise he lives a normal adult life more or less. https://www.newscientist.com/article/dn12301-man-with-tiny-b...
Doesn't this demonstrate the opposite of what you were claiming?
> “If something happens very slowly over quite some time, maybe over decades, the different parts of the brain take up functions that would normally be done by the part that is pushed to the side,” adds Muenke, who was not involved in the case.
Re: Computer scientists prove why bigger neural networks do better
#60Earlier quoted context omitted.
To further emphasize that having neural material focused on the appropriate functions is more important vs how much you have, here is a story about a guy whose brain is mostly hollow and filled with fluid, it probably did cause his IQ to be 75 and causes him weakness in his legs, but otherwise he lives a normal adult life more or less. https://www.newscientist.com/article/dn12301-man-with-tiny-b...
Doesn't this demonstrate the opposite of what you were claiming?