Package :cl-waffe
Tensors
Gradients
Four Arithmetic Operations
- Element wise operations
!add Adds the given tensors element by element.
!sub Substracts the given tensors element by element.
!mul Multiply the given tensors element by element.
!div Divides the given tensors element by element.
Summarize
Multiplying matrices
Trigonometric Functions
Mathematical Functions
Reshaping
!transpose Often used with !matmul
!transpose1 Forced to transpose.
Shaping
Concatenate and Split
Iterations and Making Copy
!aref it behaves as if aref, but works like numpy
!displace TODO
!set-batch displace the tensor
Sampling Distributions
- Initializes the tensor of the given dim with specified algorithms.
!normal Sampling the standard distribution
!uniform-random Sampling the uniform random
!beta Sampling the beta distribution
!gamma Sampling the gamma distribution
!chisquare Sampling the chisquare distribution
!bernoulli Sampling the bernoulli distribution
Initializes the tensor
- Tensors with the same elements.
!fill Fill up a tensor with specified value
!zeros-like Returns a tensor with the same dimension as the given dimension but elements are zero.
Activations
Logging
- with-verbose Displays Computation Node
Dtype
Extensions
Destructive Operations
Objects
- defmodel/defnode/defoptimizer
Trainer
Dataset
Model List
Printing