Skip to content
View JayyyLiu's full-sized avatar

Block or report JayyyLiu

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. Calculation-of-pitch-and-heading-angles Calculation-of-pitch-and-heading-angles Public

    When the Longitude, Latitude and Altitude of two points are given, this MATLAB codecould calculate the heading angle and pitch angle with high accuracy.

    MATLAB

  2. Simulation-of-Golay-complementary-sequence Simulation-of-Golay-complementary-sequence Public

    In the IEEE 802.11ad standard file, three pairs of gray complementary sequences with lengths of 128, 64 and 32 are defined. Here, I use the 'wlangolaysequence' function in MATLAB to generate a pair…

    MATLAB

  3. Use-Gradient-Method-to-find-spam-email Use-Gradient-Method-to-find-spam-email Public

    Use three methods: Ridge, Logistic and Hinge, with their losses and gradients, we could identify spam with high accuracy.

    Python

  4. Use-Naive-Bayes-to-identify-gender-by-names Use-Naive-Bayes-to-identify-gender-by-names Public

    Use Naive Bayes Method to identify whether a kid of a certain name is a boy or a girl, which could be trained to a high accuracy.

    Python

  5. Project-Kernel-SVM Project-Kernel-SVM Public

    Use the SVM to classify points which are generated as "spiral" data, the kernels include linear, polynomial and rbf.

    HTML

  6. Neural-Network-on-Boston-Data-Set Neural-Network-on-Boston-Data-Set Public

    This project will implement a neural network and test on the Boston data set. This data set contains housing prices as targets and community statistics as features.

    Python