Prune a JOONE neural network with a selective prune algorithm.
标签: algorithm selective network neural
上传时间: 2017-08-24
上传用户:569342831
A java program that is a football match simulator when it starts 2 teams are matched and won price and the footballers are gain money according to their goals..
标签: simulator football program matched
上传时间: 2013-12-17
上传用户:123456wh
PhD research, you have already made a decision that will have a major impact on the success of your project, and perhaps even on your future career. You have chosen to work in a particular research group, under the guidance of a particular thesis advisor or supervisor.
标签: have research decision already
上传时间: 2017-09-14
上传用户:cursor
Before you even get started on your PhD research, you have already made a decision that will have a major impact on the success of your project, and perhaps even on your future career. You have chosen to work in a particular research group, under the guidance of a particular thesis advisor or supervisor.
标签: have you decision research
上传时间: 2013-11-28
上传用户:asdfasdfd
a function for fitting a set of data by a curve with degree n
标签: function fitting degree curve
上传时间: 2017-09-21
上传用户:lacsx
If you are a C++ programmer who desires a fuller understanding of what is going on "under the hood," then Inside the C++ Object Model is for you! Inside the C++ Object Model focuses on the underlying mechanisms that support object-oriented programming within C++: constructor semantics, temporary generation, support for encapsulation, inheritance, and "the virtuals"-virtual functions and virtual inheritance. This book shows how your understanding the underlying implementation models can help you code more efficiently and with greater confidence. Lippman dispells the misinformation and myths about the overhead and complexity associated with C++, while pointing out areas in which costs and trade offs, sometimes hidden, do exist. He then explains how the various implementation models arose, points out areas in which they are likely to evolve, and why they are what they are. He covers the semantic implications of the C++ object model and how that model affects your programs.
标签: understanding programmer desires fuller
上传时间: 2017-09-25
上传用户:gtzj
wasdas zgfd xdfg dsg dsg v d d cccc cc c c c c c c c c c c c c c c c c c c c c c c c c c c c c c c c c c c c c c
上传时间: 2013-12-19
上传用户:LouieWu
How to configure Asterisk in a Linux OS, to manage a VoIP network.
标签: configure Asterisk network manage
上传时间: 2017-09-28
上传用户:a6697238
变量和相等问题的设计和实现将a、b、c、d、e、f这6个变量排成如图所示的 三角形,这6个变量分别取 1——6的整数,且均不相同。求使三角形三条边上的变量之和相等的全部解,如 3 6 2 1 4 5 为一个解。 程序引入变量a,b,c,d,e,f,并让它们分别取1——6的整数,在它们互不相等的 条件下, 测试由它们排成如图所示的三角形三条边上的变量之和是否相等,如相等即为一种满足要求的排列,把它们输出。当这些变量取尽所有的组合后,程序就可得到全部可能的解。
上传时间: 2015-11-04
上传用户:GavinNeko
一、 一元三次回归方程 CubicMultinomialRegress.cs 方程模型为Y=a*X(3)+b*X(2)+c*X(1)+d public override double[] buildFormula() 得到系数数组,存放顺序与模型系数相反,即该数组中系数的值依次是d,c,b,a。 以后所述所有模型的系数存放均与此相同(多元线性回归方程除外)。 public override double forecast(double x) 预测函数,根据模型得到预测结果 public override double computeR2() 计算相关系数(决定系数),系数越接近1,数据越满足该模型。
标签: CubicMultinomialRegress override public double
上传时间: 2015-11-25
上传用户:13215175592