MCPcopy Create free account

hub / github.com/JunlingWang/Neuronetwork_with_python / functions

Functions24 in github.com/JunlingWang/Neuronetwork_with_python

↓ 6 callersMethodnetwork_forward
(self, inputs)
your_first_network.py:131
↓ 4 callersFunctionnormalize
(array)
your_first_network.py:23
↓ 3 callersFunctionclassify
(probabilities)
your_first_network.py:41
↓ 3 callersFunctionloss_function
(predicted, real)
your_first_network.py:63
↓ 2 callersFunctionprecise_loss_function
(predicted, real)
your_first_network.py:55
↓ 1 callersFunctionactivation_ReLU
(inputs)
your_first_network.py:37
↓ 1 callersFunctionactivation_softmax
(inputs)
your_first_network.py:46
↓ 1 callersFunctioncreat_data
(num_of_data)
createDataAndPlot.py:35
↓ 1 callersFunctionget_final_layer_preAct_damands
(predicted_values, target_vector)
your_first_network.py:73
↓ 1 callersMethodget_weight_adjust_matrix
(self, preWeights_values, aftWeights_demands)
your_first_network.py:110
↓ 1 callersMethodlayer_backward
(self, preWeights_values, afterWeights_demands)
your_first_network.py:96
↓ 1 callersMethodlayer_forward
(self, inputs)
your_first_network.py:92
↓ 1 callersFunctionmain
()
your_first_network.py:248
↓ 1 callersMethodnetwork_backward
(self, layer_outputs, target_vector)
your_first_network.py:144
↓ 1 callersMethodone_batch_train
(self, batch)
your_first_network.py:162
↓ 1 callersFunctionplot_data
(data, title)
createDataAndPlot.py:46
↓ 1 callersMethodrandom_update
(self)
your_first_network.py:230
↓ 1 callersFunctiontag_entry
(x, y)
createDataAndPlot.py:10
↓ 1 callersMethodtrain
(self, n_entries)
your_first_network.py:201
↓ 1 callersFunctionvector_normalize
(array)
your_first_network.py:30
Method__init__
(self, n_inputs, n_neurons)
your_first_network.py:88
Method__init__
(self, network_shape)
your_first_network.py:123
Methodcheck_loss
(self)
your_first_network.py:239
Functiontest
()
your_first_network.py:283