Giter VIP home page Giter VIP logo

artificial-intelligence-'s Introduction

Artifical Intelligence: Summer 2021

  • Professor: Chih-Cheng Hung
  • Email: [email protected]
  • Office Location: J-384
  • Office phone: 470-578-3793
  • Office Hours: By appointment Preferred method of communication: E-mail, D2L and phone

Description

The primary objective of this course is to provide a introduction to the basic principles and applications of Artificial Intelligence (AI). It covers the basic areas of AI including problem solving, knowledge representation, reasoning, decision making, planning, perception and action, and learning -- and their applications. Students will design and implement key components of intelligent agents of modern complexity and evaluate their performance. Students are expected to develop familiarity with current research problems, research methods, and the research literature in AI.

Learning Objectives

  • Demonstrate understanding knowledge of AI knowledge representation.
  • Demonstrate understanding of advanced search and reasoning algorithms
  • Design an AI system with Lisp or Prolog for problem solving.

artificial-intelligence-'s People

Contributors

quindariuss avatar

Watchers

James Cloos avatar  avatar

artificial-intelligence-'s Issues

A* algorithm to solve N-Queen Puzzle

To implement A* algorithm to solve the following problems:

  • N-Queen or 8-puzzle
  • A comparison with the DFS search algorithm

8 Puzzle Problem

The 8 puzzle consists of eight numbered, movable tiles set in a 3x3 frame. One cell of the frame is always empty thus making it possible to move an adjacent numbered tile into the empty cell. Such a puzzle is illustrated in following diagram.

The program is to change the initial configuration into the goal configuration. A solution to the problem is an appropriate sequence of moves, such as “move tiles 5 to the right, move tile 7 to the left, move tile 6 to the down, etc”.
image

You may write your code in a contemporary language of your choice; typical languages would include C/C++, Python, Java, Ada, Pascal, Smalltalk, Lisp, and Prolog. A GUI interface is preferred.

  • Submit a PDF file of your well-commented source program, your design and your printed outputs (screen shots). Please include your codes in your PDF file. Do not take any codes from the website. Try to understand the algorithm and implement the algorithm by your own.
  • Provide a video presentation of your programming assignment in MP3 or YouTube.
  • Please upload to Youtube and separately to D2L.
  • Restriction: No zipped files.
  • Adding the following 2 sections at the beginning of your PDF including your code and outputs.

Assignment Two

  • Implement the genetic algorithm (GA)
  • Find a problem to solve with GA

PDF with:

  • Your information
  • Design of my algorithm
  • A real world task your algorithm is trying to solve

DFS search algorithm

You may write your code in a contemporary language of your choice; typical languages would include C/C++, Python, Java, Ada, Pascal, Smalltalk, Lisp, and Prolog. A GUI interface is preferred.

  • Submit a PDF file of your well-commented source program, your design and your printed outputs (screen shots). Please include your codes in your PDF file. Do not take any codes from the website. Try to understand the algorithm and implement the algorithm by your own.
  • Provide a video presentation of your programming assignment in MP3 or YouTube.
  • Please upload to Youtube and separately to D2L.
  • Restriction: No zipped files.
  • Adding the following 2 sections at the beginning of your PDF including your code and outputs.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.