What's Going on in Machine Learning? Some Minimal Models
writings.stephenwolfram.com
What's Going on in Machine Learning? Some Minimal Models
1–10 of 73 posts
Re: What's Going on in Machine Learning? Some Minimal Models
#2That being said, I’m enjoying this. I often experiment with neural networks in a similar fashion and like to see people’s work like this.
Re: What's Going on in Machine Learning? Some Minimal Models
#3There should be a Godwin’s Law for Stephen Wolfram. Wolfram’s Law: as the length of what he’s saying increases, the probability it will be about cellular automata approaches 1. That being said, I’m enjoying this. I often experiment with neural networks in a similar fashion and like to see people’s work like this.
Re: What's Going on in Machine Learning? Some Minimal Models
#4I think this is novel (I've seen BNN https://arxiv.org/pdf/1601.06071 This actually makes things continuous for training, but if inference is sufficiently fast and you have an effective mechanism for permutation, training could be faster using that)
I am curious what other folks (especially researchers) think. The takes on Wolfram are not always uniformly positive but this is interesting (I think!)
Re: What's Going on in Machine Learning? Some Minimal Models
#5Is this similar to the lottery ticket hypothesis?
Also the visualizations are beautiful and a nice way to demonstrate the "universal approximation theorem"
Re: What's Going on in Machine Learning? Some Minimal Models
#6There should be a Godwin’s Law for Stephen Wolfram. Wolfram’s Law: as the length of what he’s saying increases, the probability it will be about cellular automata approaches 1. That being said, I’m enjoying this. I often experiment with neural networks in a similar fashion and like to see people’s work like this.
Re: What's Going on in Machine Learning? Some Minimal Models
#7Re: What's Going on in Machine Learning? Some Minimal Models
#8Re: What's Going on in Machine Learning? Some Minimal Models
#9https://en.wikipedia.org/wiki/Tsetlin_machine
They are discrete, individually interpretable, and can be configured into complicated architectures.
Re: What's Going on in Machine Learning? Some Minimal Models
#10> a standard result from calculus gives us a vastly more efficient procedure that in effect “maximally reuses” parts of the computation that have already been done.
This partially explains why gradient descent becomes mainstream.