1)  "good" algorithm
“好”算法
2)  good algorithm
好算法
1.
There is no good algorithm for finding shortcut in the directed digraph.
在一般有向图中最短路问题是没有好算法的。
3)  the " k th best" algorithm
“第k最好”算法
4)  kth-best algorithm
“第k最好算法”
5)  hao
1.
The Semantic and Pragmatic Account of the Chinese word HAO;
汉字“好”的语义和语用功能分析
2.
From the study of these words "Mi Wu","hao" and "shu" of this poem,we can confirm the purport of the poem,thus properly understanding the social life written in the poem.
从对诗中的“蘼芜”、“好”、“姝”的考释中,可以重新确定本诗的主旨,进而对诗歌所述说的社会生活进行正本清源的理解。
6)  good
1.
As early as in Shuo Wen Jie Zi, the character "beautiful" was interpreted as the basic meaning of good (hao).
自《说文解字》始 ,便将“美也”作为“好”字的本义 ,这实际是根据“好”字后起义所作的误释。
参考词条
补充资料:BP算法
分子式:
CAS号:

性质:又称逆推学习算法,简称BP算法,是1986年鲁梅哈特(D. E. Rumelhart)和麦克莱朗德(J. L. McClelland)提出来的。用样本数据训练人工神经网络(一种模仿人脑的信息处理系统),它自动地将实际输出值和期望值进行比较,得到误差信号,再根据误差信号从后(输出层)向前(输入层)逐层反传,调节各神经层神经元之间的连接权重,直至误差减至满足要求为止。反向传播算法的主要特征是中间层能对输出层反传过来的误差进行学习。这种算法不能保证训练期间实现全局误差最小,但可以实现局部误差最小。BP算法在图像处理、语音处理、优化等领域得到应用。

说明:补充资料仅用于学习参考,请勿用于其它任何用途。