- Layer implemented
- FC
- conv
- pool
- dropout
- elementwiseMul/Sum
- BatchNorm
- DotProd
- Concatenate
- Stack (increase the number of sample but keep feature dimension fixed)
- ElementwiseScale
- SquareDiffCost
- MaxMarginCost
- BinaryCrossEntropyCost
- Solver implemented
- SGD
- SGD with linesearch
- Activation list
- Relu
- Sigmoid
- BinaryCrossEntropy
- Tanh
- Softmax
- Linear
- Owner Sijin LI ([email protected])
- https://sijinli.github.io/