- Event organized jointly by SSA and MAPS https://www.statsoc.org.au/event-5183897
- Workshop based on Chapt 5, 6 and 7 of The Mathematical Engineering of Deep Learning
-
The easy way to get the material is to download the zip file of this archive
-
Note book used during the workshop
- Part 1: Deep Neural Network
- Part 2: Convolutional Neural Networks
- Part 3: Sequence Models
Please make sure that you have recent R and RStudio installed.
- R : https://cran.r-project.org/
- RStudio : https://www.rstudio.com/products/rstudio/download/preview/
- IMPORTANT R PACKAGES TO BE INSTALLED
install.packages("keras")
install.packages("tensorflow")
- R packages to be installed before workshop
install.packages("dplyr")
install.packages("ROCR")
install.packages("caret")
install.packages("ROCit")
install.packages("MASS")
install.packages("glmnet")
install.packages("tidyverse")
install.packages("ggplot2")
install.packages("ggpubr")
install.packages("animation")
install.packages("mvtnorm")
install.packages("jpeg")
install.packages("ruta")
install.packages("rARPACK")
install.packages("FactoMineR")
install.packages("keras")
install.packages("IMIFA")
install.packages("nnet")
install.packages("ggbubr")
Breast_cancer.RData
jena_climate_2009_2016.csv.zip
We use google collab to share code:
-
Part 1: Deep Neural network
-
Part 2: Convolutional Neural Networks
-
Part 3: Sequence Models