Search alternatives:
algorithm python » algorithms within (Expand Search), algorithm both (Expand Search)
python function » protein function (Expand Search)
algorithm python » algorithms within (Expand Search), algorithm both (Expand Search)
python function » protein function (Expand Search)
-
481
Brain-in-the-Loop Learning for Intelligent Vehicle Decision-Making
Published 2025“…In this paper, we utilize functional near-infrared spectroscopy (fNIRS) signals as real-time human risk-perception feedback to establish a brain-in-the-loop (BiTL) trained artificial intelligence algorithm for decision-making. …”
-
482
NanoDB: Research Activity Data Management System
Published 2024“…Cross-Platform Compatibility: Works on Windows, macOS, and Linux. In a Python environment or as an executable. Ease of Implementation: Using the flexibility of the Python framework all the data setup and algorithm can me modified and new functions can be easily added. …”
-
483
Code and Data for 'Fabrication and testing of lensed fiber optic probes for distance sensing using common path low coherence interferometry'
Published 2025“…Distance Sensing</p><p dir="ltr">Code and data to demonstrate extracting distance sensing data from A-scans and to generate Fig. 8 using the algorithm described in Fig. 7. Functions to generate distance measurements are in 'distance_sensing_utilities.py' and an example of how to use this on data in the 'data' folder is in 'distance_sensing_example.py', which generates Fig 8. …”
-
484
Mechanomics Code - JVT
Published 2025“…The functions were tested respectively in: MATLAB 2018a or youger, Python 3.9.4, R 4.0.3.…”
-
485
Table 1_Kefir and healthy aging: revealing thematic gaps through AI-assisted screening and semantic evidence mapping.docx
Published 2025“…To overcome this fragmentation, we applied an integrative approach that combines a cutting-edge AI-assisted algorithm for evidence screening with a Python-based semantic clustering pipeline. …”
-
486
Table 2_Kefir and healthy aging: revealing thematic gaps through AI-assisted screening and semantic evidence mapping.docx
Published 2025“…To overcome this fragmentation, we applied an integrative approach that combines a cutting-edge AI-assisted algorithm for evidence screening with a Python-based semantic clustering pipeline. …”
-
487
Table 3_Kefir and healthy aging: revealing thematic gaps through AI-assisted screening and semantic evidence mapping.xlsx
Published 2025“…To overcome this fragmentation, we applied an integrative approach that combines a cutting-edge AI-assisted algorithm for evidence screening with a Python-based semantic clustering pipeline. …”
-
488
Table 4_Kefir and healthy aging: revealing thematic gaps through AI-assisted screening and semantic evidence mapping.docx
Published 2025“…To overcome this fragmentation, we applied an integrative approach that combines a cutting-edge AI-assisted algorithm for evidence screening with a Python-based semantic clustering pipeline. …”
-
489
Seamless integration of legacy robotic systems into a self-driving laboratory via NIMO: a case study on liquid handler automation
Published 2025“…We developed NIMO (formerly NIMS-OS, NIMS Orchestration System), an OS explicitly designed to integrate multiple artificial intelligence (AI) algorithms with diverse exploratory objectives. NIMO provides a framework for integrating AI into robotic experimental systems that are controlled by other OS platforms based on both Python and non-Python languages. …”
-
490
Predictive Analysis of Mushroom Toxicity Based Exclusively on Their Natural Habitat.
Published 2025“…The analysis was conducted in a Jupyter Notebook environment, using Python and libraries such as Scikit-learn and Pandas. …”
-
491
Landscape17
Published 2025“…</p><h3>Density functional theory calculations</h3><p dir="ltr">The reference potential energy landscapes were computed using density functional theory with the ωB97x hybrid-energy exchange correlation functional and a 6-31G(d) basis set within Psi4. …”
-
492
Table1_Enhanced classification and severity prediction of major depressive disorder using acoustic features and machine learning.pdf
Published 2024“…We used the Covarep open-source algorithm to extract a total of 1200 high-level statistical functions for each sample. …”
-
493
CSPP instance
Published 2025“…</b></p><p dir="ltr">Its primary function is to create structured datasets that simulate container terminal operations, which can then be used for developing, testing, and benchmarking optimization algorithms (e.g., for yard stacking strategies, vessel stowage planning).…”
-
494
GameOfLife Prediction Dataset
Published 2025“…Excluding 0, the lower numbers also get increasingly unlikely, though more likely than higher numbers, we wanted to prevent gaps and therefore limited to 25 contiguous classes</p><p dir="ltr">NumPy (.npy) files can be opened through the NumPy Python library, using the `numpy.load()` function by inputting the path to the file into the function as a parameter. …”
-
495
Code and data for evaluating oil spill amount from text-form incident information
Published 2025“…These are separately stored in the folders “description” and “posts”.</p><h2>Algorithms for Evaluating Release Amount (RA)</h2><p dir="ltr">The algorithms are split into the following three notebooks based on their functions:</p><ol><li><b>"1_RA_extraction.ipynb"</b>:</li><li><ul><li>Identifies oil spill-related incidents from raw incident data.…”
-
496
Spatiotemporal Soil Erosion Dataset for the Yarlung Tsangpo River Basin (1990–2100)
Published 2025“…Bias correction was conducted using a 25-year baseline (1990–2014), with adjustments made monthly to correct for seasonal biases. The corrected bias functions were then applied to adjust the years (2020–2100) of daily rainfall data using the "ibicus" package, an open-source Python tool for bias adjustment and climate model evaluation. …”
-
497
Communication-Efficient Distributed Sparse Learning with Oracle Property and Geometric Convergence*
Published 2025“…In terms of computational efficacy, our algorithm exhibits a geometric convergence rate within each middle loop. …”
-
498
Code
Published 2025“…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). …”
-
499
Core data
Published 2025“…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). …”
-
500
<b>Rethinking neighbourhood boundaries for urban planning: A data-driven framework for perception-based delineation</b>
Published 2025“…</p><h2>Project Structure</h2><pre><pre>Perception_based_neighbourhoods/<br>├── raw_data/<br>│ ├── ET_cells_glasgow/ # Glasgow grid cells for analysis<br>│ └── glasgow_open_built/ # Built area boundaries<br>├── svi_module/ # Street View Image processing<br>│ ├── svi_data/<br>│ │ ├── svi_info.csv # Image metadata (output)<br>│ │ └── images/ # Downloaded images (output)<br>│ ├── get_svi_data.py # Download street view images<br>│ └── trueskill_score.py # Generate TrueSkill scores<br>├── perception_module/ # Perception prediction<br>│ ├── output_data/<br>│ │ └── glasgow_perception.nc # Perception scores (demo data)<br>│ ├── trained_models/ # Pre-trained models<br>│ ├── pred.py # Predict perceptions from images<br>│ └── readme.md # Training instructions<br>└── cluster_module/ # Neighbourhood clustering<br> ├── output_data/<br> │ └── clusters.shp # Final neighbourhood boundaries<br> └── cluster_perceptions.py # Clustering algorithm<br></pre></pre><h2>Prerequisites</h2><ul><li>Python 3.8 or higher</li><li>GDAL/OGR libraries (for geospatial processing)</li></ul><h2>Installation</h2><ol><li>Clone this repository:</li></ol><p dir="ltr">Download the zip file</p><pre><pre>cd perception_based_neighbourhoods<br></pre></pre><ol><li>Install required dependencies:</li></ol><pre><pre>pip install -r requirements.txt<br></pre></pre><p dir="ltr">Required libraries include:</p><ul><li>geopandas</li><li>pandas</li><li>numpy</li><li>xarray</li><li>scikit-learn</li><li>matplotlib</li><li>torch (PyTorch)</li><li>efficientnet-pytorch</li></ul><h2>Usage Guide</h2><h3>Step 1: Download Street View Images</h3><p dir="ltr">Download street view images based on the Glasgow grid sampling locations.…”