|
|
|
|
|
by Nokinside
3191 days ago
|
|
This is one cool hack. You can't construct deep neural network from only linear parts because consecutive layers can be always combined into single transformation matrix. That's why you need alternating linear and nonlinear operations. I wonder if it's possible to design special purpose low resolution floating point circuit that maximizes this effect while preserving enough linearity. Then you have fast DNN network pipeline constructed from just summation and addition. |
|
https://arxiv.org/pdf/1602.02830.pdf