prochalo's Stars
rosinality/ml-papers
My collection of machine learning papers
rosinality/mac-network-pytorch
Memory, Attention and Composition (MAC) Network for CLEVR implemented in PyTorch
pemami4911/EfficientMORL
EfficientMORL (ICML'21)
aladdinpersson/Machine-Learning-Collection
A resource for learning about Machine learning & Deep Learning
facebookresearch/vissl
VISSL is FAIR's library of extensible, modular and scalable components for SOTA Self-Supervised Learning with images.
leonidk/pytorch-tf
Converting a pretrained pytorch model to tensorflow
ysh329/deep-learning-model-convertor
The convertor/conversion of deep learning models for different deep learning frameworks/softwares.
ashutosh1919/neuro-symbolic-sudoku-solver
⚙️ Solving sudoku using Deep Reinforcement learning in combination with powerful symbolic representations.
ronilp/mac-network-pytorch-gqa
Memory, Attention and Composition (MAC) Network for CLEVR/GQA implemented in PyTorch
facebookincubator/submitit
Python 3.8+ toolbox for submitting jobs to Slurm
rosinality/relation-networks-pytorch
Relation Networks for CLEVR implemented in PyTorch
matterport/Mask_RCNN
Mask R-CNN for object detection and instance segmentation on Keras and TensorFlow
Wangt-CN/IP-IRM
[NeurIPS 2021 Spotlight] The PyTorch implementation of paper "Self-Supervised Learning Disentangled Group Representation as Feature"
facebookresearch/Detectron
FAIR's research platform for object detection research, implementing popular algorithms like Mask R-CNN and RetinaNet.
facebookresearch/detectron2
Detectron2 is a platform for object detection, segmentation and other visual recognition tasks.
roytseng-tw/Detectron.pytorch
A pytorch implementation of Detectron. Both training from scratch and inferring directly from pretrained Detectron weights are available.
kexinyi/ns-vqa
Neural-symbolic visual question answering
facebookresearch/clevr-iep
Inferring and Executing Programs for Visual Reasoning
neonwatty/machine_learning_refined
Notes, examples, and Python demos for the 2nd edition of the textbook "Machine Learning Refined" (published by Cambridge University Press).
ethanjperez/film
FiLM: Visual Reasoning with a General Conditioning Layer
ShichenLiu/SoftRas
Project page of paper "Soft Rasterizer: A Differentiable Renderer for Image-based 3D Reasoning"
google-research/google-research
Google Research
kimhc6028/relational-networks
Pytorch implementation of "A simple neural network module for relational reasoning" (Relational Networks)
nerdimite/neuro-symbolic-ai-soc
Neuro-Symbolic Visual Question Answering on Sort-of-CLEVR using PyTorch
lucidrains/slot-attention
Implementation of Slot Attention from GoogleAI
Apress/applied-deep-learning
Source Code for 'Applied Deep Learning' by Umberto Michelucci
microsoft/DFOL-VQA
Differentiable First-Order Logic Reasoning for Visual Question Answering
kdexd/probnmn-clevr
Code for ICML 2019 paper "Probabilistic Neural-symbolic Models for Interpretable Visual Question Answering" [long-oral]
anisha2102/awesome-neuro-symbolic-ai
A curated list of Neuro-Symbolic Visual Reasoning
ShuaiyiHuang/VQA_MLB
Visual Question Answering(VQA) based on Multimodal Low-Rank Bilinear Attention Networks(MLB)