MCPcopy Create free account

hub / github.com/PacktPublishing/Neural-Network-Programming-with-Java-SecondEdition / types & classes

Types & classes294 in github.com/PacktPublishing/Neural-Network-Programming-with-Java-SecondEdition

ClassANDTest
@author fab
Chapter04/ANDTest.java:18
ClassANDTest
ANDTest This class solely performs AND logic test using Perceptron algorithm and Delta Rule @authors Alan de Souza, Fabio Soares @version 0.1
Chapter06/test/ANDTest.java:21
ClassANDTest
@author fab
Chapter03/src/edu/packt/neuralnet/ANDTest.java:18
ClassANDTest
ANDTest This class solely performs AND logic test using Perceptron algorithm and Delta Rule @authors Alan de Souza, Fábio Soares @version 0.1
Chapter05/test/ANDTest.java:21
EnumActivationFunctionENUM
ActivationFunctionENUM This enumeration lists some of the common used activation functions. The utility is to store this value as a neural network pro
Chapter04/math/IActivationFunction.java:27
EnumActivationFunctionENUM
This enumeration lists some of the common used activation functions. The utility is to store this value as a neural network property
Chapter06/math/IActivationFunction.java:16
EnumActivationFunctionENUM
ActivationFunctionENUM This enumeration lists some of the common used activation functions. The utility is to store this value as a neural network pro
Chapter03/src/edu/packt/neuralnet/math/IActivationFunction.java:27
EnumActivationFunctionENUM
This enumeration lists some of the common used activation functions. The utility is to store this value as a neural network property
Chapter05/math/IActivationFunction.java:16
EnumActivationFunctionENUM
ActivationFunctionENUM This enumeration lists some of the common used activation functions. The utility is to store this value as a neural network pro
Chapter02/math/IActivationFunction.java:27
ClassArrayOperations
@author fab
Chapter04/math/ArrayOperations.java:14
ClassArrayOperations
This class has static functions that are used to make array operations, i.e., get max and min value of an array, calculate average and std dev of an a
Chapter06/math/ArrayOperations.java:16
ClassArrayOperations
This class has static functions that are used to make array operations, i.e., get max and min value of an array, calculate average and std dev of an a
Chapter05/math/ArrayOperations.java:16
ClassBackpropagation
@author fab
Chapter04/learn/Backpropagation.java:21
ClassBackpropagation
This class implements Backpropagation algorithm. @author Alan de Souza, Fabio Soares @version 0.1
Chapter06/learn/Backpropagation.java:26
ClassBackpropagation
@author fab
Chapter03/src/edu/packt/neuralnet/learn/Backpropagation.java:21
ClassBackpropagation
@author fab
Chapter05/learn/Backpropagation.java:27
ClassBackpropagationTest
@author fab
Chapter04/learn/BackpropagationTest.java:21
ClassBackpropagationTest
BackpropagationTest This class solely performs Backpropagation learning algorithm test @authors Alan de Souza, Fabio Soares @version 0.1
Chapter06/test/BackpropagationTest.java:26
ClassBackpropagationTest
@author fab
Chapter03/src/edu/packt/neuralnet/learn/BackpropagationTest.java:21
ClassBackpropagationTest
BackpropagationTest This class solely performs Backpropagation learning algorithm test @authors Alan de Souza, Fábio Soares @version 0.1
Chapter05/test/BackpropagationTest.java:26
ClassBackpropagationTestSynthetic
BackpropagationTest This class solely performs Backpropagation learning algorithm test @authors Alan de Souza, Fabio Soares @version 0.1
Chapter06/test/BackpropagationTestSynthetic.java:24
ClassCategoricalDataSet
@author fab
Chapter06/data/CategoricalDataSet.java:15
ClassCategoricalDataSet
@author fab
Chapter05/data/CategoricalDataSet.java:15
ClassChart
Chapter04/chart/Chart.java:19
ClassChart
Chart This class allows create and manipulate charts. It is based in JFreeChart library (www.jfree.org/jfreechart/) @author Alan de Souza, Fabio Soar
Chapter06/chart/Chart.java:28
ClassChart
Chapter05/chart/Chart.java:19
ClassChartTest
Chapter04/chart/ChartTest.java:9
ClassChartTest
ChartTest This class solely performs chart generation tests @authors Alan de Souza, Fabio Soares @version 0.1
Chapter06/test/ChartTest.java:20
ClassChartTest
ChartTest This class solely performs chart generation tests @authors Alan de Souza, Fábio Soares @version 0.1
Chapter05/test/ChartTest.java:20
EnumColumnType
Chapter06/data/CategoricalDataSet.java:25
EnumColumnType
Chapter05/data/CategoricalDataSet.java:25
ClassCompetitiveLayer
@author fab
Chapter04/som/CompetitiveLayer.java:17
ClassCompetitiveLayer
This class implements the competitive layer used by SOM. @author Alan de Souza, Fabio Soares @version 0.1
Chapter06/som/CompetitiveLayer.java:16
ClassCompetitiveLayer
@author fab
Chapter05/som/CompetitiveLayer.java:17
ClassCompetitiveLayer2D
@author fab
Chapter04/som/CompetitiveLayer2D.java:15
ClassCompetitiveLayer2D
This class implements the 2D competitive layer used by SOM. @author Alan de Souza, Fabio Soares @version 0.1
Chapter06/som/CompetitiveLayer2D.java:13
ClassCompetitiveLayer2D
@author fab
Chapter05/som/CompetitiveLayer2D.java:15
ClassCompetitiveLearning
@author fab
Chapter04/som/CompetitiveLearning.java:28
ClassCompetitiveLearning
This class implements the competitive learning algorithm. @author Alan de Souza, Fabio Soares @version 0.1
Chapter06/som/CompetitiveLearning.java:23
ClassCompetitiveLearning
@author fab
Chapter05/som/CompetitiveLearning.java:28
ClassCruzeiroDoSulForecast
@author fab
Chapter05/examples/weather/CruzeiroDoSulForecast.java:15
ClassDataNormalization
DataNormalization This abstract class allows normalize and denormalize data via MIN_MAX, AVG_STDDEV, MINUSONE_PLUSONE, MINUSTWO_PLUSTWO techniques @a
Chapter04/data/DataNormalization.java:19
ClassDataNormalization
DataNormalization This abstract class allows normalize and denormalize data via MIN_MAX, AVG_STDDEV, MINUSONE_PLUSONE, MINUSTWO_PLUSTWO techniques @a
Chapter06/data/DataNormalization.java:15
ClassDataNormalization
DataNormalization This abstract class allows normalize and denormalize data via MIN_MAX, AVG_STDDEV, MINUSONE_PLUSONE, MINUSTWO_PLUSTWO techniques @a
Chapter05/data/DataNormalization.java:17
ClassDataNormalizationTest
Chapter04/data/DataNormalizationTest.java:7
ClassDataNormalizationTest
DataNormalizationTest This class solely performs data normalization tests @authors Alan de Souza, Fabio Soares @version 0.1
Chapter06/test/DataNormalizationTest.java:17
ClassDataNormalizationTest
DataNormalizationTest This class solely performs data normalization tests @authors Alan de Souza, Fábio Soares @version 0.1
Chapter05/test/DataNormalizationTest.java:17
ClassDataSeries
@author fab
Chapter04/chart/DataSeries.java:18
ClassDataSeries
DataSeries This class creates data series to be used by Chart class. @author Alan de Souza, Fabio Soares @version 0.1
Chapter06/chart/DataSeries.java:22
ClassDataSeries
@author fab
Chapter05/chart/DataSeries.java:18
ClassDataSet
DataSet This class performs several math calculation. For example: correlation, standard devination, mean, append new data @author Alan de Souza, Fab
Chapter06/data/DataSet.java:21
ClassDataSet
This class stores raw data from csv files @author fab
Chapter05/data/DataSet.java:18
ClassDeltaRule
@author fab
Chapter04/learn/DeltaRule.java:22
ClassDeltaRule
This class implements Delta Rule algorithm. @author Alan de Souza, Fabio Soares @version 0.1
Chapter06/learn/DeltaRule.java:21
ClassDeltaRule
@author fab
Chapter03/src/edu/packt/neuralnet/learn/DeltaRule.java:20
ClassDeltaRule
@author fab
Chapter05/learn/DeltaRule.java:22
ClassDeltaRule
@author fab
Chapter02/learn/DeltaRule.java:20
ClassDiagnosisExample
DiagnosisExample This class performs use cases described in chapter 6 of the book: breast cancer and diabetes data. Data are loaded, data normalizatio
Chapter06/examples/chapter06/DiagnosisExample.java:34
EnumDistance
Chapter04/som/Kohonen.java:23
EnumDistance
Chapter06/som/Kohonen.java:21
EnumDistance
Chapter05/som/Kohonen.java:23
ClassELM
@author fab
Chapter04/learn/ELM.java:19
ClassELM
This class implements ELM algorithm. @author Alan de Souza, Fabio Soares @version 0.1
Chapter06/learn/ELM.java:18
ClassELM
@author fab
Chapter03/src/edu/packt/neuralnet/learn/ELM.java:19
ClassELM
@author fab
Chapter05/learn/ELM.java:19
ClassELMTest
@author fab
Chapter04/learn/ELMTest.java:21
ClassELMTest
ELMTest This class solely performs ELM learning algorithm test @authors Alan de Souza, Fabio Soares @version 0.1
Chapter06/test/ELMTest.java:24
ClassELMTest
@author fab
Chapter03/src/edu/packt/neuralnet/learn/ELMTest.java:21
ClassELMTest
ELMTest This class solely performs ELM learning algorithm test @authors Alan de Souza, Fábio Soares @version 0.1
Chapter05/test/ELMTest.java:24
EnumErrorMeasurement
Chapter04/learn/DeltaRule.java:38
EnumErrorMeasurement
Chapter06/learn/DeltaRule.java:37
EnumErrorMeasurement
Chapter03/src/edu/packt/neuralnet/learn/DeltaRule.java:36
EnumErrorMeasurement
Chapter05/learn/DeltaRule.java:38
EnumErrorMeasurement
Chapter02/learn/DeltaRule.java:36
ClassGaussianInitialization
@author fab
Chapter04/init/GaussianInitialization.java:14
ClassGaussianInitialization
This class extends WeightInitialization class and it uses values produced by Guassian distribution to initialize neural net weights @author Alan de S
Chapter06/init/GaussianInitialization.java:14
ClassGaussianInitialization
@author fab
Chapter03/src/edu/packt/neuralnet/init/GaussianInitialization.java:14
ClassGaussianInitialization
This class extends WeightInitialization class and it uses values produced by Guassian distribution to initialize neural net weights @author Alan de S
Chapter05/init/GaussianInitialization.java:14
ClassHebbian
@author fab
Chapter04/learn/Hebbian.java:20
ClassHebbian
This class implements Hebbian algorithm. @author Alan de Souza, Fabio Soares @version 0.1
Chapter06/learn/Hebbian.java:18
ClassHebbian
@author fab
Chapter03/src/edu/packt/neuralnet/learn/Hebbian.java:20
ClassHebbian
@author fab
Chapter05/learn/Hebbian.java:20
ClassHebbian
@author fab
Chapter02/learn/Hebbian.java:20
ClassHiddenLayer
HiddenLayer This class extends from NeuralLayer and represents a hidden layer in a Neural Network @authors Alan de Souza, Fábio Soares @version 0.1
Chapter04/HiddenLayer.java:16
ClassHiddenLayer
This class extends from NeuralLayer and represents a hidden layer in a Neural Network @authors Alan de Souza, Fabio Soares @version 0.1
Chapter06/HiddenLayer.java:15
ClassHiddenLayer
HiddenLayer This class extends from NeuralLayer and represents a hidden layer in a Neural Network @authors Alan de Souza, Fábio Soares @version 0.1
Chapter03/src/edu/packt/neuralnet/HiddenLayer.java:16
ClassHiddenLayer
HiddenLayer This class extends from NeuralLayer and represents a hidden layer in a Neural Network @authors Alan de Souza, Fábio Soares @version 0.1
Chapter05/HiddenLayer.java:16
ClassHiddenLayer
HiddenLayer This class extends from NeuralLayer and represents a hidden layer in a Neural Network @authors Alan de Souza, Fábio Soares @version 0.1
Chapter02/HiddenLayer.java:16
ClassHyperTan
HyperTan This class represents the Hyperbolic Tangent Activation Function implementing the interface IActivationFunction @author Alan de Souza, Fábio
Chapter04/math/HyperTan.java:12
ClassHyperTan
This class represents the Hyperbolic Tangent Activation Function implementing the interface IActivationFunction @author Alan de Souza, Fabio Soares @
Chapter06/math/HyperTan.java:10
ClassHyperTan
HyperTan This class represents the Hyperbolic Tangent Activation Function implementing the interface IActivationFunction @author Alan de Souza, Fábio
Chapter03/src/edu/packt/neuralnet/math/HyperTan.java:12
ClassHyperTan
This class represents the Hyperbolic Tangent Activation Function implementing the interface IActivationFunction @author Alan de Souza, Fábio Soares @
Chapter05/math/HyperTan.java:10
ClassHyperTan
HyperTan This class represents the Hyperbolic Tangent Activation Function implementing the interface IActivationFunction @author Alan de Souza, Fábio
Chapter02/math/HyperTan.java:12
InterfaceIActivationFunction
IActivationFunction This interface represents the activation function applicable to the neural network. Any activation function should implement this
Chapter04/math/IActivationFunction.java:13
InterfaceIActivationFunction
This interface represents the activation function applicable to the neural network. Any activation function should implement this interface in order t
Chapter06/math/IActivationFunction.java:11
InterfaceIActivationFunction
IActivationFunction This interface represents the activation function applicable to the neural network. Any activation function should implement this
Chapter03/src/edu/packt/neuralnet/math/IActivationFunction.java:13
InterfaceIActivationFunction
This interface represents the activation function applicable to the neural network. Any activation function should implement this interface in order t
Chapter05/math/IActivationFunction.java:11
InterfaceIActivationFunction
IActivationFunction This interface represents the activation function applicable to the neural network. Any activation function should implement this
Chapter02/math/IActivationFunction.java:13
ClassIdentityMatrix
@author fab
Chapter04/math/IdentityMatrix.java:12
ClassIdentityMatrix
This class generates an identity matrix @author Alan de Souza, Fabio Soares @version 0.1
Chapter06/math/IdentityMatrix.java:10
next →1–100 of 294, ranked by callers