由买买提看人间百态

boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
Programming版 - 知道R为什么那么流行了哈哈
相关主题
how to get the number of days between two dates in C++神经网络的开窍现象
问一个c的问题Tf里面怎么选optimizer?
boost的deadline_timer要多脑残才能整出来?How to do Naive Bayes in R?
mint 是啥语言写的R: how to refer function arguments within function?
再问机器学习。。。用keras分类Obstacle's words of the day: perplex vs. puzzle
xiaoju 老师进来一下t-SNE和PCA哪个好?为什么?
有没有做sentiment analysis的,求思路中国的人文教授水平堪忧啊。。
求问 tf.estimator.trainspec max_stepsWhat happened before DNC convention zz
相关话题的讨论汇总
话题: iris话题: species话题: colors话题: tsne话题: unique
进入Programming版参与讨论
1 (共1页)
n******g
发帖数: 2201
1
写一句顶一万句。。。。瞧第三,4句多浓缩
colors = rainbow(length(unique(iris$Species)))
names(colors) = unique(iris$Species)
ecb = function(x,y){ plot(x,t='n'); text(x,labels=iris$Species, col=colors[
iris$Species]) }
tsne_iris = tsne(iris[,1:4], epoch_callback = ecb, perplexity=50)
w****e
发帖数: 3827
2
因为无论什么 加上“数据”两个字 就变得非常随潮流
1 (共1页)
进入Programming版参与讨论
相关主题
What happened before DNC convention zz再问机器学习。。。用keras分类
WSJ: Detroit平均每幢house的房价:$7,100xiaoju 老师进来一下
Carmelo Anthony channeled his inner Donald Trump有没有做sentiment analysis的,求思路
Comey不想FBI出来指证毛子干预美国大选求问 tf.estimator.trainspec max_steps
how to get the number of days between two dates in C++神经网络的开窍现象
问一个c的问题Tf里面怎么选optimizer?
boost的deadline_timer要多脑残才能整出来?How to do Naive Bayes in R?
mint 是啥语言写的R: how to refer function arguments within function?
相关话题的讨论汇总
话题: iris话题: species话题: colors话题: tsne话题: unique