You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Data transformation is a crucial part of machine learning since an uncurated data would affect the performance of a machine learning algorithm (model). Emphasis is placed on the significance of transformation for better learning.
Regression models make use of input data attributes or features (explanatory or independent variables) and their corresponding continuous numeric output values (dependent or outcome variable) to learn specific relationships and associations between the inputs and their corresponding outputs.
Model validation is an essential and perhaps the most important of machine learning process. This is because it helps in checking the stability of the model and stops it from overfitting or underfitting on training datasets.
Model/hypothsesis evaluation is a machine learning approach for assessing the performance of an algorithm on a dataset. The objective is to reduce the error between actual data and prediction.
Repo of advance machine learning methods based on kernel learning. Implement kernel methods for Principal Component Analysis (PCA), Kmeans, Logistic Regression and Support Vector Data Description.
Mathematical details behind Variational AutoEncoder method and a derivation of Evidence lower bounds (ELBO) for Gaussian distributions and Inverse-Wishart distributions.