Search alternatives:
model implementation » modular implementation (Expand Search), world implementation (Expand Search), time implementation (Expand Search)
code implementation » time implementation (Expand Search), world implementation (Expand Search), _ implementation (Expand Search)
python model » python tool (Expand Search), action model (Expand Search), motion model (Expand Search)
model implementation » modular implementation (Expand Search), world implementation (Expand Search), time implementation (Expand Search)
code implementation » time implementation (Expand Search), world implementation (Expand Search), _ implementation (Expand Search)
python model » python tool (Expand Search), action model (Expand Search), motion model (Expand Search)
-
81
-
82
-
83
-
84
Flowchart representation of lion optimization algorithm for hyperparameter tuning in the HCAP model.
Published 2025Subjects: -
85
-
86
Code
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). …”
-
87
-
88
-
89
Scripts, data and figures underpinning 'Towards the Creation of Legible Octilinear Power Grid Diagrams Using Mixed Integer Linear Programming'
Published 2024“…<p dir="ltr">These Python notebooks implement the techniques described in the paper "Towards the Creation of Legible Octilinear Power Grid Diagrams Using Mixed Integer Linear Programming".…”
-
90
Code and data for reproducing the results in the original paper of DML-Geo
Published 2025“…<p dir="ltr">This asset provides all the code and data for reproducing the results (figures and statistics) in the original paper of DML-Geo</p><h2>Main Files:</h2><p dir="ltr"><b>main.ipynb</b>: the main notebook to generate all the figures and data presented in the paper</p><p dir="ltr"><b>data_generator.py</b>: used for generating synthetic datasets to validate the performance of different models</p><p dir="ltr"><b>dml_models.py</b>: Contains implementations of different Double Machine Learning variants used in this study.…”
-
91
-
92
Reproducible Code and Data for figures
Published 2025“…</i></p><p dir="ltr">It contains:</p><p dir="ltr">✅ <b>Python Code</b> – Scripts used for data preprocessing, and visualization.…”
-
93
software code of NeoDesign
Published 2024“…<h2>Implementation and Dependencies</h2><p dir="ltr">neoDesign was developed with python (recommend>3.9) and shell (bash) language. …”
-
94
DA-Faster-RCNN code
Published 2025“…The implementation is written in Python using PyTorch and Detectron2.…”
-
95
-
96
The codes and data for "Lane Extraction from Trajectories at Road Intersections Based on Graph Transformer Network"
Published 2024“…</p><h3><b>Model training</b></h3><h4><code>python train_GTN.py</code></h4><p dir="ltr">This step trains the GTN model. …”
-
97
Simulation Code and Raw Data
Published 2025“…<p dir="ltr">Reproducible code (Python) implementing a symmetrized split-step Fourier method (SSFM), with configuration files for all scans. …”
-
98
RealBench: A Repo-Level Code Generation Benchmark Aligned with Real-World Software Development Practices
Published 2025“…<br>│ │ └── uml_dag.py # UML dependency graph analysis.<br>│ ├── model_gen/ # Code generation using various LLMs.<br>│ │ ├── generate/ # LLM inference implementations.…”
-
99
-
100
A game of life with dormancy - Code
Published 2024“…</p><ul><li>To run an animated simulation, use `python simulation.py'.</li><li>The implementation of Spore Life can be found in gol.py.…”