Personal tools
You are here: Home teaching Machine learning workshop
Log in


Forgot your password?
 

Machine learning workshop

The Machine Learning workshop will be held on Thursday, April 24 from 1-4 PM. The location is room A258 in Franz Hall, which is on the A level in the middle of the building. Because there are relatively few workstations available, you should bring your own laptop if at all possible.
You will need to set up your laptop as follows.

1. Install R:
Download package for Mac OS X
Download package for Windows

2. Install needed packages for R.
In the R console, paste the following commands:
install.packages('matlab')
install.packages('e1071')
install.packages('nnet')

3. Download the package of code and data for the demo here.
Document Actions