Differences
This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision Next revision | Previous revision | ||
|
course:material [2018/08/24 16:59] schtepf [Neural word embeddings] |
course:material [2022/08/07 18:46] (current) schtepf [Software for the course] |
||
|---|---|---|---|
| Line 1: | Line 1: | ||
| ====== Courses and Tutorials on DSM ====== | ====== Courses and Tutorials on DSM ====== | ||
| - | [[course: | + | [[course: |
| [[course: | [[course: | ||
| [[course: | [[course: | ||
| + | [[course: | ||
| **Software & data sets** – | **Software & data sets** – | ||
| [[course: | [[course: | ||
| Line 12: | Line 13: | ||
| Practical examples and exercises for these courses and tutorials are based on the user-friendly software package [[http:// | Practical examples and exercises for these courses and tutorials are based on the user-friendly software package [[http:// | ||
| - | - Install up-to-date versions of [[https:// | + | - Install up-to-date versions of [[https:// |
| - Use the installer built into RStudio (or the standard R GUI) to install the following packages from the CRAN archive: | - Use the installer built into RStudio (or the standard R GUI) to install the following packages from the CRAN archive: | ||
| - | * '' | + | * '' |
| - | * '' | + | * '' |
| - | * optional: '' | + | * recommended: |
| + | * optional: '' | ||
| + | * optional: '' | ||
| - During the course, you will be asked to install a further package with additional evaluation tasks ('' | - During the course, you will be asked to install a further package with additional evaluation tasks ('' | ||
| - | * '' | + | * '' |
| + | * if you are stuck with R v3.x, please use the older package version 0.1: [[http:// | ||
| * download a suitable version and select “Install from: Package Archive File” in RStudio | * download a suitable version and select “Install from: Package Archive File” in RStudio | ||
| - Download the sample data files listed below | - Download the sample data files listed below | ||
| - Download one or more of the pre-compiled DSMs listed below | - Download one or more of the pre-compiled DSMs listed below | ||
| + | |||
| + | ===== Scaling R to large data sets ===== | ||
| + | |||
| + | Most of our hands-on examples work reasonably well in a standard R installation, | ||
| + | However, if you intend to work on real-life tasks and process large DSMs, it is important to enable multi-threaded computation | ||
| + | in R. Since DSMs build on matrix operations, a multi-threaded linear algebra library (“BLAS”) is key. | ||
| + | |||
| + | - In Linux, it should be sufficient to install the OpenBLAS package, e.g. in Ubuntu: '' | ||
| + | - In MacOS, follow [[https:// | ||
| + | - In Windows, you can try installing [[https:// | ||
| + | |||
| + | |||
| + | <!-- doesn' | ||
| ==== Getting the latest & greatest ==== | ==== Getting the latest & greatest ==== | ||
| Line 36: | Line 53: | ||
| You can also check the [[http:// | You can also check the [[http:// | ||
| + | |||
| + | --> | ||
| ===== Example data sets ===== | ===== Example data sets ===== | ||
| Line 44: | Line 63: | ||
| * '' | * '' | ||
| * '' | * '' | ||
| + | * '' | ||
| ===== Pre-compiled DSMs ===== | ===== Pre-compiled DSMs ===== | ||