radio-transformer-networks

Communications system

An implementation of a machine learning-based communications system using deep learning techniques.

A PyTorch implementation of Radio Transformer Networks from the paper "An Introduction to Deep Learning for the Physical Layer".

GitHub

127 stars
16 watching
24 forks
Language: Python
last commit: almost 9 years ago
machine-learningpytorchradio-transformer-networkssignal-processing

Related projects:

RepositoryDescriptionStars
mailmahee/pytorch-generative-adversarial-networksAn implementation of Generative Adversarial Networks in PyTorch for generating realistic data from a given distribution.32
szagoruyko/binary-wide-resnetAn implementation of a 1-bit weight neural network architecture using PyTorch124
carpedm20/discogan-pytorchA PyTorch implementation of a Generative Adversarial Network (GAN) for discovering cross-domain relations.1,084
chingyaoc/ggnn.pytorchAn implementation of a neural network architecture for processing graph-structured data and making predictions on nodes.466
4uiiurz1/pytorch-res2netImplementations of deep learning architectures using PyTorch for image classification tasks on various datasets.112
l0sg/relational-rnn-pytorchAn implementation of DeepMind's Relational Recurrent Neural Networks (Santoro et al. 2018) in PyTorch for word language modeling245
xternalz/wideresnet-pytorchAn implementation of Wide Residual Networks in PyTorch for efficient deep learning on CIFAR10/100 datasets.334
akanimax/pro_gan_pytorchImplementation of a deep learning model for generating high-quality images with improved stability and variation.538
bamos/densenet.pytorchAn implementation of a deep neural network architecture in PyTorch833
openai/finetune-transformer-lmThis project provides code and model for improving language understanding through generative pre-training using a transformer-based architecture.2,167
graal-research/poutyneA PyTorch framework simplifying neural network training with automated boilerplate code and callback utilities572
seannaren/deepspeech.pytorchA deep learning-based speech recognition system built on top of PyTorch Lightning.2,109
ibrahimsobh/transformersAn implementation of deep neural network architectures, including Transformers, in Python.214
huggingface/pytorch-openai-transformer-lmImplementing OpenAI's transformer language model in PyTorch with pre-trained weights and fine-tuning capabilities1,511
lucidrains/reformer-pytorchAn implementation of Reformer, an efficient Transformer model for natural language processing tasks.2,132