Skip to content
View ZechenM's full-sized avatar
  • Santa Barbara, CA

Highlights

  • Pro
Block or Report

Block or report ZechenM

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
ZechenM/README.md
  • 👋 Hi, I’m Zechen Ma
  • 👀 I’m interested in Computer Architecture
  • 🌱 I’m currently a BS/MS in CS at UC Santa Barbara
  • 💞️ I’m applying to PhD programs that start in Fall 2024
  • 📫 How to reach me: zechenma@ucsb.edu

Pinned Loading

  1. SGD-Linear-Regressor SGD-Linear-Regressor Public

    Iterative stochastic gradient descent (SGD) linear regressor with regularization

    Python 1

  2. Space-Saving Space-Saving Public

    Space Saving Algorithm Implementation Using C++

    C++ 1

  3. TernarySearchTree TernarySearchTree Public

    A multi-way search tree where one node has 2 keys and 3 children

    C++ 1

  4. Logistic-Regressor Logistic-Regressor Public

    A binary logistic regressor based on iterative stochastic gradient descent (SGD) with regularization

    Python

  5. CART CART Public

    Implementation of Classification and Regression Tree (CART) algorithm with training a decision tree for classification.

    Python

  6. Bagging-and-AdaBoost Bagging-and-AdaBoost Public

    Implementation of Bagging and AdaBoost Algorithm

    Python 1