PyoJunCode / data-centric-AI-competition

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Data-Centric AI Competition


Repository for Data version control(DVC)

overall Pipeline -> github

About

Jun 18, 2021 ~ Sep 4, 2021

A collaboration between DeepLearning.AI and Landing AI, the Data-Centric AI Competition aims to elevate data-centric approaches to improving the performance of machine learning models. In most machine learning competitions, you are asked to build a high-performance model given a fixed dataset. However, machine learning has matured to the point that high-performance model architectures are widely available, while approaches to engineering datasets have lagged. The Data-Centric AI Competition inverts the traditional format and instead asks you to improve a dataset given a fixed model. We will provide you with a dataset to improve by applying data-centric techniques such as fixing incorrect labels, adding examples that represent edge cases, apply data augmentation, etc. Contestants must submit their altered dataset for evaluation by September 4, 2021. (We picked this date because it is the birthday of John McCarthy, who had coined the term artificial intelligence!) The top three winners from each of the two categories (Best Performance Overall and Most Innovative) will be invited to a private event with Andrew Ng to share ideas about how to grow the data-centric movement, and will be highlighted in The Batch and other DeepLearning.AI and Landing AI channels. Good luck!

More information : Homepage


Log

  • Initialized, test acc=0.53
  • v1.0, test acc=0.63
    • random rotate
    • resize
    • random crop
  • v2.0, test acc=0.69
  • v3.0 test acc=0.75
    • cv2 erosion/dialtion

About


Languages

Language:Jupyter Notebook 85.9%Language:Python 14.1%