Search alternatives:
algorithms within » algorithm within (Expand Search)
algorithm python » algorithm within (Expand Search), algorithm both (Expand Search)
python function » protein function (Expand Search)
within function » fibrin function (Expand Search), protein function (Expand Search), catenin function (Expand Search)
algorithms within » algorithm within (Expand Search)
algorithm python » algorithm within (Expand Search), algorithm both (Expand Search)
python function » protein function (Expand Search)
within function » fibrin function (Expand Search), protein function (Expand Search), catenin function (Expand Search)
-
581
ALÉM DO ALINHAMENTO: UMA TEORIACOMPUTÁVEL PARA O JUÍZO ÉTICOEMERGENTE EM AGENTES NÃOBIOLÓGICOS
Published 2025“…Within this horizon, the ability to compute and activate ethical vetoes—without shared understanding—emerges as the first act of <i>algorithmic</i> civility of a truly other intelligence.…”
-
582
A paired dataset of multi-modal MRI at 3 Tesla and 7 Tesla with manual hippocampal subfield segmentations on 7T T2-weighted images
Published 2024“…<p dir="ltr">The hippocampus, a region of critical interest within clinical neuroscience, is recognized as a complex structure comprising distinct subfields with unique functional attributes, connectivity patterns, and susceptibilities to disease. …”
-
583
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). …”
-
584
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). …”
-
585
Table 1_Development of a prognostic prediction model and visualization system for autologous costal cartilage rhinoplasty: an automated machine learning approach.docx
Published 2025“…We proposed an improved metaheuristic algorithm (INPDOA) for AutoML optimization, validated against 12 CEC2022 benchmark functions. …”
-
586
Image 2_Spatial transcriptomic analysis of 4NQO-induced tongue cancer revealed cellular lineage diversity and evolutionary trajectory.tif
Published 2025“…Evolutionary tree analysis revealed the dynamic appearance and disappearance of functionally and genetically diverse cell subgroups during the progression from epithelial dysplasia to in situ carcinoma and invasive cancer. …”
-
587
Image 1_Spatial transcriptomic analysis of 4NQO-induced tongue cancer revealed cellular lineage diversity and evolutionary trajectory.tif
Published 2025“…Evolutionary tree analysis revealed the dynamic appearance and disappearance of functionally and genetically diverse cell subgroups during the progression from epithelial dysplasia to in situ carcinoma and invasive cancer. …”
-
588
Image 3_Spatial transcriptomic analysis of 4NQO-induced tongue cancer revealed cellular lineage diversity and evolutionary trajectory.tif
Published 2025“…Evolutionary tree analysis revealed the dynamic appearance and disappearance of functionally and genetically diverse cell subgroups during the progression from epithelial dysplasia to in situ carcinoma and invasive cancer. …”
-
589
Instances and detailed results of the paper <i>Stochastic scheduling on a restricted batching machine</i>
Published 2025“…This function is particularly relevant in manufacturing environments where these machines are present, as meeting due dates is crucial on these bottleneck machines. …”
-
590
Data Sheet 1_Differential neuropilin isoform expressions highlight plasticity in macrophages in the heterogenous TME through in-silico profiling.docx
Published 2025“…Datasets were processed using established bioinformatics pipelines, including clustering algorithms, to determine cellular heterogeneity and quantify NRP isoform expression within distinct macrophage populations. …”
-
591
Data Sheet 2_Differential neuropilin isoform expressions highlight plasticity in macrophages in the heterogenous TME through in-silico profiling.docx
Published 2025“…Datasets were processed using established bioinformatics pipelines, including clustering algorithms, to determine cellular heterogeneity and quantify NRP isoform expression within distinct macrophage populations. …”
-
592
<b>Fig. 6 |</b> <b>Autonomous microrobot navigation upstream in a flow environment.</b>
Published 2025“…</b> Schematic of the reward function adjustment to promote microrobot navigation close to the wall, minimizing drag. …”
-
593
Data for revision version
Published 2024“…This study enhances the well-established min-max method based interactive fuzzy bi-objective optimization algorithm by incorporating the absolute difference function along with the trade-off ratio based autonomized optimization approach. …”
-
594
Table 3_Constructing a neutrophil extracellular trap model based on machine learning to predict clinical outcomes and immune therapy responses in oral squamous cell carcinoma.xlsx
Published 2025“…Six machine learning algorithms were employed for model training, with the best model selected based on 1-year, 3-year, and 5-year AUC values. …”
-
595
Supplementary file 1_Probiotic modulation of maternal gut and milk microbiota and potential implications for infant microbial development in the perinatal period.docx
Published 2025“…These findings highlight complex diet–microbiota–immune interactions within reproductive and lactational systems, offering insights into strategies for enhancing maternal and neonatal health resilience.…”
-
596
Table 1_Constructing a neutrophil extracellular trap model based on machine learning to predict clinical outcomes and immune therapy responses in oral squamous cell carcinoma.xlsx
Published 2025“…Six machine learning algorithms were employed for model training, with the best model selected based on 1-year, 3-year, and 5-year AUC values. …”
-
597
Image 1_Constructing a neutrophil extracellular trap model based on machine learning to predict clinical outcomes and immune therapy responses in oral squamous cell carcinoma.tif
Published 2025“…Six machine learning algorithms were employed for model training, with the best model selected based on 1-year, 3-year, and 5-year AUC values. …”
-
598
Table 2_Constructing a neutrophil extracellular trap model based on machine learning to predict clinical outcomes and immune therapy responses in oral squamous cell carcinoma.xlsx
Published 2025“…Six machine learning algorithms were employed for model training, with the best model selected based on 1-year, 3-year, and 5-year AUC values. …”
-
599
<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.…”
-
600
Tree-Enhanced Latent Space Models for Two-Mode Networks
Published 2025“…In this framework, each node is characterized by a latent embedding vector, reparameterized as the aggregate of intermediate vectors corresponding to nodes within the tree structure. By optimizing the log-likelihood function augmented with a tree-based regularization term, the proposed model facilitates the simultaneous estimation of embedding vectors and the derivation of interpretable community structures. …”