6 Questions 20 Answers 0 Followers
Questions related from Rahul Raoniar
I'm asking this question just because currently I have learned R basics, dplyr, data.table, ggplot2, ggvis and machine learning packages such as caret, e1071 package for classification and nnet...
08 August 2017 5,052 7 View
I'm using RStudio and when ever I open RStudio, every time I have to set working directory to my data set folder using setwd(). Is there any solution available for this problem?. How can I set my...
05 May 2017 4,730 2 View
let say vector x = c(33, 22, 45) In the reference code the function body says, take index of x and inside the index don't keep the value matched with x. If say the value is 45 and it removed...
03 March 2017 7,107 7 View
Shall I start learning sci-kit learn or Tensor flow (deep learning) first ? I know about deep learning and how it functions using neural network sets. I'm little bit confused. Which one should I...
01 January 2017 4,154 6 View
Is it necessary to learn every library of python before proceeding to Machine Learning? Like libraries of python numpy, pandas, sci-py. Is it necessary to learn all above stated libraries before...
01 January 2017 6,972 16 View
numpy is a classic tool for array and matrix management but pandas has data structure management capabilities with similarities of R syntax. Shall I start with numby or pandas? Any suggestion will...
01 January 2017 9,120 2 View