Skip to content
View NgChunMan's full-sized avatar

Highlights

  • Pro

Block or report NgChunMan

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 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. ProfBook ProfBook Public

    Forked from AY2324S1-CS2103T-W15-2/tp

    A Java desktop application for tutors to manage tutorial groups, students, and tasks — supporting group/student creation, task assignment (todos & deadlines), and student profiles, built with Gradl…

    Java

  2. CreditCardFraudDetection CreditCardFraudDetection Public

    A Python implementation of credit card fraud detection using logistic regression (built from scratch), with both batch and stochastic gradient descent optimization and cross-entropy loss evaluation.

    Python

  3. Flight-Arrival-Delay-Prediction Flight-Arrival-Delay-Prediction Public

    A scalable flight arrival delay prediction pipeline built with PySpark and linear regression, using U.S. DOT flight data with feature engineering, StringIndexer, StandardScaler, and MAE-based evalu…

    Python

  4. HandwrittenDigitsNN HandwrittenDigitsNN Public

    MNIST handwritten digit recognition using Python, comparing a Fully-Connected Neural Network (FCNN) and a Convolutional Neural Network (CNN) with dropout — achieving up to 99.1% accuracy with the A…

    Python

  5. SG-HousePrice-Predictor SG-HousePrice-Predictor Public

    A Python implementation of Singapore housing price prediction using Linear Regression, comparing Normal Equation and Gradient Descent methods with MSE/MAE evaluation metrics.

    Python