代码搜索:Learning
找到约 5,352 项符合「Learning」的源代码
代码结果 5,352
www.eeworm.com/read/486606/1249372
java bilinear2d.java
/*
* Bilinear2D.Java
*/
package EDU.gatech.cc.is.learning;
import java.io.*;
import java.lang.Math;
/**
* Transform points from a two-dimensional space to another two
* dimensional space.
*
www.eeworm.com/read/479461/1332098
java kohonen_topology.java
package dm.clustering.KNN;
import java.io.*;
public class Kohonen_Topology {
int kluster_champ;
int dimensions_of_signal;
int maximum_number_of_clusters;
double max_learning_ra
www.eeworm.com/read/460691/1558361
pod perlfaq2.pod
=head1 NAME
perlfaq2 - Obtaining and Learning about Perl ($Revision: 1.25 $, $Date: 1998/08/05 11:47:25 $)
=head1 DESCRIPTION
This section of the FAQ answers questions about where to find
so
www.eeworm.com/read/454052/1633948
java kohonen_topology.java
package dm.clustering.KNN;
import java.io.*;
public class Kohonen_Topology {
int kluster_champ;
int dimensions_of_signal;
int maximum_number_of_clusters;
double max_learning_ra
www.eeworm.com/read/231546/4714890
pod perlfaq2.pod
=head1 NAME
perlfaq2 - Obtaining and Learning about Perl ($Revision: 1.32 $, $Date: 1999/10/14 18:46:09 $)
=head1 DESCRIPTION
This section of the FAQ answers questions about where to find
source an
www.eeworm.com/read/228030/4767224
net intercept_5_10.net
# ------ net info -------------------------
# max ball dist = 5, max ball velocity 1.0
# RL PARAMETERS: learning rate: 0.1 expl.rate: 0
# ACTIONS: DASH (100 10 100) TURN (24) KICK (0 0 0) (0)
# tra
www.eeworm.com/read/187736/5217711
java testlearningrule.java
package net.openai.ai.nn.learning;
import java.util.*;
import net.openai.ai.nn.network.*;
import net.openai.ai.nn.training.*;
public class TestLearningRule extends LearningRule {
private boolea
www.eeworm.com/read/347918/3161995
java abstractteachersynapse.java
/*
* AbstractTeacherSynapse.java
*
* Created on February 26, 2005, 3:51 PM
*/
package org.joone.engine.learning;
import org.joone.log.*;
import org.joone.engine.*;
import org.joone.io.*;
import
www.eeworm.com/read/334414/3368447
java kohonen_topology.java
package dm.clustering.KNN;
import java.io.*;
public class Kohonen_Topology {
int kluster_champ;
int dimensions_of_signal;
int maximum_number_of_clusters;
double max_learning_ra