Skip to content
View Chau-Nguyen-Developer's full-sized avatar

Block or report Chau-Nguyen-Developer

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.

Content in all repositories owned by your account will be closed.
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

Pinned Loading

  1. mergeSort-multithread-java mergeSort-multithread-java Public

    Sort integer arrays using merge sort algorithm. Boost performance by using multithreads. Application written in Java.

    Java

  2. Google-Intro-Computer-Vision-Model-TensorFlow Google-Intro-Computer-Vision-Model-TensorFlow Public

    A TensorFlow/Keras model for classifying Fashion MNIST images into 10 clothing categories. Built as a learning project to explore neural networks and image preprocessing.

    Jupyter Notebook

  3. numerical-method-interpolating-polynomial numerical-method-interpolating-polynomial Public

    Numerical Method: Create divided difference table and interpolating polynomial in Newton's form and Lagrange's form from given x and f(x) values.

    C++

  4. Use-CNNs-to-enhance-computer-vision-Google-Tutorial Use-CNNs-to-enhance-computer-vision-Google-Tutorial Public

    Jupyter Notebook

  5. CS3560-02-6-A/MallKioskSystem CS3560-02-6-A/MallKioskSystem Public

    The Mall Kiosk System is an interactive in-mall kiosk designed to enhance the shopping experience by helping users quickly discover complete outfits based on their needs. Video Demo: https://drive.…

    Java

  6. disk-scheduling-algorithms disk-scheduling-algorithms Public

    Report the total amount of head movement and the total number of change of direction based on different disk-scheduling algorithms

    C++