paper-with-me

홈 › Papers

svcR: An R Package for Support Vector Clustering improved with Geometric Hashing applied to Lexical Pattern Discovery

2015-04-23 · Nicolas Turenne

We present a new R package which takes a numerical matrix format as data input, and computes clusters using a support vector clustering method (SVC). We have implemented an original 2D-grid labeling approach to speed up cluster extraction. In this sense, SVC can be seen as an efficient cluster extraction if clusters are separable in a 2-D map. Secondly we showed that this SVC approach using a Jaccard-Radial base kernel can help to classify well enough a set of terms into ontological classes and help to define regular expression rules for information extraction in documents; our case study concerns a set of terms and documents about developmental and molecular biology.

📄 PDF Abstract BibTeX arXiv:1504.06080

Code (0)

등록된 구현이 없습니다.

Tasks

Clustering

Methods 이 논문이 사용한 방법론

SPEED The monocular depth estimation (MDE) is the task of estimating depth from a single frame. This information is an essential knowledge in many computer vision tasks such as scene…

Similar Papers 제목 키워드 기반

HiPart: Hierarchical Divisive Clustering Toolbox

2022-09-18 · Panagiotis Anagnostou, Sotiris Tasoulis, Vassilis Plagianakos, Dimitris Tasoulis

This paper presents the HiPart package, an open-source native python library that provides efficient and interpret-able implementations of divisive hierarchical clustering algorithms. HiPart supports interactive visualiz…

ClusteringComputational Efficiency

Learning Structured Visual Compositional Representations for Weakly Supervised Referring Expression Comprehension

2026-07-06 · Lian Xu, Mohammed Bennamoun, Farid Boussaid, Hamid Laga 외 arxiv

Referring expression comprehension (REC) aims to localize the object in an image described by natural language. In Weakly supervised REC (WREC), existing approaches primarily operate on anchor-level visual representation…

Referring Expression

EnsembleSVM: A Library for Ensemble Learning Using Support Vector Machines

2014-03-04 · Marc Claesen, Frank De Smet, Johan Suykens, Bart De Moor

EnsembleSVM is a free software package containing efficient routines to perform ensemble learning with support vector machine (SVM) base models. It currently offers ensemble methods based on binary SVM models. Our implem…

Ensemble Learning

An Investigation on Support Vector Clustering for Big Data in Quantum Paradigm

2018-04-29 · Arit Kumar Bishwas, Ashish Mani, Vasile Palade

The support vector clustering algorithm is a well-known clustering algorithm based on support vector machines using Gaussian or polynomial kernels. The classical support vector clustering algorithm works well in general,…

Clustering

Magnitude: A Fast, Efficient Universal Vector Embedding Utility Package

2018-10-26 · EMNLP 2018 11 · Ajay Patel, Alexander Sands, Chris Callison-Burch, Marianna Apidianaki

Vector space embedding models like word2vec, GloVe, fastText, and ELMo are extremely popular representations in natural language processing (NLP) applications. We present Magnitude, a fast, lightweight tool for utilizing…

Word Embeddings