Code Monkey home page Code Monkey logo

arc-generator's Introduction

Abstraction and Reasoning Challenge - Images Generator

Abstraction and Reasoning Challenge - Kaggle

Shortly: Abstraction and Reasoning Challenge - problem which requires only few, really easy for people, examples as training data-set to solve a task.

Example: Snake

What does this program do?

Basicly, any algoritms used in Kaggle challenge didn't score any satisfying results. We wanted to check if increasing data set, creates better results.

This program is dataset generator for Kaggle's problem.

How to use:

To use this this generator you have to:

  1. Open run.py file
  2. Comment/uncomment selected problem.
    (...)
    # run_snake()
    run_labyrinth()
  3. Set params in generate_and_save() function or leave default.
  4. Run run.py file. Now you've got created whole dataset.

How to create new generator:

To create new generator, you have to:

  1. Create new ProblemNameGenerator, which overwrites GeneratorInterface, and create functions: generate_input() and generate_output()
  2. Create new ProblemNameVariationsGenerator, which overwrites VariationsGeneratorInterface, and create function: generate_all(), which return array of ProblemGenerators. You have to iterate over all solutions yourself.
  3. Create new function run_problemName() (similarly to previous functions) in run.py file and run this function.
  4. Wait until your new Problem dataset is generated.

How to visualise:

If you want to visualise created data, you can open Testing Interface. Press 'Choose file' button, and select file you want to see.

There are example files to visualise:

There is a visualization of mentioned above problems:

Gravity, Crop Smallest, Frame

CNN to check results

There is also CNN Jupiter Notebook Solution - solution based on CNN architecture used during tests.

arc-generator's People

Contributors

krzysiulek avatar patrykwenz avatar

Stargazers

Simon Strandgaard avatar

Watchers

James Cloos avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.