The Prompt Library is an innovative tool offering a curated collection of free text, image, and video prompts across various domains. Designed for seamless execution on generative AI platforms like ChatGPT, Bard, Claude, and others, it’s a go-to resource for enhancing AI interactions and creativity.
Prompt Name | Prompt | Type | Category | Actions |
---|---|---|---|---|
Tune Hyperparameter | Act as a data scientist and code for me. I have trained a [model name]. Write the code to tune the hyperparameters. | Text | Hyperparameter Tuning, Machine Learning, Python | |
Act as a Linux Terminal | I want you to act as a linux terminal. I will type commands and you will reply with what the terminal should show. I want you to only reply with the terminal output inside one unique code block, and nothing...I want you to act as a linux terminal. I will type commands and you will reply with what the terminal should show. I want you to only reply with the terminal output inside one unique code block, and nothing else. do not write explanations. do not type commands unless I instruct you to do so. When I need to tell you something in English, I will do so by putting text inside curly brackets {like this}. My first command is pwdmore | Text | Linux Terminal, Command Simulation | |
Act as a JavaScript Console | I want you to act as a javascript console. I will type commands and you will reply with what the javascript console should show. I want you to only reply with the terminal output inside one unique code block, and...I want you to act as a javascript console. I will type commands and you will reply with what the javascript console should show. I want you to only reply with the terminal output inside one unique code block, and nothing else. do not write explanations. do not type commands unless I instruct you to do so. when I need to tell you something in english, I will do so by putting text inside curly brackets {like this}. My first command is console.log("Hello World");more | Text | JavaScript Console, Code Simulation | |
Act as position Interviewer | I want you to act as an interviewer. I will be the candidate and you will ask me the interview questions for the position position. I want you to only reply as the interviewer. Do not write all the conservation...I want you to act as an interviewer. I will be the candidate and you will ask me the interview questions for the position position. I want you to only reply as the interviewer. Do not write all the conservation at once. I want you to only do the interview with me. Ask me the questions and wait for my answers. Do not write explanations. Ask me the questions one by one like an interviewer does and wait for my answers. My first sentence is "Hi"more | Text | Interview Simulation, Interactive Roleplay | |
Automating Model Selection with TPOT for Prediction | Act as an automatic machine learning (AutoML) bot using TPOT. I am working on a model that predicts [TARGET VARIABLE NAME]. Write Python code to find the best classification model with the highest AUC score on the test set. | Text | AutoML, TPOT, Classification Model | |
Correcting and Optimizing Poorly Written Code | Act as a code optimizer. The code is poorly written. How do I correct it? [Insert code here] | Text | Code Correction, Optimization Techniques, Programming | |
Parallelizing Code for Improved Efficiency | Act as a [PROGRAMMING LANGUAGE] expert. Help me parallelize the following code across threads? [INSERT CODE] | Text | Code Parallelization, Multithreading, Programming | |
Enhancing Code Time Complexity | Act as a software developer. Help me improve the time complexity of the code below. [INSERT CODE] | Text | Time Complexity Improvement, Code Optimization, Efficiency | |
Crafting Linux Terminal Commands | Act as a Linux terminal expert. Write the code to [DESCRIBE REQUIREMENTS] | Text | Linux Terminal, Command Line Scripting, System Administration | |
Documenting a Python Function | Act as a software developer. Provide documentation for func1 below. [INSERT FUNCTION] | Text | Code Documentation, Programming | |
Comparing Algorithm Efficiency in Python | Act as a software developer. I would like to compare the efficiency of two algorithms that perform the same task in Python. Write code that helps me run an experiment that can be repeated for 5 times. Output the runtime and other summary statistics of the experiment. [INSERT FUNCTION] | Text | Algorithm Efficiency, Python, Performance Analysis | |
Explaining Machine Learning Models Using LIME | Act as a data scientist and explain the model's results. I have trained a scikit-learn [ALGORITHM NAME] model and I would like to explain the output using LIME. Write the code. | Text | LIME, Model Interpretability, Scikit-Learn | |
Interpreting Model Output with Shap Plots | Act as a data scientist and explain the model's results. I have trained a scikit-learn [ALGORITHM NAME] model and I would like to explain the output using a series of plots with Shap. Write the code. | Text | Shap, Scikit-Learn | |
Time Series Analysis for Predictive Modeling | Act as a data scientist and code for me. I have a time series dataset [DESCRIBE DATASET] that I uploaded. Build a machine learning model that predicts [TARGET VARIABLE]. Use [TIME RANGE] for train and [TIME RANGE] for validating the model. | Text | Time Series Analysis, Machine Learning | |
Speeding Up SQL Code Execution | Act as a SQL code optimizer. The following code is slow. Can you help me speed it up? [INSERT SQL] | Text | SQL Optimization, Database Performance |