Skip to content

Latest commit

 

History

History
18 lines (11 loc) · 1002 Bytes

README.md

File metadata and controls

18 lines (11 loc) · 1002 Bytes

Convolutional Neural Networks (CNN) tutorial

Instructions

  1. Bash the kaggleAPI.sh script. You will need to have a Kaggle account, installation and API credentials (learn more here). You can either use a terminal from Linux/Mac OS or RStudio (learn more here).
  2. Install all packages listed on top of the script. EBImage is deposited in BioConductor, all other packages in CRAN.
  3. Run script.R. The TensorFlow instalation defaults to CPU; alternatively you can use NVIDIA GPUs (if you have them) which run substantially faster.

Acknowledgements

This work is partly based on:

Enjoy, all feedback is welcome!

Francisco