Joint High-Dimensional Soft Bit Estimation and Quantization using Deep Learning
- Install requirements.txt
- Generate ML soft bit data using matlab/main.m
- Train a EQ-Net model using python/train_eqnet.py (after setting the proper 'train_file' and 'test_file') (optionally, change the architecture, the default architecture is EQ-Net-L with a low latency)
- (Optional) Train deep baselines using python/train_oampnet2.py and python/train_nndet.py