Skip to content
/ arc24 Public

Create an AI capable of solving reasoning tasks it has never seen before

Notifications You must be signed in to change notification settings

ironbar/arc24

Repository files navigation

arc24

Create an AI capable of solving reasoning tasks it has never seen before

https://www.kaggle.com/competitions/arc-prize-2024

challenge_logo

Docs

https://ironbar.github.io/arc24

Code structure

 |_ notebooks: jupyter notebooks made during the challenge. They start by number for easier sorting.
 |_ docs: documents made during the challenge according to CRISP-DM methodology
 |_ tests: folder with tests for the library
 |_ data: folder with light data from the challenge
 |_ rules: the official rules of the challenge
 |_ scripts: scripts made during the challenge for training, data processing...