#Tip of my tongue - More efficient fully-connected neural network

3 messages · Page 1 of 1 (latest)

spiral thicket
#

I read somewhere about a type of fully-connected network that was more efficient than normal networks by using less [memory?], at an [order of magnitude?] of [1.5?] instead of [2?]. What is it called?

#

Could it have been "TreeConnect: A Sparse Alternative to Fully Connected Layers"?

#

It does in fact contain the figures O(n^1.5) and O(n^2)