greedy-search topic

List greedy-search repositories

Feature-Selection

668
Stars
202
Forks
Watchers

Features selector based on the self selected-algorithm, loss function and validation method

Pytorch-seq2seq-Beam-Search

55
Stars
11
Forks
Watchers

PyTorch implementation for Seq2Seq model with attention and Greedy Search / Beam Search for neural machine translation

AI-Search-Algorithms

26
Stars
19
Forks
Watchers

This is an educational repository containing implementation of some search algorithms in Artificial Intelligence.

AI-Programming-using-Python

69
Stars
28
Forks
Watchers

This repository contains implementation of different AI algorithms, based on the 4th edition of amazing AI Book, Artificial Intelligence A Modern Approach

8Puzzle-StateSpaceSearches

34
Stars
19
Forks
Watchers

BFS, IDS, Greedy & A* applied to the 8-puzzle problem. :gear:

psolving-paradigms

36
Stars
4
Forks
Watchers

Common problems of dynamic programming methods and techniques, including prerequisites, for competitive programmers.

pathfinding-visualizer

21
Stars
5
Forks
Watchers

A web app to help visualizing typical graph searching algorithms