Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/roterdam/Intelligent-Agent

This repository contains an AI agent that can pass a human intelligence test.
https://github.com/roterdam/Intelligent-Agent

Last synced: 3 days ago
JSON representation

This repository contains an AI agent that can pass a human intelligence test.

Awesome Lists containing this project

README

        

This repository contains an AI agent that can pass a human intelligence test. The project was developed as part of the [OMCS](blog.balaaagi.me/OMSCS/) course
CS-7637-001 Knowledge based Artifical Intelligence.
##Objective

The main objective of this project is to create AI agent that can solve human intellience test consisting of [Raven's Progressive
Matrices Problems](https://en.wikipedia.org/wiki/Raven%27s_Progressive_Matrices) using various concepts learned during the course.

##Technology Used
Java and Library Provided by University for reading the input Problem formats

##Metrics
| Problem Set Type | Method Used | Number of Problems Solved | Total Number of Problems |
|:--------------------: |:-----------: |:-------------------------: |:------------------------: |
| Basic Problems B | Verbal | 9 | 12 |
| Test Problems B | Verbal | 6 | 12 |
| Challenge Problems B | Verbal | 0 | 12 |
| Raven's Problem B | Verbal | 0 | 12 |
| Basic Problems C | Visual | 1 | 12 |
| Test Problems C | Visual | 0 | 12 |
| Challenge Problems C | Visual | 1 | 12 |
| Raven's Problems C | Visual | 1 | 12 |
| Basic Problems D | Visual | 9 | 12 |
| Test Problems D | Visual | 3 | 12 |
| Challenge Problems D | Visual | 0 | 12 |
| Raven's Problems D | Visual | 1 | 12 |
| Basic Problems E | Visual | 9 | 12 |
| Test Problems E | Visual | 5 | 12 |
| Challenge Problems E | Visual | 2 | 12 |
| Raven's Problem E | Visual | 7 | 12 |