E-COM-NET
首页
在线工具
Layui镜像站
SUI文档
联系我们
推荐频道
Java
PHP
C++
C
C#
Python
Ruby
go语言
Scala
Servlet
Vue
MySQL
NoSQL
Redis
CSS
Oracle
SQL Server
DB2
HBase
Http
HTML5
Spring
Ajax
Jquery
JavaScript
Json
XML
NodeJs
mybatis
Hibernate
算法
设计模式
shell
数据结构
大数据
JS
消息中间件
正则表达式
Tomcat
SQL
Nginx
Shiro
Maven
Linux
squared
Keras笔记 -- objective
Keras定义了以下几种objectivefuction:(1)mean-
squared
-errordefmean_
squared
_error(y_true,y_pred): returnK.mean(
meanme
·
2016-03-06 15:00
深度学习
Keras
CSC321 神经网络语言模型 RNN-LSTM
作为误差函数使得我们可以对于观测到的数据给予较高的概率值同时可以解决saturation的问题前面提到的线性隐层的降维作用(减少训练参数) 这是一个最初版的神经网络语言模型 选取什么要的lossfunction,为什么用cross-entropy,为什么不用
squared
阁子
·
2015-12-16 20:00
几种代价函数
of Absolute Error)即绝对误差和 SATD(Sum of Absolute Transformed Difference)即hadamard变换后再绝对值求和 SSD(Sum of
Squared
·
2015-11-13 17:43
函数
Machine Learning Done Wrong
for granted Many practitioners train and pick the best model using the default loss function (e.g.,
squared
·
2015-11-13 14:47
codeforces 314C Sereja and Subsequences(树状数组+DP)
First Sereja took a piece of
squared
paper and wrote all distinct non-empty non-decreasing
·
2015-11-13 00:01
codeforces
2.4 statistical decision theory
引入符号: $X\in R^p$ X为维度为p的输入向量 $Y\in R$ Y为输出,实数 $P(X,Y)$ 为两者的联合概率分布 $f(X)$ 为预测函数,给定X,输出Y a.使用
squared
·
2015-11-11 10:42
IO
几种代价函数
of Absolute Error)即绝对误差和 SATD(Sum of Absolute Transformed Difference)即hadamard变换后再绝对值求和 SSD(Sum of
Squared
·
2015-11-11 09:13
函数
HUST_ACdream区域赛指导赛之手速赛系列(1)(2)G——BFS——Cutting Figure
Description You've gotten an n × m sheet of
squared
paper.
·
2015-11-07 14:17
figure
I2C总线之(一)---概述
概述: I²C 是Inter-Integrated Circuit的缩写,发音为"eye-
squared
cee" or "eye-two-cee
·
2015-11-03 22:56
c
IIC 概述之1
概述: I²C 是Inter-Integrated Circuit的缩写,发音为"eye-
squared
cee" or "eye-two-cee
·
2015-11-02 13:00
c
scala进阶笔记:函数组合器(combinator)
主要参考:http://www.importnew.com/3673.html List(1,2,3) map
squared
会在列表的每个元素上分别应用
squared
函数,并且返回一个新的列表
·
2015-10-31 16:03
scala
40个幻灯片效果在网页设计中的应用案例
Squared
Eye 5. mimeo 6. Print Mor 7. Ro
·
2015-10-30 12:11
网页设计
寻根究底,探讨 chi -square特征词选择方法后面的数学支持
对于我还是略有了解的,比如X~n(0,1),那么X^2就服从chi-square, 独立 独立的chi方分布相加后仍然是chi
squared
变量,并且自由度为各个
·
2015-10-30 12:50
方法
I²C
I²C的正确读法为"I-
squared
-C" ,而"I-two-C"则是另一种错误但被广泛使用的读法,在中国则多以
·
2015-10-28 08:10
c
[翻译] FBLikeLayout
This layout loads
squared
items with randomic full size items. It works with standard layout deleg
·
2015-10-27 13:51
layout
算法实现之python篇
nbsp;gradient_boosting_regression.py from sklearn import ensemblefrom sklearn.metrics import mean_
squared
_error
·
2015-10-23 08:45
python
《python核心编程》读书笔记——列表解析
用for把处理后的值放入列表: 1
squared
= [ x**2 for x in range(4) ] 2 for i in
squared
: 3 print
·
2015-10-23 08:31
python
python列表解析
学习Python一段时间,有个比较牛逼的特性个人觉得要记录下来: 所谓的列表解析:这是一个让人欣喜的术语, 表示你可以在一行中使用一个for 循环将所有值放到一个列表当中
squared
= [x
·
2015-10-21 13:36
python
海丁网可用性测试记
初识海丁 我是在一次联合创业办公社People
Squared
活动中认识了海丁的Simon,这次也是通过他牵线搭桥联系上了海丁CTO——Wilson。国内了解、使用可用性测试的公司不多,海丁也是
·
2015-10-19 10:54
可用性
基于Theano的深度学习(Deep Learning)框架Keras学习随笔-04-目标函数
一、目标函数的使用方法model.compile(loss='mean_
squared
_error
niuwei22007
·
2015-10-14 22:00
objective
深度学习
Keras
theano
keras教程
[CodeWars][JS]如何判断给定的数字是否整数
take a positive integer value, and return a list of all positive integer pairs whose values - when
squared
·
2015-07-17 12:00
code
sklearn.cluster.k_means._kmeans_single()
def _kmeans_single(X, n_clusters, x_
squared
_norms, max_iter=300, init='k-means++',
py_god
·
2015-07-16 21:00
sklearn.cluster.k_means_._labels_inertia()
def _labels_inertia(X, x_
squared
_norms, centers, precompute_distances=True, distances
py_god
·
2015-07-16 21:00
cluster.k-means_._labels_inertia_precompute_dense
def _labels_inertia_precompute_dense(X, x_
squared
_norms, centers, distances): """Compute labels
py_god
·
2015-07-16 21:00
sklearn.cluster.k_means_._kmeans_single()
参数:——————————————————————流程:——————————————————————def _kmeans_single(X, n_clusters, x_
squared
_norms,
py_god
·
2015-07-16 20:00
sklearn.metrics.pairwise.euclidean_distances
参数X:array_like或者稀疏矩阵,(n_samples_1,n_features)Y:array_like或者稀疏矩阵,(n_samples_2,n_features)Y_norm_
squared
py_god
·
2015-07-15 15:00
机器学习
欧几里得距离
sklearn
sklearn.cluster.k_means_._k_init
x_
squared
_norms:shape(n_samples,),平方欧几里德范数。random_state:随机数产生器,你懂得。。
py_god
·
2015-07-15 14:00
聚类分析
sklearn
kmean++
sklearn.cluster.k_means_._init_centroids
x_
squared
_norms:每个样本点的平方范数,默认为none。
py_god
·
2015-07-14 16:00
sklearn
初始中心点
k_means
Mean
squared
error MSE即方差
MSE是网络的性能函数,网络的均方误差,叫"MeanSquareError"。比如有n对输入输出数据,每对为[Pi,Ti],i=1,2,...,n.网络通过训练后有网络输出,记为Yi。在相同测量条件下进行的测量称为等精度测量,例如在同样的条件下,用同一个游标卡尺测量铜棒的直径若干次,这就是等精度测量。对于等精度测量来说,还有一种更好的表示误差的方法,就是标准误差。标准误差定义为各测量值误差的平方和
kunlong0909
·
2013-10-24 11:00
机器学习
术语
cocos2d - 粒子系统工具(Particle Designer)
ParticleDesigner)的使用分类:卷毛之各种工具2012-11-0713:03356人阅读评论(0)收藏举报particleDesigner粒子效果1.工具下载地址http://particledesigner.71
squared
.com
oskytonight
·
2013-09-19 10:20
学习笔记
cocos2d - 粒子系统工具(Particle Designer)
的使用分类: 卷毛之各种工具2012-11-0713:03 356人阅读 评论(0) 收藏 举报particleDesigner粒子效果1.工具下载地址http://particledesigner.71
squared
.com
oSKyTonight
·
2013-09-19 10:00
cocos2d-x
卷毛之各种工具
擦 这是中毒了么
可疑程序:扫描结果扫描结果: 32%的杀软(12/37)报告发现病毒时间: 2013/03/0411:28:07(CST)软件名称 引擎版本病毒库版本病毒库时间扫描结果时间a-
squared
5.1.0.4201303041001282013
红尘一人
·
2013-03-04 11:00
IOS用TBXML 解析XML
TBXML下载地址: https://github.com/71
squared
/TBXML这是我解析的XML(setting.xml),做个备忘EventOntileBanner颜色值2013-02-13
wuzehai02
·
2013-02-28 21:00
ios
xml
TBXML
[上海] QClub上海站2013年1月沙龙-敏捷实践
上海敏捷社区,以及 CSDN社区活动 的合作推广-主题:敏捷实践-时间:2013年01月27日周日下午13:30–17:30-地点:上海市静安区昌平路990号8号楼 http://www.people-
squared
.com
yzpower
·
2013-01-23 16:00
cocos2d iphone rss 信息
list ~ iPhoneDev http://iphone.keyvisuals.com/feed/ 71² http://feeds.feedburner.com/71
squared
hulefei29
·
2012-12-18 23:00
cocos2d
查阅 卡方检验 Chi-
squared
Test
wiki百科——卡方分布★卡方检验 百度百科——卡方检验卡方临界值表n'P0.9950.990.9750.950.90.750.50.250.10.050.0250.010.0051…………0.020.10.451.322.713.845.026.637.8820.010.020.020.10.210.581.392.774.615.997.389.2110.630.070.110.220.35
nudtgk2000
·
2012-12-09 18:00
列联表和定性变量之间相关性的研究:Pearson的chi-squred test
www.r-bloggers.com/contingency-table-and-the-study-of-the-correlation-between-qualitative-variables-pearsons-chi-
squared
-test
timothyzh
·
2012-06-17 18:00
游戏
c
table
null
Matrix
两个比例的比较:参数方法(Z-test)和非参数方法(chi-square test)
Source:http://www.r-bloggers.com/comparison-of-two-proportions-parametric-z-test-and-non-parametric-chi-
squared
-methods
timothyzh
·
2012-06-14 14:00
Weka分析结果参数解释
Absolute Error 是N次实验绝对误差的均值.绝对误差就是预测值与实际值之差的绝对值.比如某实例的预测值就是它的正确分类标签,而实际值就是classifier指定给它的分类标签...Root Mean
Squared
chenwq
·
2012-01-17 17:00
参数
Google
Squared
和 Google News Timeline 等实验室项目确定下课
Google还在忍痛割爱地挑选哪个GoogleLabs项目可以留下,而谁会下课。今天又确定有4个实验项目下课:GoogleSquaredGoogleNewsTimelineCityToursRealtimeMytracksGoogleSquared于2009年6月发布,以表格形式提供系统而规矩的搜索结果。后来其技术也直接集成进Google搜索,比如你如果问LadyGaga的生日的话,不必看问答网站
musiXboy applelen
·
2011-08-25 17:00
Google
Google
Google
timeline
news
city
Google新闻
labs
Tours
Squared
weka 参数表示的意思
GridSearch可以参数以下指标进行优化: Correlation coefficient (= CC) 相关系数 Root mean
squared
error (= RMSE) 均方根误差
endual
·
2011-08-18 08:00
参数
weka 参数表示的意思
GridSearch可以参数以下指标进行优化: Correlation coefficient (= CC) 相关系数 Root mean
squared
error (= RMSE) 均方根误差
endual
·
2011-08-18 08:00
参数
ViewSonic ViewPad 7: Tablet and Phone, With No Contract
The gadget packs a fair variety of features into its
squared
-off 7-inch frame--most notably the capability
sbguh
·
2011-06-23 21:00
apple
android
Google
Flash
mobile
均方差是标准差吗?---- 可以说方差就是均方差,但标准差不是均方差。 网络上99%的对标准差是均方差的解释都是有误的。
还是我们的某些课本就一知半解的胡乱定义呢均方差(mse):Meansquarederror,或者meansquaredeviationhttp://en.wikipedia.org/wiki/Mean_
squared
_er
dubiousway
·
2011-05-26 20:00
关于稳定特征路标的一点描述
Whenitisnecessarytofindaparticularfeatureinasubsequentimage,asearchiscarriedoutusingnormalisedsum-of-
squared
-difference
zht9961020
·
2010-11-16 14:00
Algorithm
image
search
System
features
structure
数值运算
def
squared
(a, b) b = b.to_a a = a.to_a sum = 0 (0...a.size).each { |i| sum +=
jsntghf
·
2010-02-01 13:00
F#
计量经济学术语(转载)
计量经济学术语A 校正R2(AdjustedR-
Squared
):多元回归分析中拟合优度的量度,在估计误差的方差时对添加的解释变量用一个自由度来调整。
bodybo
·
2009-07-24 10:00
c
function
properties
null
Random
variables
Google
Squared
开始预热
Google在刚刚结束的GoogleSearchology搜索新功能发布会上展示了我们第一次见到的新东东:GoogleSquared。这到底是个啥玩意?假设我想买个照相机,我该在Google搜索什么关键字好呢?照相机?可能会出现照相机发展历史和介绍买什么照相机?可能会出现baidu问答,然后是一大票过时的和不靠谱的建议SONY照相机?那等于你把自己圈在了SONY的圈里,自我屏蔽了其它品牌最好的照相
lovnet
·
2009-05-18 14:00
制造
Google
Google
Squared
开始预热
Google在刚刚结束的GoogleSearchology搜索新功能发布会上展示了我们第一次见到的新东东:GoogleSquared。这到底是个啥玩意?假设我想买个照相机,我该在Google搜索什么关键字好呢?照相机?可能会出现照相机发展历史和介绍买什么照相机?可能会出现baidu问答,然后是一大票过时的和不靠谱的建议SONY照相机?那等于你把自己圈在了SONY的圈里,自我屏蔽了其它品牌最好的照相
nhconch
·
2009-05-18 14:00
K-Nearest Neighbor[KNN] Classifier Implementation
K-NearestNeighbor[KNN]ClassifierImplementation 1double
squared
_distance(double* source, double* target
NPR & Fluids World
·
2008-05-22 15:00
上一页
4
5
6
7
8
9
10
11
下一页
按字母分类:
A
B
C
D
E
F
G
H
I
J
K
L
M
N
O
P
Q
R
S
T
U
V
W
X
Y
Z
其他