Graph View

DropConnect

1 min read

DropConnect is a regularization technique where each weight+bias has a probability p of being 0.

r=a((M⋅W)v)

r… layer output
v… layer input
W… weight matrix
M… binary marix with connection information

Mij​∼Bernoulli(p)

References

https://paperswithcode.com/method/dropconnect


Backlinks

  • dropout

Created with Quartz v4.5.2 © 2026