Showing 581 - 600 results of 661 for search '"Python programming language"', query time: 0.16s Refine Results
  1. 581

    A death, infection, and recovery (DIR) model to forecast the COVID-19 spread by Fazila Shams, Assad Abbas, Wasiq Khan, Umar Shahbaz Khan, Raheel Nawaz

    Published 2022-01-01
    “…The Auto Regressive Integrated Moving Average (ARIMA) model was implemented using XLSTAT (add-in for Microsoft Excel), whereas the SIR and the proposed DIR model was implemented using python programming language. We compared the performance of DIR model with the SIR model and the ARIMA model by computing the Percentage Error and Mean Absolute Percentage Error (MAPE). …”
    Get full text
    Article
  2. 582

    Beyond Henssge’s Formula: Using Regression Trees and a Support Vector Machine for Time of Death Estimation in Forensic Medicine by Lívia Mária Dani, Dénes Tóth, Andrew B. Frigyik, Zsolt Kozma

    Published 2023-03-01
    “…Using existing machine learning techniques/tools such as support vector machines (SVMs) and decision trees, we present a more accurate and adaptive method for estimating the time of death compared to Henssge’s nomogram. Using the Python programming language, we built a synthetic data-driven model in which the majority of the selected tools can estimate the time of death with low error rates even despite having only 3000 training cases. …”
    Get full text
    Article
  3. 583

    MRI recovery of the Achilles tendon after percutaneous tenotomy in older children by Manye Yao, Chunxu Zhang, Weyland Cheng, Junhong Guo, Shijie Dong

    Published 2021-04-01
    “…The area of high signal intensity between the severed tendons on MRI scans was computed using Python programming language and compared with clinical assessment. …”
    Get full text
    Article
  4. 584

    GUI development for SSDL to calibrate photon measuring equipment by Omaima Essaad Belhaj, Siham Belhaj, Meryeme Bellahsaouia, Younes Sadeq, Maryam Hadouachi, Khaoula Laazouzi, Assia Arectout, Hamid Boukhal, Chakir El mahjoub, Tahar El Khoukhi

    Published 2023-12-01
    “…To comply with national and international radiation protection standards, Morocco's National Secondary Standard Dosimetry Laboratory provides reliable calibration results with high accuracy and covers various measurement ranges using attenuators provided by the automated Gamma G10 irradiator or validated beam qualities produced by the X-ray irradiator type X80–320 kV.This study aims to develop a digital graphical user interface using Python programming language, designed for calibrating radiation protection measuring instruments . …”
    Get full text
    Article
  5. 585

    SWPT: An automated GIS-based tool for prioritization of sub-watersheds based on morphometric and topo-hydrological factors by Omid Rahmati, Mahmood Samadi, Himan Shahabi, Ali Azareh, Elham Rafiei-Sardooi, Hossein Alilou, Assefa M. Melesse, Biswajeet Pradhan, Kamran Chapi, Ataollah Shirzadi

    Published 2019-11-01
    “…Hence, this study aimed at developing a user-friendly geographic information system (GIS) tool, Sub-Watershed Prioritization Tool (SWPT), using the Python programming language to decrease any possible uncertainty. …”
    Get full text
    Article
  6. 586

    Ensemble Learning Based Malicious Node Detection in SDN-Based VANETs by Kunal Vermani, Amandeep Noliya, Sunil Kumar, Kamlesh Dutta

    Published 2023-11-01
    “…Methods: The simulations and evaluations were conducted using the Python programming language. VeReMi dataset was selected since it was an application-specific dataset for VANETs environment. …”
    Get full text
    Article
  7. 587

    Selecting Burnup Algorithms in OpenMC Using the Calculated Benchmark of LEU Assembly and MOX Fuel by Hamza A Tanash, Denis A Solovyov, Vyacheslav G Zimin, Alexey L Lobarev, Denis A Plotnikov, Nikolay V Schukin

    Published 2023-04-01
    “…OpenMC is a state-of-the-art Monte Carlo neutron transport simulation code that uses the Python programming language as an API. OpenMC supports eight burnout simulation algorithms. …”
    Get full text
    Article
  8. 588

    Impact of Climate Change on the Heating Demand of Buildings. A District Level Approach by Apostolopoulou Athanasia, Jimenez-Bescos Carlos, Cavazzi Stefano, Boyd Doreen

    Published 2023-01-01
    “…The methodological approach involved the use of geospatial data for the case study areas, processed with Python programming language through Anaconda and Jupyter notebook, generation of an archetype dataset with energy performance data from TABULA typology and the use of Python console in QGIS to calculate the heating demand in the reference weather data, 2050 and 2100 in accordance with RCP 4.5 and RCP 8.5 scenarios. …”
    Get full text
    Article
  9. 589

    Athena : a Rasperry Pi - based Alexa system by Khoo, Bryant Ju Seng

    Published 2018
    “…The system was implemented using the Python programming language, primarily for extensibility for future development of the project. …”
    Get full text
    Final Year Project (FYP)
  10. 590

    SIMULASI DINAMIKA REAKTOR TITIK UNTUK REAKTOR PRODUKSI ISOTOP BERBAHAN BAKAR CAIR (LFIPR) BERBAHAN BAKAR URANIL NITRAT by , ILHAM VARIANSYAH, , Dr. Ir. Andang Widi Harto, M.T

    Published 2014
    “…Simulator is built in Python programming language. The simulation results show that the reactor dynamic respons toward implementations during simu lation conform with the theory. …”
    Thesis
  11. 591

    Estimation of NMR signals in the time domain: methodology, applications and software by Hulse, SG

    Published 2023
    “…</p> <p>The methods presented in this thesis are incorporated into a software package written in the Python programming language, called NMR estimation in Python (NMR-EsPy), of which more information can be found at https://github.com/foroozandehgroup/NMR-EsPy.…”
    Thesis
  12. 592

    Image processing on intel edison microcontroller for pork detection by Khdhair, Zaid Hadi

    Published 2016
    “…Color balance and brightness adjustments are applied for image enhancement aim, and the color type has been identified based on its intensity value. Python programming language and its Python Imaging Library (PIL) have been employed to implement the image processing tasks. …”
    Get full text
    Thesis
  13. 593
  14. 594

    A comprehensive comparison of various machine learning algorithms used for predicting the splitting tensile strength of steel fiber-reinforced concrete by Seyed Soroush Pakzad, Mansour Ghalehnovi, Atiye Ganjifar

    Published 2024-07-01
    “…Various ML models including multiple linear regression (MLR), ridge regression (Ridge), lasso regression (Lasso), elastic net regression (ElasticNet), k-nearest neighbor (KNN), support vector regression (SVR), categorical boosting (CatBoost), light gradient boosting model (LightGBM), random forest (RF), gradient boosting (GB), extreme gradient boosting (XGB), adaptive boosting (AdaBoost), and multilayer perceptron (MLP) were employed to predict the SFRC’s STS. The Python programming language, TensorFlow framework as well as the Scikit-learn packages, were used to run the models. …”
    Get full text
    Article
  15. 595

    Development and a Validation of a Charge Sensitive Organic Rankine Cycle (ORC) Simulation Tool by Davide Ziviani, Brandon J. Woodland, Emeline Georges, Eckhard A. Groll, James E. Braun, W. Travis Horton, Martijn van den Broek, Michel De Paepe

    Published 2016-05-01
    “…The model has been developed in the Python programming language. A thorough validation is then carried out against experimental data obtained from two test setups having different nominal size, working fluids and individual components: (i) a regenerative ORC with a 5 kW scroll expander and an oil flooding loop; (ii) a regenerative ORC with a 11 kW single-screw expander. …”
    Get full text
    Article
  16. 596

    Compressive strength prediction and composition design of structural lightweight concretes using machine learning methods by Artemy S. Balykov, Elena A. Kaledina, Sergey V. Volodin

    Published 2023-04-01
    “…To implement the developed machine learning algorithms, libraries in the Python programming language, in particular NumPy, Pandas, Scikit-learn, Matplotlib, Seaborn, were used. …”
    Get full text
    Article
  17. 597

    A data package for abstractive opinion summarization, title generation, and rating-based sentiment prediction for airline reviews by Ayesha Ayub Syed, Ford Lumban Gaol, Alfred Boediman, Tokuro Matsuo, Widodo Budiharto

    Published 2023-10-01
    “…All datasets have been collected from the Skytrax Review Portal via web scraping using Python programming language. The datasets have several potential use cases. …”
    Get full text
    Article
  18. 598

    Determining the Authorship of a Ukrainian-Language Literary Text by Means of Artificial Intelligence from Ultra-Short Excerpts by O. P. Ivanov, V. I. Shynkarenko, V. V. Skalozub, A. A. Kosolapov

    Published 2023-06-01
    “…Findings. Using the Python programming language and the skpy package, we developed software that sends questions and receives answers from the Bing bot built into Microsoft Skype. …”
    Get full text
    Article
  19. 599

    Software Tool for Creating and Modifying Parametric Shell and Tube Heat Exchanger Geometry by T. Létal

    Published 2014-08-01
    “…Software was created in the Python programming language. Libraries PythonOCC and wxPython were used for creating geometry and graphical user interface respectively. …”
    Get full text
    Article
  20. 600

    SciKit-GStat 1.0: a SciPy-flavored geostatistical variogram estimation toolbox written in Python by M. Mälicke

    Published 2022-03-01
    “…Furthermore, the Python programming language was missing a mature, well-established and tested package for variogram estimation a couple of years ago.…”
    Get full text
    Article