paper-with-me

Papers

Experimental Analysis of Machine Learning Techniques for Finding Search Radius in Locality Sensitive Hashing

2022-11-16 · Omid Jafari, Parth Nagarkar

Finding similar data in high-dimensional spaces is one of the important tasks in multimedia applications. Approaches introduced to find exact searching techniques often use tree-based index structures which are known to suffer from the curse of the dimensionality problem that limits their performance. Approximate searching techniques prefer performance over accuracy and they return good enough results while achieving a better performance. Locality Sensitive Hashing (LSH) is one of the most popular approximate nearest neighbor search techniques for high-dimensional spaces. One of the most time-consuming processes in LSH is to find the neighboring points in the projected spaces. An improved LSH-based index structure, called radius-optimized Locality Sensitive Hashing (roLSH) has been proposed to utilize Machine Learning and efficiently find these neighboring points; thus, further improve the overall performance of LSH. In this paper, we extend roLSH by experimentally studying the effect of different types of famous Machine Learning techniques on overall performance. We compare ten regression techniques on four real-world datasets and show that Neural Network-based techniques are the best fit to be used in roLSH as their accuracy and performance trade-off are the best compared to the other techniques.

📄 PDF Abstract BibTeX arXiv:2211.09093

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

A Survey on Machine Learning Techniques for Source Code Analysis

2021-10-18 · Tushar Sharma, Maria Kechagia, Stefanos Georgiou, Rohit Tiwari 외

The advancements in machine learning techniques have encouraged researchers to apply these techniques to a myriad of software engineering tasks that use source code analysis, such as testing and vulnerability detection. …

BIG-bench Machine LearningVulnerability Detection

Through the Fairness Lens: Experimental Analysis and Evaluation of Entity Matching

2023-07-06 · Nima Shahbazi, Nikola Danevski, Fatemeh Nargesian, Abolfazl Asudeh 외

Entity matching (EM) is a challenging problem studied by different communities for over half a century. Algorithmic fairness has also become a timely topic to address machine bias and its societal impacts. Despite extens…

Fairness

Analyzing Web Search Behavior for Software Engineering Tasks

2019-12-19 · Nikitha Rao, Chetan Bansal, Thomas Zimmermann, Ahmed Hassan Awadallah 외

Web search plays an integral role in software engineering (SE) to help with various tasks such as finding documentation, debugging, installation, etc. In this work, we present the first large-scale analysis of web search…

Exploring Prompt Engineering: A Systematic Review with SWOT Analysis

2024-10-09 · Aditi Singh, Abul Ehtesham, Gaurav Kumar Gupta, Nikhil Kumar Chatta 외

In this paper, we conduct a comprehensive SWOT analysis of prompt engineering techniques within the realm of Large Language Models (LLMs). Emphasizing linguistic principles, we examine various techniques to identify thei…

Language ModelingLanguage ModellingPrompt Engineering

Research on the Application of Deep Learning-based BERT Model in Sentiment Analysis

2024-03-13 · Yichao Wu, Zhengyu Jin, Chenxi Shi, Penghao Liang 외

This paper explores the application of deep learning techniques, particularly focusing on BERT models, in sentiment analysis. It begins by introducing the fundamental concept of sentiment analysis and how deep learning m…

Deep LearningSentiment Analysis