Skip to content
View coolgpu's full-sized avatar

    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.

    Maximum 250 characters. Please don’t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to you.
    Report abuse

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

    Report abuse

    Popular repositories Loading

    1. Demo_Conv2d_forward_and_backward Demo_Conv2d_forward_and_backwardPublic

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

      Python 8

    2. Demo_Matrix_Multiplication_backward Demo_Matrix_Multiplication_backwardPublic

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

      Python 1

    3. kidspython kidspythonPublic

      Python

    4. backpropagation_w_example backpropagation_w_examplePublic

      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_blogPublic

      HTML 1

    6. Demo_ConvTranspose2d_forward_and_backward Demo_ConvTranspose2d_forward_and_backwardPublic

      Demonstrate custom implementation of Transpose Convolution forward and backward paths

      Python