Hacker News new | ask | show | jobs
by kyllo 1149 days ago
Are you familiar with the edge popup algorithm introduced in "What's Hidden in a Randomly Weighted Neural Network?" https://arxiv.org/abs/1911.13299v2

Seems relevant to what you're working on. It starts with a randomly initialized, overparameterized neural net, but instead of gradient descent backpropagation, it learns by deleting connection edges.

1 comments

I haven't read it, thanks a lot! I'm probably going to use it in an essay I'm writing about the topic.