Showing 221 - 240 results of 240 for search '(( python model implementation ) OR ( python pre implementation ))', query time: 0.35s Refine Results
  1. 221

    World Heritage documents reveal persistent gaps between climate awareness and local action by Yang Chen (20756166)

    Published 2025
    “…The analysis section includes a GLM model implemented in R, along with evaluation tools such as correlation heatmaps, ICC agreement analysis, and MCC-based binary classification assessment. …”
  2. 222

    Reinforcement Learning based traffic steering inOpen Radio Access Network (ORAN)- oran-ts GitHub Repository by Aaradhy Sharma (21503465)

    Published 2025
    “…It features a modular Python framework implementing various RL agents (Q-Learning, SARSA, N-Step SARSA, DQN) and a traditional baseline evaluated in a realistic cellular network environment. …”
  3. 223

    Evaluation and Statistical Analysis Code for "Multi-Task Learning for Joint Fisheye Compression and Perception for Autonomous Driving" by Basem Ahmed (18127861)

    Published 2025
    “…</li></ul><p dir="ltr">These scripts are implemented in Python using the PyTorch framework and are provided to ensure the reproducibility of the experimental results presented in the manuscript.…”
  4. 224

    Optimized Bayesian regularization-back propagation neural network using data-driven intrusion detection system in Internet of Things by Ashok Kumar K (21441108)

    Published 2025
    “…The proposed DIDS-BRBPNN-BBWOA-IoT method is implemented using Python. The performance of the DIDS-BRBPNN-BBWOA-IoT approach is examined using performance metrics like accuracy, precision, recall, f1-score, specificity, error rate; computation time, and ROC. …”
  5. 225

    Supervised Classification of Burned Areas Using Spectral Reflectance and Machine Learning by Baptista Boanha (22424668)

    Published 2025
    “…<p dir="ltr">This dataset and code package presents a modular framework for supervised classification of burned and unburned land surfaces using satellite-derived spectral reflectance. Six Python scripts are provided, each implementing a distinct machine learning algorithm—Random Forest, k-Nearest Neighbors (k-NN), Multi-Layer Perceptron (MLP), Decision Tree, Naïve Bayes, and Logistic Regression. …”
  6. 226

    Copy number contingency table. by Yang Wu (66682)

    Published 2025
    “…Our methods are implemented in Python and are freely available from GitHub (<a href="https://github.com/queryang/PASO" target="_blank">https://github.com/queryang/PASO</a>).…”
  7. 227

    Gene mutation contingency table. by Yang Wu (66682)

    Published 2025
    “…Our methods are implemented in Python and are freely available from GitHub (<a href="https://github.com/queryang/PASO" target="_blank">https://github.com/queryang/PASO</a>).…”
  8. 228

    Resistant & sensitive cell line Info on AZD5991. by Yang Wu (66682)

    Published 2025
    “…Our methods are implemented in Python and are freely available from GitHub (<a href="https://github.com/queryang/PASO" target="_blank">https://github.com/queryang/PASO</a>).…”
  9. 229

    Resistant & sensitive drug info on COLO800. by Yang Wu (66682)

    Published 2025
    “…Our methods are implemented in Python and are freely available from GitHub (<a href="https://github.com/queryang/PASO" target="_blank">https://github.com/queryang/PASO</a>).…”
  10. 230

    Data from: Circadian activity predicts breeding phenology in the Asian burying beetle <i>Nicrophorus nepalensis</i> by Hao Chen (20313552)

    Published 2025
    “…</p><p dir="ltr">The dataset includes:</p><ol><li>Raw locomotor activity measurements (.txt files) with 1-minute resolution</li><li>Breeding experiment data (Pair_breeding.csv) documenting nest IDs, population sources, photoperiod treatments, and breeding success</li><li>Activity measurement metadata (Loc_metadataset.csv) containing detailed experimental parameters and daily activity metrics extracted using tsfresh</li></ol><p dir="ltr">The repository also includes complete analysis pipelines implemented in both Python (3.8.8) and R (4.3.1), featuring:</p><ul><li>Data preprocessing and machine learning model development</li><li>Statistical analyses</li><li>Visualization scripts for generating Shapley plots, activity pattern plots, and other figures</li></ul><p></p>…”
  11. 231

    OHID-FF dataset for forest fire detection and classification by xin chen (20496938)

    Published 2025
    “…</p><p dir="ltr">- Pointed to the `train val scripts/` README for model-specific commands and dependencies.</p>…”
  12. 232

    3D PD-Controlled Nanorobot Swarm Simulation for Targeted Cancer and BBB Therapy by Umar Tabbsum (22058780)

    Published 2025
    “…Cancer-targeting nanorobots converge rapidly, while BBB-targeting nanorobots follow more complex paths due to navigation constraints.</p><p dir="ltr">Implemented in Python (NumPy, Matplotlib, 3D visualization), the framework is fully annotated and reproducible. …”
  13. 233

    Research Database by Ana Paula Fermiano (22439479)

    Published 2025
    “…</p><p dir="ltr">Statistical analysis was conducted through <b>multiple regression models</b> implemented in <b>Jamovi</b>, supported by Geographic Information System (GIS) tools to visualize spatial patterns. …”
  14. 234

    MSc Personalised Medicine at Ulster University by Steven Watterson (100045)

    Published 2025
    “…This includes the economic models that underpin big pharma as well the importance of entrepreneurship and small medium enterprises in driving forward healthcare innovation.…”
  15. 235

    Landscape Change Monitoring System (LCMS) Conterminous United States Cause of Change (Image Service) by U.S. Forest Service (17476914)

    Published 2025
    “…Scikit-learn: Machine Learning in Python. In Journal of Machine Learning Research (Vol. 12, pp. 2825-2830).Pengra, B. …”
  16. 236

    Microscopic Detection and Quantification of Microplastic Particles in Environmental Water Samples by Derek Lam (11944213)

    Published 2025
    “…Image processing algorithms, implemented in Python using adaptive thresholding techniques, were applied to segment particles from the background. …”
  17. 237

    Comprehensive Fluid and Gravitational Dynamics Script for General Symbolic Navier-Stokes Calculations and Validation by Stylianos Touloumidis (19938747)

    Published 2024
    “…It provides a flexible foundation on which theoretical assumptions can be validated, and practical calculations performed. Implemented in Python with symbolic calculations, the script facilitates in-depth analysis of complex flow patterns and makes advanced mathematical computations more accessible. …”
  18. 238

    Supplementary Data: Biodiversity and Energy System Planning - Queensland 2025 by Andrew Rogers (17623239)

    Published 2025
    “…</p><h2>Software and Spatial Resolution</h2><p dir="ltr">The VRE siting model is implemented using Python and relies heavily on ArcGIS for comprehensive spatial data handling and analysis.…”
  19. 239

    Code by Baoqiang Chen (21099509)

    Published 2025
    “…We divided the dataset into training and test sets, using 70% of the genes for training and 30% for testing. We implemented machine learning algorithms using the following R packages: rpart for Decision Trees, gbm for Gradient Boosting Machines (GBM), ranger for Random Forests, the glm function for Generalized Linear Models (GLM), and xgboost for Extreme Gradient Boosting (XGB). …”
  20. 240

    Core data by Baoqiang Chen (21099509)

    Published 2025
    “…We divided the dataset into training and test sets, using 70% of the genes for training and 30% for testing. We implemented machine learning algorithms using the following R packages: rpart for Decision Trees, gbm for Gradient Boosting Machines (GBM), ranger for Random Forests, the glm function for Generalized Linear Models (GLM), and xgboost for Extreme Gradient Boosting (XGB). …”