I converted the .mat file from the Andrew Ng Course to a .csv file long back. The steps are mentioned […]
Category: R-Programming
Convert .mat file to .csv file using csvwrite
I thought of practicing the Neural Network exercise from Andrew Ng course in R and got stuck at the first […]
Predict Your Child’s Height at 18
“Height” is a slightly delicate issue for me. I stopped growing at 5 feet. That’s why I always wonder “How […]
Mathematical Representation of a Logistic Regression Model
Introduction: The Logistic Regression Model is a popular Machine Learning Algorithm used for Classification problems. Thus, Logistic Regression can be used […]
Compute Gradient Descent of a Multivariate Linear Regression Model in R
Introduction: A Multivariate Linear Regression Model is a Linear approach for illustrating a relationship between a dependent variable (say Y) […]
Derive Gradient Descent for a Univariate Linear Regression Model
I think, whoever starts to learn Machine Learning, checks out the Machine Learning Class by Andrew Ng. I was not […]