Giter VIP home page Giter VIP logo

bhavyashah120501 / cs580-intro-to-artificial-intelligence Goto Github PK

View Code? Open in Web Editor NEW

This project forked from apurva-modi/cs580-intro-to-artificial-intelligence

0.0 0.0 0.0 4.6 MB

Contains notebook implementations for the AI based assignments using graph based algorithms that are commonly used in solving AI based problems. Algorithms include BFS, DFS, Hill Climbing, Differential Evolution, Genetic, Back Tracking..

Jupyter Notebook 100.00%

cs580-intro-to-artificial-intelligence's Introduction

All the assignmnemts contains Ipython Notebook

  • which is runnable either using Anaconda's Jupyter Notebook or using Google Colabs

Assignmnet1 - > A1

  • The 24-puzzle problem
  1. Breadth-first search (BFS)
  2. Depth-first search (DFS)
  3. Informed search algorithms using
    • h1(x) = number of misplaced tiles
    • h2(x) = sum of the distances of every tile to its goal position.

Assignmnet2 - > A2

  • Find the global minimum of the Eggholder’s Function
  1. Using Hill Climbing Search.
  2. Using Differential Evolution.
  • Find a solution of the N-queens problem
  1. Using Hill Climbing Search.
  2. Using Genetic Algorithm.

Assignmnet3 - > A3

  • Your task is to write an AI program to solve the Sudoku puzzle as a constraint satisfaction problem.
  1. Naïve Backtracking Algorithm
  2. Smart Backtracking Algorithm

Assignmnet4 - > A4

  • Your task is to write an AI program to play Othello with a human player. Your tasks include
  1. Implement an Othello playing interface that one can play the game.
  2. Design a heuristic function for the intermediate states.

Assignmnet5 - > A5

  • Design a pattern recognition neural network to recognize handwriting digits (0-9).
  1. Encode the data into input and target files for neural network training.
  2. Train the neural network (pattern net) based on your input/output files.

Project : Traveling Santa Prime Paths

  1. Problem Definition. Simply describe the “Traveling Santa Problem – Prime Paths” problem.

  2. Methods Provide detailed description on your methods, implementation details (pseudo code, flow chart, etc.),

  3. Results Analyze the results you get, for example, how do methods/strategies lead to a better solution? What do you learn from this project? Use figures, charts, and tables to assist your analysis. You can also compare your results with the Kaggle winners.

  4. Conclusions Provide your conclusions. Do you achieve your goal? Why or why not? If there a way to do it better?

cs580-intro-to-artificial-intelligence's People

Contributors

apurva-modi avatar

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.