qjarvisholland / bongard-solver

Solving Bongard problems by avoiding reasoning

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

bongard-solver

Attempting to automate the solving of Bongard Problems (BPs).

Thanks to Foundalis, my initial dataset is pulled form their representations of the original problems presented by Bongard M.M. in "Pattern Recognition" 1967

Dataset

The index of BP images that serve as input to the solver reside in ./resources/images

The related dictionary of solutions is in .csv format in ./resources/data

Problem:

Given n images, produce a description of difference between the left and right sides of a BP

Sub-problems:

About

Solving Bongard problems by avoiding reasoning


Languages

Language:Clojure 75.3%Language:Shell 24.7%