I am trying to apply meachine learning approaches such as: support vector machines, random forests, artificial neural networks on a microRNA dataset (NGS) and also on a mRNA dataset (NGS).I have used sequencing data for training and to make classifications based on some features and then tested on an independent data set to see the prediction accuracy.
To calculate support vector machines (SVM) I used the R e1071 package but I am looking for other tools.
Any body can share/suggest an R/ Python code/Package?