All Projects → HUJI-Deep → caffe-simnets

HUJI-Deep / caffe-simnets

Licence: other
The SimNets Architecture's Implementation in Caffe

Projects that are alternatives of or similar to caffe-simnets

oim
Algorithms for online influence maximization
Stars: ✭ 16 (+23.08%)
Mutual labels:  research-project
RTX-Mesh-Shaders
Different mesh shading techniques using the NVIDIA RTX (Turing) technology.
Stars: ✭ 84 (+546.15%)
Mutual labels:  research-project
InpaintNet
Code accompanying ISMIR'19 paper titled "Learning to Traverse Latent Spaces for Musical Score Inpaintning"
Stars: ✭ 48 (+269.23%)
Mutual labels:  generative-model
caffe-conf-matrix
Python layer for the Caffe deep learning framework to compute the accuracy and the confusion matrix.
Stars: ✭ 20 (+53.85%)
Mutual labels:  caffe
derain-net
A (WIP) TensorFlow reproduction of Fu, Huang, Ding, Liao, and Paisley's method for single-image rain removal (https://arxiv.org/abs/1609.02087)
Stars: ✭ 15 (+15.38%)
Mutual labels:  research-project
Image2LMDB
Convert image folder to lmdb, adapted from Efficient-PyTorch
Stars: ✭ 58 (+346.15%)
Mutual labels:  caffe
Cgnl Network.pytorch
Compact Generalized Non-local Network (NIPS 2018)
Stars: ✭ 252 (+1838.46%)
Mutual labels:  caffe
Scale-Adaptive-Network
Semantic Image Segmentation by Scale-Adaptive Networks (TIP 2019)
Stars: ✭ 42 (+223.08%)
Mutual labels:  caffe
naru
Neural Relation Understanding: neural cardinality estimators for tabular data
Stars: ✭ 76 (+484.62%)
Mutual labels:  generative-model
Abacus
Advanced Combinatorics and Algebraic Number Theory Symbolic Computation library for JavaScript, Python
Stars: ✭ 16 (+23.08%)
Mutual labels:  tensors
mbus
基于RabbitMQ简单实现验证码识别平台,训练网络模型智能识别图形验证码
Stars: ✭ 37 (+184.62%)
Mutual labels:  caffe
lc
JIT compiler for Scheme targeting x86-64 platforms
Stars: ✭ 24 (+84.62%)
Mutual labels:  research-project
worlds
Building Virtual Reality Worlds using Three.js
Stars: ✭ 23 (+76.92%)
Mutual labels:  generative-model
glico-learning-small-sample
Generative Latent Implicit Conditional Optimization when Learning from Small Sample ICPR 20'
Stars: ✭ 20 (+53.85%)
Mutual labels:  generative-model
trVAE
Conditional out-of-distribution prediction
Stars: ✭ 47 (+261.54%)
Mutual labels:  generative-model
List-CoreML-Models
A Big Awesome List CoreML Models.
Stars: ✭ 120 (+823.08%)
Mutual labels:  caffe
score-zeroshot
Semantically consistent regularizer for zero-shot learning
Stars: ✭ 65 (+400%)
Mutual labels:  caffe
iAI
🎯 保姆级深度学习从入门到放弃 🤪 🤪
Stars: ✭ 432 (+3223.08%)
Mutual labels:  caffe
vgg16 batchnorm
VGG16 architecture with BatchNorm
Stars: ✭ 14 (+7.69%)
Mutual labels:  caffe
triplet
Re-implementation of tripletloss function in FaceNet
Stars: ✭ 94 (+623.08%)
Mutual labels:  caffe

The SimNets Architecture's Implementation in Caffe

This is the official implementation of the SimNets Architecture, as featured in the articles:

Our implementation is based on the Caffe framework. If you have already installed Caffe, then it is typically enough to just copy over your Makefile.config to this project, and run make all. The CMake build option has been temporarily removed from our fork because of incompatibilities. You can find examples on how to use the SimNets architecture in the experiments repository of our new article: "Tensorial Mixture Models".

The rest of the README is taken from the original repository.


License

Caffe is a deep learning framework made with expression, speed, and modularity in mind. It is developed by the Berkeley Vision and Learning Center (BVLC) and community contributors.

Check out the project site for all the details like

and step-by-step examples.

Join the chat at https://gitter.im/BVLC/caffe

Please join the caffe-users group or gitter chat to ask questions and talk about methods and models. Framework development discussions and thorough bug reports are collected on Issues.

Happy brewing!

License and Citation

Caffe is released under the BSD 2-Clause license. The BVLC reference models are released for unrestricted use.

Please cite Caffe in your publications if it helps your research:

@article{jia2014caffe,
  Author = {Jia, Yangqing and Shelhamer, Evan and Donahue, Jeff and Karayev, Sergey and Long, Jonathan and Girshick, Ross and Guadarrama, Sergio and Darrell, Trevor},
  Journal = {arXiv preprint arXiv:1408.5093},
  Title = {Caffe: Convolutional Architecture for Fast Feature Embedding},
  Year = {2014}
}
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].