You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Remove example script for Discrete Task-Oriented Deep JSCC (Xie 2023) model, including model configuration, evaluation, visualization, and performance comparison across different channels.
Copy file name to clipboardExpand all lines: docs/examples/models/index.rst
-34Lines changed: 0 additions & 34 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -121,22 +121,6 @@ Neural network models and architectures for communications, including deep learn
121
121
<divclass="sphx-glr-thumbnail-title">Projections and Cover Tests for Communication Systems</div>
122
122
</div>
123
123
124
-
.. raw:: html
125
-
126
-
<divclass="sphx-glr-thumbcontainer"tooltip="This example demonstrates how to use the SequentialModel as a foundation for building modular neural network architectures. The SequentialModel allows you to compose multiple modules together, similar to PyTorch's nn.Sequential but with additional features for communication system modeling.">
<divclass="sphx-glr-thumbnail-title">Sequential Model for Modular Neural Network Design</div>
138
-
</div>
139
-
140
124
.. raw:: html
141
125
142
126
<divclass="sphx-glr-thumbcontainer"tooltip="This example demonstrates how to use the UplinkMACChannel in an end-to-end communication system. The UplinkMACChannel handles per-user channel effects and signal combining for uplink Multiple Access Channel scenarios. Since UplinkMACChannel expects separate user signals (before combining), we create a custom model that properly integrates encoders, UplinkMACChannel, and decoders. Key Features Demonstrated: - Using UplinkMACChannel for per-user channel modeling - Comparing different channel configurations (shared vs per-user channels) - Analyzing performance with varying numbers of users - Demonstrating dynamic parameter updates during transmission">
@@ -153,22 +137,6 @@ Neural network models and architectures for communications, including deep learn
<divclass="sphx-glr-thumbcontainer"tooltip="This example demonstrates how to use the Discrete Task-Oriented Deep JSCC (DT-DeepJSCC) model from Xie et al. (2023). Unlike traditional DeepJSCC which focuses on image reconstruction, DT-DeepJSCC is designed for task-oriented semantic communications, specifically for image classification tasks. It uses a discrete bottleneck for robustness against channel impairments.">
0 commit comments