feature-mapping
There are 12 repositories under feature-mapping topic.
adumrewal/SIFTImageSimilarity
Interactive code for image similarity using SIFT algorithm
lmqZach/Visual-Inertial-SLAM
Implement an Extended Kalman Filter to track the three dimensional position and orientation of a robot using gyroscope, accelerometer, and camera measurements.
faezeamin/ML-Logistic-Regression
Logistic Regression algorithm to classify two classes of 2-D data samples using 1) 2-D feature vector & 2) its mapping to a higher dimensional feature space.
fardinabbasi/Logistic_Regression
Implementing logistic regression with L2 regularization from scratch to classify circular datasets by mapping the feature space into higher dimensions.
Madjarx/featmap-fix
The simple and open source user story mapping tool. Kudos to Jens Wollert Ehlers
megamillions/Housing-Prices-Competition
Build a model with machine learning to predict housing prices in Ames, Iowa. Top 11% in the Kaggle Housing Prices Competition.
ychen921/Implicit-Neural-Representation
Simple implementation and improvement of INRs
KARTHEEKCIC/Minimax-Risk-Classifiers
Variations of minimax risk classifiers with different loss functions
OVD-Labs/Principle-Concepts-of-Computer-Vision
Principle concepts in computer vision covering image processing techniques, data augmentation, feature mapping, and detection and morphology techniques.
yifan-you-37/logistic_reg
Logistic regression with and without regularization.