I am introduced to GraphLab Create in Machine Learning Foundation Course by Washington University in Coursera and it is truly an […]
Tag: ML Projects
Sentiment Analysis on Movie Reviews in R
Text Analytics is an interesting but tricky subject. It is not easy to decipher sentiments from some words. It gets […]
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 […]