Datasets

Real datasets for your AI and Machine Learning projects

XOR Problem
xor.csv

Simple XOR dataset for neural network training

32 bytes Download
Red Line
red_line.jpg

-- No file available
Blue Square
blue_square.jpg

-- No file available
Green Rectangle
green_rectangle.jpg

-- No file available
Yellow Triangle
yellow_triangle.jpg

-- No file available
Black and White
black_and_white.jpg

-- No file available
Red Square
red_square.jpg

-- No file available
Blue Circle
blue_circle.jpg

-- No file available
Gradient
gradient.jpg

-- No file available
Linear Data
linear.csv

Simple linear relationship y=2x

25 bytes Download
Image Prompts
image_prompts.csv

Sample prompts for image generation

151 bytes Download
AI Prompts
prompts.csv

Sample prompts for generative AI

165 bytes Download
Titanic Dataset
titanic.csv

Survival data from Titanic shipwreck

220 bytes Download
Iris Dataset
iris.csv

Classic iris flowers dataset

286 bytes Download
Diabetes Dataset
diabetes.csv

Diabetes progression dataset

125 bytes Download
House Prices
houses.csv

Simple house pricing data

115 bytes Download
Student Performance
students.csv

Student study habits and exam scores

108 bytes Download
Wine Quality
wine.csv

Chemical properties affecting wine quality

121 bytes Download
Sample Texts
sample_texts.csv

Collection of sample sentences for NLP exercises

348 bytes Download
Sentiment Examples
sentiment.csv

Text samples with sentiment labels

208 bytes Download
Greetings Q&A
greetings.csv

Simple question-answer pairs for chatbot training

116 bytes Download
Employee Data
employees.csv

Sample employee records

113 bytes Download
Product Inventory
products.csv

Simple product inventory data

184 bytes Download
Student Grades
students.csv

Sample student grade data

89 bytes Download
Sales Data
sales.csv

Simple product sales data

110 bytes Download
How to Use Datasets

Download datasets and use them in your Python code solutions. Most datasets are in CSV format and can be loaded with pandas.

df = pd.read_csv('dataset.csv')