Paper about the deep neural network decoder.
We propose three types of NND, which build upon multi-layer perceptron (MLP), convolution neural network (CNN) and recurrent neural network (RNN).
- Generate the training samples saved at
data/
underRNN/
.
cd RNN/
python get_data.py
- Run the deep neural network, BER is saved at
result/
.
python mlp.py
python cnn.py
python lstm.py
- Plot the figure.
python plot.py