(Go: >> BACK << -|- >> HOME <<)

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

Block or report YangSharing

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. High-quality-ellipse-detection High-quality-ellipse-detection Public

    Forked from AlanLuSun/High-quality-ellipse-detection

    A high-quality ellipse detector based on arc-support line segments which can both accurately and efficiently detect ellipses in images.

    C++ 1

  2. More_Simple_Reinforcement_Learning More_Simple_Reinforcement_Learning Public

    Forked from lansinuote/More_Simple_Reinforcement_Learning

    Jupyter Notebook 1

  3. Homework Homework Public

    学术论文写作作业测试

    MATLAB

  4. reinforcement-learning reinforcement-learning Public

    Forked from dennybritz/reinforcement-learning

    Implementation of Reinforcement Learning Algorithms. Python, OpenAI Gym, Tensorflow. Exercises and Solutions to accompany Sutton's Book and David Silver's course.

    Jupyter Notebook

  5. annotated_deep_learning_paper_implementations annotated_deep_learning_paper_implementations Public

    Forked from labmlai/annotated_deep_learning_paper_implementations

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

    Jupyter Notebook

  6. DQN_pytorch DQN_pytorch Public

    Forked from dxyang/DQN_pytorch

    Vanilla DQN, Double DQN, and Dueling DQN implemented in PyTorch

    Python