LGAIAPMLSep 26, 2017

FSL-BM: Fuzzy Supervised Learning with Binary Meta-Feature for Classification

arXiv:1709.09268v21 citations
AI Analysis

It addresses real-time classification problems for big data applications, though it appears incremental as it builds on existing fuzzy supervised learning techniques.

This paper tackles the challenge of developing a real-time fuzzy supervised learning algorithm for big data classification by introducing FSL-BM, which integrates Hamming Distance, Hash functions, and binary meta-features to achieve fast computation with better or comparable results to existing methods.

This paper introduces a novel real-time Fuzzy Supervised Learning with Binary Meta-Feature (FSL-BM) for big data classification task. The study of real-time algorithms addresses several major concerns, which are namely: accuracy, memory consumption, and ability to stretch assumptions and time complexity. Attaining a fast computational model providing fuzzy logic and supervised learning is one of the main challenges in the machine learning. In this research paper, we present FSL-BM algorithm as an efficient solution of supervised learning with fuzzy logic processing using binary meta-feature representation using Hamming Distance and Hash function to relax assumptions. While many studies focused on reducing time complexity and increasing accuracy during the last decade, the novel contribution of this proposed solution comes through integration of Hamming Distance, Hash function, binary meta-features, binary classification to provide real time supervised method. Hash Tables (HT) component gives a fast access to existing indices; and therefore, the generation of new indices in a constant time complexity, which supersedes existing fuzzy supervised algorithms with better or comparable results. To summarize, the main contribution of this technique for real-time Fuzzy Supervised Learning is to represent hypothesis through binary input as meta-feature space and creating the Fuzzy Supervised Hash table to train and validate model.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes