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
☆56Updated 2 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:
- A simple Neural Network that learns to predict the XOR logic gates.☆53Updated 7 years ago
- Solve 15-puzzle (Game of 15)☆6Updated 7 years ago
- Learned about search problems (A*, CSP, minimax), reinforcement learning, bayes nets, hidden markov models, and machine learning☆129Updated 9 years ago
- Google Street View House Number(SVHN) Dataset, and classifying them through CNN☆64Updated 7 years ago
- gomoku AI with deep learning and monte carlo tree search☆19Updated 7 years ago
- Gomoku in HTML5☆82Updated 4 years ago
- A TensorFlow implementation of FCN-8s☆51Updated 5 years ago
- DeepFood: Deep Learning-Based Food Image Recognition for Computer-Aided Dietary Assessment☆15Updated 8 years ago
- A checkers reinforcement learning AI, and all the tools needed to train it.☆57Updated 5 years ago
- A.I. plays the original 1980 Pacman using Neuroevolution of Augmenting Topologies and Deep Q Learning☆27Updated 6 years ago
- A PyTorch implementation of Multi-digit Number Recognition from Street View Imagery using Deep Convolutional Neural Networks (http://arxi…☆203Updated 4 years ago
- Local Binary Patterns implementation using Python3 and OpenCV☆91Updated 8 years ago
- Tensorflow implementation of the NIPS paper "Toward Multimodal Image-to-Image Translation"☆33Updated 7 years ago
- Agustinus‘ personal website and blog☆39Updated last week
- Problem Set solutions for the "Introduction to Computer Vision (ud810)" MOOC from Udacity☆127Updated 6 years ago
- AI for Snake game trained from pixels using Deep Reinforcement Learning (DQN).☆169Updated 6 years ago
- Hands-On Reinforcement Learning with PyTorch 1.0, By Packt☆10Updated 4 years ago
- AI Agent for Chinese Chess - CS 221 Project☆72Updated last year
- A functional Alpha Zero that plays Othello using Keras☆116Updated 2 years ago
- SRCNN implementation in Keras☆23Updated 8 years ago
- A implement of PGGAN for tensorflow version(progressive growing GANs for improved quality, stability and variation)☆14Updated 7 years ago
- A numpy-only implementation of a Convolutional Neural Network, from the ground up.☆227Updated 6 years ago
- A Chess AI that uses a minimax algorithm with alpha-beta pruning☆91Updated 3 years ago
- MIT-6.S094: Deep Learning for Self-Driving Cars Assignments solutions☆107Updated 6 years ago
- ☆101Updated 2 years ago
- The 4th place and the fastest solution of the Lyft Perception Challenge (Image semantic segmentation with PyTorch)☆68Updated 6 years ago
- Chess reinforcement learning by AlphaZero methods.☆17Updated 7 years ago
- Master Thesis project that provides a training framework for two player games. TicTacToe and Othello have already been implemented.☆19Updated last year
- MiniPlaces Challenge: an Educational Tool for Deep Learning in Computer Vision☆65Updated 3 years ago
- An example of visualization of weights and output of convolutional layers☆104Updated 8 years ago