Khaing Win


    Recent posts by Khaing Win

    12 min read

    How to Overcome the Curse of Dimensionality

    By Khaing Win on Aug 17, 2020 4:18:07 AM

    Dimensionality reduction is an important technique to overcome the curse of dimensionality in data science and machine learning. As the number of predictors (or dimensions or features) in the dataset increase, it becomes computationally more expensive (ie. increased storage space, longer computation time) and exponentially more difficult to produce accurate predictions in classification or regression models. Moreover, it is hard to wrap our head around to visualize the data points in more than 3 dimensions.

    Topics: Machine Learning Data Science
    9 min read

    Visualizing Time Series Data of Stock Prices

    By Khaing Win on Aug 6, 2020 6:14:51 AM

    Apply for Byte Academy's Coding Bootcamp with ISA options

    Time series data, simply put, is a set of data points collected at regular time intervals.  We encounter time series data every day in our lives - stock prices, real estate market prices, energy usage at our homes and so on. So why should we care about this data? Because understanding time series data, especially of stock prices, could help you to be on a path to make $$$.

    Topics: Deep Learning Python Data Science

    Featured