Skip to content

Latest commit

 

History

History
15 lines (12 loc) · 1.17 KB

File metadata and controls

15 lines (12 loc) · 1.17 KB

Signal Classification and Reconstruction Network (SCRNet)

The Signal Classification and Reconstruction Network (SCRNet) is a deep neural network architecture designed to handle compressed and noisy character images signals. Tailored for tasks like character recognition and image signal restoration, SCRNet integrates classification and reconstruction pathways, enhancing performance and robustness through their synergistic interaction. SCRNet Architecture.

Jupyter notebooks should be run in the following order::

  • create_comp_noisy_emnist_letters_training_data.ipynb: Create training and test data
  • scrnet_train_models_emnist_tf.ipynb: Train architectures using training data
  • scrnet_model_analysis.ipynb: Analysis of models

Reconstruction and classification.

Confusion matrix for 14x14.

Precision and recall.