AI Global Index
Seven indicators making sense of AI on a global scale
@kaggle.katerynameleshenko_ai_index
Seven indicators making sense of AI on a global scale
@kaggle.katerynameleshenko_ai_index
The Dataset "AI Global index" includes The Global AI Index itself and seven indicators affecting the Index on 62 countries, as well as general information about the countries (region, cluster, income group and political regime).
The Global AI Index is the first index to benchmark nations on their level of investment, innovation and implementation of artificial intelligence.
Talent, Infrastructure and Operating Environment are the factors of AI Implementation group of indicators, which represents the application of artificial intelligence by professionals in various sectors, such as businesses, governments, and communities.
Research and Development are the factors of Innovation group of indicators, which reflects the progress made in technology and methodology, which signify the potential for artificial intelligence to evolve and improve.
Government Strategy and Commercial are the factors of Investment group of indicators, which reflects financial and procedural commitments to artificial intelligence.
All these seven indicators were calculated by Tortoise Media via weighting and summarizing 143 other indicators.
The dataset can be used for practicing data cleaning, data visualization, finding correlations between the indexes, Machine Learning (classification, regression, clustering).
The data was used in the analytical article research Artificial Intelligence on the World Stage: Dominant Players and Aspiring Challengers
CREATE TABLE ai_index_db (
  "country" VARCHAR,
  "talent" DOUBLE,
  "infrastructure" DOUBLE,
  "operating_environment" DOUBLE,
  "research" DOUBLE,
  "development" DOUBLE,
  "government_strategy" DOUBLE,
  "commercial" DOUBLE,
  "total_score" DOUBLE,
  "region" VARCHAR,
  "cluster" VARCHAR,
  "income_group" VARCHAR,
  "political_regime" VARCHAR
);Anyone who has the link will be able to view this.