duckdb dbt-duckdb dbt adapter

迁移学习《Efficient and Robust Pseudo-Labeling for Unsupervised Domain Adaptation》

论文信息 论文标题:Efficient and Robust Pseudo-Labeling for Unsupervised Domain Adaptation论文作者:Hochang Rhee、Nam Ik Cho论文来源:2019——ICML论文地址:download 论文代码:downloa ......

迁移学习《Asymmetric Tri-training for Unsupervised Domain Adaptation》

论文信息 论文标题:Asymmetric Tri-training for Unsupervised Domain Adaptation论文作者:Kuniaki Saito, Y. Ushiku, T. Harada论文来源:27 February 2017——ICML论文地址:download 论 ......

迁移学习(TSRP)《Improving Pseudo Labels With Intra-Class Similarity for Unsupervised Domain Adaptation》

论文信息 论文标题:Improving Pseudo Labels With Intra-Class Similarity for Unsupervised Domain Adaptation论文作者:Jie Wang, Xiaoli Zhang论文来源:论文地址:download 论文代码:dow ......

迁移学习(DCCL)《Domain Confused Contrastive Learning for Unsupervised Domain Adaptation》

论文信息 论文标题:Domain Confused Contrastive Learning for Unsupervised Domain Adaptation论文作者:Quanyu Long, Tianze Luo, Wenya Wang and Sinno Jialin Pan论文来源:NAA ......

使用 Lambda Web Adapter 在 Lambda 上 构建 web 应用

背景介绍 Amazon Lambda 可结合 Amazon API Gateway 或 Application Load Balancer,使您无需提前启动或管理服务器即可运行基于 restful API 的应用程序。此时,Lambda 将以 JSON 格式的字符串接收 http 事件,并将其转换为 ......
Lambda Adapter Web web

【论文翻译】LORA: LOW-RANK ADAPTATION OF LARGE LANGUAGE MODELS

LORA: LOW-RANK ADAPTATION OF LARGE LANGUAGE MODELS 论文地址:https://arxiv.org/pdf/2106.09685.pdf 代码地址:https://github.com/microsoft/LoRA 摘要 自然语言处理的一个重要范式包 ......

迁移学习(DAOD)《Refined Pseudo labeling for Source-free Domain Adaptive Object Detection》

论文信息 论文标题:Refined Pseudo labeling for Source-free Domain Adaptive Object Detection论文作者:Siqi Zhang, Lu Zhang, Zhiyong Liu论文来源:2023 ArXiv论文地址:download 论 ......

迁移学习(CDA)《CDA:Contrastive-adversarial Domain Adaptation 》

论文信息 论文标题:CDA:Contrastive-adversarial Domain Adaptation论文作者:Nishant Yadav, M. Alam, Ahmed K. Farahat, Dipanjan Ghosh, Chetan Gupta, A. Ganguly论文来源:202 ......

迁移学习(NRC)《Exploiting the Intrinsic Neighborhood Structure for Source-free Domain Adaptation》

论文信息 论文标题:Exploiting the Intrinsic Neighborhood Structure for Source-free Domain Adaptation论文作者:Shiqi YangYaxing WangJoost van de WeijerLuis HerranzSh ......

Adaptive ship-radiated noise recognition with learnable fine-grained wavelet transform

摘要 分析海洋声环境是一项棘手的任务。背景噪声和可变信道传输环境使舰船辐射噪声的准确识别变得复杂。现有的识别系统在处理多变的水下环境方面能力较弱,在实际应用中表现不佳。为了保持识别系统在各种水下环境下的鲁棒性,本文提出了一种自适应广义识别系统——AGNet (adaptive generalized ......

数据库_duckdb读写Parquet文件

###基本概念 OLtp 单条记录的增删改查,通常是整条记录 频繁的插入或更新; OLap 某几列的整表统计.分组,排序,聚合等 行存储:一条记录存储在连续的磁盘上 列存储:一条记录存储在磁盘的不同位置,但是整个关系(表)的一列存储在连续的磁盘上. ###代码示例 #!/usr/bin/python ......
Parquet 数据库 文件 数据 duckdb

微软数据源乐观并发Adapter

使用 SqlDataSource 实现并发优化 项目 2021/10/20 在本教程中,我们将讨论并发优化基础课程,然后探讨如何使用 SqlDataSource 控件。 « 前一篇教程 | 下一篇教程 » 简介 在前一篇教程中,我们探讨了如何向 SqlDataSource 控件添加插入、更新和删除功 ......
数据源 Adapter 数据

数据库_duckdb_边缘计算与数据平台

###数据库连接 一个处理Python数据库事务的特殊事物小组(special interest group, SIG) https://peps.python.org/pep-0249/ ###DB-API 2.0协议 PEP 249 – Python Database API Specifica ......
数据 边缘 数据库 duckdb 平台

数据转换工具DBT介绍及实操

一、什么是DBT dbt (data build tool)是一款流行的开源数据转换工具,能够通过 SQL 实现数据转化,将命令转化为表或者视图,提升数据分析师的工作效率。dbt 主要功能在于转换数据库或数据仓库中的数据,在 E(Extract)、L(Load)、T(Transform) 的流程中, ......
工具 数据 DBT

[​DuckDB] 多核算子并行的源码解析

DuckDB 是近年来颇受关注的OLAP数据库,号称是OLAP领域的SQLite,以精巧简单,性能优异而著称。笔者前段时间在调研Doris的Pipeline的算子并行方案,而DuckDB基于论文《Morsel-Driven Parallelism: A NUMA-Aware Query Evalua ......
算子 源码 DuckDB

迁移学习(JDDA) 《Joint domain alignment and discriminative feature learning for unsupervised deep domain adaptation》

论文信息 论文标题:Joint domain alignment and discriminative feature learning for unsupervised deep domain adaptation论文作者:Chao Chen , Zhihong Chen , Boyuan Jia ......

迁移学习(ADDA)《Adversarial Discriminative Domain Adaptation》【已复现迁移】

论文信息 论文标题:Adversarial Discriminative Domain Adaptation论文作者:Eric Tzeng, Judy Hoffman, Kate Saenko, Trevor Darrell论文来源:CVPR 2017论文地址:download 论文代码:downl ......

迁移学习(IIMT)——《Improve Unsupervised Domain Adaptation with Mixup Training》

论文信息 论文标题:Improve Unsupervised Domain Adaptation with Mixup Training论文作者:Shen Yan, Huan Song, Nanxiang Li, Lincan Zou, Liu Ren论文来源:arxiv 2020论文地址:down ......

深入理解 dbt 增量模型

想要实现数据增量写入数据库,可以选择 dbt 增量模型。通过 dbt 增量模型,我们只用专注于写日增 SQL,不用去关注于如何安全的实现增量写入。 dbt 增量模型解决了什么问题 原子性写入:任何情况下,增量写入只有一个程序在写入。 假设增量程序已经上线,线上增量程序在执行的同时,开发也在本地执行增 ......
增量 模型 dbt

论文解读(CAN)《Contrastive Adaptation Network for Unsupervised Domain Adaptation》

论文信息 论文标题:Contrastive Adaptation Network for Unsupervised Domain Adaptation论文作者:Guoliang Kang, Lu Jiang, Yi Yang, Alexander G Hauptmann论文来源:CVPR 2019论 ......

【机器学习】李宏毅——Domain Adaptation(领域自适应)

本文介绍了Domain Adaptation(领域自适应)的相关知识,包括现在出现的具体问题、问题如何解决、所面对的各种情况等等。 ......
Adaptation 机器 领域 Domain

迁移学习(DANN)《Unsupervised Domain Adaptation by Backpropagation》

论文信息 论文标题:Domain-Adversarial Training of Neural Networks论文作者:Yaroslav Ganin, Evgeniya Ustinova, Hana Ajakan, Pascal Germain论文来源:JMLR 2016论文地址:download ......

虚假新闻检测-迁移学习(CADM)《Unsupervised Domain Adaptation for COVID-19 Information Service with Contrastive Adversarial Domain Mixup》

论文信息 论文标题:Unsupervised Domain Adaptation for COVID-19 Information Service with Contrastive Adversarial Domain Mixup论文作者:Huimin Zeng, Zhenrui Yue, Ziyi ......

论文解读(PCL)《Probabilistic Contrastive Learning for Domain Adaptation》

论文信息 论文标题:Probabilistic Contrastive Learning for Domain Adaptation论文作者:Junjie Li, Yixin Zhang, Zilei Wang, Keyu Tu论文来源:aRxiv 2022论文地址:download 论文代码:do ......
共144篇  :5/5页 首页上一页5下一页尾页