AI Computation & Hardware Trends
Exploring Growth and Geopolitical Dynamics
@kaggle.programmerrdai_ai_computation_and_hardware_trends
Exploring Growth and Geopolitical Dynamics
@kaggle.programmerrdai_ai_computation_and_hardware_trends
CREATE TABLE ai_performance_knowledge_tests_vs_training_computation (
"entity" VARCHAR,
"code" VARCHAR,
"year" BIGINT,
"mmlu_avg" DOUBLE,
"training_computation_petaflop" BIGINT,
"organization" VARCHAR
);
CREATE TABLE artificial_intelligence_training_computation (
"entity" VARCHAR,
"code" VARCHAR,
"day" TIMESTAMP,
"training_computation_petaflop" DOUBLE,
"domain" VARCHAR
);
CREATE TABLE corporate_investment_in_artificial_intelligence_by_type (
"entity" VARCHAR,
"code" VARCHAR,
"year" BIGINT,
"total_corporate_investment_inflation_adjusted" BIGINT
);
CREATE TABLE market_share_logic_chip_production_manufacturing_stage (
"entity" VARCHAR,
"code" VARCHAR,
"year" BIGINT,
"design" DOUBLE,
"fabrication" DOUBLE,
"assembly_testing_and_packaging" DOUBLE
);
Anyone who has the link will be able to view this.