affine-layer
There are 4 repositories under affine-layer topic.
dnlcrl/deep-residual-networks-pyfunt
Python implementation of "Deep Residual Learning for Image Recognition" (http://arxiv.org/abs/1512.03385 - MSRA, winner team of the 2015 ILSVRC and COCO challenges).
sharnam19/Networks
Library which can be used to build feed forward NN, Convolutional Nets, Linear Regression, and Logistic Regression Models.
sharnam19/Gesture-Recognition-using-CNN
Gesture Recognition by CNN created using Networks Library created by me.