代码搜索:Learning
找到约 5,352 项符合「Learning」的源代码
代码结果 5,352
www.eeworm.com/read/405069/11472288
m backpropagation_sm.m
function [test_targets, Wh, Wo, J] = Backpropagation_SM(train_patterns, train_targets, test_patterns, params)
% Classify using a backpropagation network with stochastic learning algorithm with mome
www.eeworm.com/read/252976/12252067
readme
NOTE: this file was last updated with r35
check updates at: http://code.google.com/p/icsiboost
Boosting is a meta-learning approach that aims at combining an ensemble of weak classifiers to form a s
www.eeworm.com/read/131588/14136405
m rbf_network.m
function [D, mu, Wo] = RBF_Network(train_features, train_targets, Nh, region)
% Classify using a backpropagation network with a batch learning algorithm
% Inputs:
% features- Train features
% t
www.eeworm.com/read/130490/14189987
c widrowhoff.c
/* Copyright (C) 2001-2002 Mikael Ylikoski
* See the accompanying file "README" for the full copyright notice */
/**
* @file
* Widrow-Hoff learning algorithm.
* Also known as Least-Mean-Square (L
www.eeworm.com/read/129915/14217782
m rbf_network.m
function [D, mu, Wo] = RBF_Network(train_features, train_targets, Nh, region)
% Classify using a backpropagation network with a batch learning algorithm
% Inputs:
% features- Train features
% t
www.eeworm.com/read/125655/14480613
java vote.java
/*
* Author: Xolani Gwaqa
* Simple Applet Voting System
* Created in 1998 - when I was still learning Java
*/
import java.awt.*;
import java.applet.*;
import java.awt.event.*;
pub
www.eeworm.com/read/224516/14586261
m pso.m
%wuxi,jiangsu province ,pr
%gongkong888@yahoo.com.cn
%2007.7.10
%good luck to your learning process
%Initialization of PSO parameters
wmax=0.9;
wmin=0.4;
itmax=200; %Maximum iteration numb
www.eeworm.com/read/16731/685870
m contents.m
% HMMBOX, version 3.2, William Penny, Imperial College, October 1998
% Matlab toolbox for Hidden Markov Models
%
% (Adapted from Machine Learning Toolbox
% Version 1.0 01-Apr-96
% Copyright (c) by Zo
www.eeworm.com/read/486606/1249500
makefile
#
# $RCSfile: Makefile,v $
# $Revision: 1.2 $
# $Date: 2000/03/07 20:29:51 $
# $Locker: $
# author: Tucker Balch
#
THISDIR = src/EDU/cmu/cs/coral/learning
SUBDIRS =
JAVAFILES = $(shell echo *.java