Skip to content

Latest commit

 

History

History
9 lines (8 loc) · 476 Bytes

README.md

File metadata and controls

9 lines (8 loc) · 476 Bytes

eq-net

Joint High-Dimensional Soft Bit Estimation and Quantization using Deep Learning

Instructions

  1. Install requirements.txt
  2. Generate ML soft bit data using matlab/main.m
  3. 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)
  4. (Optional) Train deep baselines using python/train_oampnet2.py and python/train_nndet.py