- Machine Learning in Java
- AshishSingh Bhatia Bostjan Kaluza
- 80字
- 2021-06-10 19:29:57
Finding similar items
Many problems can be formulated as finding similar sets of elements, for example, customers who purchased similar products, web pages with similar content, images with similar objects, users who visited similar websites, and so on.
Two items are considered similar if they are a small distance apart. The main questions are how each item is represented and how the distance between the items is defined. There are two main classes of distance measures:
- Euclidean distances
- Non-Euclidean distances
推薦閱讀
- Mastercam 2017數控加工自動編程經典實例(第4版)
- Verilog HDL數字系統設計入門與應用實例
- Mastering Salesforce CRM Administration
- Hands-On Machine Learning with TensorFlow.js
- Python Algorithmic Trading Cookbook
- 工業機器人入門實用教程(KUKA機器人)
- JBoss ESB Beginner’s Guide
- Cloudera Administration Handbook
- Mastering Ansible(Second Edition)
- 算法設計與分析
- Cisco UCS Cookbook
- Mastering SQL Server 2014 Data Mining
- Microsoft Office 365:Exchange Online Implementation and Migration(Second Edition)
- TensorFlow 2.0卷積神經網絡實戰
- ASP.NET 4.0 MVC敏捷開發給力起飛