Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/PacktPublishing/Neural-Network-Programming-with-Java-SecondEdition
/ functions
Functions
1,754 in github.com/PacktPublishing/Neural-Network-Programming-with-Java-SecondEdition
⨍
Functions
1,754
◇
Types & classes
294
↓ 2 callers
Method
getTotalNumberOfWeights
()
Chapter04/NeuralNet.java:399
↓ 2 callers
Method
getTotalNumberOfWeights
Gets the total number of weights @return total number of weights
Chapter06/NeuralNet.java:472
↓ 2 callers
Method
getTotalNumberOfWeights
()
Chapter03/src/edu/packt/neuralnet/NeuralNet.java:395
↓ 2 callers
Method
getTotalNumberOfWeights
()
Chapter05/NeuralNet.java:399
↓ 2 callers
Method
getWeight
(int i,int j)
Chapter04/NeuralLayer.java:222
↓ 2 callers
Method
getWeight
Gets weight of line and column indexes @param line index @param column index @return weight
Chapter06/NeuralLayer.java:223
↓ 2 callers
Method
getWeight
(int i,int j)
Chapter03/src/edu/packt/neuralnet/NeuralLayer.java:222
↓ 2 callers
Method
getWeight
(int i,int j)
Chapter05/NeuralLayer.java:222
↓ 2 callers
Method
init
init This method initializes the neuron by setting randomly its weights
Chapter02/Neuron.java:86
↓ 2 callers
Method
initializeErrorBackpropagation
()
Chapter04/learn/LevenbergMarquardt.java:62
↓ 2 callers
Method
initializeErrorBackpropagation
()
Chapter06/learn/LevenbergMarquardt.java:61
↓ 2 callers
Method
initializeErrorBackpropagation
()
Chapter03/src/edu/packt/neuralnet/learn/LevenbergMarquardt.java:62
↓ 2 callers
Method
initializeErrorBackpropagation
()
Chapter05/learn/LevenbergMarquardt.java:62
↓ 2 callers
Method
initializeErrorLMA
()
Chapter04/learn/LevenbergMarquardt.java:84
↓ 2 callers
Method
initializeErrorLMA
()
Chapter06/learn/LevenbergMarquardt.java:83
↓ 2 callers
Method
initializeErrorLMA
()
Chapter03/src/edu/packt/neuralnet/learn/LevenbergMarquardt.java:84
↓ 2 callers
Method
initializeErrorLMA
()
Chapter05/learn/LevenbergMarquardt.java:84
↓ 2 callers
Method
initializeLastWeights
()
Chapter04/learn/LevenbergMarquardt.java:90
↓ 2 callers
Method
initializeLastWeights
()
Chapter06/learn/LevenbergMarquardt.java:89
↓ 2 callers
Method
initializeLastWeights
()
Chapter03/src/edu/packt/neuralnet/learn/LevenbergMarquardt.java:90
↓ 2 callers
Method
initializeLastWeights
()
Chapter05/learn/LevenbergMarquardt.java:90
↓ 2 callers
Method
initializeMatrices
()
Chapter04/learn/ELM.java:38
↓ 2 callers
Method
initializeMatrices
()
Chapter06/learn/ELM.java:37
↓ 2 callers
Method
initializeMatrices
()
Chapter03/src/edu/packt/neuralnet/learn/ELM.java:38
↓ 2 callers
Method
initializeMatrices
()
Chapter05/learn/ELM.java:38
↓ 2 callers
Method
isInIntArray
Checks if value is contained into integer array @param int array @param target value @return true if contains, false if not
Chapter06/math/ArrayOperations.java:476
↓ 2 callers
Method
isInIntArray
Checks if value is contained into integer array @param int array @param target value @return true if contains, false if not
Chapter05/math/ArrayOperations.java:476
↓ 2 callers
Method
mergeArrays
Merges two vectors in one @param vector 1 to be merged @param vector 2 to be merged @return vector merged
Chapter06/math/ArrayOperations.java:550
↓ 2 callers
Method
mergeArrays
Merges two vectors in one @param vector 1 to be merged @param vector 2 to be merged @return vector merged
Chapter05/math/ArrayOperations.java:550
↓ 2 callers
Method
min
Gets the minimum value of an array of real numbers @param data matrix of real numbers @return minimum value of array
Chapter06/math/ArrayOperations.java:73
↓ 2 callers
Method
min
Gets the minimum value of an array of real numbers @param data matrix of real numbers @return minimum value of array
Chapter05/math/ArrayOperations.java:73
↓ 2 callers
Method
multiplyDiagonal
()
Chapter04/math/Matrix.java:359
↓ 2 callers
Method
multiplyDiagonal
()
Chapter06/math/Matrix.java:360
↓ 2 callers
Method
multiplyDiagonal
()
Chapter03/src/edu/packt/neuralnet/math/Matrix.java:359
↓ 2 callers
Method
multiplyDiagonal
()
Chapter05/math/Matrix.java:360
↓ 2 callers
Method
neighborhoodRadius
(int s,int t)
Chapter04/som/CompetitiveLayer.java:75
↓ 2 callers
Method
neighborhoodRadius
(int s,int t)
Chapter06/som/CompetitiveLayer.java:74
↓ 2 callers
Method
neighborhoodRadius
(int s,int t)
Chapter05/som/CompetitiveLayer.java:75
↓ 2 callers
Method
normalize
Normalizes data matrix @param data matrix to be normalized
Chapter04/data/DataNormalization.java:37
↓ 2 callers
Method
plot
Charting the values of a vector @param data @param chartTitle @param xAxisLabel @param yAxisLabel
Chapter04/chart/Chart.java:87
↓ 2 callers
Method
plot
Charting the values of a vector @param data @param chartTitle @param xAxisLabel @param yAxisLabel
Chapter05/chart/Chart.java:87
↓ 2 callers
Method
print
()
Chapter04/som/CompetitiveLearning.java:279
↓ 2 callers
Method
print
()
Chapter06/som/CompetitiveLearning.java:275
↓ 2 callers
Method
print
()
Chapter05/som/CompetitiveLearning.java:279
↓ 2 callers
Method
printInput
()
Chapter02/data/NeuralDataSet.java:139
↓ 2 callers
Method
printTargetOutput
()
Chapter02/data/NeuralDataSet.java:143
↓ 2 callers
Method
randomSeparateTrainTest
(DataSet ds,int[] inputColumns,int[] outputColumns,double percTrain)
Chapter05/data/NeuralDataSet.java:292
↓ 2 callers
Method
restoreLastWeights
()
Chapter04/learn/LevenbergMarquardt.java:324
↓ 2 callers
Method
restoreLastWeights
()
Chapter06/learn/LevenbergMarquardt.java:323
↓ 2 callers
Method
restoreLastWeights
()
Chapter03/src/edu/packt/neuralnet/learn/LevenbergMarquardt.java:324
↓ 2 callers
Method
restoreLastWeights
()
Chapter05/learn/LevenbergMarquardt.java:324
↓ 2 callers
Method
save
()
Chapter06/data/LoadCsv.java:198
↓ 2 callers
Method
setActivationFunction
setActivationFunction Sets the activation function of this neuron @param iaf Activation function
Chapter04/Neuron.java:349
↓ 2 callers
Method
setActivationFunction
Sets the activation function of this neuron @param iaf Activation function
Chapter06/Neuron.java:405
↓ 2 callers
Method
setActivationFunction
setActivationFunction Sets the activation function of this neuron @param iaf Activation function
Chapter03/src/edu/packt/neuralnet/Neuron.java:349
↓ 2 callers
Method
setActivationFunction
setActivationFunction Sets the activation function of this neuron @param iaf Activation function
Chapter05/Neuron.java:419
↓ 2 callers
Method
setActivationFunction
setActivationFunction Sets the activation function of this neuron @param iaf Activation function
Chapter02/Neuron.java:330
↓ 2 callers
Method
setDamping
(double _damping)
Chapter04/learn/LevenbergMarquardt.java:355
↓ 2 callers
Method
setDamping
(double _damping)
Chapter06/learn/LevenbergMarquardt.java:354
↓ 2 callers
Method
setDamping
(double _damping)
Chapter03/src/edu/packt/neuralnet/learn/LevenbergMarquardt.java:355
↓ 2 callers
Method
setDamping
(double _damping)
Chapter05/learn/LevenbergMarquardt.java:355
↓ 2 callers
Method
setInputNorm
(DataNormalization dn)
Chapter05/data/NeuralDataSet.java:274
↓ 2 callers
Method
setLearningRate
(Double _learningRate)
Chapter02/learn/LearningAlgorithm.java:80
↓ 2 callers
Method
setMaxEpochs
(int _maxEpochs)
Chapter02/learn/LearningAlgorithm.java:60
↓ 2 callers
Method
setMomentumRate
(double _momentumRate)
Chapter03/src/edu/packt/neuralnet/learn/Backpropagation.java:372
↓ 2 callers
Method
setNeuralData
(double[][] _data)
Chapter04/data/NeuralOutputData.java:101
↓ 2 callers
Method
setNeuralData
(double[][] _data)
Chapter03/src/edu/packt/neuralnet/data/NeuralOutputData.java:101
↓ 2 callers
Method
setNeuralData
(double[][] _data)
Chapter02/data/NeuralOutputData.java:101
↓ 2 callers
Method
setNormalization
(DataNormalization.NormalizationTypes nType)
Chapter06/data/NeuralDataSet.java:247
↓ 2 callers
Method
setNormalization
(DataNormalization.NormalizationTypes nType)
Chapter05/data/NeuralDataSet.java:246
↓ 2 callers
Method
setOutputNorm
(DataNormalization dn)
Chapter05/data/NeuralDataSet.java:279
↓ 2 callers
Method
setRow
(int row,double[] values)
Chapter04/math/Matrix.java:542
↓ 2 callers
Method
setRow
(int row,double[] values)
Chapter06/math/Matrix.java:543
↓ 2 callers
Method
setRow
(int row,double[] values)
Chapter03/src/edu/packt/neuralnet/math/Matrix.java:542
↓ 2 callers
Method
setRow
(int row,double[] values)
Chapter05/math/Matrix.java:543
↓ 2 callers
Method
setSeed
setSeed Sets a new seed for the random generator @param seed new seed for random generator
Chapter06/math/RandomNumberGenerator.java:95
↓ 2 callers
Method
setSeed
setSeed Sets a new seed for the random generator @param seed new seed for random generator
Chapter05/math/RandomNumberGenerator.java:95
↓ 2 callers
Method
setTestingDataSet
(NeuralDataSet _testingDataSet)
Chapter06/learn/DeltaRule.java:107
↓ 2 callers
Method
showErrorEvolution
()
Chapter05/learn/Backpropagation.java:418
↓ 2 callers
Method
showNoMatchingDatasetError
(String dataSet)
Chapter05/examples/weather/WeatherExample.java:370
↓ 2 callers
Method
stopCriteria
()
Chapter04/learn/Hebbian.java:303
↓ 2 callers
Method
stopCriteria
()
Chapter06/learn/Hebbian.java:301
↓ 2 callers
Method
stopCriteria
()
Chapter03/src/edu/packt/neuralnet/learn/Hebbian.java:303
↓ 2 callers
Method
stopCriteria
()
Chapter05/learn/Hebbian.java:303
↓ 2 callers
Method
stopCriteria
()
Chapter02/learn/Hebbian.java:310
↓ 2 callers
Method
sumRowByRow
(int row,int rowSum, double multiplier)
Chapter04/math/Matrix.java:271
↓ 2 callers
Method
sumRowByRow
(int row,int rowSum, double multiplier)
Chapter06/math/Matrix.java:272
↓ 2 callers
Method
sumRowByRow
(int row,int rowSum, double multiplier)
Chapter03/src/edu/packt/neuralnet/math/Matrix.java:271
↓ 2 callers
Method
sumRowByRow
(int row,int rowSum, double multiplier)
Chapter05/math/Matrix.java:272
↓ 2 callers
Method
test
(int i)
Chapter05/learn/Backpropagation.java:312
↓ 2 callers
Method
train
()
Chapter04/learn/LevenbergMarquardt.java:122
↓ 2 callers
Method
train
()
Chapter04/learn/ELM.java:59
↓ 2 callers
Method
train
()
Chapter06/learn/LevenbergMarquardt.java:121
↓ 2 callers
Method
train
()
Chapter06/learn/ELM.java:58
↓ 2 callers
Method
train
()
Chapter03/src/edu/packt/neuralnet/learn/LevenbergMarquardt.java:122
↓ 2 callers
Method
train
()
Chapter03/src/edu/packt/neuralnet/learn/Backpropagation.java:154
↓ 2 callers
Method
train
()
Chapter03/src/edu/packt/neuralnet/learn/ELM.java:59
↓ 2 callers
Method
train
()
Chapter05/learn/LevenbergMarquardt.java:122
↓ 2 callers
Method
train
()
Chapter05/learn/ELM.java:59
↓ 2 callers
Method
transposeMatrix
(double[][] data)
Chapter04/math/ArrayOperations.java:80
← previous
next →
601–700 of 1,754, ranked by callers