产品推荐系统 基于深层兴趣网络和CTR预测基本模型的产品推荐系统使用Amazon Review数据。
2023-04-05 14:41:40 171KB JupyterNotebook
1
matlab光照模型代码反射去除 根据光线,镜面反射/反射和阴影,物体的图像可能会发生巨大变化。 因此,从图像中去除不希望的反射在计算机视觉和图像处理中非常重要。 这意味着出于美学目的提高图像质量,以及在机器学习和模式识别应用程序中对图像进行预处理。 因此,该项目的目标是审查用于消除图像反射的各种技术。 依存关系 ,,(torch&torchvision),,,,,和。 数据集 用于测试的样本图像由提供。 如何执行程式码 平均:对于给定的图像集,我们对反射去除执行平均。 打开Averaging文件夹并运行python Averaging.py -i 5_images_lowers ,其中-i是包含图像集的文件夹的路径。 独立分量分析:基于光的反射概念和反射图像中基础分布的独立性,拍摄并求解了两个偏振方向不同的图像:Y = MX,其中Y = [y1,y2],两个图像,M是混合矩阵[a,b; c,d](分别表示反射量)和X = [x1,x2]是绘制和反射两个图像中的分量。 打开ICA文件夹并运行python ICA.py -i1 1.png -i2 2.png ,其中-i1和-i2是输入图
2023-02-28 20:21:30 80.13MB 系统开源
1
这里的资源主要是讲述了代码审查的必要性。里面有三个文档,简单的讲述了一下内容。举例实用工具。 为什么要进行Code Review?  如何做Code Review? 如何使用工具进行Code Review? CheckStyle FindBugs PMD 使用工具进行Code Review的局限性 我们可以做得更好
2023-02-09 14:32:16 210KB 代码审查 code review
1
数据集官网:https://ai.stanford.edu/~amaas/data/sentiment/ 数据集的训练集和测试集各有25000个样本,且正负样本个数相同,均为12500个。 该数据集和官网提供的相比,去除了一些不必要的文件,其他均未改动。
2022-12-24 11:35:34 41.88MB nlp 情感分析 IMDb 深度学习
1
论文复习 语音识别论文综述·NLP·语音合成 年 纸 链接 2006/06 Connectionist Temporal Classification: Labelling UnsegmentedSequence Data with Recurrent Neural Networks 2015/06 Attention-Based Models for Speech Recognition 2015/08 Listen, Attend and Spell 2016/09 Joint CTC-Attention based End-to-End Speech Recognition using Multi-task Learning 2017/07 Attention Is All You Need 2018/10 BERT: Pre-training of Deep Bidir
2022-12-13 14:09:23 863KB nlp speech speech-synthesis speech-recognition
1
paper_review
2022-12-13 12:13:41 746KB
1
Quantum walks, the quantum mechanical counterpart of classical random walks, is an advanced tool for building quantum algorithms that has been recently shown to constitute a universal model of quantum computation. Quantum walks is now a solid field of research of quantum computation full of exciting open problems for physicists, computer scientists and engineers. In this paper we review theoretical advances on the foundations of both discrete and continuous-time quantum walks, together with the role that randomness plays in quantum walks, the connections between the mathematical models of coined discrete quantum walks and continuous quantum walks, the quantumness of quantum walks, a summary of papers published on discrete quantum walks and entanglement as well as a succinct review of experimental proposals and realizations of discrete-time quantum walks. Furthermore, we have reviewed several algorithms based on both discrete- and continuous-time quantum walks as well as a most important result: the computational universality of both continuous- and discrete-time quantum walks.
2022-12-07 11:10:33 3.22MB 量子行走 综述
1
Linux上安装 Review Board 图文教程,针对在 CentOS 系统下的安装步骤 进行 高亮标注。 ReviewBoard 5.0 Linux安装步骤: https://www.reviewboard.org/docs/manual/5.0/admin/ https://www.reviewboard.org/docs/manual/5.0/admin/installation/linux/ 安装ReviewBoard及其依赖: yum install python-setuptools yum install python-devel yum install mod_wsgi yum install memcached pip install python-memcached yum install patch pip install ReviewBoard pip install mysql-python
2022-12-03 18:02:47 2.22MB ReviewBoard MySQL CentOS httpd
1
review.ipynb
2022-12-02 09:29:25 33KB 1
1
THz通信综述,最新6G技术候选,详细介绍太赫兹通信核心技术,以及目前研究进展
2022-11-06 13:37:53 1.89MB THZ通信
1