Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/balaaagi/Intelligent-Agent
This repository contains an AI agent that can pass a human intelligence test.
https://github.com/balaaagi/Intelligent-Agent
agent-based-model artificial-intelligence knowledge-base
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/balaaagi/Intelligent-Agent
- Owner: balaaagi
- Created: 2015-08-05T15:42:39.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2017-11-05T03:38:35.000Z (about 7 years ago)
- Last Synced: 2023-08-17T08:39:08.404Z (over 1 year ago)
- Topics: agent-based-model, artificial-intelligence, knowledge-base
- Language: Java
- Homepage:
- Size: 4.08 MB
- Stars: 2
- Watchers: 3
- Forks: 0
- 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 |