MCPcopy Create free account

hub / github.com/Sentdex/NNfSiX / functions

Functions235 in github.com/Sentdex/NNfSiX

Functionmatrix_flip_sign
C++/p006-Softmax-Activation.cpp:581
Functionmatrix_item_at_index
takes a vector of indices and returns a vector of elements at those indices along the matrix.
C++/p006-Softmax-Activation.cpp:589
Functionmatrix_log
C++/p006-Softmax-Activation.cpp:566
Functionmatrix_max
returns biggest value from whole of the matrix
C++/p006-Softmax-Activation.cpp:380
Functionmatrix_mean_in_axis
0 = rows, 1 = columns
C++/p006-Softmax-Activation.cpp:538
Functionmatrix_minus
minus value from all the elements
C++/p006-Softmax-Activation.cpp:408
Methodnew
(n_inputs: usize, n_neurons: usize)
Rust/p006-Softmax-Activation.rs:30
Methodnew
(n_inputs: usize, n_neurons: usize)
Rust/p004-Layers-and-Object.rs:32
Methodoperator()
C++/p005-ReLU-Activation.cpp:85
Functionoperator*
matrix multiplication
C++/p004-Layers-and-Object.cpp:31
Functionoperator*
C++/p005-ReLU-Activation.cpp:37
Functionoperator+
matrix vector addition
C++/p004-Layers-and-Object.cpp:42
Functionoperator+
matrix vector addition operator
C++/p005-ReLU-Activation.cpp:49
Functionsum_softmax_layer_output
@brief Test function. Sums the output after activation_softmax has run on the output layer. Correct output is 1.0. * * @param[in] output_layer
C/p006-Softmax-Activation.c:284
FunctionvectoGetMax
C+nnfs c++ part 6.cpp:154
FunctionvectorCapMax
C+nnfs c++ part 6.cpp:174
FunctionvectorCapMin
C+nnfs c++ part 6.cpp:184
FunctionvectorDot
C+nnfs c++ part 6.cpp:141
FunctionvectorExp
C+nnfs c++ part 6.cpp:194
FunctionvectorGetMin
C+nnfs c++ part 6.cpp:164
FunctionvectorNormalize
C+nnfs c++ part 6.cpp:212
Functionvector_cap_max
C++/p006-Softmax-Activation.cpp:189
Functionvector_cap_min
C++/p006-Softmax-Activation.cpp:199
Functionvector_dot
C++/p006-Softmax-Activation.cpp:156
Functionvector_exp
C++/p006-Softmax-Activation.cpp:209
Functionvector_get_max
C++/p006-Softmax-Activation.cpp:169
Functionvector_get_min
C++/p006-Softmax-Activation.cpp:179
Functionvector_normalize
C++/p006-Softmax-Activation.cpp:227
Functionzip
C++/p003-Dot-Product.cpp:15
Method~ActivationReLU
C+nnfs c++ part 6.cpp:644
Method~ActivationReLU
C++/p006-Softmax-Activation.cpp:736
Method~LayerDense
C+nnfs c++ part 6.cpp:601
Method~LayerDense
C++/p006-Softmax-Activation.cpp:694
Method~Random
C+nnfs c++ part 6.cpp:530
Method~Random
C++/p006-Softmax-Activation.cpp:622
← previous201–235 of 235, ranked by callers