Baselight

AI Global Index

Seven indicators making sense of AI on a global scale

@kaggle.katerynameleshenko_ai_index

Loading...
Loading...

About this Dataset

AI Global 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.

  • Talent indicator focuses on the availability of skilled practitioners for the provision of artificial intelligence solutions.
  • Infrastructure indicator focuses on the reliability and scale of access infrastructure, from electricity and internet, to super computing capabilities.
  • Operating Environment indicator focuses on the regulatory context, and public opinion surrounding artificial intelligence.

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.

  • Research indicator focuses on the extent of specialist research and researchers; investigating the amount of publications and citations in credible academic journals.
  • Development indicator focuses on the development of fundamental platforms and algorithms upon which innovative artificial intelligence projects rely.

Government Strategy and Commercial are the factors of Investment group of indicators, which reflects financial and procedural commitments to artificial intelligence.

  • Government Strategy indicator focuses on the depth of commitment from national government to artificial intelligence; investigating spending commitments and national strategies.
  • Commercial indicator focuses on the level of startup activity, investment and business initiatives based on 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

Tables

Ai Index Db

@kaggle.katerynameleshenko_ai_index.ai_index_db
  • 13.42 KB
  • 62 rows
  • 13 columns
Loading...

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
);

Share link

Anyone who has the link will be able to view this.