2 days agoOvercoming the Hurdles in Machine Learning with Regularization.While practicing Machine Learning there are many hurdles that are encountered. One of such is Overfitting/Underfitting to stop this from happening, we do apply many solutions such as Bias Variance Tradeoff, Regularization, etc. You can find the recent blog on Bias Variance Tradeoff at the end of this one. …Machine Learning4 min readMachine Learning4 min read
2 days agoMathematical intuition behind Principal Component Analysis (PCA)Well, not exactly in machine learning. Here, if the variables increase, the model is likely to underfit or overfit and fail in its task. the number of variables should be controlled smartly and statistically. “A lot of people do not believe in curses, but Data Scientists do!” The Curse of…Machine Learning5 min readMachine Learning5 min read
2 days agoWhat are the various performance matrices in Statistical Machine Learning?Performance metrics are an important part of any machine learning algorithm. Without accurate measurements, it can be difficult to determine the effectiveness of an algorithm. In this blog post, we’ll take a look at some of the most common performance metrics used in statistical machine learning. Confusion Matrix Classification Accuracy …Statistics6 min readStatistics6 min read