Skip to content

Latest commit

 

History

History
147 lines (84 loc) · 7.12 KB

Download_instructions.md

File metadata and controls

147 lines (84 loc) · 7.12 KB

Back to README


How to download and use it:

How to download and use it in Rstudio cloud

  1. Go to the website [ https://rstudio.cloud ] , if you already have an account log in, otherwise register and then log in.

  2. After logging in,

    1. go to Projects tab,

    2. click on the v next to the New Project button to expand the pop-up menu list

    3. click on the choice New Project from Git Repo

    4. in the URL of your Git repository section insert the link:

      https://github.com/georgios-stats/Machine_Learning_and_Neural_Networks_III_Epiphany_2024.git

    ... this will gonna download the whole Machine learning and Neural Networks learning teaching material. You can navigate to the material.

How to download the whole repository

Ways:

  1. You can click [HERE].

  2. You can click the green button 'Clone or download' and download it as a zip file

  3. You can use the program 'git' (https://git-scm.com/):

    • in windows/linux:

      download and install git from https://git-scm.com/

    • in Debian linux run in the terminal:

      sudo apt-get install git

    • in Red Hat linux run in the terminal:

      sudo yum install git

    ... then run:

  4. You can use rstudio:

    1. Go to File > New Project > Version Control > Git

    2. In the section Repository URL write

    3. Hit Create a Project

How to download a specific folder only

  1. In install Firefox GitZip add-on or the Chrome GitZip add-on

  2. Double click on the items you need.

  3. Click download button at bottom-right.

  4. See the progress dashboard and wait for browser trigger download.

  5. Get the ZIP file.

How to download a specific file

  1. You can just navigate to the file from the browser and download it.

  2. You can use the GitZip add-on for Firefox available HERE or the Chrome add-on GitZip available HERE