Similarity measurement Machine Learning

2 views (last 30 days)
MikeSv
MikeSv on 29 Aug 2018
Answered: Saumya Goel on 3 Sep 2018
Hi everyone.
I just started learning about machine learning and read about various kinds of algorithm. Right now Iam working on a project where I want to compare input features to features stored in a database and I want to find the DB entry that bast matches the new input.
I know that one way to do this is by using the KNN algorithm and measuring the distance between the feature. Now Iam wondering if there other algorithms that can do the same thing so that I can compare their performance?
Thanks in advance,
kind regards,
Michael

Answers (1)

Saumya Goel
Saumya Goel on 3 Sep 2018
The effectiveness of the technique depends on the dataset type, so I would suggest you to first try to analyze the type of features available in the dataset.
If you would like to explore the MATLAB features available for supervised learning algorithms, you can go through this link.

Categories

Find more on Statistics and Machine Learning Toolbox in Help Center and File Exchange

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!