Skip to content

eakirtas/endtoend_plain

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Intensity Modulation/Direct Detection applying End-To-End Deep Learning Training

This repository implements a framework that enable us to train in an end-to-end fashion IM/DD system using PyTorch.

How to use it

poetry init
poetry install

You can run the simplest example included in exp_plain.py

poetry run python ./endtoend_plain/exps/exp_plain/exp_plain.py

The train routine requires a dictionary (named experimental dictionary) among with a models dictionary (including transmitter, channel and receiver). The get_exp_parameters.py demonstrates the basic construction of the experimental dictionary.

References (implementation applied)

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages