dtorch
Description
This package is the main module of this project for machine learning. It is basicly a replica of pytorch. It offer the possibility to create tensor, have them store elements for gradient calcul and create ML models.
Important
This project is currently in progress. It’s undergoing majors changes and is subject to changements
Modules
Here’s the list of the available modules:
- dtorch.jtensors
JTensors
JTensors.grad
JTensors.require_grads
JTensors.ndims
JTensors.shape
JTensors.dtype
JTensors.T
JTensors.itemsize
JTensors.size
JTensors.stride
JTensors.backward()
JTensors.numpy()
JTensors.transpose()
JTensors.reshape()
JTensors.max()
JTensors.sum()
JTensors.rearrange()
JTensors.shuffle()
JTensors.norm()
JTensors.detach()
JTensors.clone()
JTensors.unsqueeze()
JTensors.squeeze()
- dtorch.nn
- dtorch.functionnal
- dtorch.einops
- dtorch.optim
- dtorch.loss