Search alternatives:
algorithms based » algorithm based (Expand Search)
algorithm python » algorithm within (Expand Search), algorithms within (Expand Search), algorithm both (Expand Search)
python function » protein function (Expand Search)
based function » based functional (Expand Search), basis function (Expand Search), basis functions (Expand Search)
algorithm 1 » algorithm _ (Expand Search), algorithms _ (Expand Search), algorithm 8217 (Expand Search)
1 function » _ function (Expand Search), a function (Expand Search)
algorithms based » algorithm based (Expand Search)
algorithm python » algorithm within (Expand Search), algorithms within (Expand Search), algorithm both (Expand Search)
python function » protein function (Expand Search)
based function » based functional (Expand Search), basis function (Expand Search), basis functions (Expand Search)
algorithm 1 » algorithm _ (Expand Search), algorithms _ (Expand Search), algorithm 8217 (Expand Search)
1 function » _ function (Expand Search), a function (Expand Search)
-
1
Python-Based Algorithm for Estimating NRTL Model Parameters with UNIFAC Model Simulation Results
Published 2025“…A major challenge in bioprocess simulation is the lack of physical and chemical property databases for biochemicals. A Python-based algorithm was developed for estimating the nonrandom two-liquid (NRTL) model parameters of aqueous binary systems in a straightforward manner from simplified molecular-input line-entry specification (SMILES) strings of substances in a system. …”
-
2
-
3
<b>Opti2Phase</b>: Python scripts for two-stage focal reducer
Published 2025“…</li></ul><p dir="ltr">The scripts rely on the following Python packages. Where available, repository links are provided:</p><ol><li><b>NumPy</b>, version 1.22.1</li><li><b>SciPy</b>, version 1.7.3</li><li><b>PyGAD</b>, version 3.0.1 — https://pygad.readthedocs.io/en/latest/#</li><li><b>bees-algorithm</b>, version 1.0.2 — https://pypi.org/project/bees-algorithm</li><li><b>KrakenOS</b>, version 1.0.0.19 — https://github.com/Garchupiter/Kraken-Optical-Simulator</li><li><b>matplotlib</b>, version 3.5.2</li></ol><p dir="ltr">All scripts are modular and organized to reflect the design stages described in the manuscript.…”
-
4
-
5
S1 File -
Published 2024“…<div><p>Pulmonary function tests (PFTs) are usually interpreted by clinicians using rule-based strategies and pattern recognition. …”
-
6
S1 Dataset -
Published 2024“…<div><p>Pulmonary function tests (PFTs) are usually interpreted by clinicians using rule-based strategies and pattern recognition. …”
-
7
ADT: A Generalized Algorithm and Program for Beyond Born–Oppenheimer Equations of “<i>N</i>” Dimensional Sub-Hilbert Space
Published 2020“…For the numerical case, user can directly provide <i>ab initio</i> data (adiabatic PESs and NACTs) as input files to this software or can generate those input files through in-built python codes interfacing MOLPRO followed by ADT calculation. …”
-
8
-
9
Search-based testing (Genetic Algorithm) - Chapter 11 of the book "Software Testing Automation"
Published 2022“…</p> <p><br></p> <p>3. Algorithm</p> <p>Below is the main body of the test data generator program:</p> <p> </p> <p>the main body of a Python program to generate test data for Python functions.…”
-
10
-
11
-
12
CageCavityCalc (<i>C</i>3): A Computational Tool for Calculating and Visualizing Cavities in Molecular Cages
Published 2024“…Efficiently predicting such properties is critical for accelerating the discovery of novel functional cages. Herein, we introduce <i>CageCavityCalc</i> (<i>C</i>3), a Python-based tool for calculating the cavity size of molecular cages. …”
-
13
CageCavityCalc (<i>C</i>3): A Computational Tool for Calculating and Visualizing Cavities in Molecular Cages
Published 2024“…Efficiently predicting such properties is critical for accelerating the discovery of novel functional cages. Herein, we introduce <i>CageCavityCalc</i> (<i>C</i>3), a Python-based tool for calculating the cavity size of molecular cages. …”
-
14
CageCavityCalc (<i>C</i>3): A Computational Tool for Calculating and Visualizing Cavities in Molecular Cages
Published 2024“…Efficiently predicting such properties is critical for accelerating the discovery of novel functional cages. Herein, we introduce <i>CageCavityCalc</i> (<i>C</i>3), a Python-based tool for calculating the cavity size of molecular cages. …”
-
15
BOFdat: Generating biomass objective functions for genome-scale metabolic models from experimental data
Published 2019“…BOFdat has a modular implementation that divides the BOF definition process into three independent modules defined here as steps: 1) the coefficients for major macromolecules are calculated, 2) coenzymes and inorganic ions are identified and their stoichiometric coefficients estimated, 3) the remaining species-specific metabolic biomass precursors are algorithmically extracted in an unbiased way from experimental data. …”
-
16
Algoritmo de clasificación de expresiones de odio por tipos en español (Algorithm for classifying hate expressions by type in Spanish)
Published 2024“…</p><h2>Model Architecture</h2><p dir="ltr">The model is based on <code>pysentimiento/robertuito-base-uncased</code> with the following modifications:</p><ul><li>A dense classification layer was added over the base model</li><li>Uses input IDs and attention masks as inputs</li><li>Generates a multi-class classification with 5 hate categories</li></ul><h2>Dataset</h2><p dir="ltr"><b>HATEMEDIA Dataset</b>: Custom hate speech dataset with categorization by type:</p><ul><li><b>Labels</b>: 5 hate type categories (0-4)</li><li><b>Preprocessing</b>:</li><li>Null values removed from text and labels</li><li>Reindexing and relabeling (original labels are adjusted by subtracting 1)</li><li>Exclusion of category 2 during training</li><li>Conversion of category 5 to category 2</li></ul><h2>Training Process</h2><h3>Configuration</h3><ul><li><b>Batch size</b>: 128</li><li><b>Epoches</b>: 5</li><li><b>Learning rate</b>: 2e-5 with 10% warmup steps</li><li><b>Early stopping</b> with patience=2</li><li><b>Class weights</b>: Balanced to handle class imbalance</li></ul><h3>Custom Metrics</h3><ul><li>Recall for specific classes (focus on class 2)</li><li>Precision for specific classes (focus on class 3)</li><li>F1-score (weighted)</li><li>AUC-PR</li><li>Recall at precision=0.6 (class 3)</li><li>Precision at recall=0.6 (class 2)</li></ul><h2>Evaluation Metrics</h2><p dir="ltr">The model is evaluated using:</p><ul><li>Macro recall, precision, and F1-score</li><li>One-vs-Rest AUC</li><li>Accuracy</li><li>Per-class metrics</li><li>Confusion matrix</li><li>Full classification report</li></ul><h2>Technical Features</h2><h3>Data Preprocessing</h3><ul><li><b>Tokenization</b>: Maximum length of 128 tokens (truncation and padding)</li><li><b>Encoding of labels</b>: One-hot encoding for multi-class classification</li><li><b>Data split</b>: 80% training, 10% validation, 10% testing</li></ul><h3>Optimization</h3><ul><li><b>Optimizer</b>: Adam with linear warmup scheduling</li><li><b>Loss function</b>: Categorical Crossentropy (from_logits=True)</li><li><b>Imbalance handling</b>: Class weights computed automatically</li></ul><h2>Requirements</h2><p dir="ltr">The following Python packages are required:</p><ul><li>TensorFlow</li><li>Transformers</li><li>scikit-learn</li><li>pandas</li><li>datasets</li><li>matplotlib</li><li>seaborn</li><li>numpy</li></ul><h2>Usage</h2><ol><li><b>Data format</b>:</li></ol><ul><li>CSV file or Pandas DataFrame</li><li>Required column name: <code>text</code> (string type)</li><li>Required column name: Data type label (integer type, 0-4) - optional for evaluation</li></ul><ol><li><b>Text preprocessing</b>:</li></ol><ul><li>Automatic tokenization with a maximum length of 128 tokens</li><li>Long texts will be automatically truncated</li><li>Handling of special characters, URLs, and emojis included</li></ul><ol><li><b>Label encoding</b>:</li></ol><ul><li>The model classifies hate speech into 5 categories (0-4)</li><li><code>0</code>: Political hatred: Expressions directed against individuals or groups based on political orientation.…”
-
17
-
18
-
19
-
20
List of Abbreviations
Published 2025“…For advanced users, it facilitates the seamless integration of custom functionalities and novel algorithms with minimal coding, ensuring adaptability at each design stage. …”