siren
Neural network model
An implementation of a neural network architecture for implicit function representation learning using periodic activation functions.
Official implementation of "Implicit Neural Representations with Periodic Activation Functions"
2k stars
35 watching
248 forks
Language: Python
last commit: 4 months ago Related projects:
Repository | Description | Stars |
---|---|---|
zk-ml/tachikoma | Defines a standard for serializing neural network inference processes into a graph of operator computational traces. | 33 |
molcik/python-neuron | A Python library for implementing and training various neural network architectures | 40 |
michaelklachko/pnn.pytorch | A PyTorch implementation of a neural network architecture that modifies the input to its layers by applying noise masks. | 57 |
l0sg/relational-rnn-pytorch | An implementation of DeepMind's Relational Recurrent Neural Networks (Santoro et al. 2018) in PyTorch for word language modeling | 244 |
vmarkovtsev/codeneuron | Recurrent neural network designed to detect code blocks in text. | 13 |
brunjlar/neural | A Haskell-based framework for flexible neural networks and similar parameterized models with automatic differentiation and modular training algorithms. | 123 |
szagoruyko/binary-wide-resnet | An implementation of a 1-bit weight neural network architecture using PyTorch | 124 |
benedekrozemberczki/appnp | A PyTorch implementation of a graph neural network model that learns personalized node representations | 363 |
balavenkatesh3322/nlp-pretrained-model | A collection of pre-trained natural language processing models | 170 |
alan-turing-institute/deepsensor | Provides an interface for building and evaluating neural process models for environmental prediction tasks using Python libraries. | 92 |
jiasenlu/vilbert_beta | A pre-trained model and toolset for performing vision-and-language tasks using a specific neural network architecture. | 474 |
juliatext/textmodels.jl | Provides practical neural network-based models for natural language processing in Julia. | 29 |
saschagrunert/nn | A small neural network implementation of the backpropagation algorithm in Haskell | 127 |
nikolaypavlov/mlpneuralnet | A fast neural network library for iOS and Mac OS X with vectorized operations and hardware acceleration. | 900 |
idsia/brainstorm | A neural network framework designed to make working with neural networks fast and flexible. | 1,303 |