Skip to content
View CSYangHsu's full-sized avatar

Block or report CSYangHsu

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

Pinned Loading

  1. Perfecting-Your-Drawing Perfecting-Your-Drawing Public

    Many drawing tools, such as iPad, have a function that when you are drawing a shape by hand, they will guess what it is, and make the best fit one to replace it. For example, if you draw a lopsided…

    Python

  2. Rectifying-Your-Ellipse Rectifying-Your-Ellipse Public

    In the former project "Perfecting-Your-Drawing", i fitted the ellipses using the general quadratic form, a x^2 + b xy + c x^2 y + d x + e y = 1. This approaches has many drawbacks. First, the quadr…

    Python

  3. ASSEMBLY-Calculator ASSEMBLY-Calculator Public

    In this project, I implemented a calculator with syntax binary tree (Output Assembly Codes ).

    C

  4. Implement-CNN-from-scratch Implement-CNN-from-scratch Public

    Implement CNN from scratch, with only Numpy and Math package.

    Jupyter Notebook