euclidean
There are 73 repositories under euclidean topic.
usecodelee/encryption-algorithm
DES、AES、Present、Extended Euclidean Algorithm、Miller-Rabin( 常用密码学算法)推荐书籍《现代密码学趣味之旅》---彭长根
mithi/point-cloud-clusters
A catkin workspace in ROS which uses DBSCAN to identify which points in a point cloud belong to the same object.
AndrewB330/EuclideanMST
Implementations of different algorithms for building Euclidean minimum spanning tree in k-dimensional space.
franciscop/vector-graph
Generate high-quality geometry and vector graphs with HTML
zckeyser/all-the-structures
Data structures implemented in various languages
yasinakinn/hierarchical-clustering
Linkage Methods for Hierarchical Clustering
PetropoulakisPanagiotis/nearest-neighbor-search
Nearest neighbor search. Methods: LSH, hypercube, and exhaustive search. C++
seth-brown/furlong
A zero-dependency Typescript library for computing pairwise distances
mohammedjasam/K-Means-Clustering
Script which creates clusters using K-Means Clustering Algorithm with different similarity metrics.
stdlib-js/ml-incr-kmeans
Incrementally partition data into `k` clusters.
Alina-chan/ECC
ECC project on Cryptography - University of Piraeus
ThorstenDoherr/ultimatch
counterfactual matching
HitaloM/Euclides
Euclides is a simple calculator that performs arithmetic operations using only addition and subtraction.
MishraShivendra/golang_math
Machine learning functions written in goLang:
grindcode/rhythms
A rhythmic pattern generation library in Rust.
hbergun/AI_Pacman
Artificial Intelligence Pacman Implementation With Various Algorithms
himashi92/Co-Manifold
Official PyTorch implementation for Co-Manifold Learning for Semi-supervised Medical Image Segmentation
alextanhongpin/recommender-learn
Knowledge base for recommendation engine, includes algorithms and implementations.
iProdigy/Physics
Java library for Newtonian Mechanics Modeling with a focus on Immutable Fluency
stdlib-js/blas-base-snrm2
Calculate the L2-norm of a single-precision floating-point vector.
stdlib-js/math-base-special-hypot
Compute the hypotenuse avoiding overflow and underflow.
stdlib-js/math-base-special-hypotf
Compute the hypotenuse avoiding overflow and underflow (single-precision).
stdlib-js/math-base-special-lcm
Compute the least common multiple (lcm).
ilshat25/path-finder
Path finding visualisation using javascript
Praveen2812git/knn_distance_metric_comparison
Performance Comparison of two different distance metrics in K - Nearest Neighbors
stdlib-js/blas-base-dnrm2
Calculate the L2-norm of a double-precision floating-point vector.
stdlib-js/blas-base-dnrm2-wasm
Calculate the L2-norm of a double-precision floating-point vector.
stdlib-js/blas-base-dznrm2
Compute the L2-norm of a complex double-precision floating-point vector.
stdlib-js/blas-base-gnrm2
Calculate the L2-norm of a vector.
stdlib-js/blas-base-scnrm2
Compute the L2-norm of a complex single-precision floating-point vector.
stdlib-js/blas-base-snrm2-wasm
Calculate the L2-norm of a single-precision floating-point vector.
stdlib-js/lapack-base-dlassq
Return an updated sum of squares represented in scaled form.
stdlib-js/math-base-special-fast-alpha-max-plus-beta-min
Compute the hypotenuse using the alpha max plus beta min algorithm.
stdlib-js/math-base-special-fast-hypot
Compute the hypotenuse.
stdlib-js/math-base-special-gcd
Compute the greatest common divisor (gcd).
stdlib-js/math-base-special-lcmf
Compute the least common multiple (lcm) of two single-precision floating-point numbers.