说明:双击或选中下面任意单词,将显示该词的音标、读音、翻译等;选中中文或多个词,将显示翻译。
您的位置:首页 -> 词典 -> 随机抽题算法-Josephus算法
1)  algorithmic of setting examination questions at random the method of Josephus
随机抽题算法-Josephus算法
2)  extraction questions algorithm
抽题算法
3)  random sampling algorithm
随机抽样算法
1.
Improved random sampling algorithms for sliding windows over weighted streaming data;
带权值数据流滑动窗口随机抽样算法的改进
4)  randomized algorithms
随机算法
1.
Some of the most successful and powerful methods for SAT problems, like GSAT, randomized hill-climbing, Tabu Search, and Simulated Annealing, can be cast into the framework of randomized algorithms.
传统的求解 SAT问题的随机算法主要是对满足解进行搜索 ,在找不到满足解的情况下 ,则无法正确判断问题的可满足性 。
5)  random A* algorithm
随机A*算法
1.
By applying random A* algorithm,this paper clears out the biggest obstruction between the genetic algorithm and dynamic route guidance,which is how to get the initial generation of genetic algorithm.
提出了以随机A*算法为基础,运用遗传算法来求解不满足先进先出原则的动态网络中最短路径问题的思路,其中通过运用提出的随机Dijkstra算法解决了将遗传算法应用于最短路径问题中的最大障碍——初始种群的产生。
6)  stochastic algorithm
随机算法
1.
On stochastic algorithm for searching generator of limited circle group;
快速查找有限循环群生成元的随机算法
2.
The Convergence of Recursive Stochastic Algorithms;
“Ljung”型随机算法的收敛性
3.
Through the discussion on the simplification of the problems,probability simplifying model was established,the prior probability was produced via experimental analysis,and stochastic algorithm for simplifying initial edge set of traveling salesman problem was constituted.
通过对该类问题的可化简性论述,分析并建立了该类问题初始边集的概率化简模型,经实验分析方式确定了模型中的先验性概率值,并建立旅行商化简初始边集的随机算法。
补充资料:BP算法
分子式:
CAS号:

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

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