-
-
[
Matlab]
matlabmatrix.rar
... input k from the keyboard, and which prints out the smallest fibonacci number that is at least as large as k. The program should ... output:
Enter k>0: 100
144 is the smallest fibonacci number greater than or equal to 100.
It is the 12th fibonacci ...
Category:
Algorithm Upload User:
hn0719 Size:
1K
-
[
Matlab]
On-Line_MCMC_Bayesian_Model_Selection.rar
... algorithm with reversible jump MCMC steps to perform model selection in neural networks. We treat both the model dimension (number of neurons) and model parameters as unknowns. The derivation and details are presented in: Christophe Andrieu, Nando de ...
Category:
Algorithm Upload User:
sinhoo2019 Size:
215K
-
[
Matlab]
Reversible_Jump_MCMC_Bayesian_Model_Selection.rar
... neural networks. It uses a hierarchical full Bayesian model for neural networks. This model treats the model dimension (number of neurons), model parameters, regularisation parameters and noise parameters as random variables that need to be estimated. ...
Category:
matlab Upload User:
sanagc Size:
341K
-
-
[
C/C++]
2262.rar
... In 1742, Christian Goldbach, a German amateur mathematician, sent a letter to Leonhard Euler in which he made the following conjecture: Every even number greater than 4 can be written as the sum of two odd prime numbers. For example : 8 = 3+ 5. Both 3 ...
-
[
C/C++]
2309.rar
... In a subtree whose root node is X, we can get the minimum number in this subtree by repeating going down the left node until the last level, and we can also find the maximum number by going down the right node. Now you are given some queries ...
-
[
C/C++]
CT-API.rar
... Parameter 1 (P1), Parameter 2 (P2). If wou don crave want to send Parameter 3 (P3) press Ctrl-d (^ d). If you enter a number then you have to the Bytes of the Datafield. After the last Byte of the Datafield is entered the whole APDU is send the replay is ...
Category:
SCM Upload User:
sellwell Size:
34K
-
[
Matlab]
PlotSphereIntensity.rar
... (azimuth, elevation)
PlotSphereIntensity(azimuth, elevation, intensity)
h = PlotSphereIntensity(...)
Plots the intensity (as color) of a number of points on a unit sphere.
Input:
azimuth (phi), in degrees
elevation (theta), in degrees
intensity ...
-
[
Matlab]
gmm.rar
Creates a Gaussian mixture model with specified architecture.MIX = GMM(DIM, NCENTRES, COVARTYPE) takes the dimension of the space
DIM, the number of centres in the mixture model and the type of the
mixture model, and returns a data structure MIX.
Category:
matlab Upload User:
cdjinpeng Size:
2K
-
[
Java/JSP]
Main.rar
an application that finds the smallest of several integers. Assume that the first value
read specifies the number of values to input from the user