由买买提看人间百态

boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
Programming版 - mxnet/tf的一个比较blog
相关主题
ambiguous operators in c++size不固定的struct怎么定义呀?
问个函数指针指向操作符的问题how to create interface "operator=="
C语言里面的register变量能否进行取地址操作? (转载)why use static function here?
[C++] 入门级问题 increment and decrement operators为什么需要定义 = 和 copy ctor
why copy assignment operator returns non-const type?a c++ question
Scala的operator似乎不太好读What is the methology to solve problems like swapping variables?
h2o好像突然火了A weird segmentation fault!
C++ 中 myobject * a =new myobject[n] 的问题一个让我比较困惑的问题 c++ inheritence
相关话题的讨论汇总
话题: mxnet话题: tensor话题: tf话题: blog话题: low
进入Programming版参与讨论
1 (共1页)
f******2
发帖数: 2455
1
http://blog.revolutionanalytics.com/2016/08/deep-learning-part-1.html
很多指数都是mxnet看着不错,但是有两个明显劣势:1. 不支持control flow
operator;2. “Low-level Tensor Operators”现成的很少
这个对practitioner来说意味着什么?2对于外行照猫画虎人士来说是不是硬伤啊?
g****t
发帖数: 31659
2
Tensor xxx的这些做marketing的,到底知道不知道什么叫tensor?
这是力学术语啊。。。

【在 f******2 的大作中提到】
: http://blog.revolutionanalytics.com/2016/08/deep-learning-part-1.html
: 很多指数都是mxnet看着不错,但是有两个明显劣势:1. 不支持control flow
: operator;2. “Low-level Tensor Operators”现成的很少
: 这个对practitioner来说意味着什么?2对于外行照猫画虎人士来说是不是硬伤啊?

l*******m
发帖数: 1096
3
很多人就是改改现有的例子,粒度大的反而容易上手。

【在 f******2 的大作中提到】
: http://blog.revolutionanalytics.com/2016/08/deep-learning-part-1.html
: 很多指数都是mxnet看着不错,但是有两个明显劣势:1. 不支持control flow
: operator;2. “Low-level Tensor Operators”现成的很少
: 这个对practitioner来说意味着什么?2对于外行照猫画虎人士来说是不是硬伤啊?

a*****e
发帖数: 1700
4
纯 marketing,狗家自己的大拿给 talk 的时候被人诘问很尴尬,只是说是个好名字,
why not

【在 g****t 的大作中提到】
: Tensor xxx的这些做marketing的,到底知道不知道什么叫tensor?
: 这是力学术语啊。。。

n******t
发帖数: 4406
5
google很多東西的名字,都是我曾經想用但是覺得有點為裝逼而裝逼最後放棄的。
類似tensorxxx,還有nexus,什麼之類的。。

【在 g****t 的大作中提到】
: Tensor xxx的这些做marketing的,到底知道不知道什么叫tensor?
: 这是力学术语啊。。。

f******2
发帖数: 2455
6
看到了一个在caffe上的算法模块,参数什么的都调好了。问题和problem scope和我想
的东西一摸一样,拿过来测试也非常好。
容易port到另外一个平台,例如mxnet吗?


: 很多人就是改改现有的例子,粒度大的反而容易上手。



【在 l*******m 的大作中提到】
: 很多人就是改改现有的例子,粒度大的反而容易上手。
1 (共1页)
进入Programming版参与讨论
相关主题
一个让我比较困惑的问题 c++ inheritencewhy copy assignment operator returns non-const type?
how to get division and reminder in one operation?Scala的operator似乎不太好读
What does C++ program return to the operating system?h2o好像突然火了
C++中怎么传递std::hex这样的参数啊C++ 中 myobject * a =new myobject[n] 的问题
ambiguous operators in c++size不固定的struct怎么定义呀?
问个函数指针指向操作符的问题how to create interface "operator=="
C语言里面的register变量能否进行取地址操作? (转载)why use static function here?
[C++] 入门级问题 increment and decrement operators为什么需要定义 = 和 copy ctor
相关话题的讨论汇总
话题: mxnet话题: tensor话题: tf话题: blog话题: low