cmn
Referential Expression Model
A Python-based framework for modeling relationships in referential expressions using compositional modular networks.
Code release for Hu et al. Modeling Relationships in Referential Expressions with Compositional Modular Networks. in CVPR, 2017
67 stars
5 watching
18 forks
Language: Python
last commit: about 6 years ago Related projects:
Repository | Description | Stars |
---|---|---|
l0sg/relational-rnn-pytorch | An implementation of DeepMind's Relational Recurrent Neural Networks (Santoro et al. 2018) in PyTorch for word language modeling | 244 |
liqimai/gcn | An implementation of graph convolutional networks for semi-supervised learning in Python using TensorFlow and other libraries. | 45 |
zhegan27/semantic_compositional_nets | A deep learning framework providing a model architecture and training code for image captioning using semantic compositional networks | 70 |
sy-xuan/pink | This project enables multi-modal language models to understand and generate text about visual content using referential comprehension. | 76 |
mhlee0903/multi_channels_pinn | Investigating neural networks for drug discovery using multiple chemical descriptors. | 3 |
michael-wzhu/shennong-tcm-llm | Develops and deploys a large language model for Chinese traditional medicine applications | 299 |
kimhc6028/relational-networks | A PyTorch implementation of a neural network module for relational reasoning in computer vision tasks | 812 |
mpangburn/expressions | An implementation of protocol-oriented binary trees to model and visualize arithmetic and logical expressions in Swift. | 398 |
pariskang/cmlm-zhongjing | A large language model designed to understand and generate knowledge in Traditional Chinese Medicine | 270 |
zhangxiann/skip-gram | A Python implementation of a neural network model for learning word embeddings from text data | 6 |
chinakook/mnasnet.mxnet | An implementation of MnasNet architecture in MXNet/Gluon | 59 |
l1aoxingyu/char-rnn-gluon | A Python implementation of a character-level Recurrent Neural Network (RNN) text generator using the MXNet Gluon framework. | 58 |
jwyang/graph-rcnn.pytorch | Reimplemented scene graph generation models using PyTorch 1.0 | 733 |
elanmart/psmm | An implementation of a neural network model for character-level language modeling. | 50 |
stanfordvl/referringrelationships | This repository provides code and tools for training and evaluating models of referring relationships in computer vision | 260 |