Topic: "greedy-search"
duxuhao/Feature-Selection
Features selector based on the self selected-algorithm, loss function and validation method
Language: Python - Size: 10 MB - Last synced at: 21 days ago - Pushed at: about 6 years ago - Stars: 678 - Forks: 199

snrazavi/AI-Programming-using-Python
This repository contains implementation of different AI algorithms, based on the 4th edition of amazing AI Book, Artificial Intelligence A Modern Approach
Language: Jupyter Notebook - Size: 55.8 MB - Last synced at: over 1 year ago - Pushed at: over 3 years ago - Stars: 56 - Forks: 26

iamjagdeesh/Artificial-Intelligence-Pac-Man
CSE 571 Artificial Intelligence
Language: Python - Size: 2.29 MB - Last synced at: almost 2 years ago - Pushed at: over 7 years ago - Stars: 45 - Forks: 54

ahr9n/psolving-paradigms
Common problems of dynamic programming methods and techniques, including prerequisites, for competitive programmers.
Language: C++ - Size: 5.19 MB - Last synced at: 10 months ago - Pushed at: about 3 years ago - Stars: 36 - Forks: 4

rmssoares/8Puzzle-StateSpaceSearches
BFS, IDS, Greedy & A* applied to the 8-puzzle problem. :gear:
Language: Python - Size: 9.77 KB - Last synced at: about 2 years ago - Pushed at: almost 5 years ago - Stars: 28 - Forks: 18

chitholian/AI-Search-Algorithms
This is an educational repository containing implementation of some search algorithms in Artificial Intelligence.
Language: Python - Size: 12.7 KB - Last synced at: almost 2 years ago - Pushed at: almost 6 years ago - Stars: 24 - Forks: 19

khalidsaifullaah/pathfinding-visualizer
A web app to help visualizing typical graph searching algorithms
Language: JavaScript - Size: 36.3 MB - Last synced at: about 2 years ago - Pushed at: almost 4 years ago - Stars: 16 - Forks: 5

entangledloops/slidingpuzzle
Sliding Puzzle solver and utilities
Language: Python - Size: 367 KB - Last synced at: 6 days ago - Pushed at: over 1 year ago - Stars: 9 - Forks: 1

Pariasrz/N-Puzzle-solver-with-Search-Algorithms
N-Puzzle implementation with BFS, DFS, Greedy and A*
Language: Python - Size: 6.84 KB - Last synced at: about 2 years ago - Pushed at: over 4 years ago - Stars: 9 - Forks: 2

PangeAI/SimMS
GPU-Accelerated Cosine Similarity for Tandem Mass Spectrometry
Language: Jupyter Notebook - Size: 10.5 MB - Last synced at: 2 months ago - Pushed at: 2 months ago - Stars: 7 - Forks: 0

Ali-Elganzory/AI-Search
Visualization for multiple searching algorithms.
Language: Python - Size: 712 KB - Last synced at: over 1 year ago - Pushed at: over 3 years ago - Stars: 7 - Forks: 6

bluedistro/Graph-Traversal
A fine-tuned visual implementation of Informed and Uninformed Search Algorithms such as Breadth First Search, Depth First Search, Uniform Cost Search, A* Search, Greedy First Search
Language: Python - Size: 1.43 MB - Last synced at: about 2 years ago - Pushed at: about 5 years ago - Stars: 7 - Forks: 5

m516825/Caption-Generation
Language: Python - Size: 2.19 MB - Last synced at: over 1 year ago - Pushed at: about 8 years ago - Stars: 6 - Forks: 0

AhmedIssa11/Maze-Solving-Agent
AI maze solving agent to find the shortest path using searching algorithms
Language: C# - Size: 800 KB - Last synced at: almost 2 years ago - Pushed at: over 3 years ago - Stars: 5 - Forks: 0

hoc081098/Astar-Dijkstra-GreedyBestFirstSearch-BreadthFirstSearch-DepthFirstSearch
Language: Kotlin - Size: 267 KB - Last synced at: about 20 hours ago - Pushed at: about 21 hours ago - Stars: 4 - Forks: 0

Jeffresh/Greedy-Algorithms
Repositorio sobre los algoritmos devoradores. Se presentará un esquema general, descripición, elementos que lo componen y ejemplos.
Language: Python - Size: 37.1 KB - Last synced at: 1 day ago - Pushed at: 1 day ago - Stars: 4 - Forks: 3

stalhabukhari/OrthogonalMatchingPursuit
MATLAB implementation of Orthogonal Matching Pursuit to find the sparsest solution to a linear system of equations, via combinatorial search.
Language: MATLAB - Size: 3.91 KB - Last synced at: about 2 years ago - Pushed at: over 4 years ago - Stars: 4 - Forks: 0

dolovnyak/n-puzzle Fork of insearcher/n-puzzle
Solves puzzles of various sizes
Language: C++ - Size: 185 KB - Last synced at: about 1 year ago - Pushed at: over 2 years ago - Stars: 3 - Forks: 0

aliwalker/graph_search_algorithm
Some graph search algorithm. An assignment of Introduction to AI.
Language: C++ - Size: 39.1 KB - Last synced at: about 2 years ago - Pushed at: over 7 years ago - Stars: 3 - Forks: 2

Kallaf/Risk-game
Risk game is an AI project where I apply 4 different AI search agents (Greedy search, A* search,real time A* and minimax) and 4 non AI agents (Human agent,aggressive agent,passive agent and nearly pacifist agent) I implemented this project using GUI and OOP in java
Language: Java - Size: 1.67 MB - Last synced at: about 2 years ago - Pushed at: almost 6 years ago - Stars: 2 - Forks: 2

kiruh/react-dijkstra-algorithm 📦
This application helps you find the nearset path from one node to another based on node coordinates, link lengths or nodes weight.
Language: JavaScript - Size: 1.08 MB - Last synced at: about 2 years ago - Pushed at: almost 6 years ago - Stars: 2 - Forks: 3

xcalts/di-uoa-project-k23a
Vamana | Filtered Vamana | Stiched Vamana
Language: C++ - Size: 24.4 MB - Last synced at: 4 months ago - Pushed at: 4 months ago - Stars: 1 - Forks: 0

shashankag14/Transformer-for-Machine-Translation
A PyTorch implementation of Transformers from scratch for Machine Translation based on "Attention Is All You Need" by Ashish Vaswani et. al.
Language: Python - Size: 2.75 MB - Last synced at: 9 months ago - Pushed at: 9 months ago - Stars: 1 - Forks: 0

fazelelham32/AI-Programming-Medicine_Clinical_Imaging_Classification-Elevation-master
This repository contains implementation of different AI algorithms, based on the 4th edition of amazing AI Book, Artificial Intelligence A Modern Approach
Language: Python - Size: 47.7 MB - Last synced at: about 1 year ago - Pushed at: about 1 year ago - Stars: 1 - Forks: 0

glweber/busca_fsi
Academic Assignment on Search Algorithms Presented in the Fundamentals of Intelligent Systems Course (2023/1).
Language: Python - Size: 150 KB - Last synced at: over 1 year ago - Pushed at: over 1 year ago - Stars: 1 - Forks: 0

hainn2803/Capacitated-vehicle-routing-problem-with-pick-up-and-delivery-Optimization
A project for Fundamental of Optimization class at HUST, Winter 2022
Language: Python - Size: 69.3 KB - Last synced at: 9 months ago - Pushed at: over 2 years ago - Stars: 1 - Forks: 0

m-zabieglinski/KnapsackSA
Original implementation of SA in knapsack problem, using Python
Language: Python - Size: 443 KB - Last synced at: over 1 year ago - Pushed at: almost 3 years ago - Stars: 1 - Forks: 0

chenterry85/Pathfinding
🔍 A visualization of pathfinding alogrithms (incorporating Uniform cost search, greedy search, and A* search)
Language: Java - Size: 251 KB - Last synced at: about 2 years ago - Pushed at: over 3 years ago - Stars: 1 - Forks: 0

Siya2704/AI-assignments
Implementation of BFS, DFS, Uniform cost search, greedy search, A* search for path finding in maze, Implementation of Water Jug problem with jugs having capacity m and n, resp.
Language: Jupyter Notebook - Size: 1.32 MB - Last synced at: 10 months ago - Pushed at: over 3 years ago - Stars: 1 - Forks: 2

ymubarak/Risk-BoardGame
This is an implementation of the risk board game with various agents, (naive + intelligent). AI agents are Greedy, A*, A*-real-time
Language: Python - Size: 5.39 MB - Last synced at: over 1 year ago - Pushed at: over 3 years ago - Stars: 1 - Forks: 1

nakahwra/eight-puzzle
CLI Eight Puzzle mini-game featuring BFS, DFS, Greedy and A* searches as solver algorithms.
Language: Python - Size: 30.3 KB - Last synced at: about 2 years ago - Pushed at: almost 4 years ago - Stars: 1 - Forks: 2

wrk226/ASA-GS_for_TSP
It is the implementation of paper "Solving the traveling salesman problem based on an adaptive simulated annealing algorithm with greedy search". This algorithm was created to solve TSP (travelling salesman problem).
Language: Java - Size: 23.4 KB - Last synced at: about 2 years ago - Pushed at: over 4 years ago - Stars: 1 - Forks: 0

omar-dahrawy/BVG-Navigator
Using greedy and breadth-first search to find shortest path between two U-Bahn stations.
Language: Java - Size: 120 KB - Last synced at: about 2 years ago - Pushed at: about 5 years ago - Stars: 1 - Forks: 1

pradyumnameena/COL333-Artificial-Intelligence
Collection of assignments given by Prof. Mausam in the COL333 course
Language: C++ - Size: 8.89 MB - Last synced at: about 2 years ago - Pushed at: about 5 years ago - Stars: 1 - Forks: 1

NimraRauf1/BasicAI_Algorithms
Collection of basic AI algorithms implemented in Python.
Size: 0 Bytes - Last synced at: 10 days ago - Pushed at: 10 days ago - Stars: 0 - Forks: 0

Ad882/reactive-covering
Basic satellite passage optimizer
Language: Jupyter Notebook - Size: 1.01 MB - Last synced at: 4 months ago - Pushed at: 4 months ago - Stars: 0 - Forks: 0

ayax537/Greedy-Best-First-Search-GBFS-Maze-Solver
This Python script implements the Greedy Best-First Search (GBFS) algorithm to solve a maze using the Turtle graphics library. The program visually represents the maze and the search process, allowing users to observe how the algorithm explores paths to find a solution based on heuristic evaluation.
Language: Python - Size: 4.88 KB - Last synced at: about 2 months ago - Pushed at: 6 months ago - Stars: 0 - Forks: 0

Davide64-dev/FEUP_IA_Cogito
🐦 | Cogito retro game clone featuring Search Problem algorithm implementations
Language: Python - Size: 12.3 MB - Last synced at: 3 months ago - Pushed at: 11 months ago - Stars: 0 - Forks: 0

peakyquest/Path-Planning-ROS
This package is developed as part of a ROS (Robot Operating System) project for path planning. It includes implementations of A* (A star), Dijkstra, and Greedy algorithms for path planning in robotic applications.
Language: CMake - Size: 5.6 MB - Last synced at: about 1 year ago - Pushed at: about 1 year ago - Stars: 0 - Forks: 0

adebiasi/100NumberGrid
Language: JavaScript - Size: 236 KB - Last synced at: about 1 year ago - Pushed at: about 1 year ago - Stars: 0 - Forks: 0

rainman226/sudoku-solver
Solving sudoku puzzles using a variation of search algorithms
Language: Python - Size: 0 Bytes - Last synced at: over 1 year ago - Pushed at: over 1 year ago - Stars: 0 - Forks: 0

shaniadicen/eight-puzzle-search
A java program that solves the Eight Puzzle problem using five different search algorithms.
Language: Java - Size: 18.6 KB - Last synced at: over 1 year ago - Pushed at: over 1 year ago - Stars: 0 - Forks: 1

Nikhil-prog/8-puzzle-solver
8 puzzle solver, a python program that solves the modified version of Expense 8 puzzle problem using different algorithms,
Language: Python - Size: 11.7 KB - Last synced at: over 1 year ago - Pushed at: over 1 year ago - Stars: 0 - Forks: 0

louiselize/VacuumAI
Simulation of a cleaning robot in a castle
Language: C# - Size: 471 KB - Last synced at: about 2 years ago - Pushed at: about 2 years ago - Stars: 0 - Forks: 0

a-tokyo/help-r2-d2-escape
🔍🤖An informative visualization of the different search types used by AI agents.
Language: JavaScript - Size: 342 KB - Last synced at: about 2 months ago - Pushed at: about 2 years ago - Stars: 0 - Forks: 0

mahmoudjobeel1/AI-Search-Agent Fork of MohammedShetaya/AI-Search-Agent
A limited-capacity rescue boat rescues passengers, retrieves black boxes, and drops off passengers at a station with 5 actions (Pick-up, Drop, Retrieve, Movement) using BFS, DFS, Iterative deepening, Greedy with 2 heuristics, and A* with 2 admissible heuristics.
Language: Java - Size: 1.74 MB - Last synced at: about 2 years ago - Pushed at: over 2 years ago - Stars: 0 - Forks: 0

xtcpete/transformer_with_greedy_search
PyTorch implementation of transformer with greedy search algorithm for calculating accuracy metrics
Language: Yacc - Size: 11.7 MB - Last synced at: almost 2 years ago - Pushed at: over 2 years ago - Stars: 0 - Forks: 0

eduardosantoshf/minimum-weighted-closure 📦
AA First Assignment - The objective of this project was to find a minimum weighted closure for a given vertex-weighted directed graph G(V, E), with n vertices and m edges. Exhaustive Search and Greedy Algorithms were used to solve this problem, and both approaches were compared in terms of execution time, as well as time complexity.
Language: TeX - Size: 1.35 MB - Last synced at: 4 days ago - Pushed at: over 2 years ago - Stars: 0 - Forks: 0

sebastian6551/Mario-Smart
First project of Introduction to AI at Universidad del Valle. Mario's goal is to find the princess using artificial intelligence algorithms. Uninformed (Breadth-First Search, Uniform-Cost Search and Depth-First Search) and Informed (Greedy Search and A* Search) search algorithms are used.
Language: Python - Size: 1.79 MB - Last synced at: about 2 years ago - Pushed at: over 2 years ago - Stars: 0 - Forks: 0

PapauloMP/Metodos-de-busca-IA
Métodos de buscas empregados para resolução do problema da travessia dos pinguins
Language: C++ - Size: 4.95 MB - Last synced at: over 1 year ago - Pushed at: over 2 years ago - Stars: 0 - Forks: 1

GJunges1/TSP-GRASP
Greedy, Greedy+LocalSearch(2-opt), Stocastic and GRASP implementations to solve the Symetric Travelling Salesman Problem (STSP). The TSP instances were taken from the TSPLIB website (http://comopt.ifi.uni-heidelberg.de/software/TSPLIB95/)
Language: C - Size: 213 KB - Last synced at: over 1 year ago - Pushed at: over 2 years ago - Stars: 0 - Forks: 0

bhattbhavesh91/text-generation-huggingface
Language: Jupyter Notebook - Size: 17.6 KB - Last synced at: about 2 months ago - Pushed at: over 2 years ago - Stars: 0 - Forks: 1

MohammadWasil/Machine-Translation-with-Attention-Mechanism-From-Spanish-to-English-translation
Spanish to English text translation with Attention Mechanism using Pytorch
Language: Python - Size: 2.4 MB - Last synced at: 4 months ago - Pushed at: almost 3 years ago - Stars: 0 - Forks: 0

Pendulun/PacManSearchAlgorithms
Graph Search Algorithms for Intro to AI class at UFMG
Language: Python - Size: 643 KB - Last synced at: about 2 years ago - Pushed at: almost 3 years ago - Stars: 0 - Forks: 0

alb3rtov/SISINT
Práctica de Sistemas Inteligentes ESI UCLM
Language: Java - Size: 220 KB - Last synced at: about 2 years ago - Pushed at: about 3 years ago - Stars: 0 - Forks: 0

osmangokalp/MotifDiscovery
C++ Codes for the DNA Sequence Motif Discovery Using Greedy Construction Algorithm Based Techniques
Language: C++ - Size: 271 KB - Last synced at: 5 months ago - Pushed at: over 3 years ago - Stars: 0 - Forks: 0

JavadZandiyeh/AUT-DA-Projects
AUT Design of Algorithm Course Projects
Language: Java - Size: 281 KB - Last synced at: almost 2 years ago - Pushed at: almost 4 years ago - Stars: 0 - Forks: 0

glauberss2007/AI-overview
Artificial Intelligence projects and notes created during the complete overview promoted by AIExperts.com.
Language: Python - Size: 6.42 MB - Last synced at: almost 2 years ago - Pushed at: almost 4 years ago - Stars: 0 - Forks: 0

jtallar/sokoban-solver
Sokoban solver using informed and uninformed search.
Language: Python - Size: 6.35 MB - Last synced at: about 2 years ago - Pushed at: about 4 years ago - Stars: 0 - Forks: 0

manashpratim/Speech-To-Transcript
Language: Jupyter Notebook - Size: 376 KB - Last synced at: almost 2 years ago - Pushed at: over 4 years ago - Stars: 0 - Forks: 0

salveron/ZUM_tasks
Here are my solved computer tasks for the Artificial Intelligence subject
Language: Python - Size: 1.59 MB - Last synced at: 4 months ago - Pushed at: over 4 years ago - Stars: 0 - Forks: 0

diogofalken/search-methods
Develop in Python a problem-solving agent capable of looking for a path, according to different strategies, between two different cities.
Language: Python - Size: 38.1 KB - Last synced at: 12 months ago - Pushed at: almost 5 years ago - Stars: 0 - Forks: 0

TanyaChutani/Image-Captioning-Generator
Image Captioning Generator Keras
Language: Jupyter Notebook - Size: 156 KB - Last synced at: 3 months ago - Pushed at: about 5 years ago - Stars: 0 - Forks: 0

acarlson99/npuzzle
N-Puzzle solver using A* supporting multiple heuristics
Language: Go - Size: 1.51 MB - Last synced at: over 1 year ago - Pushed at: over 5 years ago - Stars: 0 - Forks: 0

burakuguz/binary-classification-data-manipulation
Language: Jupyter Notebook - Size: 795 KB - Last synced at: almost 2 years ago - Pushed at: over 5 years ago - Stars: 0 - Forks: 0

Jeffresh/Prim-Algorithm
Implementation of the Prim algorithm in C++
Language: C++ - Size: 15.6 KB - Last synced at: about 2 years ago - Pushed at: about 6 years ago - Stars: 0 - Forks: 0

saheelahmed2/Algorithms-
This repository contains my work from Master Algorithmic Programming Techniques Specialization .
Language: C++ - Size: 15.6 KB - Last synced at: about 2 years ago - Pushed at: about 7 years ago - Stars: 0 - Forks: 0

shkolovy/path-finder-algorithms
BFS, Dijkstra, Best First Search, A*
Language: Python - Size: 380 KB - Last synced at: almost 2 years ago - Pushed at: almost 8 years ago - Stars: 0 - Forks: 1
