Skip to content
View paduvi's full-sized avatar

Block or report paduvi

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 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

Pinned Loading

  1. arrowjs/ArrowjsCore arrowjs/ArrowjsCore Public

    High performance MVC Framework based on Express with many extra features

    JavaScript 19 6

  2. ffmpeg-app ffmpeg-app Public

    DogyMpegApp is a desktop GUI application designed to simplify common video processing tasks. It acts as a user-friendly wrapper around FFmpeg, allowing users to compress, cut, and manage video files.

    Java 1

  3. paduvi.github.io paduvi.github.io Public

    https://resume.dogy.io

    HTML

  4. unsupervised-document-embedding unsupervised-document-embedding Public

    Unsupervised document embedding model used on Kenh14, CafeBiz, CafeF, Soha, GenK

    Python 1

  5. Hierarchical Softmax CNN Classification Hierarchical Softmax CNN Classification
    1
    import torch
    2
    import torch.nn as nn
    3
    import torch.nn.init as init
    4
    
                  
    5
    dropout_prob = 0.5