Discover The Best AI Prompts

Unleash Your Creativity with AI Prompts - The Ultimate Inspiration Hub!
Latest |New |Hot

Data Object Conversions (JSON, XML, CSV etc.)

convert this JSON object into XML: {"Name":{"0":"John Smith","1":"Jane Doe","2":"Bob Johnson","3":"S

Programming Language Conversion

convert this code from Python to _Javascript: print("hello world")

Docstrings Generation

write a docstring description for this function: import requests def make_get_request(url): response

Code Explanation

explain this python code: from deepsparse import Pipeline

Code Generation

show me how to make an http request in Python

Machine Translation

translate this text into Portuguese: welcome to the matrix

Dataset Generation (few-shot or zero-shot)

generate more datapoints from this text: "contains no wit , only labored gags " 0 (negative) "that l

Token Classification (few-shot or zero-shot)

classify the named entities in this text: George Washington and his troops crossed the Delaware Rive

Text to Table

create a table from this text: create a 2 column table where the first column contains the stock tic

Table to Text

summarize the data in this table: I like pizza positive I don't like bananas negative Sometimes I li

Paraphrasing

rewrite this text: Apollo 11 landed on the moon on July 20, 1969

Open Domain Question Answering

when did Apollo 11 land on the moon

Summarization

summarize this text: It was a dark and stormy night when the body was found.

Text Generation

write an intro paragraph to a mystery novel

Writing Blog

Write an outline for a blog "Python lists".

Summarize the paper

Please summarize the paper “Adding Conditional Control to Text-to-Image Diffusion Models” in simple

Stakeholders

Tips on explaining data science reports to a business stakeholder.

Explain the Concept

Explain t-test to an undergraduate as a data science instructor

Explain the Model

I have trained a LightGBM model. Write a Python code to explain the output using a series of plots w

Imbalance Data

I have an imbalanced dataset with target column species. In python, how do I oversample and/or under

Hyperparameter Tuning

I have a logistic regression model, write Python code to tune hyperparameters.