Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/JunlingWang/Neuronetwork_with_python
/ functions
Functions
24 in github.com/JunlingWang/Neuronetwork_with_python
⨍
Functions
24
◇
Types & classes
2
↓ 6 callers
Method
network_forward
(self, inputs)
your_first_network.py:131
↓ 4 callers
Function
normalize
(array)
your_first_network.py:23
↓ 3 callers
Function
classify
(probabilities)
your_first_network.py:41
↓ 3 callers
Function
loss_function
(predicted, real)
your_first_network.py:63
↓ 2 callers
Function
precise_loss_function
(predicted, real)
your_first_network.py:55
↓ 1 callers
Function
activation_ReLU
(inputs)
your_first_network.py:37
↓ 1 callers
Function
activation_softmax
(inputs)
your_first_network.py:46
↓ 1 callers
Function
creat_data
(num_of_data)
createDataAndPlot.py:35
↓ 1 callers
Function
get_final_layer_preAct_damands
(predicted_values, target_vector)
your_first_network.py:73
↓ 1 callers
Method
get_weight_adjust_matrix
(self, preWeights_values, aftWeights_demands)
your_first_network.py:110
↓ 1 callers
Method
layer_backward
(self, preWeights_values, afterWeights_demands)
your_first_network.py:96
↓ 1 callers
Method
layer_forward
(self, inputs)
your_first_network.py:92
↓ 1 callers
Function
main
()
your_first_network.py:248
↓ 1 callers
Method
network_backward
(self, layer_outputs, target_vector)
your_first_network.py:144
↓ 1 callers
Method
one_batch_train
(self, batch)
your_first_network.py:162
↓ 1 callers
Function
plot_data
(data, title)
createDataAndPlot.py:46
↓ 1 callers
Method
random_update
(self)
your_first_network.py:230
↓ 1 callers
Function
tag_entry
(x, y)
createDataAndPlot.py:10
↓ 1 callers
Method
train
(self, n_entries)
your_first_network.py:201
↓ 1 callers
Function
vector_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
Method
check_loss
(self)
your_first_network.py:239
Function
test
()
your_first_network.py:283