Skip to content
View coolgpu's full-sized avatar
Block or Report

Block or report coolgpu

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Popular repositories

  1. Demo_Conv2d_forward_and_backward Demo_Conv2d_forward_and_backward Public

    All about Conv2d: fundamentals plus custom implementations of the forward and backward paths in neural network.

    Python 9

  2. Demo_Matrix_Multiplication_backward Demo_Matrix_Multiplication_backward Public

    Demonstrate how to derive and implement the backward computing of matrix multiplication.

    Python 1

  3. kidspython kidspython Public

    Python

  4. backpropagation_w_example backpropagation_w_example Public

    Demonstrate how to do backpropagation using an example of BatchNorm-Sigmoid-MSELoss network with a detailed derivation of gradients and custom implementations.

    Python

  5. coolgpu_blog coolgpu_blog Public

    HTML 1

  6. Demo_ConvTranspose2d_forward_and_backward Demo_ConvTranspose2d_forward_and_backward Public

    Demonstrate custom implementation of Transpose Convolution forward and backward paths

    Python