由买买提看人间百态

topics

全部话题 - 话题: conve
首页 上页 1 2 3 4 5 6 7 8 9 10 下页 末页 (共10页)
l*******m
发帖数: 1096
1
来自主题: Programming版 - AI的终极优化目标
看来你没写过gemm, conv kenels,main memory太慢了。dl主要拼memory in chip.
m********5
发帖数: 17667
2
来自主题: Programming版 - 问一个NN训练模型输入问题
Normally 20*300 and feed to 1D conv. This means your data point is in 300D
space. And you will process the text word by word.
If you do concatenate to a 6000D vector, you will treat the text similar as
20-gram and arbitrarily define your 20-gram features as this 6000D vector,
which has been seen in many literatures. You can also do other merging
method like averaging, max, etc. This means each 20 words will be a single
data point in the space.
It does not make too much sense to me, if you conca... 阅读全帖
w***g
发帖数: 5958
3
来自主题: Programming版 - guvest,问你个问题
如果对sparsity做某种假设,比如一个3*3的window最多一个输入非零(算上channel,其
实一个不算少),那么conv指令的电路就能简化。训练的时候对应做drop out就行。这
个省了8次乘法外加8次加法,快十倍了。不过对底层网络输出稠密时就不起作用了。这
个软件模拟很容易验证有效性。
搞一个这种巧妙的计算单元,软件验证有效性后申请专利,估计是比较好的赚钱方法了
吧。
g****t
发帖数: 31659
4
来自主题: Programming版 - guvest,问你个问题
他问的是芯片问题。这种问题网上是不宜讨论的。
另外不管什么技术,离赚钱都挺远的。我刚和一个你们
北大做图像的哥们喝了两杯。他说之前拿下来海康威
视的芯片生意。然后就被整残废了。公司都没法呆了。
他说美国白人觉得你们这些老中都是讨饭的。
当奴隶是应该的,拿走你的credit也是应该的。
所以他现在只和欧洲人合作。欧洲人在美国的公司
混饭吃比较靠谱。本身都是移民。


: 如果对sparsity做某种假设,比如一个3*3的window最多一个输入非零(算上
channel,其

: 实一个不算少),那么conv指令的电路就能简化。训练的时候对应做drop
out就
行。这

: 个省了8次乘法外加8次加法,快十倍了。不过对底层网络输出稠密时就不
起作用
了。这

: 个软件模拟很容易验证有效性。

: 搞一个这种巧妙的计算单元,软件验证有效性后申请专利,估计是比较好
的赚钱
方法了

: 吧。

x****u
发帖数: 44466
5
来自主题: Programming版 - 马工能转数据分析师吗?
Google Translate后端应该是RNN的某变体把,这东西离不开词向量啊
我是说CONV和Embedding是两个最革命性的贡献,别的当然也很重要了
i***l
发帖数: 1656

发帖数: 1
7
来自主题: Biology版 - COG软件求助
我想分析肠道微生物RNAseq的数据,安装了COG的软件,但是打开COGmakehash的运行界
面之后显示如下:
$ /Users/wintergb/Desktop/COGsoft.201204/COGmakehash/COGmakehash ; exit;
Can't open output file ./conv/hash.csv
logout
[Process completed]
完全没有办法输入命令,不知道是怎么回事。真心求助,谢谢啦!
m****a
发帖数: 270
8
我吃完饭没事干帮你查了查。
http://www.dmlp.org/legal-guide/recording-phone-calls-and-conve
在美国的38个州,只要录音里面有一方知道在录音就是合法的,也就是说你自己偷录与
别人的对话是合法的。
在加州、佛罗里达等11个州,录音的任何一方都必须被告知,否则就是非法的。
l********e
发帖数: 12
9
假设我有N个离散的随机变量,知道他们的 probability mass function,想得到他们的
和的probability mass function,需要调用matlab的那个函数?
应该使用卷积吧,用哪个函数呢?conv好像不行吧,不知道各个卷积出的值的概率是多
少。
谢谢
s******t
发帖数: 150
10
已知B(x)=1/12(|x-2|^3-4|x-1|^3+6|x|^3-4|x+1|^3+|x+2|^3);
现在要求B-spline function of order 3,怎么求啊?
我是这样做的:就是求B(x)*B(x)*B(x), 其中*表示convolution
直接用matlab函数conv(B,B)*h_step.
本来出来的结果应该是关于y-axis对称的,可是我出来的呢?根本就不对称。
请问是什么原因啊?是否我理解有问题啊?
t***s
发帖数: 4666
11
来自主题: Computation版 - 为什么同时run两个matlab会比较慢?
试了一下,没用。我现在怀疑是内存带宽的问题。主要是做2d conv,试了一下
开一个instance,大概1000秒。同时开两个,每个都要1500秒。
不知道parallel toolbox的parfor会不会好一点。这样让3个cores闲着比较不爽。

maxN
S****e
发帖数: 1063
12
来自主题: EE版 - come on, guys, be professional
even if you do a boost, most of which are hard switched, only the peak of
the efficiency curve can get to those kind of numbers. for a total system
loss of 0.9w, to me it's definitely a dream number. Just think about how the
controller and gate drive gets their power.
more complex topology = more switches = more gate drive loss, simle topology
like a PFC boost can not archieve soft switching, so loss will come from
one way or another. I would be surprised if you can find any commercial PFC
conve
kn
发帖数: 2446
13
一般矩阵求逆可以先做QR分解,T=QR, Q是酉矩阵,R是三角阵
然后 QR*inv(T)=I, R*inv(T)=conv(Q),然后back substitute解出inv(T)
不过这里T是准下三角矩阵。不知道有没有更快的办法求逆。
s***n
发帖数: 9499
14
Thanks. Not yet. I'm not sure how good the interior point is for a non-conve
x problem.
Which software do you suggest for the implementation of interior point metho
d?
How about integer programming? Which software?
Coz it is more important to know the result for
Aij = 0 or 1.
D*******a
发帖数: 3688
15
i think you can serialize the variables and make it an MINLP
then there are some solvers available, e. g. MINLPBB, BARON...

conve
metho
c*******h
发帖数: 1096
16
in such case, the answer is the coefficient of the term x^k in
the polynomial (x^1+x^2+x^3)^n.
if you have a specific number for k and n, then the following matlab
script can give you the answer.
a = [1 1 1];
b = a;
for i=1:n-1
b = conv(b,a);
end
b(k-n+1) %% this is the answer
if k and n are just symbols, and you want a general symbolic answer
for you problem, i am afraid i do not have an idea what software can
solve this computer algebra problem.
s******t
发帖数: 150
17
发信人: slarlett (木木), 信区: Computation
标 题: 请问B-spline中order 3和basic function的关系
发信站: BBS 未名空间站 (Sat Apr 4 21:51:07 2009)
已知B(x)=1/12(|x-2|^3-4|x-1|^3+6|x|^3-4|x+1|^3+|x+2|^3);
现在要求B-spline function of order 3,怎么求啊?
我是这样做的:就是求B(x)*B(x)*B(x), 其中*表示convolution
直接用matlab函数conv(B,B)*h_step.
本来出来的结果应该是关于y-axis对称的,可是我出来的呢?根本就不对称。
请问是什么原因啊?是否我理解有问题啊?
c****n
发帖数: 2031
18
来自主题: Mathematics版 - ?
不光是RBF。傅立叶变换可以对角化卷积算子:F(f conv g)=F(f)F(g)。
l********e
发帖数: 3632
19
来自主题: Mathematics版 - 问一个简单的拓扑问题
没搞懂,都是pointwise convergence和函数有啥关系?
又没有要求uniform conv.
l******u
发帖数: 2314
20
来自主题: NanoST版 - 有谁能点评一下这篇文章么?
对不起啊,完全不是我的specialty...(nanorod & up/down flsc conv.)
你把RE的那篇的title改了,根本没看见啊,要不然起码也冒个泡,呵呵。
p*****k
发帖数: 318
21
来自主题: Quant版 - 来一道题 (转载)
ah, of course, you are right. silly me.
here is another thought regarding the new maximum problem:
consider function: f(t)=1/(1+t), set t(i)=y(i)/z(i), so one has
t(1)*...*t(n)=[y(1)*...*y(n)]/[x(1)*...*x(n)] which is fixed. i wonder whether the continuous case: to maximize the sum of f[t(i)] s.t. the product of t(i)=const. might help. (so instead of pairwise swap, i am thinking of adjusting all n elements with some constraints)
unfortunately f is neither log-concave or log-convex, so the conv
d********t
发帖数: 9628
22
啥HP conv和galerkin听都没听过。
b**g
发帖数: 335
s*****i
发帖数: 62
24
来自主题: Statistics版 - 问一个关于converge 的问题
You mean almost sure converge? I can not type formula, so you check the
formula and you will know that Roughly speaking,
The set for A.S is that exist a fixed set that it has probability one.
for In Probability, the set can be changing and the limit of its probability
is one.
examples like walking on (0,1] by 1/2, 1/3 and go on, use indicator function
you get conv in P, but not A.S
q**j
发帖数: 10612
25
来自主题: Statistics版 - Metropolis Hastings vs. Gibbs sampler。
请问一般如何大概估计一下要sample多少次,头多少次的要扔掉?
看了chib and greenberg的文章,我对一次sample所有参数有了感性认识。但是对bloc
k by block update还是有问题。这样做每次的conditional distribution由于conditi
onal on的参数不同,都是应该是不同的函数。怎么肯定会converge呢?一个函数conve
rge还好理解,怎么理解一个family的函数一起converge?
当然我可能是杞人忧天了,应该有大牛做过理论证明的。纯粹是我的心理不好接受。请
问有没有人给个形象的解释或者例子。
X****d
发帖数: 36
26
来自主题: DataSciences版 - 新手诚心请教一个deep learning的问题
1-dimensional time series data. 120 readings per 10-min time window.
想用Conv-Net based autoencoder来做dimensionality reduction, 把input layer的
120个neurons encode成2~3个neurons,以便进行visualization.
现在正学着用Caffe 或是 Keras,但是没有找到很好的tutorial来做1D数据的
autoencoder。
请问各位大神有没有人用过这两个包,或者是有没有好的tutorial/notebook可以推荐?
谢谢!
k*****a
发帖数: 823
27
来自主题: _Auto_Fans版 - 再问版上谁开过这代的A4
Test drove 03 1.8T quattro wagon before. Not impressed at all. Although
interior looks nice, driving is kind of bland. Acceleration is much worse
than 02 325, suspension is soft, steering is vague.
Don't want the viggen conv. any more?
a*********g
发帖数: 2853
28
来自主题: _Auto_Fans版 - 1月31日记
早早起来,开车去NJ看那个SLK。昨天刚加的油,开到dealer 210迈,显示MPG 27.2。
向dealer要求test drive SLK,被告知刚刚卖掉。郁闷!本来打算走了,被dealer强留
下来看他的2004 MR2 spider。想着这么远过来了,就这么回去不合算吧,就打算试一下
。结果又发现是手动的,结果dealer开,我坐旁边看。一挡起步直接踩到5k-6k,显示M
R2有多么推背,然后宣称用的是turbo engine。转了一圈回来,开价$22k,告知超出预
算。然后去跟manager叨咕半天,出来说,MR2不能降价了,不过有一个2001 9-3 conve
rtible,7xk,只要$15k就好...真想骂他一顿。然后告诉他我现在开的是9-5,对9-3没兴
趣。他说“你要trade in的不是95年的Saab吗?”晕。
回来路上,在CT的第一个休息站停下来,吃东西,喝水。熄火的时候好像声音有点不对
劲,现在回想有可能是关到一半又往回拧了一下,记不清楚了。过一会再打就打不着了
,有打火的声音,就是起不来。油门踩到底试试,好像没有动静,检查hood底下看不出
什么不对
a**i
发帖数: 7261
29
来自主题: _Auto_Fans版 - 洗干净了也奔一个
2001 saab 93 viggen conv
这辆车拿回来后可没少折腾
总算折腾了差不多,好好洗一下拍张照
轮圈换的不是很满意
g**e
发帖数: 6127
30
来自主题: _Auto_Fans版 - 换圈的时候tire pressure sensor怎么弄
还好吧,我不觉得癫,呵呵
top gear只是把z conv贬的比较厉害,coupe还行吧

sunny
original
a**i
发帖数: 7261
31
id: axii
车型:2001 saab viggen conv
所在州:DE
备忘:要是不用修车,不用交ticket该多好
a**i
发帖数: 7261
32
id: axii
车型:2001 saab viggen conv
所在州:DE
备忘:要是不用修车,不用交ticket该多好
m*********8
发帖数: 1018
33
来自主题: _Auto_Fans版 - 帮忙看看这个saab怎么样吧
It's not a Viggen... There's no automatic Viggen, but Saab did offer a "
Viggen pkg" on 03' conv, which contains Viggen's seats & spoilers.
T******g
发帖数: 21328
34
来自主题: _Auto_Fans版 - Found a 06 porsche boxster, OK to buy?
you can probably get an 05 M3 conv/hardtop for under 30K with about the same
mileage, your choice
f********m
发帖数: 8397
35
来自主题: _Auto_Fans版 - 这个350Z convertible fully loaded 真便宜
现在新的350z conv$25k应该就拿下来了,8k off msrp.
x*****n
发帖数: 3422
36
来自主题: _Auto_Fans版 - 新人来报道
S2000, miata, auto TT conv, Z4 ...
取决于你喜欢开车,还是喜欢车
a*********g
发帖数: 2853
37
来自主题: _Auto_Fans版 - 新人来报道
这个太假了。可以买个93 conv啊,二手很便宜的
k*****a
发帖数: 823
38
来自主题: _Auto_Fans版 - Lexus IS-C 硬顶敞篷
hard top conv重这么多?wiki上说miata hard top就比soft top重79 lbs啊。
k*****a
发帖数: 823
39
来自主题: _Auto_Fans版 - 请教一下各位miata高手
昨天去sprint玩palm pre的时候经过mazda dealer,顺手去玩了一下miata,感觉挺不
错的。power虽然不是很足,轰到5k rpm也还可以了,handling确实好,body roll控制
得不错,suspension firm但是不harsh,不知道是不是因为试的那辆有suspension
package用了blistein shocks的原因。新车22-25k的价格,也算是比较便宜的RWD了,
有一点点想弄辆玩玩,还有几个问题想请教一下。多谢。
1. 买NB还是NC?那个handling更好?NB后轮的double wishbone到了NC成了multi-link
。miata旧车不便宜,也不知道会被前任车主abuse到什么程度。
2. 要上NC的话hard top conv值吗?新车价钱贵1k8-9,但是感觉风噪是小多了,可能
更安全一点,也没有换soft top的问题。hard top比soft top重70磅,不知道top up的
情况下对handling有什么影响?毕竟多出来的重量都在上面。
3. 新车suspension package包含LSD,
x*****n
发帖数: 3422
40
来自主题: _Auto_Fans版 - 请教一下各位miata高手
我觉得NA/NB的handling还是要比nc好一些,不过新版本我才试开几分钟
70磅的重量总是有点影响的,不过下雨啥的方便点,看你对这车的定位了,weekend toy
or occasional commuter
suspension package的500刀值,diff过弯的时候push的狠能体会到区别的
个人觉得这车主要玩的是操控,所以车新不新,有没有各种高级功能,没所谓。所以我
不会花两万多买新miata,这车无法向人炫富,对一般观众来说也不彰显品位,甚至conv
的泡妞功能由于mazda商标而减少,哈哈(我承认一说到钱,我就俗)。
miata用料上其实也就是一分价钱一份货,比如你提到的shifter,和宝马抛石没得比。
这车成功就在right recipe,一分不多一分不少,我觉得nc在市场压力下路子有点走歪
了。

link
T******g
发帖数: 21328
41
来自主题: _Auto_Fans版 - 128 convertible怎么样
直接上旧版的Z4M吧,其他的Z4都是indirect steering
其实G37 conv挺好看的
s******r
发帖数: 1439
42
来自主题: _Auto_Fans版 - 车型换代的定义?
欧, 怪不得大家都说Z06比其他一般的conv好呢
原来好在这里啊
t*a
发帖数: 18880
43
来自主题: _Auto_Fans版 - 包子猜车: 规则更改...
what detail do you need?
we had a 00 Beetle (coupe) before, and this time is a conv.
t*a
发帖数: 18880
44
来自主题: _Auto_Fans版 - 包子猜车: 规则更改...
1. someone post something about conv beetle (seach back beetle) long time
ago.
2. vw engine discussion 1.8T, 2.0, 2.5
3. "next generation" discussion, 98-05 vs 06-current beetle and ms3 07-09
vs 2010 ...
seems around year 03, there is a S module, manual only, 1.8T 170HP on the
beetle coupe... "kind of sporty"...

可惜
t*a
发帖数: 18880
45
来自主题: _Auto_Fans版 - 预算2W-2W5,求买车推荐
98 Jetta(bought 04), 00 Beetle(bought 04), 06 Beetle Conv.
some "bad" experience with 1st two, 发动机变速箱都挺好,驾驶感觉也不错,就是
电子方面小毛病很.......讨厌。
修:贵,还不一定修得好;
不修:不踏实,毕竟灯灯亮着呢,很不爽...
怕了。原则上在一段时间内(5-10年),不再碰VW(除了不得不),尤其是没有warranty的.
其实没有那末多小毛病还是挺招人喜欢的...
t*a
发帖数: 18880
46
来自主题: _Auto_Fans版 - Honda Civic Si 换机油
查找了一下以前的收据,上次是07年底更换,加运费 3M: $20,5-15分钟更换。不过老
的的确
脏的利害,现在又2年了,中午去看看,如果不是那末脏就是dealer的手脚了。居然有2
年了,又该换了...
MS3得hold一段时间了,好不容易清空车库装下conv beetle和van,我的车继续露天,卖
了可惜呀... 再有父母过来需要一辆不太大的自动车...我等...
t*a
发帖数: 18880
47
来自主题: _Auto_Fans版 - 帮我说说GTI (08-10)坏话:P
hehe... 有理(不过也不帮我).
有过3个vw,对于reliability很是不爽,本来打算没有特别情况(例如LD喜欢的conv.
Beetle或者golf R)不碰VW了,而且这次是送修Beetle恰巧try了GTI, 本来都没有在计
划内(try了ms3, rx8, si, 准备wrx)...又要纠结了...

振动
轻很
a**i
发帖数: 7261
48
来自主题: _Auto_Fans版 - 请教一下各位,s2000/e46
coupe比roadster还是大不少的,我的四座conv上次帮人搬家,居然把一个人的东西全部
放下了
t*a
发帖数: 18880
49
来自主题: _Auto_Fans版 - 奶奶的, 被羞辱了
oh, 我还真不知道怎么清洗conv的棚子呢...好在在车库里,只是清洗一下body和玻璃
部分...
展开讲讲?
t*a
发帖数: 18880
50
来自主题: _Auto_Fans版 - 谈谈ld喜欢的车
//hand...
一个coupe, 现在conv., 计划下一个Beetle pick up...
首页 上页 1 2 3 4 5 6 7 8 9 10 下页 末页 (共10页)