norm 音标拼音: [n'ɔrm]
n . 基准,模范,标准,智力水准,平均数
基准,模范,标准,智力水准,平均数
norm 范数
norm n 1 :
a standard or model or pattern regarded as typical ; "
the current middle -
class norm of two children per family "
2 :
a statistic describing the location of a distribution ; "
it set the norm for American homes " [
synonym : {
average }, {
norm }]
Norm \
Norm \,
n . [
L .
norma a rule .
See {
Normal },
a .]
[
1913 Webster ]
1 .
A rule or authoritative standard ;
a model ;
a type ;
as ,
deviations from the norm are not tolerated .
[
1913 Webster PJC ]
2 . (
Biol .)
A typical ,
structural unit ;
a type . --
Agassiz .
[
1913 Webster ]
116 Moby Thesaurus words for "
norm ":
Procrustean law ,
Ten Commandments ,
Weltanschauung ,
Zeitgeist ,
average ,
axiology ,
balance ,
barometer ,
behavioral norm ,
benchmark ,
business ethics ,
canon ,
center ,
check ,
climate ,
climate of opinion ,
code ,
code of ethics ,
code of morals ,
commandment ,
convention ,
criterion ,
decalogue ,
degree ,
dictum ,
ethic ,
ethical system ,
ethics ,
ethos ,
form ,
formality ,
formula ,
formulary ,
gauge ,
general principle ,
generality ,
golden mean ,
golden rule ,
graduated scale ,
guideline ,
guiding principle ,
happy medium ,
ideology ,
imperative ,
intellectual climate ,
juste -
milieu ,
law ,
law of nature ,
legal ethics ,
maxim ,
mean ,
measure ,
median ,
medical ethics ,
mediocrity ,
medium ,
middle ,
middle course ,
middle ground ,
middle point ,
middle position ,
middle state ,
middle -
of -
the -
road ,
midpoint ,
mitzvah ,
model ,
moral ,
moral climate ,
moral code ,
moral principles ,
morals ,
mores ,
new morality ,
norma ,
normal ,
normative system ,
norms ,
order of nature ,
ordinance ,
par ,
parameter ,
pattern ,
prescribed form ,
prescription ,
principium ,
principle ,
principles ,
professional ethics ,
quantity ,
reading ,
readout ,
regulation ,
rubric ,
rule ,
run ,
scale ,
set form ,
settled principle ,
social ethics ,
spiritual climate ,
standard ,
standards ,
standing order ,
tenet ,
test ,
touchstone ,
type ,
universal law ,
usual ,
value ,
value system ,
via media ,
working principle ,
working rule ,
world view ,
yardstick
安装中文字典英文字典查询工具!
中文字典英文字典工具:
复制到剪贴板
英文字典中文字典相关资料:
范数(Norm)——定义、原理、分类、作用与应用 - 知乎 一、 什么是范数? (定义) 范数(Norm)是线性代数中的一个基本概念,用来度量一个向量的“长度”或“大小”。 简单来说,范数告诉我们一个向量离原点有多远。 在机器学习中,范数常用于: 衡量预测误差(损失…
NORM中文 (简体)翻译:剑桥词典 - Cambridge Dictionary One child per family is fast becoming the norm in some countries 每个家庭一个孩子在一些国家正迅速普遍起来。
norm - 搜索 词典 7 A summary of test results for a large and representative group of subjects The norm group is referred to as the standardization sample 对 一个 庞大 且 具代表性 的 受 试 团体 的 测验 结果 所 做 的 概述, 常 模 团体 必须 是 标准化 样本。
NORM(英语单词)_百度百科 NORM是一个英语单词,音标为英 [nɔːm] 美 [nɔːrm],作为名词使用,核心含义指社会普遍接受的行为准则、特定领域的量化标准或统计学中的平均参照值。 其应用覆盖社会科学、数学及日常语境等多领域。
什么是范数(norm)?以及L1,L2范数的简单介绍 - CSDN博客 L1和L2的区别 L1范数(L1 norm)是指向量中各个元素绝对值之和,也有个美称叫“ 稀疏规则算”(Lasso regularization)。 比如 向量A= [1,-1,3], 那么A的L1范数为 |1|+|-1|+|3| 简单总结一下就是: L1范数: 为x向量各个元素绝对值之和。
norm是什么意思_norm的翻译_音标_读音_用法_例句_爱词霸在线词典 An institution responsible for establishing a European norm and harmonizing domestic regulations to combat environmental contamination 负责制定一项欧洲标准并协调国内法规以应对环境污染的机构
范数 - 维基百科,自由的百科全书 范数 (英語: Norm),是具有“长度”概念的 函数。 在 线性代数 、 泛函分析 及相关的数学领域,是一个 函数,其为 向量空间 内的所有 向量 赋予非零的正 长度 或 大小。 另一方面, 半范数 (英語: seminorm)可以为非零的 向量 赋予零长度。
范数(Norm)的几何直观、物理意义及在机器学习中的应用 什么是范数? 在数学中,范数(Norm)是一种函数,用来度量向量的大小。 在机器学习、信号处理等领域中,范数常常被用作正则化(regularization)方法,通过对参数向量的范数进行约束,达到控制模型复杂度、防止过拟…
带你秒懂向量与矩阵的范数 (Norm)_矩阵norm-CSDN博客 意义:各个元素的绝对值之和 向量的2-范数 ( l 2 − n o r m l_2-norm l2 − norm) ∥ X ∥ 2 = ( ∑ i = 1 n x i 2 ) 1 2 \|X\|_2= (\sum_ {i=1}^ {n} {x_i^2})^ {\frac {1} {2}} ∥X ∥2 = (i=1∑n xi2 )21 意义:每个元素平方和再平方根