Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Sentdex/NNfSiX
/ functions
Functions
235 in github.com/Sentdex/NNfSiX
⨍
Functions
235
◇
Types & classes
56
Function
matrix_flip_sign
C++/p006-Softmax-Activation.cpp:581
Function
matrix_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
Function
matrix_log
C++/p006-Softmax-Activation.cpp:566
Function
matrix_max
returns biggest value from whole of the matrix
C++/p006-Softmax-Activation.cpp:380
Function
matrix_mean_in_axis
0 = rows, 1 = columns
C++/p006-Softmax-Activation.cpp:538
Function
matrix_minus
minus value from all the elements
C++/p006-Softmax-Activation.cpp:408
Method
new
(n_inputs: usize, n_neurons: usize)
Rust/p006-Softmax-Activation.rs:30
Method
new
(n_inputs: usize, n_neurons: usize)
Rust/p004-Layers-and-Object.rs:32
Method
operator()
C++/p005-ReLU-Activation.cpp:85
Function
operator*
matrix multiplication
C++/p004-Layers-and-Object.cpp:31
Function
operator*
C++/p005-ReLU-Activation.cpp:37
Function
operator+
matrix vector addition
C++/p004-Layers-and-Object.cpp:42
Function
operator+
matrix vector addition operator
C++/p005-ReLU-Activation.cpp:49
Function
sum_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
Function
vectoGetMax
C+nnfs c++ part 6.cpp:154
Function
vectorCapMax
C+nnfs c++ part 6.cpp:174
Function
vectorCapMin
C+nnfs c++ part 6.cpp:184
Function
vectorDot
C+nnfs c++ part 6.cpp:141
Function
vectorExp
C+nnfs c++ part 6.cpp:194
Function
vectorGetMin
C+nnfs c++ part 6.cpp:164
Function
vectorNormalize
C+nnfs c++ part 6.cpp:212
Function
vector_cap_max
C++/p006-Softmax-Activation.cpp:189
Function
vector_cap_min
C++/p006-Softmax-Activation.cpp:199
Function
vector_dot
C++/p006-Softmax-Activation.cpp:156
Function
vector_exp
C++/p006-Softmax-Activation.cpp:209
Function
vector_get_max
C++/p006-Softmax-Activation.cpp:169
Function
vector_get_min
C++/p006-Softmax-Activation.cpp:179
Function
vector_normalize
C++/p006-Softmax-Activation.cpp:227
Function
zip
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
← previous
201–235 of 235, ranked by callers