Core Functions

Model Creation

Layer Types

  • Static - Input layer specifying dimensions
  • Dense - Fully connected layer
  • Conv - Convolutional layer
  • MaxPool - Max pooling layer
  • Flatten - Flatten multi-dimensional data

Forward Pass

Backward Pass

Loss Functions

Activation Functions

GPU Support

  • gpu - Move models/data to GPU

Function Index