首页
学习
活动
专区
圈层
工具
发布
    • 综合排序
    • 最热优先
    • 最新优先
    时间不限
  • 来自专栏计算机视觉理论及其实现

    Improved Object Categorization and Detection Using Comparative Object Similarity

    由于在现实世界中物体的固有长尾分布,我们不太可能通过为每个类别提供许多视觉示例来训练一个目标识别器/检测器。我们必须在目标类别之间共享视觉知识,以便在很少或没有训练示例的情况下进行学习。在本文中,我们证明了局部目标相似信息(即类别对是相似的还是不同的)是一个非常有用的线索,可以将不同的类别联系在一起,从而实现有效的知识转移。关键洞见:给定一组相似的目标类别和一组不同的类别,一个好的目标模型应该对来自相似类别的示例的响应比来自不同类别的示例的响应更强烈。为了利用这种依赖于类别的相似度正则化,我们开发了一个正则化的核机器算法来训练训练样本很少或没有训练样本的类别的核分类器。我们还采用了最先进的目标检测器来编码对象相似性约束。我们对来自Labelme数据集的数百个类别进行的实验表明,我们的正则化内核分类器可以显著改进目标分类。我们还在PASCAL VOC 2007基准数据集上评估了改进的目标检测器。

    1.5K50编辑于 2022-09-03
  • 来自专栏磐创AI技术团队的专栏

    度量学习笔记(一) | Metric Learning for text categorization

    目前,机器学习中的K近邻(KNN)分类算法和支持向量机(SVM)算法被认为是处理文本分类的最好方法。但KNN分类算法有以下的缺陷:

    1.7K50发布于 2019-05-05
  • 来自专栏AI研习社

    博客 | 度量学习笔记(一) | Metric Learning for text categorization

    目前,机器学习中的K近邻(KNN)分类算法和支持向量机(SVM)算法被认为是处理文本分类的最好方法。但KNN分类算法有以下的缺陷:

    1.3K40发布于 2019-05-08
  • 来自专栏JNing的专栏

    深度学习: Zero-shot Learning / One-shot Learning / Few-shot Learning

    wikipedia: One-shot learning is an object categorization problem in computer vision. Whereas most machine learning based object categorization algorithms require training on hundreds or

    2.2K30发布于 2018-09-27
  • 课前准备--高精度空转(Xenium、CosMx)等空间邻域通讯

    neiCombUnique_, prop_ .csv) are saved in the "categorized_data folder" in the root directory.CellNeighborEX.categorization.generate_input_files datalrCutoff = 0.4 pCutoff = 0.01 pCutoff2 = 0.05 direction = 'up' normality_test = False top_genes = 30path_categorization categorized_data/'DEG_list = CellNeighborEX.DEanalysis.analyze_data(df_cell_id, df_gene_name, df_log_data, path_categorization

    32820编辑于 2025-07-29
  • 来自专栏AI工程

    TensorFlow认证考试简介

    Build and train models for multi-class categorization. Plot loss and accuracy of a trained model. Build models that identify the category of a piece of text using binary categorization Build models that identify the category of a piece of text using multi-class categorization Use word embeddings in your Use LSTMs in your model to classify text for either binary or multi-class categorization.

    1.4K20发布于 2020-06-10
  • 来自专栏大数据动态

    Elastic Stack 7.7 Observability 新功能介绍

    Observability 新功能介绍 分享大纲 7.7上的off-heap与async search介绍 体验service map APM Agent central config 体验新的Log categorization

    48730发布于 2020-10-16
  • 来自专栏专知

    【专知荟萃17】情感分析Sentiment Analysis 知识资料全集(入门/进阶/论文/综述/视频/专家,附查看)

    Effective use of word order for text categorization with convolutional neural networks. Semi-supervised convolutional neural networks for text categorization via region embedding. Supervised and Semi-Supervised Text Categorization using LSTM for Region Embeddings. In ICML 2016.

    2.1K50发布于 2018-04-10
  • 来自专栏AI算法与图像处理

    CVPR2022论文速递(2022.5.5)!共6篇!

    Papers-with-Code-Demo Updated on : 5 May 2022 total number : 6 Dual Cross-Attention Learning for Fine-Grained Visual Categorization

    44230编辑于 2022-05-19
  • 来自专栏AI小白入门

    【NLP实战】快速掌握常用的向量空间模型

    这里笔者选用的第一篇论文是学校老师发表的:Entropy-based Term Weighting Schemes for Text Categorization in VSM。 表示未出现T的时候,类别Ci出现的概率,用未出现了T并且属于类别Ci的文档数除以未出现T的文档数 tf·eccd 论文Entropy based feature selection for text categorization iqf·qf·icf 这篇论文 Term weighting schemes for question categorization面对短文本(用户提出的问题)提出三种新的权重计算方式:iqf*qf*icf ),TrainingSet(http://ana.cachopo.org/datasets-for-single-label-text-categorization/r8-train-all-terms.txt attredirects=0),TestSet(http://ana.cachopo.org/datasets-for-single-label-text-categorization/r8-test-all-terms.txt

    1.5K20发布于 2019-11-04
  • 来自专栏数据派THU

    独家 | ChatGPT可以解决分级和分类这样的简单机器学习任务

    unexpected-ways-to-use-chatgpt-in-your-tinder-convos-and-get-a-date/ 原文标题:ChatGPT can solve simple machine learning tasks as classification and categorization   原文链接: https://mpost.io/chatgpt-can-solve-simple-machine-learning-tasks-as-classification-and-categorization

    55940编辑于 2023-04-25
  • 来自专栏智能生信

    [CVPR | 论文简读] 基于双交叉注意学习的细粒度视觉分类和对象再识别

    简读分享 | 陈兴民 编辑 | 李仲深 论文题目 Dual Cross-Attention Learning for Fine-Grained Visual Categorization and Object

    1.2K20编辑于 2022-12-29
  • 空间转录组学数据分析细胞邻域依赖的基因表达(分子邻域)

    neiCombUnique_, prop_ .csv) are saved in the "categorized_data folder" in the root directory.CellNeighborEX.categorization.generate_input_files min_sample_size=1)# Set the path of the directory where all the categorized data files are saved.path_categorization directory.DEG_list = CellNeighborEX.DEanalysis.analyze_data(df_cell_id, df_gene_name, df_log_data, path_categorization

    86620编辑于 2024-03-25
  • 来自专栏ellipse数据库技术

    IDEF1X数据建模

    例如:分类联系 (Categorization Relationships)的引入。 IDEF1X是语义数据模型化技术,它具有以下的特性: (1) 支持概念模式的开发。 例如:分类联系 (Categorization Relationships)的引入。

    1.2K40发布于 2019-08-16
  • 来自专栏日志服务CLS

    基于 ELK 的结构化日志设计与智能检测应用

    level", "exclude_frequent": true } ], "background_persist_interval": "10m", "categorization_analyzer ": "standard", "categorization_field_name": "message", "categorization_filters": ["INFO"],

    24421编辑于 2025-07-16
  • 来自专栏晓飞的算法工程笔记

    ACNet: 特别的想法,腾讯提出结合注意力卷积的二叉神经树进行细粒度分类 | CVPR 2020

    undefined  来源:晓飞的算法工程笔记 公众号 论文: Attention Convolutional Binary Neural Tree for Fine-Grained Visual Categorization [1240] 论文地址:https://arxiv.org/abs/1909.11378 Introduction *** [1240]   细粒度分类(Fine-Grained Visual Categorization

    87600发布于 2020-03-06
  • 来自专栏SIGAI学习与实践平台

    K近邻算法

    KNN with TF-IDF based Framework for Text Categorization. A Comparative Study on Chinese Text Categorization Methods. pacific rim international conference on artificial An improved K-nearest-neighbor algorithm for text categorization. 2012, Expert Systems With Application

    1.5K10发布于 2018-06-28
  • 来自专栏机器学习入门与实战

    NLP之keras中文文本分类系列算法封装,简单易用(超详细教程)

    Convolutional Neural Network for Modelling Sentences DPCNN: Deep Pyramid Convolutional Neural Networks for Text Categorization

    3.5K20发布于 2020-03-12
  • 来自专栏算法工程师的养成之路

    自然语言处理(一)NLP概述

    Automatic summarization/abstracting) 问答系统(Question-Answering system) 阅读理解(Machine Reading) 文档分类(Document categorization

    1.3K10发布于 2019-01-11
  • 来自专栏数据饕餮

    Building the Unstructured Data Warehouse: Architecture, Analysis, and Design

    to structured data Leverage indexes for efficient text analysis and taxonomies for useful external categorization

    51720发布于 2019-01-14
领券