代码搜索结果
找到约 33,766 项符合
Algorithm 的代码
0712118.cpp
#include "stdafx.h"
void main()
{
dijkstra s;
s.read("in.txt");
s.algorithm();
s.output();
getch();
}
predict_performance.m
function a = predict_performance(algorithm, algorithm_params, features, targets, region)
% Predict the final performance of an algorithm from the learning curves
% Inputs:
% algorithm
ica.m
function [features, targets, W] = ICA(features, targets, params, region)
%Reshape the data points using the independent component analysis algorithm
%Inputs:
% train_features - Input features
%
loglikelihood.m
function ll = loglikelihood(theta, features, h, center_point, cp_target)
% Used by the polynomial fitting algorithm
[c,r] = size(features);
features = center_point * ones(1,r) - features;
plot_process.m
function plot_process(mu)
%Plot the mu's during an algorithm's execution
%Inputs:
% mu - The location of points
% No outputs
h = findobj('UserData','mu');
if (~isempty(h)),
delete(h
bitload.m
function [bits_alloc,energy_alloc] = BitLoad(subchan_gains,total_bits,num_subc,gap,noise,M)
% Bit Loading Algorithm
% ---------------------
%
% Inputs :
% subchan_gains : SubCarrier Gain
algorithm.txt
1. Compression algorithm (deflate)
The deflation algorithm used by gzip (also zip and zlib) is a variation of
LZ77 (Lempel-Ziv 1977, see reference below). It finds duplicated strings in
the input
algorithm.txt.svn-base
1. Compression algorithm (deflate)
The deflation algorithm used by gzip (also zip and zlib) is a variation of
LZ77 (Lempel-Ziv 1977, see reference below). It finds duplicated strings in
the input
xor.frx
楴EURAL NET TRAINED BY
GENETIC ALGORITHM
Looking this Project is the easiest way to understand how to Train a Neural Net with a Genetic Algorithm.
@psc_readme_72047_1.txt
Title: a Simply Genetic Algorithm And Neural Network PROJECTS (V2)
Description: CONTAINS: Genetic Algorithm Class - Simple and easy to use. + Modified ParasChopra Neural Net by www.paraschopra.com. -