MilanPecov / 15-Puzzle-SolversLinks
This project solves the classic 15-puzzle using A* and Breadth First algorithms, implemented in Python. It features a combined heuristic of Manhattan Distance, Linear Conflict, and Walking Distance for optimal performance and includes a user-friendly graphical interface to visualize the solution
☆54Updated 8 months ago
Alternatives and similar repositories for 15-Puzzle-Solvers
Users that are interested in 15-Puzzle-Solvers are comparing it to the libraries listed below
Sorting:
- The genetic neural architecture search (GeneticNAS) is a neural architecture search method that is based on genetic algorithm which utili…☆30Updated 6 years ago
- A simple Neural Network that learns to predict the XOR logic gates.☆53Updated 7 years ago
- Learned about search problems (A*, CSP, minimax), reinforcement learning, bayes nets, hidden markov models, and machine learning☆130Updated 9 years ago
- A Chess AI that uses a minimax algorithm with alpha-beta pruning☆92Updated 3 years ago
- Google Street View House Number(SVHN) Dataset, and classifying them through CNN☆63Updated 7 years ago
- https://nanonets.com/blog/optical-flow/☆128Updated last year
- A.I. plays the original 1980 Pacman using Neuroevolution of Augmenting Topologies and Deep Q Learning☆28Updated 6 years ago
- This is the code for "Gaussian Mixture Models - The Math of Intelligence (Week 7)" By Siraj Raval on Youtube☆144Updated 7 years ago
- A clone of Flappy Bird, using Pygame.☆113Updated 4 years ago
- Repo has PyTorch implementation "Attention is All you Need - Transformers" paper for Machine Translation from French queries to English.☆72Updated 5 years ago
- A numpy based CNN implementation for classifying images☆66Updated 5 years ago
- Open AI gym environment for the game 2048☆76Updated 3 years ago
- Find the vanishing point of an image☆82Updated 6 years ago
- Deep Learning Library. For education. Based on pure Numpy. Support CNN, RNN, LSTM, GRU etc.☆241Updated 4 years ago
- The optimal Rubik's cube solver that I wrote a while back. It uses pattern databases to optimally solve the puzzlee.☆75Updated 8 years ago
- MNIST converted to PNG format☆255Updated 8 years ago
- It's an elevator simulator!☆12Updated 9 years ago
- gomoku AI with deep learning and monte carlo tree search☆18Updated 7 years ago
- Just some scripts that I write while I'm learning OpenCV☆78Updated 9 years ago
- Use genetic algorithms to train flappy bird☆89Updated 8 years ago
- Python implementation of the face detection algorithm by Paul Viola and Michael J. Jones☆146Updated 6 years ago
- AI for Snake game trained from pixels using Deep Reinforcement Learning (DQN).☆171Updated 6 years ago
- CIFAR 10 image dataset☆52Updated last year
- The 0th homework for computer vision.☆155Updated 5 years ago
- Problem Set solutions for the "Introduction to Computer Vision (ud810)" MOOC from Udacity☆128Updated 7 years ago
- Source codes of Learning OpenCV 3 Computer Vision with Python - Second Edition☆16Updated 8 years ago
- Automatic image colorization with a deep convolutional neural network☆119Updated 7 years ago
- AlphaZero implementation for Othello, Connect-Four and Tic-Tac-Toe based on "Mastering the game of Go without human knowledge" and "Maste…☆93Updated 7 years ago
- published by Packt☆112Updated 2 years ago
- A Keras Implementation of the paper: "A simple neural network module for relational reasoning"☆17Updated 7 years ago