This dataset catalogs technical specifications for thousands of Intel CPUs spanning multiple decades and product lines including Core, Xeon, and Pentium series. It includes detailed hardware metrics such as core counts, clock speeds, and thermal design power (TDP) for individual processor models.
Use Cases
- Analyze the progression of transistor density over time using the lithography and launch_date columns.
- Predict processor performance tiers by training a model on core_count, thread_count, and frequency features.
- Identify compatible hardware upgrades by filtering the socket_type and chipset columns.
Strengths
- Covers multiple processor families including Core i3/i5/i7/i9, Xeon, Celeron, and Atom.
- Includes performance metrics such as base frequency, max turbo frequency, and cache size.
- Contains manufacturing details like lithography (nm) and socket types.
- Lists power consumption data via Thermal Design Power (TDP) values.