Yihao Huang (@onegood7)
  • Stars
    star
    2
  • Global Rank 2,219,069 (Top 77 %)
  • Followers 1
  • Registered over 5 years ago
  • Most used languages
    HTML
    50.0 %
  • Location πŸ‡ΉπŸ‡Ό Taiwan
  • Country Total Rank 8,309
  • Country Ranking
    HTML
    1,302

Top repositories

1

Project-Write-an-Algorithm-for-a-Dog-Identification-App-

In this notebook, I make the first steps towards developing an algorithm that could be used as part of a mobile or web app. At the end of this project, My code will accept any user-supplied image as input. If a dog is detected in the image, it will provide an estimate of the dog's breed. If a human is detected, it will provide an estimate of the dog breed that is most resembling. The image below displays potential sample output of your finished project (... but we expect that each student's algorithm will behave differently!).
HTML
1
star
2

Project-Predicting-Boston-Housing-Prices-

In this project, I evaluate the performance and predictive power of a model that has been trained and tested on data collected from homes in suburbs of Boston, Massachusetts. A model trained on this data that is seen as a good fit could then be used to make certain predictions about a home β€” in particular, its monetary value. This model would prove to be invaluable for someone like a real estate agent who could make use of such information on a daily basis. The dataset for this project originates from the UCI Machine Learning Repository. The Boston housing data was collected in 1978 and each of the 506 entries represent aggregated data about 14 features for homes from various suburbs in Boston, Massachusetts. For the purposes of this project, the following preprocessing steps have been made to the dataset: 16 data points have an 'MEDV' value of 50.0. These data points likely contain missing or censored values and have been removed. 1 data point has an 'RM' value of 8.78. This data point can be considered an outlier and has been removed. The features 'RM', 'LSTAT', 'PTRATIO', and 'MEDV' are essential. The remaining non-relevant features have been excluded. The feature 'MEDV' has been multiplicatively scaled to account for 35 years of market inflation.
Jupyter Notebook
1
star