SGNN-Self-Governing-Neural-Networks-Projection-Layer

Word processor

Reproduces a SGNN's word projections preprocessing pipeline using word n-grams instead of skip-grams

Attempt at reproducing a SGNN's projection layer, but with word n-grams instead of skip-grams. Paper and more: http://aclweb.org/anthology/D18-1105

GitHub

23 stars
3 watching
3 forks
Language: Jupyter Notebook
last commit: almost 4 years ago
Linked from 1 awesome list


Backlinks from these awesome lists:

Related projects:

RepositoryDescriptionStars
zhangxiann/skip-gramA Python implementation of a neural network model for learning word embeddings from text data6
snap-stanford/distance-encodingA deep learning framework designed to improve the performance of Graph Neural Networks (GNNs) through distance encoding techniques.184
theeluwin/pytorch-sgnsAn implementation of Word2Vec's SkipGramNegativeSampling in PyTorch with support for word frequency distribution and subsampling.302
benedekrozemberczki/simgnnAn implementation of SimGNN, a neural network approach to computing graph similarity768
matenure/fastgcnImplementation of graph convolutional network algorithms with sampling techniques to improve learning speed and efficiency520
guillaume-chevalier/seq2seq-signal-predictionA project demonstrating the use of a Sequence-to-Sequence Recurrent Neural Network (RNN) for time series forecasting in Python using TensorFlow.1,082
yerevann/warpAn approach to transfer learning for NLP tasks using adversarial reprogramming and word-level task-specific embeddings.83
ivaniscoding/gnn-for-combinatorial-optimizationAn implementation of graph neural networks for solving combinatorial optimization problems43
saschagrunert/nnA small neural network implementation of the backpropagation algorithm in Haskell127
kmheckel/spyxA JAX-based library for training and utilizing spiking neural networks104
nngen/nngenGenerates hardware-specific accelerator designs for neural networks340
fanglanting/skip-gram-pytorchA PyTorch implementation of the skip-gram model for learning word embeddings.188
malllabiisc/wordgcnA deep learning model that generates word embeddings by predicting words based on their dependency context291
hassygo/charngram2vecA repository providing a re-implementation of character n-gram embeddings for pre-training in natural language processing tasks23
benedekrozemberczki/sgcnAn implementation of a deep learning algorithm for graph data270