联合开发网   搜索   要求与建议
                登陆    注册
排序按匹配   按投票   按下载次数   按上传日期
按分类查找All 论文(291) 
按平台查找All Python(291) 

[论文] CPL

这是我们的CPL模型的实现和论文:使预先训练的语言模型更好地连续少镜头关系抽取器
This is the implementation of our CPL model with paper: Making Pre-trained Language Models Better Continual Few-Shot Relation Extractors (2024-02-24, Python, 0KB, 下载0次)

http://www.pudn.com/Download/item/id/1708752625284040.html

[论文] pcl-detection-disagreement

与SemEval 2022论文“SemEval-2022的DH-FBK任务4:利用注解器分歧和多个数据视图…
Code associated with the SemEval 2022 paper "DH-FBK at SemEval-2022 Task 4: Leveraging Annotators Disagreement and Multiple Data Views f… (2024-01-10, Python, 0KB, 下载0次)

http://www.pudn.com/Download/item/id/1704950966516916.html

[论文] MNIST_memristor

Python代码实现了我的硕士学位论文“基于忆阻器的神经网络中增强鲁棒性的改进训练”的算法...
Python code implementing the algorithms of my MSc Dissertation on "Modified training for increased robustness in memristor-based neural networks". (2022-01-23, Python, 0KB, 下载0次)

http://www.pudn.com/Download/item/id/1698656595912880.html

[论文] fixed-length-fingerprint-extractors

Deep Print的实现,一种基于深度学习的固定长度指纹表示提取器,以及使用这种...的各种实验...,
Implementation of Deep Print, a Deep Learning based fixed-length Fingerprint Representation extractor, and various experiments with such architectures. See: https://arxiv.org/abs/2307.08615 (2023-09-15, Python, 0KB, 下载0次)

http://www.pudn.com/Download/item/id/1694774015706989.html

[论文] HC-Net

[arXiv2023]使用相关感知单应性估计器的细粒度交叉视图地理定位,
[arXiv 2023] Fine-Grained Cross-View Geo-Localization Using a Correlation- Aware Homography Estimator, (2023-09-04, Python, 0KB, 下载0次)

http://www.pudn.com/Download/item/id/1694097927221275.html

[论文] Discussiontracker_lrec2020

论文“协作论证的讨论跟踪器语料库”的知识库,Olshefski,C.,Lugini,L.,Singh,R.,Litman,D。...,
Repository for the paper "The Discussion Tracker Corpus of Collaborative Argumentation", Olshefski, C., Lugini, L., Singh, R., Litman, D., & Godley, A.. In Proceedings of The 12th Language Resources and Evaluation Conference (pp. 1033-1043). (2022-03-12, Python, 0KB, 下载0次)

http://www.pudn.com/Download/item/id/1693559212214334.html

[论文] tooMuchInCommon

用于复制论文“太多共性:transformer语言模型中嵌入的移位”中的结果的代码和数据...,
Code and data for replicating the results from the paper "Too Much in Common: Shifting of Embeddings in Transformer Language Models and its Implications" (2021-04-17, Python, 0KB, 下载0次)

http://www.pudn.com/Download/item/id/1693558594618369.html

[论文] megabyte

MEGABYTE的PyTorch实现。这种多层transformer架构具有无标记化和亚q的优良特性...,
A PyTorch implementation of MEGABYTE. This multi-scale transformer architecture has the excellent features of tokenization-free and sub-quadratic attention. The paper link: https://arxiv.org/abs/2305.07185 (2023-07-07, Python, 0KB, 下载0次)

http://www.pudn.com/Download/item/id/1690985938689388.html

[论文] Coding_Challenge_Algorithimic_sciences

该项目涉及开发绑定到端口并响应连接的服务器脚本,允许无限数量...,
This project involves the development of a server script that binds to a port and responds to connections, allowing for an unlimited number of concurrent connections. The server script receives a "String" as a connection in clear text. The path to find the file is specified in a configuration file, which may contain other irrelevant elements. (2023-07-09, Python, 0KB, 下载0次)

http://www.pudn.com/Download/item/id/1690979620184285.html

[论文] One-Shot-Cardinality-NN-Solver

我们的ICLR 2023论文“迈向一次性神经组合求解器:关于汽车的理论和经验注释......”的正式实施...,
Official implementation of our ICLR 2023 paper "Towards One-shot Neural Combinatorial Solvers: Theoretical and Empirical Notes on the Cardinality-Constrained Case" (2023-07-19, Python, 0KB, 下载0次)

http://www.pudn.com/Download/item/id/1689781373184031.html

[论文] AMOS

[ICLR 2022]使用训练信号生成器的对抗性混合预训练文本编码器,
[ICLR 2022] Pretraining Text Encoders with Adversarial Mixture of Training Signal Generators, (2023-07-06, Python, 0KB, 下载0次)

http://www.pudn.com/Download/item/id/1689781335738146.html

[论文] osr_closed_set_all_you_need

我们的ICLR 22口头论文的官方报告:“开集识别:一个好的闭集分类器就是你所需要的”,
Official repo for our ICLR 22 Oral paper: "Open-Set Recognition: a Good Closed-Set Classifier is All You Need ", (2022-10-20, Python, 0KB, 下载0次)

http://www.pudn.com/Download/item/id/1689780965118426.html

[论文] RangerOptimizerTensorflow

该存储库提供了一个可用于优化tf.keras模型的类。它结合了两个优化器Lookahead和...,
This repository provides a class which can be used for the optimization of a tf.keras model. It combines the two optimizers Lookahead and RAdam to form the optimizer Ranger. According to published papers and competition results this optimizer is relatively good at training models quickly. (2023-02-15, Python, 0KB, 下载0次)

http://www.pudn.com/Download/item/id/1689776956886009.html

[论文] SecurityPatchClassifier

学术项目试图创建一个SVM二进制分类器来区分安全补丁和普通补丁,这让我们...
Academic Project Attempting to Create an SVM Binary Classifier to distinguish Security Patches from normal commits using simple features like lines added, removed and files modified. (2018-12-30, Python, 8KB, 下载0次)

http://www.pudn.com/Download/item/id/1686165918376439.html

[论文] waffle

华夫尔是一种新的编程语言,有语言描述和自己的编译器。仅为学术采购而创建...
Waffle is a new programming language with a language description and its own compiler. Created only for academic purposes. (2021-07-10, Python, 8KB, 下载0次)

http://www.pudn.com/Download/item/id/1686165637330465.html

[论文] tweetple

一个包装器,用于从Twitter的完整档案搜索端点流式传输信息。要利用这个库,必须有一个...
A wrapper to stream information from Twitter s Full-Archive Search Endpoint. To exploit this library, one must have approved academic research access. (2022-05-05, Python, 10KB, 下载0次)

http://www.pudn.com/Download/item/id/1686163414551878.html

[论文] OnlineLDS

AAAI 2019论文“线性动力系统的在线学习:卡尔曼滤波器中的指数遗忘”的源代码...
Source code for the AAAI 2019 paper "On-Line Learning of Linear Dynamical Systems: Exponential Forgetting in Kalman Filters" (<https://arxiv.org/abs/1809.05870>) (2021-02-16, Python, 7509KB, 下载0次)

http://www.pudn.com/Download/item/id/1686161336702792.html

[论文] DRGD

论文“用于抽象文本摘要的深度递归生成解码器”的实现[https://arxiv.org pdf...](https://arxiw.org pdf 1708.00625.pdf)
Implementation for paper "Deep Recurrent Generative Decoder for Abstractive Text Summarization" <https://arxiv.org/pdf/1708.00625.pdf> (2019-03-25, Python, 16KB, 下载0次)

http://www.pudn.com/Download/item/id/1686161330854195.html

[论文] GraFormer

“GraFormer:用于3D姿势估计的图形卷积转换器”的Pytorch实现[https://arxiv.org pd...](https://arxiv.org pdf 2109.08364.pdf)
The Pytorch implementation for "GraFormer: Graph Convolution Transformer for 3D Pose Estimation" <https://arxiv.org/pdf/2109.08364.pdf> (2021-11-24, Python, 34KB, 下载0次)

http://www.pudn.com/Download/item/id/1686160677435912.html

[论文] Swin-Transformer-Tensorflow

“Swin Transformer:使用移位窗口的分层视觉转换器”的非官方实现([https://arxiv...](https://arxiv.org abs 2103.14030)
Unofficial implementation of "Swin Transformer: Hierarchical Vision Transformer using Shifted Windows" (<https://arxiv.org/abs/2103.14030>) (2021-06-28, Python, 1033KB, 下载0次)

http://www.pudn.com/Download/item/id/1686160538847719.html
总计:291