Giter VIP home page Giter VIP logo

intelligent-systems-workshop's Introduction

Intelligent systems workshop

This repo contains tasks for the intelligent systems workshop, prepared for the computer science program in Petnica Science Center.

Each task can be found in a separate directory. Python files contain skeleton code such that the students do not have to write anything but the algorithm. Each file contains an empty function that should be completed. Each task implements a visualization that should help preview and debug the task. This visualization is produced by running the task file.

The tasks and the supporting code are written naively and without non-algorithmic optimizations, as the purpose is to showcase the algorithms.

Solution hints:

  • 01: Random search
  • 02: Generate and test
  • 03: Hill climb
  • 04: DFS
  • 05: DFS modification
  • 06: BFS and Dijkstra
  • 07: A*
  • 08: Minimax
  • 09: K-means
  • 10: KNN

Task solution implementations can be found on the solutions branch.

Needed libraries are listed in requirements.txt and can be installed on Linux by running:

pip3 install -r requirements.txt

intelligent-systems-workshop's People

Contributors

nikolajov96 avatar

Watchers

 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.