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
23 stars
3 watching
3 forks
Language: Jupyter Notebook
last commit: over 2 years ago
Linked from 1 awesome list
Related projects:
Repository | Description | Stars |
---|---|---|
| A Python implementation of a neural network model for learning word embeddings from text data | 6 |
| A deep learning framework designed to improve the performance of Graph Neural Networks (GNNs) through distance encoding techniques. | 184 |
| An implementation of Word2Vec's SkipGramNegativeSampling in PyTorch with support for word frequency distribution and subsampling. | 302 |
| An implementation of SimGNN, a neural network approach to computing graph similarity | 768 |
| Implementation of graph convolutional network algorithms with sampling techniques to improve learning speed and efficiency | 520 |
| A project demonstrating the use of a Sequence-to-Sequence Recurrent Neural Network (RNN) for time series forecasting in Python using TensorFlow. | 1,082 |
| An approach to transfer learning for NLP tasks using adversarial reprogramming and word-level task-specific embeddings. | 83 |
| An implementation of graph neural networks for solving combinatorial optimization problems | 43 |
| A small neural network implementation of the backpropagation algorithm in Haskell | 127 |
| A JAX-based library for training and utilizing spiking neural networks | 104 |
| Generates hardware-specific accelerator designs for neural networks | 340 |
| A PyTorch implementation of the skip-gram model for learning word embeddings. | 188 |
| A deep learning model that generates word embeddings by predicting words based on their dependency context | 291 |
| A repository providing a re-implementation of character n-gram embeddings for pre-training in natural language processing tasks | 23 |
| An implementation of a deep learning algorithm for graph data | 270 |