Hacker News new | ask | show | jobs
by devmor 496 days ago
>After training, we could take advantage of the structure to remove ~80% of the weights in topographic layers without sacrificing performance

This is really interesting to me. Is it that the structure clustered the neurons in such a way that they didn't need to be weighted because their function were grouped by similar black box properties?

1 comments

> Is it that the structure clustered the neurons in such a way that they didn't need to be weighted

Yep. Because of the structure, we did not have to compute the output of each weight column and simply copied the outputs of nearby weight columns whose outputs were computed.

That is really cool and deserves the descriptor "brain-like", thank you for answering my questions!
Thanks for the kind words! Happy to know that there are people out there who find this stuff just as interesting as I do.