Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

These traditional statistics and computational applications are well suited for doing many aspects of ML. There are a number of textbooks and online documentation for using R, Matlab, and SAS to create ML analysis applications

To load R, Matlab, or SAS use

module load R/3.2.2
module load matlab

or

module load SAS

R, Matlab, and SAS require a build-your-own skillset.

...

Using Tensorflow

Tensorflow uses is built on  python and there are two modules which load Tensorflow with either python2.7 or python3.5. Both modules should be used with the gpu partition (-p gpu) for best performance To load Tensorflow, type

...