Login
Login
National Data Archive
An Online Microdata Catalog
  • Home
  • Catalog
  • Citations
    Home / Central Data Catalog / ADEREMI_ARTIFICIAL-INTELLIGENCE
central

Artificial intelligence source codes; ranges from search algorithms to learning algorithm to neural network

Aderemi_Artificial-Intelligence
Aderemi
Created on December 02, 2019 Last modified December 02, 2019 Page views 31 Metadata JSON
  • Project Description

Overview

Abstract
# ARTIFICIAL INTELLIGENCE
Artificial intelligence source codes; ranges from search algorithms to learning algorithm to neural network. Artificial intelligence cuts across many fields, philosophy, sociology, psychology, statistics, economics, computer engineering, computer science and others, and the trend is requiring different implementation of problem solvers for all fields to properly assimilate what the field of Artificial Intelligence is trying to do and how it is doing it. There are [] sources in this repo
1. search_algo.py
This file contains code implement three search alogrithms namely
- Breadth-first search
- Depth-first search
- A Star

In solving 8-Puzzle game... Insteading of common way of declaring multi-dimensional array, this implements single-dimensional array which gives it super fast abilities.

# HOW TO USE

python search_algo.py SEARCH_METHOD[BFS, DFS, AST] problem_string
example python BFS 1,3,0,2,4,6,5,8,7
Authoring entity
Agency Name Role
Aderemi owner
Language
English

Methods, software and scripts

Software
Name Libraries or packages used
Python
bisect, copy, sys, collections, math
License
Name
MIT License

Metadata production

Producers
Name Role
GitHub Bot bot
Date of Production
01 December 2019
National Data Archive

© National Data Archive, All Rights Reserved.