Projects with this topic
-
aGrUM is a C++ library designed for easily building applications using graphical models such as Bayesian networks, influence diagrams, decision trees, GAI networks or Markov decision processes.
Updated -
-
The aim of N-Queens Problem is to place N queens on an N x N chessboard, in a way so that no queen is in conflict with the others.
Updated -
This Python code employs the Depth-First Search (DFS) algorithm to find a path from "Arad" to "Bucharest" in the Romania map. It uses a priority queue, backtracking, and a graph representation. The DFS path is printed at the end. Skills demonstrated include graph traversal, priority queue usage, and DFS algorithm implementation.
Updated -
The code uses backtracking to solve the Constraint Satisfaction Problem (CSP) of map coloring. It checks if assigning colors to regions follows the constraint that no adjacent regions have the same color. The skills involved include algorithm design for backtracking, recursion, and solving CSP problems. The implementation uses Python.
Updated -
Implementation of UCS on Romania to find shortest distance from Arad to Bucharest based on best-first search algorithm. It uses a dictionary that stores current city mapped to (parent city, current best distance), and frontier is a priority queue to process nodes containing (node id, current city, priority value).
Updated -
Updated
-
Hackathon project that uses computer vision to offer a bubble sheet correction platform
Updated -
This project (PoC for now, and part of Shit Bucket) involves face detection, face recognition and adversarial input to protect avatars
Updated -
An OpenAI Gym for Shopping Cart Reinforcement Learning.
Updated -
A very simple example of using RL in real life using servo motors.
Updated -
Learn to drive an radio-controlled car using only a camera. Uses a DonkeyCar simulation, SAC and a VAE. By Winder Research.
Updated -
Examples demonstrating Kullback-Leibler divergence.
Updated -
A simplified version of "Cliffworld" in an OpenAI Gym Environment
Updated -
AI Tool to provide Graphical view of all prices. It has filters so investors can make use of all 37 filters to check which currency is best to invest in. The tool is a analysis tool and we have added 72 currencies in it
Updated -
-
A patch for FF v2.3 to allow steps to be formatted for humans.
Updated -