Karanbir Chahal

Results 21 issues of Karanbir Chahal

The animation should be more pleasing to the eye.Right now it goes into starts and jumps

In this project, we use a ND Array to represent the underlying data of a Tensor. The Matrix class represents the ND array. As of now, we have little to...

ndarray

This pull request seeks to add building this project for the GPU. Currently, the kernel for the dot product is added (matrix multiplication). To build for the GPU, the cuda...

cuda

Lot of times we are constructing objects on the heap and not explicitly deleting them. This leads to a ton of memory leaks. We need to debug this and solve...

This issue tracks the development of the Loss layer (MSE, Cross entropy et a)

core layer

This issue tracks the development of the dropout layer

core layer

This issue tracks the development of the batch normalisation layer.

core layer

When we try to overload operations such that complex operations can be done in a single expression. Something like ```c++ Tensor = a; Tensor = b; Tensor = c; Tensor...

Hey, I was implementing 1 cycle policy as an exercise. And I have a few observations from my experiments. I have a __Model__ : Resnet18. __Batch size for training__ =...

Do you want to train this thing on a BERT language model base ? I think you'll get really great results ? I wouldn't mind working on this if you...