Caffe is a fast deep learning framework.
As I understand it, all CNNs are quite similar. They all have a convolutional layers followed by pooling and relu …
neural-network deep-learning caffe convolution conv-neural-networkDoes anyone know if there exists a nice LSTM module for Caffe? I found one from a github account by …
neural-network deep-learning caffe lstm recurrent-neural-networkHow to reshape a blob of the shape N x C x H x W to N x 1 x (C*…
neural-network reshape deep-learning caffeI'm training Caffe Reference Model for classifying images. My work requires me to monitor the training process by drawing graph …
c++ classification deep-learning caffe conv-neural-networkIs there a relatively simple way to extract weights in Python from one of the many pretrained models in Caffe …
python neural-network deep-learning caffe pycaffeI am trying to build a deep learning model for Saliency analysis using caffe (I am using the python wrapper). …
python neural-network deep-learning caffe lmdbI am trying to use caffe to implement triplet loss described in Schroff, Kalenichenko and Philbin "FaceNet: A Unified Embedding …
computer-vision neural-network deep-learning caffe gradient-descentI've been modifying an example C++ program from the Caffe deep learning library and I noticed this code on line 234 …
c++ machine-learning deep-learning caffe glogI am doing regression using caffe, and my test.txt and train.txt files are like this: /home/foo/caffe/…
neural-network regression deep-learning caffe