├── data_process.py ├── model.py ├── modelModifiedForFadingChannel.py ├── modelModifiedForMI.py ├── predict_deepSC_with_MI.py ├── predict_deepSC_with_fadingChannel.py ├── predict_deepSC_without_MI.py ├── train_deepSC_with_MI.py ├── train_deepSC_with_fadingChannel.py ├── train_deepSC_without_MI.py └── train_muInfo.py /data_process.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Hcheng-ya/Deep_Learning_Enabled_Semantic_Communication_Systems/HEAD/data_process.py -------------------------------------------------------------------------------- /model.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Hcheng-ya/Deep_Learning_Enabled_Semantic_Communication_Systems/HEAD/model.py -------------------------------------------------------------------------------- /modelModifiedForFadingChannel.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Hcheng-ya/Deep_Learning_Enabled_Semantic_Communication_Systems/HEAD/modelModifiedForFadingChannel.py -------------------------------------------------------------------------------- /modelModifiedForMI.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Hcheng-ya/Deep_Learning_Enabled_Semantic_Communication_Systems/HEAD/modelModifiedForMI.py -------------------------------------------------------------------------------- /predict_deepSC_with_MI.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Hcheng-ya/Deep_Learning_Enabled_Semantic_Communication_Systems/HEAD/predict_deepSC_with_MI.py -------------------------------------------------------------------------------- /predict_deepSC_with_fadingChannel.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Hcheng-ya/Deep_Learning_Enabled_Semantic_Communication_Systems/HEAD/predict_deepSC_with_fadingChannel.py -------------------------------------------------------------------------------- /predict_deepSC_without_MI.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Hcheng-ya/Deep_Learning_Enabled_Semantic_Communication_Systems/HEAD/predict_deepSC_without_MI.py -------------------------------------------------------------------------------- /train_deepSC_with_MI.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Hcheng-ya/Deep_Learning_Enabled_Semantic_Communication_Systems/HEAD/train_deepSC_with_MI.py -------------------------------------------------------------------------------- /train_deepSC_with_fadingChannel.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Hcheng-ya/Deep_Learning_Enabled_Semantic_Communication_Systems/HEAD/train_deepSC_with_fadingChannel.py -------------------------------------------------------------------------------- /train_deepSC_without_MI.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Hcheng-ya/Deep_Learning_Enabled_Semantic_Communication_Systems/HEAD/train_deepSC_without_MI.py -------------------------------------------------------------------------------- /train_muInfo.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Hcheng-ya/Deep_Learning_Enabled_Semantic_Communication_Systems/HEAD/train_muInfo.py --------------------------------------------------------------------------------