Skip to content

umarfarooq360/Machine_Learning_Online

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ML_Kit

Online Machine Learning library, coded in R interfaced with HTML/CSS/JavaScript using Shiny. Supports Artificial Neural Network for now. SVM, Naive Bayes, Principal Component Analysis support coming soon.

####Demo

Check out the deployed web app at:

https://umarfarooq360.shinyapps.io/ML_Kit/

###Deployment and Usage Preview

Machine Learning App Preview

Usage

  1. Upload the training file. CSV and XLS formats are accepted.
  2. Select the dependent variable and the features.
  3. Select training parameters.
  4. Upload or select testing data. The app accepts seperate testing data as well as support for using a sample of the training data for testing.
  5. Press the run button(once only). It'll take a little bit of time depending on the size of the data and then show the results.

####Modifying the Code Clone the repository. Assuming you have R installed, install the shiny package by running

install.packages("shiny")

Load the library by running

library(shiny)
```
I would recommend using [RStudio](http://www.rstudio.com/) for Shiny apps.
The app works with just two files ui.R and server.R.
Check out the Shiny Documentation for more details.

http://shiny.rstudio.com/

About

Online Machine Learning library, coded in R interfaced with HTML/CSS/JavaScript using Shiny

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages