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
↓ 8 callers
Method
setLearningRate
(Double _learningRate)
Chapter05/learn/LearningAlgorithm.java:131
↓ 8 callers
Method
setMaxEpochs
(int _maxEpochs)
Chapter03/src/edu/packt/neuralnet/learn/LearningAlgorithm.java:60
↓ 8 callers
Method
setNeuralOutput
(int i,ArrayList<Double> _neuralData)
Chapter02/data/NeuralDataSet.java:107
↓ 7 callers
Method
addSeries
Adds chart series @param data matrix @param series label array @param xcolumn @param colors array
Chapter06/chart/Chart.java:81
↓ 7 callers
Method
forward
(int i)
Chapter04/learn/Hebbian.java:229
↓ 7 callers
Method
forward
(int i)
Chapter06/learn/Hebbian.java:227
↓ 7 callers
Method
forward
(int i)
Chapter03/src/edu/packt/neuralnet/learn/Hebbian.java:229
↓ 7 callers
Method
forward
(int i)
Chapter03/src/edu/packt/neuralnet/learn/Backpropagation.java:192
↓ 7 callers
Method
forward
(int i)
Chapter05/learn/Hebbian.java:229
↓ 7 callers
Method
forward
(int i)
Chapter02/learn/Hebbian.java:236
↓ 7 callers
Method
getArrayNeuralOutputRecord
(int i)
Chapter02/data/NeuralDataSet.java:99
↓ 7 callers
Method
getData
()
Chapter06/data/DataSet.java:185
↓ 7 callers
Method
getPreviousLayer
getPreviousLayer @return Returns the reference to the previous layer
Chapter04/NeuralLayer.java:108
↓ 7 callers
Method
getPreviousLayer
Returns the reference to the previous layer @return previous layer object
Chapter06/NeuralLayer.java:107
↓ 7 callers
Method
getPreviousLayer
getPreviousLayer @return Returns the reference to the previous layer
Chapter03/src/edu/packt/neuralnet/NeuralLayer.java:108
↓ 7 callers
Method
getPreviousLayer
getPreviousLayer @return Returns the reference to the previous layer
Chapter05/NeuralLayer.java:108
↓ 7 callers
Method
getWeight
(int i)
Chapter02/Neuron.java:187
↓ 7 callers
Method
mean
Gets the mean of an array of real numbers @param data matrix to be normalized @return mean of array
Chapter06/math/ArrayOperations.java:140
↓ 7 callers
Method
mean
Gets the mean of an array of real numbers @param data matrix to be normalized @return mean of array
Chapter05/math/ArrayOperations.java:140
↓ 7 callers
Method
print
print Method to print the neural network information
Chapter04/NeuralNet.java:289
↓ 7 callers
Method
print
()
Chapter04/data/NeuralInputData.java:86
↓ 7 callers
Method
print
print Method to print the neural network information
Chapter03/src/edu/packt/neuralnet/NeuralNet.java:285
↓ 7 callers
Method
print
()
Chapter03/src/edu/packt/neuralnet/data/NeuralInputData.java:86
↓ 7 callers
Method
print
print Method to print the neural network information
Chapter05/NeuralNet.java:289
↓ 7 callers
Method
print
()
Chapter02/data/NeuralInputData.java:86
↓ 7 callers
Method
scatterPlot
(String xAxisLabel,String yAxisLabel)
Chapter04/chart/Chart.java:211
↓ 7 callers
Method
setIndexColumn
(int col)
Chapter05/data/TimeSeries.java:38
↓ 7 callers
Method
setLearningRate
(Double _learningRate)
Chapter04/learn/LearningAlgorithm.java:99
↓ 7 callers
Method
setNeuralNetMode
(NeuralNet.NeuralNetMode _neuralNetMode)
Chapter03/src/edu/packt/neuralnet/NeuralNet.java:405
↓ 7 callers
Method
transposeMatrix
Transposes a double matrix @param matrix to be transposed @return matrix transposed
Chapter06/math/ArrayOperations.java:220
↓ 7 callers
Method
transposeMatrix
Transposes a double matrix @param matrix to be transposed @return matrix transposed
Chapter05/math/ArrayOperations.java:220
↓ 6 callers
Method
GenerateNext
()
Chapter04/math/RandomNumberGenerator.java:59
↓ 6 callers
Method
GenerateNext
()
Chapter06/math/RandomNumberGenerator.java:61
↓ 6 callers
Method
GenerateNext
()
Chapter05/math/RandomNumberGenerator.java:61
↓ 6 callers
Method
arrayListToVector
Converts a double ArrayList to a double vector @param ArrayList to be converted @return vector converted to double[]
Chapter06/math/ArrayOperations.java:522
↓ 6 callers
Method
arrayListToVector
Converts a double ArrayList to a double vector @param ArrayList to be converted @return vector converted to double[]
Chapter05/math/ArrayOperations.java:522
↓ 6 callers
Method
calculateReference
Calculates reference @param data matrix
Chapter06/data/DataNormalization.java:117
↓ 6 callers
Method
calculateReference
(double[][] data)
Chapter05/data/DataNormalization.java:82
↓ 6 callers
Method
determinant
()
Chapter04/math/Matrix.java:296
↓ 6 callers
Method
determinant
()
Chapter06/math/Matrix.java:297
↓ 6 callers
Method
determinant
()
Chapter03/src/edu/packt/neuralnet/math/Matrix.java:296
↓ 6 callers
Method
determinant
()
Chapter05/math/Matrix.java:297
↓ 6 callers
Method
forward
(int i)
Chapter02/learn/DeltaRule.java:332
↓ 6 callers
Method
getArrayInputRecord
(int i)
Chapter04/data/NeuralDataSet.java:100
↓ 6 callers
Method
getArrayInputRecord
(int i)
Chapter06/data/NeuralDataSet.java:111
↓ 6 callers
Method
getArrayInputRecord
(int i)
Chapter05/data/NeuralDataSet.java:110
↓ 6 callers
Method
getArrayTargetOutputRecord
(int i)
Chapter02/data/NeuralDataSet.java:91
↓ 6 callers
Method
getHiddenLayer
(int i)
Chapter02/NeuralNet.java:259
↓ 6 callers
Method
getInput
getInput @param i ith java position at the input @return Returns the ith java input
Chapter04/Neuron.java:187
↓ 6 callers
Method
getInput
@param i ith java position at the input @return Returns the ith java input
Chapter06/Neuron.java:200
↓ 6 callers
Method
getInput
getInput @param i ith java position at the input @return Returns the ith java input
Chapter05/Neuron.java:208
↓ 6 callers
Method
getIthNeuralOutputArrayList
(int i)
Chapter02/data/NeuralDataSet.java:131
↓ 6 callers
Method
getIthTargetOutputArrayList
(int i)
Chapter02/data/NeuralDataSet.java:123
↓ 6 callers
Method
getListOfNeurons
getListOfNeurons @return Returns the whole array of neurons of this layer
Chapter04/NeuralLayer.java:100
↓ 6 callers
Method
getListOfNeurons
Returns the whole array of neurons of this layer @return neurons array list
Chapter06/NeuralLayer.java:99
↓ 6 callers
Method
getListOfNeurons
getListOfNeurons @return Returns the whole array of neurons of this layer
Chapter03/src/edu/packt/neuralnet/NeuralLayer.java:100
↓ 6 callers
Method
getListOfNeurons
getListOfNeurons @return Returns the whole array of neurons of this layer
Chapter05/NeuralLayer.java:100
↓ 6 callers
Method
getOutput
getOutput @return Returns the neuron's output
Chapter04/Neuron.java:259
↓ 6 callers
Method
getOutput
@return Returns the neuron's output
Chapter06/Neuron.java:279
↓ 6 callers
Method
getOutput
getOutput @return Returns the neuron's output
Chapter03/src/edu/packt/neuralnet/Neuron.java:259
↓ 6 callers
Method
getOutput
getOutput @return Returns the neuron's output
Chapter05/Neuron.java:291
↓ 6 callers
Method
printInput
()
Chapter06/data/NeuralDataSet.java:223
↓ 6 callers
Method
setInputs
setInputs Feeds an array of real values to the neural network's inputs @param inputs Array of real values to be fed into the neural inputs
Chapter04/NeuralNet.java:201
↓ 6 callers
Method
setInputs
Feeds an array of real values to the neural network's inputs @param inputs Array of real values to be fed into the neural inputs
Chapter06/NeuralNet.java:198
↓ 6 callers
Method
setInputs
setInputs Feeds an array of real values to the neural network's inputs @param inputs Array of real values to be fed into the neural inputs
Chapter03/src/edu/packt/neuralnet/NeuralNet.java:197
↓ 6 callers
Method
setInputs
setInputs Feeds an array of real values to the neural network's inputs @param inputs Array of real values to be fed into the neural inputs
Chapter05/NeuralNet.java:201
↓ 6 callers
Method
setLearningRate
(Double _learningRate)
Chapter03/src/edu/packt/neuralnet/learn/LearningAlgorithm.java:80
↓ 6 callers
Method
setNextLayer
setNextLayer This method links this layer to a next layer in the Neural Network @param layer Next Neural Layer @see InputLayer
Chapter04/InputLayer.java:39
↓ 6 callers
Method
setNextLayer
This method links this layer to a next layer in the Neural Network @param layer Next Neural Layer @see InputLayer
Chapter06/InputLayer.java:37
↓ 6 callers
Method
setNextLayer
setNextLayer This method links this layer to a next layer in the Neural Network @param layer Next Neural Layer @see InputLayer
Chapter05/InputLayer.java:39
↓ 5 callers
Method
denormalize
Denormalizes data matrix @param data matrix of raw real numbers @param data matrix of normalized real numbers @return denormalized matrix
Chapter05/data/DataNormalization.java:158
↓ 5 callers
Method
dropNaN
(double substvalue)
Chapter05/data/DataSet.java:222
↓ 5 callers
Method
getColumnIndex
(String columnName)
Chapter06/data/DataSet.java:167
↓ 5 callers
Method
getColumnIndex
(String columnName)
Chapter05/data/DataSet.java:160
↓ 5 callers
Method
getData
()
Chapter05/data/DataSet.java:178
↓ 5 callers
Method
getInput
getInput @param i ith java position at the input @return Returns the ith java input
Chapter03/src/edu/packt/neuralnet/Neuron.java:187
↓ 5 callers
Method
getIthNeuralOutput
(int i)
Chapter05/data/NeuralDataSet.java:214
↓ 5 callers
Method
getListOfNeurons
getListOfNeurons @return Returns the whole array of neurons of this layer
Chapter02/NeuralLayer.java:92
↓ 5 callers
Method
getMinValueArray
Gets the minimum value of an array of real numbers @param data matrix of real numbers @return
Chapter04/data/DataNormalization.java:130
↓ 5 callers
Method
getOutput
getOutput @return Returns the neuron's output
Chapter02/Neuron.java:243
↓ 5 callers
Method
print
()
Chapter06/data/NeuralInputData.java:144
↓ 5 callers
Method
print
()
Chapter05/data/NeuralInputData.java:144
↓ 5 callers
Method
printInput
()
Chapter04/data/NeuralDataSet.java:156
↓ 5 callers
Method
printInput
()
Chapter03/src/edu/packt/neuralnet/data/NeuralDataSet.java:139
↓ 5 callers
Method
printInput
()
Chapter05/data/NeuralDataSet.java:222
↓ 5 callers
Method
printNeuralOutput
()
Chapter02/data/NeuralDataSet.java:147
↓ 5 callers
Method
setInputs
setInputs Feeds an array of real values to the neural network's inputs @param inputs Array of real values to be fed into the neural inputs
Chapter02/NeuralNet.java:137
↓ 5 callers
Method
setNormalization
(NeuralDataSet[] nn,double _zscale)
Chapter05/data/DataNormalization.java:197
↓ 5 callers
Method
showPlot2DData
()
Chapter04/som/CompetitiveLearning.java:304
↓ 5 callers
Method
showPlot2DData
()
Chapter06/som/CompetitiveLearning.java:310
↓ 5 callers
Method
showPlot2DData
()
Chapter05/som/CompetitiveLearning.java:314
↓ 5 callers
Method
stdev
Gets the standard deviation value of an array of real numbers @param array with values @return standard deviation of array
Chapter06/math/ArrayOperations.java:183
↓ 5 callers
Method
stdev
Gets the standard deviation value of an array of real numbers @param array with values @return standard deviation of array
Chapter05/math/ArrayOperations.java:183
↓ 5 callers
Method
transpose
()
Chapter04/math/Matrix.java:154
↓ 5 callers
Method
transpose
()
Chapter06/math/Matrix.java:155
↓ 5 callers
Method
transpose
()
Chapter03/src/edu/packt/neuralnet/math/Matrix.java:154
↓ 5 callers
Method
transpose
()
Chapter05/math/Matrix.java:155
↓ 4 callers
Method
addColumn
(double[] _data)
Chapter05/data/DataSet.java:128
↓ 4 callers
Method
addSolarNoonAngle
(TimeSeries ts,double latitude)
Chapter05/examples/weather/WeatherExample.java:238
↓ 4 callers
Method
csvData2Matrix
Loads CSV file into Java matrix @return Java matrix @throws IOException
Chapter06/data/LoadCsv.java:140
← previous
next →
201–300 of 1,754, ranked by callers