Sieć Neuronowa
Propagacja Wsteczna

Uses of Class
neural.neuron.NeuralNet

Packages that use NeuralNet
neural Klasa startowa i użytki dla pozostałych pakietów. 
neural.neuron Neurony i sieci 
neural.teach Dane i funkcje do uczenia i testowania sieci. 
 

Uses of NeuralNet in neural
 

Methods in neural with parameters of type NeuralNet
 void Main.testFunction(NeuralNet nn, int dim, double grid, double lr)
           
 

Uses of NeuralNet in neural.neuron
 

Subclasses of NeuralNet in neural.neuron
 class NeuralBiasedNet
          Sieć neuronów z biasem.
 

Uses of NeuralNet in neural.teach
 

Methods in neural.teach with parameters of type NeuralNet
 void TeachData.randomTeach(NeuralNet nn, int rep, double lr)
          Uczy podaną sieć podając dane losowo.
 void TeachData.test(NeuralNet nn)
          Testuje podaną sieć.
 


Sieć Neuronowa
Propagacja Wsteczna

Materiały dydaktyczne do zajęć NAI
Bartłomiej Starosta, barstar(at)pjwstk(dot)edu(dot)pl
PJWSTK 2001/2002