Skip to content
View qwerfdsadad's full-sized avatar

Highlights

  • Pro
Block or Report

Block or report qwerfdsadad

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 Loading

  1. annotated_deep_learning_paper_implementations annotated_deep_learning_paper_implementations Public

    Forked from labmlai/annotated_deep_learning_paper_implementations

    🧑‍🏫 59 Implementations/tutorials of deep learning papers with side-by-side notes 📝; including transformers (original, xl, switch, feedback, vit, ...), optimizers (adam, adabelief, ...), gans(cycleg…

    Jupyter Notebook

  2. aima-python aima-python Public

    Forked from aimacode/aima-python

    Python implementation of algorithms from Russell And Norvig's "Artificial Intelligence - A Modern Approach"

    Jupyter Notebook

  3. cumf_sgd cumf_sgd Public

    Forked from cuMF/cumf_sgd

    CUDA Matrix Factorization Library with Stochastic Gradient Descent (SGD)

    C++

  4. How_to_optimize_in_GPU How_to_optimize_in_GPU Public

    Forked from Liu-xiandong/How_to_optimize_in_GPU

    This is a series of GPU optimization topics. Here we will introduce how to optimize the CUDA kernel in detail. I will introduce several basic kernel optimizations, including: elementwise, reduce, s…

    Cuda

  5. TurboBFS TurboBFS Public

    Forked from pcdslab/TurboBFS

    A highly scalable GPU-based set of top-down and bottom-up BFS algorithms in the language of  linear algebra.

    C