Euclidean distance transform for multi-label 3D anisotropic images using marching parabolas.
-
Updated
May 9, 2022 - C++
{{ message }}
Euclidean distance transform for multi-label 3D anisotropic images using marching parabolas.
A small-scale flask server facial recognition system, using a pre-trained facenet model with real-time web camera face recognition functionality, and a pre-trained Multi-Task Cascading Convolutional Neural Network (MTCNN) for face detection and cropping.
统计分析课程实验作业/包含《统计分析方法》中因子分析,主成分分析,Kmeans聚类等典型算法的手写实现
Implementations of different algorithms for building Euclidean minimum spanning tree in k-dimensional space.
This project consists of implementations of several kNN algorithms for road networks (aka finding nearest points of interest) and the experimental framework to compare them from a research paper published in PVLDB 2016. You can use it to add new methods and/or queries or reproduce our experimental results.
Allows for calculation of many types of distance between points
TextureBasedImageRetriever a Content Based Image Retriever that focuses on texture. It implements the offline phase which is the calulation of descriptors of all images in the datasetn, and the online phase that return the n-similar images from dataset given an input image.
Graphql API to recommend tourist sites based on user search criteria using the Euclidean distance algorithm.
A Java console application that implements the factionality of the knn algorithm to find the similarity between a new user with only a few non zero ratings of some locations, find the k nearest neighbors through similarity score and then predict the ratings of the new user for the non rated locations.
Clustered customers into distinct groups based on similarity among demographical and geographical parameters. Applied PCA to dispose insignificant and multi correlated variances. Defined optimal number of clusters for K-Means algorithm. Used Euclidian distance as a measure between centroids.
A Java console application that implemetns k-fold-cross-validation system to check the accuracy of predicted ratings compared to the actual ratings and RMSE to calculate the ideal k for our dataset.
Euclidean Distance, Quantization, RGB, HSV
A Java console application that implements the factionality of the knn algorithm to find the similarity between a new user's location preferences and the locations. The binary data (0,1) are the location characteristics.
A python package to compute pairwise Euclidean distances on datasets with categorical features in little time
K-Means and Bisecting K-Means clustering algorithms implemented in Python 3.
Sviluppo dell'algoritmo esteso di euclide. Permette all'utente di calcolare l'MCD tra due numeri interi e restituisce i coefficenti dell'identità di Bezout.
Calculating pairwise euclidean distance matrix for horizontally partitioned data in federated learning environment
Eight Puzzle solver using BFS, DFS & A* search algorithms
A Java console application that implemetns k-fold-cross-validation system to check the accuracy of predicted ratings compared to the actual ratings.
Get distance between two coordinates using euclidean distance formula
Encoding celebrity dataset with LBP and SIFT and finding matches of given dataset. Option for finding your celebrity lookalike.
Library for finding Nearest Neighbor or to find if two points on Earth have a Direct Line of Sight.
A movie recommendation engine
This course teaches you how to calculate distance metrics, form and identify clusters in a dataset, implement k-means clustering from scratch and analyze clustering performance by calculating the silhouette score
A K Nearest Neighbors classifier developed from scratch for self-learning purposes. Accuracy is off the charts, since we have full control on the algorithm.
Implementation of K-Nearest Neighbors algorithm rebuilt from scratch using Python. Comparison to the Sci-Kit Learn implementation included.
Classification of IRIS Dataset using various distance metrics.
saving my matlab coding done for independent study project. probably not correct 100% i just wanna save it somewhere so that i can refer it back
Add a description, image, and links to the euclidean-distance topic page so that developers can more easily learn about it.
To associate your repository with the euclidean-distance topic, visit your repo's landing page and select "manage topics."