Skip to content
View HelloYaoZhang's full-sized avatar
  • https://www.linkedin.com/in/zhang-yao-307ba1b

Block or report HelloYaoZhang

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. Segmentation-of-Ultrasound-Images Segmentation-of-Ultrasound-Images Public

    The purpose of this study is the contour extraction of a region of interest in ultrasonic images. I applied the anisotropic diffusion algorithm to preprocess images, then an active contour model us…

    MATLAB 74 30

  2. Face-Recognition-Using-PCA Face-Recognition-Using-PCA Public

    Implemented Principal Components Analysis algorithm in MATLAB for face recognition. Compared two faces by projecting the images into Eigenface space and measure the Euclidean distance between them

    MATLAB 56 15

  3. TravellingSalesmanSolver TravellingSalesmanSolver Public

    Forked from ijsmallman/TravellingSalesmanSolver

    Solving the travelling salesman problem using simulated annealing, a genetic algorithm and ant colony optomisation algorithms

    Python

  4. Stanford-Machine-Learning-Assignment Stanford-Machine-Learning-Assignment Public

    Thanks for Stanford Machine Learning course by professor Andrew Ng. I took the online course and finished all of eight assignments, which are good practices for machine learning beginner. The codes…

    MATLAB

  5. Pedometer-App Pedometer-App Public

    This is the very first android application I built with my team members. Used accelerometer on a smartphone to record the acceleration caused by walking. Analyzed accelerometer readings and counted…

    Java

  6. Recipe-Classifier-Based-on-Review Recipe-Classifier-Based-on-Review Public

    Implemented web scraping technique to collect text comments toward recipes from a restaurant website and extracted keywords from it. Build two classifiers to predicte whether a recipe review is pos…

    Python