Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/roterdam/Intelligent-Agent
- Owner: roterdam
- Created: 2015-09-12T18:38:32.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2015-08-05T16:04:19.000Z (over 9 years ago)
- Last Synced: 2023-03-01T17:01:41.398Z (almost 2 years ago)
- Language: Java
- Homepage:
- Size: 4.25 MB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome_ai_agents - Intelligent-Agent - This repository contains an AI agent that can pass a human intelligence test. (Building / Testing)
- awesome_ai_agents - Intelligent-Agent - This repository contains an AI agent that can pass a human intelligence test. (Building / Testing)
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.
##ObjectiveThe 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 |