Skip to content
View CSW04-exe's full-sized avatar

Block or report CSW04-exe

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.

Maximum 250 characters. Please don’t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Popular repositories Loading

  1. OOP_w_Java_Project OOP_w_Java_Project Public

    Forked from ch103hw4n6/MatrixCalculatorCS321

    Matrix Calculator

    Java

  2. OS-Program OS-Program Public

    This program simulates a priority-based process scheduler using a custom synchronized priority queue. It reads process specifications from standard input, creates process objects with attributes su…

    Java

  3. Univariate-Linear-Regression Univariate-Linear-Regression Public

    A program that performs single-variable linear regression using both closed-form least squares and batch gradient descent to model and predict profit based on population data.

    Python

  4. Multivariate-Linear-Regression Multivariate-Linear-Regression Public

    An implementation of multivariable linear regression on the Boston housing dataset, using both gradient descent and the normal equation to predict median home values from selected features.

    Python

  5. Logistic-Regression Logistic-Regression Public

    An implementation of binary logistic regression to classify Iris-setosa versus other species, including data preprocessing, manual gradient descent optimization, and model evaluation with accuracy,…

    Python

  6. GO_Lang-Program GO_Lang-Program Public

    A Go program that reads basketball player stats from a file, calculates advanced shooting metrics (eFG% and TS%), handles missing data, sorts players by name, and prints a structured performance re…

    Go