Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/afshinm/juggernaut
/ types & classes
Types & classes
18 in github.com/afshinm/juggernaut
⨍
Functions
121
◇
Types & classes
18
↓ 22 callers
Class
Matrix
src/matrix.rs:7
Interface
Activation
Activation trait
src/activation/mod.rs:18
Interface
CostFunction
Trait of cost functions
src/cost/mod.rs:14
Enum
CostFunctions
Available cost functions The only reason for having this enum is to `match` it in `NeuralNetwork`
src/cost/mod.rs:8
Class
CrossEntropy
src/cost/cross_entropy.rs:7
Class
HyperbolicTangent
src/activation/hyperbolictangent.rs:5
Class
Identity
src/activation/identity.rs:4
Class
LeakyRectifiedLinearUnit
src/activation/leakyrectifiedlinearunit.rs:4
Interface
MatrixTrait
src/matrix.rs:9
Interface
Multiplication
Vector multiplication
src/math.rs:5
Class
NeuralLayer
Represents a neural layer with its weights
src/nl.rs:6
Class
NeuralNetwork
Represents a Neural Network with layers, inputs and outputs
src/nn.rs:13
Class
RectifiedLinearUnit
src/activation/rectifiedlinearunit.rs:4
Class
Sample
src/sample.rs:3
Class
Sigmoid
src/activation/sigmoid.rs:4
Class
SoftMax
src/activation/softmax.rs:4
Class
SoftPlus
src/activation/softplus.rs:5
Class
SquaredError
src/cost/squared_error.rs:6