码迷,mamicode.com
首页 >  
搜索关键字:attention    ( 440个结果
social psychology
Social psychology is a science that studies the influences of our situations, with special attention to how we view and affect one another . More prec ...
分类:其他好文   时间:2018-06-17 17:57:35    阅读次数:188
原创:矩阵论学习心得
矩阵论是对线性代数的延伸,很有必要深入研究。研究矩阵论可以加深对PCA,SVD,矩阵分解的理解,尤其是第一章入门的线性空间的理解,在知识图谱向量化,self_attention等论文中会涉及大量的矩阵论的知识。本文对此做一个总结,分为以下结构: 第一部分:矩阵的线性空间,矩阵的意义; 第二部分:矩阵 ...
分类:其他好文   时间:2018-06-08 00:47:35    阅读次数:654
Class-dump
What is class dump? This is a command line utility for examining the Objective C runtime information stored in Mach O files. It generates declarations ...
分类:其他好文   时间:2018-05-31 12:51:45    阅读次数:192
840. Magic Squares In Grid ——weekly contest 86
题目链接:https://leetcode.com/problems/magic-squares-in-grid/description attention:注意给定的数字不一定是1-9。 time:5ms 本人的解法过于粗糙,看出了中间必须是5,然后比较每行每列每对角线的值是否相等。 下面是看到的 ...
分类:其他好文   时间:2018-05-28 01:04:01    阅读次数:950
deeplearning.ai 序列模型 Week 3 Sequence models & Attention mechanism
1. 基础模型 A. Sequence to sequence model:机器翻译、语音识别。(1. Sutskever et. al., 2014. Sequence to sequence learning with neural networks. 2. Cho et. al., 2014. ...
分类:其他好文   时间:2018-05-20 15:23:39    阅读次数:233
Multi-attention Network for One Shot Learning
Multi-attention Network for One Shot Learning 2018-05-15 22:35:50 本文的贡献点在于: 1. 表明类别标签信息对 one shot learning 可以提供帮助,并且设计一种方法来挖掘该信息; 2. 提出一种 attention ne ...
分类:Web程序   时间:2018-05-16 00:28:15    阅读次数:357
R数据结构之数据框创建
mydata <- data.frame(col1, col2, col3,...) 其中,列向量col1, col2, col3,...可为任意类型(如字符型、数值型或逻辑性),每一列的名称可由函数names指定。 但 pay attention : 各个列向量的长度必须保持一致。 # 代码1> ...
分类:其他好文   时间:2018-05-15 22:43:18    阅读次数:173
【题解】 bzoj1503: [NOI2004]郁闷的出纳员 (Splay)
" bzoj1503 ,懒得复制,戳我戳我" Solution: 我知不知道我是那根筋抽了突然来做splay,调了起码$3h+$,到第二天才改出来~~(我好菜啊)~~,当做训练调错吧 一个裸的splay,没啥好说的 Attention: 我的del操作里面,注意连边要把儿子的父亲更改,父亲的儿子更改 ...
分类:其他好文   时间:2018-05-12 17:28:55    阅读次数:150
CMU Deep Learning 2018 by Bhiksha Raj 学习记录(20) Recitation 8: Attention
http://deeplearning.cs.cmu.edu/recitations/rec8.attention.pdf https://github.com/cmudeeplearning11785/deep-learning-tutorials/blob/master/recitation-8 ...
分类:其他好文   时间:2018-04-29 14:25:50    阅读次数:208
Codeforces739E. Gosha is hunting
$n \leq 2000$个东西要搬走,两个人分别能搬$a$和$b$件东西,给两个人搬走每种东西的概率,问最优决策下期望搬走多少东西。 一个人搬贡献:$p_i$,另一个人搬贡献:$q_i$,两人一起搬:$p_i+q_i-p_iq_i$。 $s$->两个人:流量分别$a,b$,费用0;两个人->每件东 ...
分类:其他好文   时间:2018-04-27 21:17:39    阅读次数:186
440条   上一页 1 ... 21 22 23 24 25 ... 44 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!