Open
Description
Base Classes
Autograd
- Broadcasting (sum, tile)
- Math (exp, pow, abs, sqrt, log)
- Binary (add, subtract, multiply, divide, min, max, logical operators)
- matrix multiplication
- Convolutions and strided Convolutions
- Indexing and assignment
Neural Network
- Linear
- Convolve
- Pooling (Min, Max, Average)
- Activations: Sigmoid, Tanh, ReLU and related
- Recurrent neural networks (RNN, LSTM, GRU)
- Various Losses
- Containers (Sequential)
- Initializers