Changes between Version 58 and Version 59 of Other/Summer/2025/mlCoexist


Ignore:
Timestamp:
Jul 15, 2025, 4:57:40 PM (4 weeks ago)
Author:
aw1086
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Other/Summer/2025/mlCoexist

    v58 v59  
    8080**Progress:**
    8181 * ML Models
    82    * Developed CNN using pretrained model (ResNet-18) with the last layer excluded.
    83    * Developed SVM as a baseline to make sure CNN was running efficiently.
    84       * Performed cross-validation to make sure the models were not overfitting.
    85       * Both models reached >95% accuracy.
     82   * Developed a CNN for RFI detection using pre-trained model (ResNet-18) with the last classification layer modified and retrained
     83   * Developed SVM as a baseline to assess the efficiency of the CNN approach (potentially underutilization) 
     84      * Performed cross-validation to make sure the models were not overfitting
     85      * Both models reached >95% accuracy
    8686
    8787 * Continued obtaining data from transition band (100 additional rows in dataTable).