A Keras Implementation of Attention_based Siamese Manhattan LSTM
-
Updated
Jun 1, 2018 - Python
A Keras Implementation of Attention_based Siamese Manhattan LSTM
Sliding Puzzle solver and utilities
Linkage Methods for Hierarchical Clustering
🕹 Algoritmo que resolve o jogo dos oito por busca em profundidade(sem estados visitados), busca em largura(com estados visitados), busca gulosa(com estados visitados) e busca a*(com estados visitados). Podendo mostrar passo a passo das escolhas dos nós e mostrando a árvore resultante(até um certo limite ou completa) do método de busca selecionado.
Python 3 library for Multi-Criteria Decision Analysis based on distance metrics, providing twenty different distance metrics.
Functions for generating Voronoi diagrams with alternate metrics.
The N-puzzle is a sliding puzzle that consists of a frame of numbered square tiles in random order with one tile missing. The puzzle can be of any size, with the most common sizes being 3x3 and 4x4. The objective of the puzzle is to rearrange the tiles to form a specific pattern.
4x4 15 piece sliding puzzle solution using A* and IDA* algorithms (Python implementation)
Solution of 8 Puzzle Problem in Python using Informed Search
Solving Stage Puzzles: Text UI
This python file solves 8 Puzzle using A* Search with Manhattan Distance
NLP news analyzer: BiLSTM entity extraction + transformer embeddings for ranking and summarization + relationship mapping.
Interactive Streamlit application visualizing Euclidean vs Manhattan distance metrics used in machine learning algorithms like KNN and clustering.
A siamese adaptation of the Long Short-Term Memory (LSTM) network for labeled data comprised of pairs of variable-length sequences.
Taxicab metric on the sphere!
8 Puzzle Solver Using Classical Search Algorithms: DFS | BFS | A*
This work is for my thesis. This paper is published on I-IKM-2019
This project uses the K-Nearest Neighbors algorithm to classify individuals into gender categories based on their physical attributes. It assesses the model's performance across different configurations and feature sets.
This program solves the 8-puzzle game using different informed and uninformed search methods
SSH Server with Twisted A complete SSH server implementation using the Twisted framework with RSA key generation, secure key exchange, and remote command execution.
Add a description, image, and links to the manhattan-distance topic page so that developers can more easily learn about it.
To associate your repository with the manhattan-distance topic, visit your repo's landing page and select "manage topics."