Showing 1 - 5 results of 5 for search '(( ((algorithm b) OR (algorithm against)) function ) OR ( algorithm python function ))~', query time: 0.48s Refine Results
  1. 1

    Algoritmo de clasificación de expresiones de odio por tipos en español (Algorithm for classifying hate expressions by type in Spanish) by Daniel Pérez Palau (11097348)

    Published 2024
    “…</li><li><code>4</code>: Misogynistic hate: Expressions directed against women or traits associated with them.</li></ul><p dir="ltr"><b>File Structure</b></p><p dir="ltr">The code generates and saves:</p><ul><li>Weights of the trained model (.h5)</li><li>Configured tokenizer</li><li>Training history in CSV</li><li>Requirements file</li></ul><p dir="ltr"><b>Important Notes</b></p><ul><li>The model excludes category 2 during training</li><li>Implements transfer learning from a pre-trained model for binary hate detection</li><li>Includes early stopping callbacks to prevent overfitting</li><li>Uses class weighting to handle category imbalances</li></ul><p dir="ltr">The process of creating this algorithm is explained in the technical report located at: Blanco-Valencia, X., De Gregorio-Vicente, O., Ruiz Iniesta, A., & Said-Hung, E. (2025). …”
  2. 2
  3. 3

    Landscape17 by Vlad Carare (22092515)

    Published 2025
    “…We validated the convergence, grid, and spin settings against published data from rMD17, using the appropriate functional and basis set: PBE/def2-SVP. …”
  4. 4

    Decoding fairness motivations - repository by Sebastian Speer (6489207)

    Published 2020
    “…All analysis were conducted in Python 2.7.</div><div><br></div><div><b>Behavioral Data:</b><br></div><div><br></div><div><u>Files:</u> </div><div><br></div><div><i>DifffereceOffers.csv </i>- Offers made by participants in Study 1</div><div><i>Diffs_W.csv</i> - Offers made by participants in Study 2</div><div><br></div><div><i>Individual-differences-in-offers2.png</i> - Plot of individual differences as illustrated in the paper</div><div><i>Individual-differences-MeanOffers.png </i>- Individual differences in mean offers in both games as illustrated in the Appendix</div><div><i>SocialvsNonSocial2.png </i>- Difference in Offers between Selfish and strategic players when playing against humans and computers</div><div><br></div><div>Behavioral Data, specfically Ultimatum Game and Dictator Game Offers and Plots resulting from behavioral analysis reported in the following paper:</div><div><br></div><div>S.P.H. …”
  5. 5

    An Ecological Benchmark of Photo Editing Software: A Comparative Analysis of Local vs. Cloud Workflows by Pierre-Alexis DELAROCHE (22092572)

    Published 2025
    “…Performance Profiling Algorithms Energy Measurement Methodology # Pseudo-algorithmic representation of measurement protocol def capture_energy_metrics(workflow_type: WorkflowEnum, asset_vector: List[PhotoAsset]) -> EnergyProfile: baseline_power = sample_idle_power_draw(duration=30) with PowerMonitoringContext() as pmc: start_timestamp = rdtsc() # Read time-stamp counter if workflow_type == WorkflowEnum.LOCAL: result = execute_local_pipeline(asset_vector) elif workflow_type == WorkflowEnum.CLOUD: result = execute_cloud_pipeline(asset_vector) end_timestamp = rdtsc() energy_profile = EnergyProfile( duration=cycles_to_seconds(end_timestamp - start_timestamp), peak_power=pmc.get_peak_consumption(), average_power=pmc.get_mean_consumption(), total_energy=integrate_power_curve(pmc.get_power_trace()) ) return energy_profile Statistical Analysis Framework Our analytical pipeline employs advanced statistical methodologies including: Variance Decomposition: ANOVA with nested factors for hardware configuration effects Regression Analysis: Generalized Linear Models (GLM) with log-link functions for energy modeling Temporal Analysis: Fourier transform-based frequency domain analysis of power consumption patterns Cluster Analysis: K-means clustering with Euclidean distance metrics for workflow classification Data Validation and Quality Assurance Measurement Uncertainty Quantification All energy measurements incorporate systematic and random error propagation analysis: Instrument Precision: ±0.1W for CPU power, ±0.5W for GPU power Temporal Resolution: 1ms sampling with Nyquist frequency considerations Calibration Protocol: NIST-traceable power standards with periodic recalibration Environmental Controls: Temperature-compensated measurements in climate-controlled facility Outlier Detection Algorithms Statistical outliers are identified using the Interquartile Range (IQR) method with Tukey's fence criteria (Q₁ - 1.5×IQR, Q₃ + 1.5×IQR). …”