Search alternatives:
pre implementation » time implementation (Expand Search), new implementation (Expand Search), pre implantation (Expand Search)
_ implementation » implementation _ (Expand Search)
pre implementation » time implementation (Expand Search), new implementation (Expand Search), pre implantation (Expand Search)
_ implementation » implementation _ (Expand Search)
-
1
Python Implementation of HSGAdviser Chatbot: AI model for Sustainable Education
Published 2025“…<p dir="ltr">This repository contains the Python source code and model implementation for HSGAdviser, an AI speech assistant designed to provide personalized college and career guidance for high school students through conversational AI. …”
-
2
SCADET algorithm parameter configuration (Python implementation).
Published 2025“…<p>SCADET algorithm parameter configuration (Python implementation).</p>…”
-
3
Comparison of performance between our next reaction implementation and the Python library from Ref. [3].
Published 2025“…<p>We simulate SIR epidemic processes on Watts-Strogatz networks with parameters <i>k</i><sub>0</sub> = 5, <i>p</i> = 0.1 <b>(a)</b> and Barabási-Albert networks with parameter <i>m</i> = 5 <b>(b)</b> using the Python wrapper of our C++ implementation and compare its performance with the Python library from Ref. …”
-
4
Comprehensive Analysis of Key Probability Distributions in Data Science: Applications, Mathematical Formulations, and Python Implementation
Published 2024“…Comprehensive Analysis of Key Probability Distributions in Data Science: Applications, Mathematical Formulations, and Python Implementation. Open Educational Resource for the Data Analytics and Artificial Intelligence II course. …”
-
5
-
6
-
7
Is your Open Source Research Community implementing the Diversity Equity and Inclusion (DEI) equivalent of Python 2.6?
Published 2025“…</p><p dir="ltr">However many DEI strategies fail because they think they are implementing the DEI equivalent of Python 3.13 when they are actually implementing the DEI equivalent of Python 2.6.…”
-
8
-
9
-
10
Source Code for the Hierarchical Key Assignment Scheme (HKAS)
Published 2025Subjects: “…Hierarchical Key Assignment, Cryptography, Key Management, HKAS, Security Model, Python Implementation…”
-
11
-
12
-
13
Python implementation for image-based ERT inversion using ViT, CNN, UNet, and LDM models, and related data conversion and visualization
Published 2025“…<p dir="ltr">Python implementation for image-based ERT inversion using ViT, CNN, UNet, and LDM models, and related data conversion and visualization.…”
-
14
-
15
-
16
Overview of the implemented simulation tool and training framework in Diffrax.
Published 2025Subjects: -
17
-
18
Secure Python Code Manager: A Tool for Protected Python Code Distribution and Management
Published 2024“…A license key is generated, allowing authorized users to access the code.bash<pre><pre>python secure_python_code_manager.py --upload -f your_script.py<br></pre></pre></li><li><b>Updating Previously Uploaded Code</b>: With the <code>--update</code> function, update your code in the cloud without needing to redistribute new files to clients, ensuring seamless code maintenance and updates.bash<pre><pre>python secure_python_code_manager.py --update -f your_script.py -l your_license_key<br></pre></pre></li><li><b>Retrieving License Information</b>: The <code>--license-info</code> function lets you retrieve detailed information about your licenses, including status, usage data, and limits.bash<pre><pre>python secure_python_code_manager.py --license-info -l your_license_key<br></pre></pre></li><li><b>Service Usage Monitoring</b>: Use the <code>--service-usage</code> function to monitor your service usage, including uploaded scripts and associated licenses, helping you keep track of your code deployment.bash<pre><pre>python secure_python_code_manager.py --service-usage<br></pre></pre></li></ol><h2>Use Cases</h2><ul><li><b>Protect Python Code</b>: If you're looking to <b>protect Python code</b> from unauthorized use, this tool provides robust protection mechanisms.…”
-
19
EFGs: A Complete and Accurate Implementation of Ertl’s Functional Group Detection Algorithm in RDKit
Published 2025Subjects: -
20