Implemenation.
layers.py
Numpy implementation of the following modules:
- ReLU
- Tanh
- Sigmoid
- Linear (Dense)
- LogSoftmax
loss.py
Negative log likelihood.
Optimizer. I used scipy.optimize.minimize
function with L-BFGS-B
method.
Experiments.
Name | Name | Last commit date | ||
---|---|---|---|---|
parent directory.. | ||||