paper-with-me

홈 › Papers

Testing different Log Bases For Vector Model Weighting Technique

2023-07-12 · Kamel Assaf

Information retrieval systems retrieves relevant documents based on a query submitted by the user. The documents are initially indexed and the words in the documents are assigned weights using a weighting technique called TFIDF which is the product of Term Frequency (TF) and Inverse Document Frequency (IDF). TF represents the number of occurrences of a term in a document. IDF measures whether the term is common or rare across all documents. It is computed by dividing the total number of documents in the system by the number of documents containing the term and then computing the logarithm of the quotient. By default, we use base 10 to calculate the logarithm. In this paper, we are going to test this weighting technique by using a range of log bases from 0.1 to 100.0 to calculate the IDF. Testing different log bases for vector model weighting technique is to highlight the importance of understanding the performance of the system at different weighting values. We use the documents of MED, CRAN, NPL, LISA, and CISI test collections that scientists assembled explicitly for experiments in data information retrieval systems.

📄 PDF Abstract BibTeX arXiv:2307.06213

Code (0)

등록된 구현이 없습니다.

Tasks

Information RetrievalRetrieval

Methods 이 논문이 사용한 방법론

BASE 설명 없음

Similar Papers 제목 키워드 기반

Speech Emotion Recognition Using Deep Sparse Auto-Encoder Extreme Learning Machine with a New Weighting Scheme and Spectro-Temporal Features Along with Classical Feature Selection and A New Quantum-Inspired Dimension Reduction Method

2021-11-13 · Fatemeh Daneshfar, Seyed Jahanshah Kabudian

Affective computing is very important in the relationship between man and machine. In this paper, a system for speech emotion recognition (SER) based on speech signal is proposed, which uses new techniques in different s…

ClassificationDimensionality ReductionEmotion Recognitionfeature selection+1

Detection of Correlated Random Vectors

2024-01-24 · Dor Elimelech, Wasim Huleihel

In this paper, we investigate the problem of deciding whether two standard normal random vectors $\mathsf{X}\in\mathbb{R}^{n}$ and $\mathsf{Y}\in\mathbb{R}^{n}$ are correlated or not. This is formulated as a hypothesis t…

Weighting vectors for machine learning: numerical harmonic analysis applied to boundary detection

2021-06-01 · NeurIPS Workshop TDA_and_Beyond 2020 12 · Eric Bunch, Jeffery Kline, Daniel Dickinson, Suhaas Bhat 외

Metric space magnitude, an active field of research in algebraic topology, is a scalar quantity that summarizes the effective number of distinct points that live in a general metric space. The {\em weighting vector} is a…

BIG-bench Machine LearningBoundary DetectionOutlier Detection

Generalized Two-Dimensional Quaternion Principal Component Analysis with Weighting for Color Image Recognition

2020-10-04 · Zhi-Gang Jia, Zi-Jin Qiu, Qian-Yu Wang, Mei-Xiang Zhao 외

One of the most powerful methods of color image recognition is the two-dimensional principle component analysis (2DQPCA) approach, which is based on quaternion representation and preserves color information very well. Ho…

Face Recognition

NeuRBF: A Neural Fields Representation with Adaptive Radial Basis Functions

2023-09-27 · ICCV 2023 1 · Zhang Chen, Zhong Li, Liangchen Song, Lele Chen 외

We present a novel type of neural fields that uses general radial bases for signal representation. State-of-the-art neural fields typically rely on grid-based representations for storing local neural features and N-dimen…