What is a FeedForward Neural Network? In FeedForward Neural Network, the Perceptrons are arranged in layers, with the first layer […]
Category: R-ML
Hand-Written Digit Recognition in R using Neuralnet
It is high time now that I slide my feet in the vast ocean of Neural Network. I was avoiding […]
Hand-Written Digit Recognition in R using Multinomial Logistic Regression
Multinomial Logistic Regression is a classification method that generalizes Logistic Regression to multiclass problems i.e. with more than two possible discrete […]
Hand-Written Digit Recognition in R using randomForest
As the story goes, I was going through the Neural Network Exercise from the Andrew Ng Course of Machine Learning. I converted the […]
Hand-Written Digit Recognition in R using rpart
I converted the .mat file from the Andrew Ng Course to a .csv file long back. The steps are mentioned […]
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 […]