Changes between Version 60 and Version 61 of Other/Summer/2025/mlCoexist
- Timestamp:
- Jul 15, 2025, 5:09:33 PM (4 weeks ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Other/Summer/2025/mlCoexist
v60 v61 79 79 80 80 **Progress:** 81 * M L Models81 * Machine learning models: 82 82 * Developed a CNN for RFI detection using pre-trained model (ResNet-18) with the last classification layer modified and retrained 83 83 * Developed SVM as a baseline to assess the efficiency of the CNN approach (potentially underutilization of the neural network) 84 84 * Performed cross-validation to make sure the models were not overfitting 85 85 * Both models reached >95% accuracy 86 87 86 * Continued obtaining data from transition band (100 additional rows in dataTable) 88 89 87 * Identified Friis Transmission Formula & Stefan-Boltzmann Law which will be used to find beam efficiency 90 88