#
representation-learning
Here are
272 public repositories
matching this topic...
A curated list of network embedding techniques.
Updated
Aug 19, 2020
Python
SimCLRv2 - Big Self-Supervised Models are Strong Semi-Supervised Learners
Updated
Aug 20, 2020
Jupyter Notebook
Datasets, tools, and benchmarks for representation learning of code.
Updated
Aug 12, 2020
Jupyter Notebook
GraphVite: A General and High-performance Graph Embedding System
A collection of research on knowledge graphs
Updated
Aug 6, 2020
JavaScript
PyTorch implementation of SimCLR: A Simple Framework for Contrastive Learning of Visual Representations
Updated
Jul 3, 2020
Jupyter Notebook
Unsupervised Feature Learning via Non-parametric Instance Discrimination
Updated
Sep 3, 2018
Python
S-RL Toolbox: Reinforcement Learning (RL) and State Representation Learning (SRL) for Robotics
Updated
Aug 5, 2019
Python
SCAN: Learning to Classify Images without Labels (ECCV 2020)
Updated
Jul 22, 2020
Python
Code for ICLR 2020 paper "VL-BERT: Pre-training of Generic Visual-Linguistic Representations".
Updated
Jul 6, 2020
Jupyter Notebook
A PyTorch implementation of "Graph Wavelet Neural Network" (ICLR 2019)
Updated
May 31, 2020
Python
Keras implementation of Representation Learning with Contrastive Predictive Coding
Updated
Jun 19, 2019
Python
Experiments for understanding disentanglement in VAE latent representations
Updated
Nov 29, 2019
Python
Official Keras & PyTorch Implementation and Pre-trained Models for Models Genesis - MICCAI 2019
Updated
Jul 20, 2020
MATLAB
Source code and dataset for KDD 2019 paper "Representation Learning for Attributed Multiplex Heterogeneous Network"
Updated
Dec 30, 2019
Python
SMORe: Modularize Graph Embedding for Recommendation
The Tensorflow code for this ACL 2018 paper: "Baseline Needs More Love: On Simple Word-Embedding-Based Models and Associated Pooling Mechanisms"
Updated
Jun 29, 2018
Python
A curated list of awesome work on VAEs, disentanglement, representation learning, and generative models.
Graph convolutional neural network for multirelational link prediction
Updated
Aug 6, 2020
Jupyter Notebook
I try my best to keep updated cutting-edge knowledge in Machine Learning/Deep Learning and Natural Language Processing. These are my notes on some good papers
Representation learning for link prediction within social networks
Updated
Sep 4, 2018
Jupyter Notebook
Code for the paper "VirTex: Learning Visual Representations from Textual Annotations"
Updated
Aug 9, 2020
Python
Poincaré Embedding (unofficial)
Representation-Learning-on-Heterogeneous-Graph
Python library for knowledge graph embedding and representation learning.
Updated
Aug 6, 2020
Python
Self-labelling via simultaneous clustering and representation learning. (ICLR 2020)
Updated
Jul 24, 2020
Python
Updated
Dec 21, 2017
Python
PyTorch implementation of SimCLR: A Simple Framework for Contrastive Learning of Visual Representations by T. Chen et al.
Updated
Jul 25, 2020
Python
Improve this page
Add a description, image, and links to the
representation-learning
topic page so that developers can more easily learn about it.
Curate this topic
Add this topic to your repo
To associate your repository with the
representation-learning
topic, visit your repo's landing page and select "manage topics."
Learn more
You can’t perform that action at this time.
You signed in with another tab or window. Reload to refresh your session.
You signed out in another tab or window. Reload to refresh your session.
I am a newcomer to the audio field. I have some questions when use this project to generate the audio embedding for my multimodality model (text and audio)
I want to use Mockingjay, and run `python preprocess_any.py --feature_type=mel' but get 80 dim features, I just simply change num_mel in utility/audio.py from 80 to 160(I see this model need 160dim mel features in README), is it right?
Th