-
Notifications
You must be signed in to change notification settings - Fork 18.5k
Add locally connected layer #295
Description
The DeepFace network architecture of Facebook [1] used locally connected layer to accelerate the training process while achieving very high classification accuracy. Whether such a network is able to compete with the one proposed by Krizhevsky et. al. on more generic datasets has not been explored since its publication. If it is the case, a lot of time to train models can be saved.
Please refer to #216 for more papers.
[1] Yaniv Taigman (Facebook), Ming Yang (Facebook), Marc'Aurelio Ranzato (Facebook), Lior Wolf (Tel Aviv University). DeepFace: Closing the Gap to Human-Level Performance in Face Verification. CVPR 2014, Columbus, Ohio.
[2] Krizhevsky, A., Sutskever, I. and Hinton, G. E. ImageNet Classification with Deep Convolutional Neural Networks. NIPS 2012: Neural Information Processing Systems, Lake Tahoe, Nevada.