A deep learning library created from scratch
Stars
5
Forks
0
Watchers
Open Issues
Overall repository health assessment
No package.json found
This might not be a Node.js project
User
73
commits
Added Cartpole reinforcement learning example
c117543
Refactored layers
41e6eaf
Refactored model and fixed bug in history
d00eb4c
Refactored metrics, utils and optimizers
7de994a
Refactored activations and loss
fadbd29
Refactored history
5ceb3cb
Added autoencoder anomaly detection example
97c7900
Debugged shuffle problem in Model
6a1e268
Updated history.py to display elapsed_time properly
a4c9de3
Refactored MSE loss grads method
3de7ec8
Refactored convolution & upsample layers
600a7bb
a50179b
Updated Model.train method
dee8e18
Updated Model, now handles multi-dimensional target data
ac3caf9
Added 1D & 3D Upsample layers and refactored Upsample2D
8a7ca19