Register training material
125 materials found

Data Visualisation in Python

Python has deservedly become a popular language for scientific computing. It has all the friendly features and conveniences you'd expect of a modern programming language, and also a rich set of libraries for working with data.

In this workshop, you will explore different types of graphs and...

Keywords: Programming, Python

Data Visualisation in Python https://staging.dresa.org.au/materials/data-visualisation-in-python Python has deservedly become a popular language for scientific computing. It has all the friendly features and conveniences you'd expect of a modern programming language, and also a rich set of libraries for working with data. In this workshop, you will explore different types of graphs and learn how to customise them using two of the most popular plotting libraries in Python, matplotlib and seaborn (Data Visualisation). We teach using Jupyter notebooks, which allow program code, results, visualisations and documentation to be blended seamlessly. Perfect for sharing insights with others while producing reproducible research. Join us for this live coding workshop where we write programs that produce results, using the researcher-focused training modules from the highly regarded Software Carpentry Foundation. #### You'll learn: - Using the Grammar of Graphics to convert data into figures using the seaborn and matplotlib libraries - Configuring plot elements within seaborn and matplotlib - Exploring different types of plots using seaborn #### Prerequisites: Either Learn to Program: Python or Learn to Program: Python and Python for Research needed to attend this course. If you already have experience with programming, please check the topics covered in the Learn to Program: Python and Python for Research courses to ensure that you are familiar with the knowledge needed for this course. We also strongly recommend attending the Data Manipulation in Python course. **For more information, please click [here](https://intersect.org.au/training/course/python202).** training@intersect.org.au Programming, Python
Data Manipulation and Visualisation in Python

Python has deservedly become a popular language for scientific computing. It has all the friendly features and conveniences you'd expect of a modern programming language, and also a rich set of libraries for working with data.

In this workshop, you will explore DataFrames in depth (using the...

Keywords: Programming, Python

Data Manipulation and Visualisation in Python https://staging.dresa.org.au/materials/data-manipulation-and-visualisation-in-python Python has deservedly become a popular language for scientific computing. It has all the friendly features and conveniences you'd expect of a modern programming language, and also a rich set of libraries for working with data. In this workshop, you will explore DataFrames in depth (using the pandas library), learn how to manipulate, explore and get insights from your data (Data Manipulation), as well as how to deal with missing values and how to combine multiple datasets. You will also explore different types of graphs and learn how to customise them using two of the most popular plotting libraries in Python, matplotlib and seaborn (Data Visualisation). We teach using Jupyter notebooks, which allow program code, results, visualisations and documentation to be blended seamlessly. Perfect for sharing insights with others while producing reproducible research. Join us for this live coding workshop where we write programs that produce results, using the researcher-focused training modules from the highly regarded Software Carpentry Foundation. #### You'll learn: - Working with pandas DataFrames - Indexing, slicing and subsetting in pandas DataFrames - Missing data values - Combine multiple pandas DataFrames - Using the Grammar of Graphics to convert data into figures using the seaborn and matplotlib libraries - Configuring plot elements within seaborn and matplotlib - Exploring different types of plots using seaborn #### Prerequisites: Either Learn to Program: Python or Learn to Program: Python and Python for Research needed to attend this course. If you already have experience with programming, please check the topics covered in the Learn to Program: Python and Python for Research courses to ensure that you are familiar with the knowledge needed for this course. **For more information, please click [here](https://intersect.org.au/training/course/python203).** training@intersect.org.au Programming, Python
Introduction to Machine Learning using Python: Introduction & Linear Regression

Machine Learning (ML) is a new way to program computers to solve real world problems. It has gained popularity over the last few years by achieving tremendous success in tasks that we believed only humans could solve, from recognising images to self-driving cars. In this course, we will explore...

Keywords: Programming, Python

Introduction to Machine Learning using Python: Introduction & Linear Regression https://staging.dresa.org.au/materials/introduction-to-machine-learning-using-python-introduction-linear-regression Machine Learning (ML) is a new way to program computers to solve real world problems. It has gained popularity over the last few years by achieving tremendous success in tasks that we believed only humans could solve, from recognising images to self-driving cars. In this course, we will explore the fundamentals of Machine Learning from a practical perspective with the help of the Python programming language and its scientific computing libraries. #### You'll learn: - Understand the difference between supervised and unsupervised Machine Learning. - Understand the fundamentals of Machine Learning. - Comprehensive introduction to Machine Learning models and techniques such as Linear Regression and Model Training. - Understand the Machine Learning modelling workflows. - Use Python and scikit-learn to process real datasets, train and apply Machine Learning models #### Prerequisites: Either Learn to Program: Python and Data Manipulation in Python or Learn to Program: Python and Data Manipulation and Visualisation in Python needed to attend this course. If you already have experience with programming, please check the topics covered in the Learn to Program: Python, Data Manipulation in Python and Data Manipulation and Visualisation in Python courses to ensure that you are familiar with the knowledge needed for this course, such as good understanding of Python syntax and basic programming concepts and familiarity with Pandas, Numpy and Seaborn libraries. Maths knowledge is not required. There are only a few Math formula that you are going to see in this course, however references to Mathematics required for learning about Machine Learning will be provided. Having an understanding of the Mathematics behind each Machine Learning algorithms is going to make you appreciate the behaviour of the model and know its pros/cons when using them. #### Why do this course: - Useful for anyone who wants to learn about Machine Learning but are overwhelmed with the tremendous amount of resources. - It does not go in depth into mathematical concepts and formula, however formal intuitions and references are provided to guide the participants for further learning. - We do have applications on real datasets! - Machine Learning models are introduced in this course together with important feature engineering techniques that are guaranteed to be useful in your own projects. - Give you enough background to kickstart your own Machine Learning journey, or transition yourself into Deep Learning. For a better and more complete understanding of the most popular Machine Learning models and techniques please consider attending all three Introduction to Machine Learning using Python workshops: - Introduction to Machine Learning using Python: Introduction & Linear Regression - Introduction to Machine Learning using Python: Classification - Introduction to Machine Learning using Python: SVM & Unsupervised Learning **For more information, please click [here](https://intersect.org.au/training/course/python205).** training@intersect.org.au Programming, Python
Introduction to Machine Learning using Python: Classification

Machine Learning (ML) is a new way to program computers to solve real world problems. It has gained popularity over the last few years by achieving tremendous success in tasks that we believed only humans could solve, from recognising images to self-driving cars. In this course, we will explore...

Keywords: Programming, Python

Introduction to Machine Learning using Python: Classification https://staging.dresa.org.au/materials/introduction-to-machine-learning-using-python-classification Machine Learning (ML) is a new way to program computers to solve real world problems. It has gained popularity over the last few years by achieving tremendous success in tasks that we believed only humans could solve, from recognising images to self-driving cars. In this course, we will explore the fundamentals of Machine Learning from a practical perspective with the help of the Python programming language and its scientific computing libraries. #### You'll learn: - Comprehensive introduction to Machine Learning models and techniques such as Logistic Regression, Decision Trees and Ensemble Learning. - Know the differences between various core Machine Learning models. - Understand the Machine Learning modelling workflows. - Use Python and scikit-learn to process real datasets, train and apply Machine Learning models #### Prerequisites: Either Learn to Program: Python, Data Manipulation in Python and Introduction to ML using Python: Introduction & Linear Regression or Learn to Program: Python, Data Manipulation and Visualisation in Python and Introduction to ML using Python: Introduction & Linear Regression needed to attend this course. If you already have experience with programming, please check the topics covered in the Learn to Program: Python, Data Manipulation in Python, Data Manipulation and Visualisation in Python and Introduction to ML using Python: Introduction & Linear Regression courses to ensure that you are familiar with the knowledge needed for this course, such as good understanding of Python syntax, basic programming concepts and familiarity with Pandas, Numpy and Seaborn libraries, and basic understanding of Machine Learning and Model Training. Maths knowledge is not required. There are only a few Math formula that you are going to see in this course, however references to Mathematics required for learning about Machine Learning will be provided. Having an understanding of the Mathematics behind each Machine Learning algorithms is going to make you appreciate the behaviour of the model and know its pros/cons when using them. #### Why do this course: - Useful for anyone who wants to learn about Machine Learning but are overwhelmed with the tremendous amount of resources. - It does not go in depth into mathematical concepts and formula, however formal intuitions and references are provided to guide the participants for further learning. - We do have applications on real datasets! - Machine Learning models are introduced in this course together with important feature engineering techniques that are guaranteed to be useful in your own projects. - Give you enough background to kickstart your own Machine Learning journey, or transition yourself into Deep Learning. For a better and more complete understanding of the most popular Machine Learning models and techniques please consider attending all three Introduction to Machine Learning using Python workshops: - Introduction to Machine Learning using Python: Introduction & Linear Regression - Introduction to Machine Learning using Python: Classification - Introduction to Machine Learning using Python: SVM & Unsupervised Learning **For more information, please click [here](https://intersect.org.au/training/course/python206).** training@intersect.org.au Programming, Python
Introduction to Machine Learning using Python: SVM & Unsupervised Learning

Machine Learning (ML) is a new way to program computers to solve real world problems. It has gained popularity over the last few years by achieving tremendous success in tasks that we believed only humans could solve, from recognising images to self-driving cars. In this course, we will explore...

Keywords: Programming, Python

Introduction to Machine Learning using Python: SVM & Unsupervised Learning https://staging.dresa.org.au/materials/introduction-to-machine-learning-using-python-svm-unsupervised-learning Machine Learning (ML) is a new way to program computers to solve real world problems. It has gained popularity over the last few years by achieving tremendous success in tasks that we believed only humans could solve, from recognising images to self-driving cars. In this course, we will explore the fundamentals of Machine Learning from a practical perspective with the help of the Python programming language and its scientific computing libraries. #### You'll learn: - Comprehensive introduction to Machine Learning models and techniques such as Support Vector Machine, K-Nearest Neighbor and Dimensionality Reduction. - Know the differences between various core Machine Learning models. - Understand the Machine Learning modelling workflows. - Use Python and scikit-learn to process real datasets, train and apply Machine Learning models #### Prerequisites: Either Learn to Program: Python, Data Manipulation in Python and Introduction to ML using Python: Introduction & Linear Regression or Learn to Program: Python, Data Manipulation and Visualisation in Python and Introduction to ML using Python: Introduction & Linear Regression needed to attend this course. If you already have experience with programming, please check the topics covered in the Learn to Program: Python, Data Manipulation in Python, Data Manipulation and Visualisation in Python and Introduction to ML using Python: Introduction & Linear Regression courses to ensure that you are familiar with the knowledge needed for this course, such as good understanding of Python syntax, basic programming concepts and familiarity with Pandas, Numpy and Seaborn libraries, and basic understanding of Machine Learning and Model Training. Maths knowledge is not required. There are only a few Math formula that you are going to see in this course, however references to Mathematics required for learning about Machine Learning will be provided. Having an understanding of the Mathematics behind each Machine Learning algorithms is going to make you appreciate the behaviour of the model and know its pros/cons when using them. #### Why do this course: - Useful for anyone who wants to learn about Machine Learning but are overwhelmed with the tremendous amount of resources. - It does not go in depth into mathematical concepts and formula, however formal intuitions and references are provided to guide the participants for further learning. - We do have applications on real datasets! - Machine Learning models are introduced in this course together with important feature engineering techniques that are guaranteed to be useful in your own projects. - Give you enough background to kickstart your own Machine Learning journey, or transition yourself into Deep Learning. For a better and more complete understanding of the most popular Machine Learning models and techniques please consider attending all three Introduction to Machine Learning using Python workshops: - Introduction to Machine Learning using Python: Introduction & Linear Regression - Introduction to Machine Learning using Python: Classification - Introduction to Machine Learning using Python: SVM & Unsupervised Learning **For more information, please click [here](https://intersect.org.au/training/course/python207).** training@intersect.org.au Programming, Python
Surveying with Qualtrics

Needing to collect data from people in a structured and intuitive way? Have you thought about using Qualtrics?

Qualtrics in a powerful cloud-based survey tool, ideal for social scientists from all disciplines. This course will introduce the technical components of the whole research workflow...

Keywords: Data Management, Qualtrics

Surveying with Qualtrics https://staging.dresa.org.au/materials/surveying-with-qualtrics Needing to collect data from people in a structured and intuitive way? Have you thought about using Qualtrics? Qualtrics in a powerful cloud-based survey tool, ideal for social scientists from all disciplines. This course will introduce the technical components of the whole research workflow from building a survey to analysing the results using Qualtrics. We will discover the numerous design elements available in order to get the most useful results and make life as easy as can be for your respondents. If your institution has a licence to Qualtrics, then this course is right for you. #### You'll learn: - Format a sample survey using the Qualtrics online platform - Configure the survey using a range of design features to improve user experience - Decide which distribution channel is right for your needs - Understand the available data analysis and export options in Qualtrics #### Prerequisites: You must have access to a Qualtrics instance, such as through your university license. **For more information, please click [here](https://intersect.org.au/training/course/qltrics101).** training@intersect.org.au Data Management, Qualtrics
Learn to Program: R

R is quickly gaining popularity as a programming language of choice for statisticians, data scientists and researchers. It has an excellent ecosystem including the powerful RStudio development environment and the Shiny web application framework.

But getting started with R can be challenging,...

Keywords: Programming, R

Learn to Program: R https://staging.dresa.org.au/materials/learn-to-program-r R is quickly gaining popularity as a programming language of choice for statisticians, data scientists and researchers. It has an excellent ecosystem including the powerful RStudio development environment and the Shiny web application framework. But getting started with R can be challenging, particularly if you've never programmed before. That's where this introductory course comes in. We teach using RStudio, which allows program code, results, visualisations and documentation to be blended seamlessly. Join us for a live coding workshop where we write programs that produce results, using the researcher-focused training modules from the highly regarded Software Carpentry Foundation. #### You'll learn: - Introduction to the RStudio interface for programming - Basic syntax and data types in R - How to load external data into R - Creating functions (FUNCTIONS) - Repeating actions and analysing multiple data sets (LOOPS) - Making choices (IF STATEMENTS - CONDITIONALS) - Ways to visualise data in R #### Prerequisites: No prior experience with programming needed to attend this course. We strongly recommend attending the Start Coding without Hesitation: Programming Languages Showdown and Thinking like a computer: The Fundamentals of Programming webinars. Recordings of previously delivered webinars can be found here. **For more information, please click [here](https://intersect.org.au/training/course/r101).** training@intersect.org.au Programming, R
R for Social Scientists

R is quickly gaining popularity as a programming language of choice for researchers. It has an excellent ecosystem including the powerful RStudio development environment.

But getting started with R can be challenging, particularly if you've never programmed before. That's where this introductory...

Keywords: Programming, R

R for Social Scientists https://staging.dresa.org.au/materials/r-for-social-scientists R is quickly gaining popularity as a programming language of choice for researchers. It has an excellent ecosystem including the powerful RStudio development environment. But getting started with R can be challenging, particularly if you've never programmed before. That's where this introductory course comes in. Join us for a live coding workshop where we write programs that produce results, using the researcher-focused training modules from the highly regarded Data Carpentry. #### You'll learn: - Basic syntax and data types in R - RStudio interface - How to import CSV files into R - The structure of data frames - A brief introduction to data wrangling and data transformation - How to calculate summary statistics - A brief introduction to visualise data #### Prerequisites: No prior experience with programming needed to attend this course. **For more information, please click [here](https://intersect.org.au/training/course/r103).** training@intersect.org.au Programming, R
R for Research

R is quickly gaining popularity as a programming language of choice for statisticians, data scientists and researchers. It has an excellent ecosystem including the powerful RStudio development environment and the Shiny web application framework.

This workshop is an introduction to data...

Keywords: Programming, R

R for Research https://staging.dresa.org.au/materials/r-for-research R is quickly gaining popularity as a programming language of choice for statisticians, data scientists and researchers. It has an excellent ecosystem including the powerful RStudio development environment and the Shiny web application framework. This workshop is an introduction to data structures (DataFrames) and visualisation (using the ggplot2 package) in R. The targeted audience for this workshop is researchers who are already familiar with the basic concepts in programming such as loops, functions, and conditionals. We teach using RStudio, which allows program code, results, visualisations and documentation to be blended seamlessly. Join us for a live coding workshop where we write programs that produce results, using the researcher-focused training modules from the highly regarded Software Carpentry Foundation. #### You'll learn: - Project Management with RStudio - Introduction to Data Structures in R - Introduction to DataFrames in R - Selecting values in DataFrames - Quick introduction to Plotting using the ggplot2 package #### Prerequisites: Learn to Program: R or any of the Learn to Program: Python, Learn to Program: MATLAB or Learn to Program: Julia, needed to attend this course. If you already have some experience with programming, please check the topics covered in the Learn to Program: R course to ensure that you are familiar with the knowledge needed for this course. **For more information, please click [here](https://intersect.org.au/training/course/r110).** training@intersect.org.au Programming, R
Data Manipulation in R

R is quickly gaining popularity as a programming language for statisticians, data scientists and researchers. It has an excellent ecosystem including the powerful RStudio and the Shiny web application framework.

In this workshop, you will learn how to manipulate, explore and get insights from...

Keywords: Programming, R

Data Manipulation in R https://staging.dresa.org.au/materials/data-manipulation-in-r R is quickly gaining popularity as a programming language for statisticians, data scientists and researchers. It has an excellent ecosystem including the powerful RStudio and the Shiny web application framework. In this workshop, you will learn how to manipulate, explore and get insights from your data (Data Manipulation using the dplyr package), as well as how to convert your data from one format to another (Data Transformation using the tidyr package). We teach using RStudio, which allows program code, results, visualisations and documentation to be blended seamlessly. Join us for a live coding workshop where we write programs that produce results, using the researcher-focused training modules from Intersect and the highly regarded Software Carpentry Foundation. #### You'll learn: - DataFrame Manipulation using the dplyr package - DataFrame Transformation using the tidyr package #### Prerequisites: Either Learn to Program: R or Learn to Program: R and R for Research needed to attend this course. If you already have experience with programming, please check the topics covered in the Learn to Program: R and R for Research courses to ensure that you are familiar with the knowledge needed for this course. **For more information, please click [here](https://intersect.org.au/training/course/r201).** training@intersect.org.au Programming, R
Data Visualisation in R

R is quickly gaining popularity as a programming language for statisticians, data scientists and researchers. It has an excellent ecosystem including the powerful RStudio and the Shiny web application framework.

In this workshop, you will explore different types of graphs and learn how to...

Keywords: Programming, R

Data Visualisation in R https://staging.dresa.org.au/materials/data-visualisation-in-r R is quickly gaining popularity as a programming language for statisticians, data scientists and researchers. It has an excellent ecosystem including the powerful RStudio and the Shiny web application framework. In this workshop, you will explore different types of graphs and learn how to customise them using one of the most popular plotting packages in R, ggplot2 (Data Visualisation). We teach using RStudio, which allows program code, results, visualisations and documentation to be blended seamlessly. Join us for a live coding workshop where we write programs that produce results, using the researcher-focused training modules from Intersect and the highly regarded Software Carpentry Foundation. #### You'll learn: - Using the Grammar of Graphics to convert data into figures using the ggplot2 package - Configuring plot elements within ggplot2 - Exploring different types of plots using ggplot2 #### Prerequisites: Either Learn to Program: R or Learn to Program: R and R for Research needed to attend this course. If you already have experience with programming, please check the topics covered in the Learn to Program: R and R for Research courses to ensure that you are familiar with the knowledge needed for this course. We also strongly recommend attending the Data Manipulation in R course. **For more information, please click [here](https://intersect.org.au/training/course/r202).** training@intersect.org.au Programming, R
Data Manipulation and Visualisation in R

R is quickly gaining popularity as a programming language for statisticians, data scientists and researchers. It has an excellent ecosystem including the powerful RStudio and the Shiny web application framework.

In this workshop, you will learn how to manipulate, explore and get insights from...

Keywords: Programming, R

Data Manipulation and Visualisation in R https://staging.dresa.org.au/materials/data-manipulation-and-visualisation-in-r R is quickly gaining popularity as a programming language for statisticians, data scientists and researchers. It has an excellent ecosystem including the powerful RStudio and the Shiny web application framework. In this workshop, you will learn how to manipulate, explore and get insights from your data (Data Manipulation using the dplyr package), as well as how to convert your data from one format to another (Data Transformation using the tidyr package). You will also explore different types of graphs and learn how to customise them using one of the most popular plotting packages in R, ggplot2 (Data Visualisation). We teach using RStudio, which allows program code, results, visualisations and documentation to be blended seamlessly. Join us for a live coding workshop where we write programs that produce results, using the researcher-focused training modules from Intersect and the highly regarded Software Carpentry Foundation. #### You'll learn: - DataFrame Manipulation using the dplyr package - DataFrame Transformation using the tidyr package - Using the Grammar of Graphics to convert data into figures using the ggplot2 package - Configuring plot elements within ggplot2 - Exploring different types of plots using ggplot2 #### Prerequisites: Either Learn to Program: R or Learn to Program: R and R for Research needed to attend this course. If you already have experience with programming, please check the topics covered in the Learn to Program: R and R for Research courses to ensure that you are familiar with the knowledge needed for this course. **For more information, please click [here](https://intersect.org.au/training/course/r203).** training@intersect.org.au Programming, R
Introduction to Machine Learning using R: Introduction & Linear Regression

Machine Learning (ML) is a new way to program computers to solve real world problems. It has gained popularity over the last few years by achieving tremendous success in tasks that we believed only humans could solve, from recognising images to self-driving cars. In this course, we will explore...

Keywords: Programming, R

Introduction to Machine Learning using R: Introduction & Linear Regression https://staging.dresa.org.au/materials/introduction-to-machine-learning-using-r-introduction-linear-regression Machine Learning (ML) is a new way to program computers to solve real world problems. It has gained popularity over the last few years by achieving tremendous success in tasks that we believed only humans could solve, from recognising images to self-driving cars. In this course, we will explore the fundamentals of Machine Learning from a practical perspective with the help of the R programming language and its scientific computing packages. #### You'll learn: - Understand the difference between supervised and unsupervised Machine Learning. - Understand the fundamentals of Machine Learning. - Comprehensive introduction to Machine Learning models and techniques such as Linear Regression and Model Training. - Understand the Machine Learning modelling workflows. - Use R and and its relevant packages to process real datasets, train and apply Machine Learning models #### Prerequisites: - Either Learn to Program: R and Data Manipulation in R or Learn to Program: R and Data Manipulation and Visualisation in R needed to attend this course. If you already have experience with programming, please check the topics covered in the Learn to Program: R, Data Manipulation in R and Data Manipulation and Visualisation in R courses to ensure that you are familiar with the knowledge needed for this course, such as good understanding of R syntax and basic programming concepts and familiarity with dplyr, tidyr and ggplot2 packages. - Maths knowledge is not required. There are only a few Math formula that you are going to see in this course, however references to Mathematics required for learning about Machine Learning will be provided. Having an understanding of the Mathematics behind each Machine Learning algorithms is going to make you appreciate the behaviour of the model and know its pros/cons when using them. #### Why do this course: - Useful for anyone who wants to learn about Machine Learning but are overwhelmed with the tremendous amount of resources. - It does not go in depth into mathematical concepts and formula, however formal intuitions and references are provided to guide the participants for further learning. - We do have applications on real datasets! - Machine Learning models are introduced in this course together with important feature engineering techniques that are guaranteed to be useful in your own projects. - Give you enough background to kickstart your own Machine Learning journey, or transition yourself into Deep Learning. For a better and more complete understanding of the most popular Machine Learning models and techniques please consider attending all three Introduction to Machine Learning using R workshops: - Introduction to Machine Learning using R: Introduction & Linear Regression - Introduction to Machine Learning using R: Classification - Introduction to Machine Learning using R: SVM & Unsupervised Learning **For more information, please click [here](https://intersect.org.au/training/course/r205).** training@intersect.org.au Programming, R
Introduction to Machine Learning using R: Classification

Machine Learning (ML) is a new way to program computers to solve real world problems. It has gained popularity over the last few years by achieving tremendous success in tasks that we believed only humans could solve, from recognising images to self-driving cars. In this course, we will explore...

Keywords: Programming, R

Introduction to Machine Learning using R: Classification https://staging.dresa.org.au/materials/introduction-to-machine-learning-using-r-classification Machine Learning (ML) is a new way to program computers to solve real world problems. It has gained popularity over the last few years by achieving tremendous success in tasks that we believed only humans could solve, from recognising images to self-driving cars. In this course, we will explore the fundamentals of Machine Learning from a practical perspective with the help of the R programming language and its scientific computing packages. #### You'll learn: - Comprehensive introduction to Machine Learning models and techniques such as Logistic Regression, Decision Trees and Ensemble Learning. - Know the differences between various core Machine Learning models. - Understand the Machine Learning modelling workflows. - Use R and its relevant packages to process real datasets, train and apply Machine Learning models #### Prerequisites: - Either Learn to Program: R and Data Manipulation in R or Learn to Program: R and Data Manipulation and Visualisation in R needed to attend this course. If you already have experience with programming, please check the topics covered in the Learn to Program: R, Data Manipulation in R and Data Manipulation and Visualisation in R and Introduction to ML using R: Introduction & Linear Regression courses to ensure that you are familiar with the knowledge needed for this course, such as good understanding of R syntax and basic programming concepts, familiarity with dplyr, tidyr and ggplot2 packages, and basic understanding of Machine Learning and Model Training. - Maths knowledge is not required. There are only a few Math formula that you are going to see in this course, however references to Mathematics required for learning about Machine Learning will be provided. Having an understanding of the Mathematics behind each Machine Learning algorithms is going to make you appreciate the behaviour of the model and know its pros/cons when using them. #### Why do this course: - Useful for anyone who wants to learn about Machine Learning but are overwhelmed with the tremendous amount of resources. - It does not go in depth into mathematical concepts and formula, however formal intuitions and references are provided to guide the participants for further learning. - We do have applications on real datasets! - Machine Learning models are introduced in this course together with important feature engineering techniques that are guaranteed to be useful in your own projects. - Give you enough background to kickstart your own Machine Learning journey, or transition yourself into Deep Learning. For a better and more complete understanding of the most popular Machine Learning models and techniques please consider attending all three Introduction to Machine Learning using R workshops: - Introduction to Machine Learning using R: Introduction & Linear Regression - Introduction to Machine Learning using R: Classification - Introduction to Machine Learning using R: SVM & Unsupervised Learning **For more information, please click [here](https://intersect.org.au/training/course/r206).** training@intersect.org.au Programming, R
Introduction to Machine Learning using R: SVM & Unsupervised Learning

Machine Learning (ML) is a new way to program computers to solve real world problems. It has gained popularity over the last few years by achieving tremendous success in tasks that we believed only humans could solve, from recognising images to self-driving cars. In this course, we will explore...

Keywords: Programming, R

Introduction to Machine Learning using R: SVM & Unsupervised Learning https://staging.dresa.org.au/materials/introduction-to-machine-learning-using-r-svm-unsupervised-learning Machine Learning (ML) is a new way to program computers to solve real world problems. It has gained popularity over the last few years by achieving tremendous success in tasks that we believed only humans could solve, from recognising images to self-driving cars. In this course, we will explore the fundamentals of Machine Learning from a practical perspective with the help of the R programming language and its scientific computing packages. #### You'll learn: - Comprehensive introduction to Machine Learning models and techniques such as Support Vector Machine, K-Nearest Neighbor and Dimensionality Reduction. - Know the differences between various core Machine Learning models. - Understand the Machine Learning modelling workflows. - Use R and its relevant packages to process real datasets, train and apply Machine Learning models #### Prerequisites: - Either Learn to Program: R and Data Manipulation in R or Learn to Program: R and Data Manipulation and Visualisation in R needed to attend this course. If you already have experience with programming, please check the topics covered in the Learn to Program: R, Data Manipulation in R and Data Manipulation and Visualisation in R and Introduction to ML using R: Introduction & Linear Regression courses to ensure that you are familiar with the knowledge needed for this course, such as good understanding of R syntax and basic programming concepts, familiarity with dplyr, tidyr and ggplot2 packages, and basic understanding of Machine Learning and Model Training. - Maths knowledge is not required. There are only a few Math formula that you are going to see in this course, however references to Mathematics required for learning about Machine Learning will be provided. Having an understanding of the Mathematics behind each Machine Learning algorithms is going to make you appreciate the behaviour of the model and know its pros/cons when using them. #### Why do this course: - Useful for anyone who wants to learn about Machine Learning but are overwhelmed with the tremendous amount of resources. - It does not go in depth into mathematical concepts and formula, however formal intuitions and references are provided to guide the participants for further learning. - We do have applications on real datasets! - Machine Learning models are introduced in this course together with important feature engineering techniques that are guaranteed to be useful in your own projects. - Give you enough background to kickstart your own Machine Learning journey, or transition yourself into Deep Learning. For a better and more complete understanding of the most popular Machine Learning models and techniques please consider attending all three Introduction to Machine Learning using R workshops: - Introduction to Machine Learning using R: Introduction & Linear Regression - Introduction to Machine Learning using R: Classification - Introduction to Machine Learning using R: SVM & Unsupervised Learning **For more information, please click [here](https://intersect.org.au/training/course/r207).** training@intersect.org.au Programming, R
Exploring Chi-square and correlation in R

This hands-on training is designed to familiarise you with the data analysis environment of the R programming. In this session, we will traverse into the realm of inferential statistics, beginning with correlation and reliability. We will present a brief conceptual overview and the R procedures...

Keywords: Programming, R

Exploring Chi-square and correlation in R https://staging.dresa.org.au/materials/exploring-chi-square-and-correlation-in-r This hands-on training is designed to familiarise you with the data analysis environment of the R programming. In this session, we will traverse into the realm of inferential statistics, beginning with correlation and reliability. We will present a brief conceptual overview and the R procedures for computing reliability and correlation (Pearson's r, Spearman's Rho and Kendall’s tau) in real world datasets. #### You'll learn: - Obtain inferential statistics and assess data normality - Manipulate data and create graphs - Perform Chi-Square tests (Goodness of Fit test and Test of Independence) - Perform correlations on continuous and categorical data (Pearson’s r, Spearman’s Rho and Kendall’s tau) #### Prerequisites: This course assumes familiarity with R and RStudio. You should have a good understanding of R syntax and basic programming concepts, as well as familiarity with data manipulation (dplyr) and visualisation (ggplot2 package). Please consider attending Intersect’s following courses to get up to speed: Learn to Program: R Data Manipulation and Visualisation in R **For more information, please click [here](https://intersect.org.au/training/course/r210).** training@intersect.org.au Programming, R
Traversing t tests in R

R has become a popular programming language for statisticians, data scientists and researchers. It has an excellent ecosystem including the powerful RStudio and the Shiny web application framework.

The primary goal of this workshop is to familiarise you with basic statistical concepts in R from...

Keywords: Programming, R

Traversing t tests in R https://staging.dresa.org.au/materials/traversing-t-tests-in-r R has become a popular programming language for statisticians, data scientists and researchers. It has an excellent ecosystem including the powerful RStudio and the Shiny web application framework. The primary goal of this workshop is to familiarise you with basic statistical concepts in R from reading in and manipulating data, checking assumptions, statistical tests and visualisations. This is not an advanced statistics course, but is instead designed to gently introduce you to statistical comparisons and hypothesis testing in R. #### You'll learn: - Read in and manipulate data - Check assumptions of t tests - Perform one-sample t tests - Perform two-sample t tests (Independent-samples, Paired-samples) - Perform nonparametric t tests (One-sample Wilcoxon Signed Rank test, Independent-samples Mann-Whitney U test) #### Prerequisites: This course assumes familiarity with R and RStudio. You should have a good understanding of R syntax and basic programming concepts. Please consider attending Intersect's following courses to get up to speed: Learn to Program: R Data Manipulation and Visualisation in R **For more information, please click [here](https://intersect.org.au/training/course/r211).** training@intersect.org.au Programming, R
Exploring ANOVAs in R

R is quickly gaining popularity as a programming language for statisticians, data scientists and researchers. It has an excellent ecosystem including the powerful RStudio and the Shiny web application framework.

This half-day course covers one and two-way Analyses of Variance (ANOVA) and their...

Keywords: Programming, R

Exploring ANOVAs in R https://staging.dresa.org.au/materials/exploring-anovas-in-r R is quickly gaining popularity as a programming language for statisticians, data scientists and researchers. It has an excellent ecosystem including the powerful RStudio and the Shiny web application framework. This half-day course covers one and two-way Analyses of Variance (ANOVA) and their non-parametric counterparts in R. To better understand the tests, assumptions and associated concepts, we will be using a dataset containing the Mathematics scores of secondary students. This dataset also includes information regarding their mother's and father's jobs and education levels, the number of hours dedicated to study, and time spent commuting to and from school. Lifestyle information about alcohol consumption habits, whether the students have quality relationships with their families and whether they have free time after school is included in this dataset. #### You'll learn: - Basic statistical theory behind ANOVAs - How to check that the data meets the assumptions - One-way ANOVA in R and post-hoc analysis - Two-way ANOVA plus interaction effects and post-hoc analysis - Non-parametric alternatives to one and two-way ANOVA #### Prerequisites: This course assumes an intermediate level of programming proficiency, plus familiarity with the syntax and functions of the dplyr and ggplot2 packages. Experience navigating the RStudio integrated development environment (IDE) is also required. If you’re new to programming in R, we strongly recommend you register for the Learn to Program: R, Data Manipulation in R, and Data Visualisation in R workshops first. Please see Intersect’s training schedule to find the next upcoming courses. **For more information, please click [here](https://intersect.org.au/training/course/r212).** training@intersect.org.au Programming, R
Research Data Management Techniques

Are you drowning in research data? Do you want to know where you should be storing your data? Are you required to comply with funding body data management requirements, but don't know how?

This workshop is ideal for researchers who want to know how research data management can support project...

Keywords: Data Management, Data Management

Research Data Management Techniques https://staging.dresa.org.au/materials/research-data-management-techniques Are you drowning in research data? Do you want to know where you should be storing your data? Are you required to comply with funding body data management requirements, but don't know how? This workshop is ideal for researchers who want to know how research data management can support project success and are interested in research data management services and support available at their institution. Combining slide-based background material, discussions, and case studies this workshop will equip participants with best practices for managing their valuable research data. #### You'll learn: - How to manage research data according to legal, statutory, ethical, funding body and university requirements - Approaches to planning, collecting, organising, managing, storing, backing up, preserving, and sharing your data - Services supporting research data at your institution #### Prerequisites: The course has no prerequisites. **For more information, please click [here](https://intersect.org.au/training/course/rdmt001).** training@intersect.org.au Data Management, Data Management
Data Capture and Surveys with REDCap

Would you like to enable secure and reliable data collection forms and manage online surveys? Would your study benefit from web-based data entry? Research Electronic Data Capture (REDCap) might be for you.

This course will introduce you to REDCap, a rapidly evolving web tool developed by...

Keywords: Data Management, REDCap

Data Capture and Surveys with REDCap https://staging.dresa.org.au/materials/data-capture-and-surveys-with-redcap Would you like to enable secure and reliable data collection forms and manage online surveys? Would your study benefit from web-based data entry? Research Electronic Data Capture (REDCap) might be for you. This course will introduce you to REDCap, a rapidly evolving web tool developed by researchers for researchers. REDCap features a high level of security, and a high degree of customisability for your forms and advanced user access control. It also features free, unlimited survey distribution functionality and a sophisticated export module with support for all standard statistical programs. #### You'll learn: - Get started with REDCap - Create and set up projects - Design forms and surveys using the online designer - Define basic branching logic - Enter data and distribute surveys - Set up basic longitudinal projects #### Prerequisites: The course has no prerequisites. **For more information, please click [here](https://intersect.org.au/training/course/redcap101).** training@intersect.org.au Data Management, REDCap
Longitudinal Trials with REDCap

REDCap is a powerful and extensible application for managing and running longitiudinal data collection activities. With powerful features such as organising data collections instruments into predefined events, you can shephard your participants through a complex survey at various time points with...

Keywords: Data Management, REDCap

Longitudinal Trials with REDCap https://staging.dresa.org.au/materials/longitudinal-trials-with-redcap REDCap is a powerful and extensible application for managing and running longitiudinal data collection activities. With powerful features such as organising data collections instruments into predefined events, you can shephard your participants through a complex survey at various time points with very little configuration. This course will introduce some of REDCap's more advanced features for running longitudinal studies, and builds on the foundational material taught in REDCAP101 - Managing Data Capture and Surveys with REDCap. #### You'll learn: - Build a longitudinal project - Manage participants throughout multiple events - Configure and use Automated Survey Invitations - Use Smart Variables to add powerful features to your logic - Take advantage of high-granularity permissions for your collaborators - Understand the data structure of a longitudinal project #### Prerequisites: This course requires the participant to have a fairly good basic knowledge of REDCap. To come up to speed, consider taking our course REDCAP101: Data Capture and Surveys with REDCap. **For more information, please click [here](https://intersect.org.au/training/course/redcap201).** training@intersect.org.au Data Management, REDCap
Cleaning Data with Open Refine

Do you have messy data from multiple inconsistent sources, or open-responses to questionnaires? Do you want to improve the quality of your data by refining it and using the power of the internet?

Open Refine is the perfect partner to Excel. It is a powerful, free tool for exploring, normalising...

Keywords: Data Analysis, Open Refine

Cleaning Data with Open Refine https://staging.dresa.org.au/materials/cleaning-data-with-open-refine Do you have messy data from multiple inconsistent sources, or open-responses to questionnaires? Do you want to improve the quality of your data by refining it and using the power of the internet? Open Refine is the perfect partner to Excel. It is a powerful, free tool for exploring, normalising and cleaning datasets, and extending data by accessing the internet through APIs. In this course we'll work through the various features of Refine, including importing data, faceting, clustering, and calling remote APIs, by working on a fictional but plausible humanities research project. #### You'll learn: - Download, install and run Open Refine - Import data from csv, text or online sources and create projects - Navigate data using the Open Refine interface - Explore data by using facets - Clean data using clustering - Parse data using GREL syntax - Extend data using Application Programming Interfaces (APIs) - Export project for use in other applications #### Prerequisites: The course has no prerequisites. **For more information, please click [here](https://intersect.org.au/training/course/refine101).** training@intersect.org.au Data Analysis, Open Refine
Mastering text with Regular Expressions

Have you ever wanted to extract phone numbers out of a block of unstructured text? Or email addresses. Or find all the words that start with “e” and end with “ed”, no matter their length? Or search through DNA sequences for a pattern? Or extract coordinates from GPS data?

Regular Expressions...

Keywords: Data Analysis, Regular Expressions

Mastering text with Regular Expressions https://staging.dresa.org.au/materials/mastering-text-with-regular-expressions Have you ever wanted to extract phone numbers out of a block of unstructured text? Or email addresses. Or find all the words that start with “e” and end with “ed”, no matter their length? Or search through DNA sequences for a pattern? Or extract coordinates from GPS data? Regular Expressions (regexes) are a powerful way to handle a multitude of different types of data. They can be used to find patterns in text and make sophisticated replacements. Think of them as find and replace on steroids. Come along to this workshop to learn what they can do and how to apply them to your research. #### You'll learn: - Comprehend and apply the syntax of regular expressions - Use the http://regexr.com tool to test a regular expression against some text - Construct simple regular expressions to find capitalised words; all numbers; all words that start with a specific set of letters, etc. in a block of text - Craft and test a progressively more complex regular expression - Find helpful resources covering regular expressions on the web #### Prerequisites: Comprehend and apply the syntax of regular expressions Use the http://regexr.com tool to test a regular expression against some text Construct simple regular expressions to find capitalised words; all numbers; all words that start with a specific set of letters, etc. in a block of text Craft and test a progressively more complex regular expression Find helpful resources covering regular expressions on the web **For more information, please click [here](https://intersect.org.au/training/course/regex101).** training@intersect.org.au Data Analysis, Regular Expressions
Regular Expressions on the Command Line

Would you like to use regular expressions with the classic command line utilities find, grep, sed and awk? These venerable Unix utilities allow you to search, filter and transform large amounts of text (including many common data formats) efficiently and repeatably.

You'll learn:

  • find to...

Keywords: Data Analysis, Regular Expressions

Regular Expressions on the Command Line https://staging.dresa.org.au/materials/regular-expressions-on-the-command-line Would you like to use regular expressions with the classic command line utilities find, grep, sed and awk? These venerable Unix utilities allow you to search, filter and transform large amounts of text (including many common data formats) efficiently and repeatably. #### You'll learn: - find to locate files and directories matching regexes. - grep to filter lines in files based on pattern matches. - sed to find and replace using regular expressions and captures. - awk to work with row- and column-oriented data. #### Prerequisites: This course assumes prior knowledge of the basic syntax of regular expressions. If you're new to regular expressions or would like a refresher, take our Mastering text with Regular Expressions course first. This course also assumes basic familiarity with the Bash command line environment found on GNU/Linux and other Unix-like environments. Take our Unix Shell and Command Line Basics course to get up to speed quickly. **For more information, please click [here](https://intersect.org.au/training/course/regex201).** training@intersect.org.au Data Analysis, Regular Expressions
Data Entry and Processing in SPSS

This hands-on training is designed to familiarize you with the interface and basic data processing functionalities in SPSS. We will examine several “must know” syntax commands that can help streamline data entry and processing. In addition, we will explore how to obtain descriptive statistics in...

Keywords: Data Analysis, SPSS

Data Entry and Processing in SPSS https://staging.dresa.org.au/materials/data-entry-and-processing-in-spss This hands-on training is designed to familiarize you with the interface and basic data processing functionalities in SPSS. We will examine several “must know” syntax commands that can help streamline data entry and processing. In addition, we will explore how to obtain descriptive statistics in SPSS and perform visualization. This workshop is recommended for researchers and postgraduate students who are new to SPSS or Statistics; or those simply looking for a refresher course before taking a deep dive into using SPSS, either to apply it to their research or to add it to their arsenal of eResearch skills. #### You'll learn: - Navigate the SPSS working environment - Prepare data files and define variables - Enter data in SPSS and Import data from Excel - Perform data screening - Compose SPSS Syntax for data processing - Obtain descriptive statistics, create graphs & assess normality - Manipulate and transform variables #### Prerequisites: The course has no prerequisites. **For more information, please click [here](https://intersect.org.au/training/course/spss101).** training@intersect.org.au Data Analysis, SPSS
Exploring Chi-Square and correlation in SPSS

This hands-on training is designed to familiarize you further with the SPSS data analysis environment. In this session, we will traverse into the realm of inferential statistics, beginning with linear correlation and reliability. We will present a brief conceptual overview and the SPSS procedures...

Keywords: Data Analysis, SPSS

Exploring Chi-Square and correlation in SPSS https://staging.dresa.org.au/materials/exploring-chi-square-and-correlation-in-spss This hands-on training is designed to familiarize you further with the SPSS data analysis environment. In this session, we will traverse into the realm of inferential statistics, beginning with linear correlation and reliability. We will present a brief conceptual overview and the SPSS procedures for computing Pearson's r and Spearman's Rho, followed by a short session on reliability . In the remainder of the session, we will explore the Chi-Square Goodness-of-Fit test and Chi-Square Test of Association for analysing categorical data. #### You'll learn: - Perform Pearson’s Correlation (r) Test - Perform Spearman’s Rho Correlation (⍴) Test - Carry out basic reliability analysis on survey items - Perform Chi-Square Goodness-of-Fit test - Perform Chi-Square Test of Association #### Prerequisites: This workshop is recommended for researchers and postgraduate students who have previously attended the Intersect’s Data Entry and Processing in SPSS training course. **For more information, please click [here](https://intersect.org.au/training/course/spss102).** training@intersect.org.au Data Analysis, SPSS
Databases and SQL

A relational database is an extremely efficient, fast and widespread means of storing structured data, and Structured Query Language (SQL) is the standard means for reading from and writing to databases. Databases use multiple tables, linked by well-defined relationships, to store large amounts...

Keywords: Data Management, SQL

Databases and SQL https://staging.dresa.org.au/materials/databases-and-sql A relational database is an extremely efficient, fast and widespread means of storing structured data, and Structured Query Language (SQL) is the standard means for reading from and writing to databases. Databases use multiple tables, linked by well-defined relationships, to store large amounts of data without needless repetition while maintaining the integrity of your data. Moving from spreadsheets and text documents to a structured relational database can be a steep learning curve, but one that will reward you many times over in speed, efficiency and power. Developed using the researcher-focused training modules from the highly regarded Software Carpentry Foundation. #### You'll learn: - Understand and compose a query using SQL - Use the SQL syntax to select, sort and filter data - Calculate new values from existing data - Aggregate data into sums, averages, and other operations - Combine data from multiple tables - Design and build your own relational databases #### Prerequisites: The course has no prerequisites. **For more information, please click [here](https://intersect.org.au/training/course/sql101).** training@intersect.org.au Data Management, SQL
Getting Started with Tableau for Data Analysis and Visualisation

Tableau is a powerful data visualisation software that can help anyone see and understand their data. With the features to connect to almost any database, drag and drop to create visualizations, and share with a click, it definately makes thing easier.

This course is suitable for all researchers...

Keywords: Data Analysis, Tableau

Getting Started with Tableau for Data Analysis and Visualisation https://staging.dresa.org.au/materials/getting-started-with-tableau-for-data-analysis-and-visualisation Tableau is a powerful data visualisation software that can help anyone see and understand their data. With the features to connect to almost any database, drag and drop to create visualizations, and share with a click, it definately makes thing easier. This course is suitable for all researchers and research students from any discipline. It provides step by step guides on how to visualise your research data on an interactive dashboard. #### You'll learn: - Import and combine data - Filter data - Create cross tabulation table - Create interactive plots including graph map - Create and design an interactive dashboard #### Prerequisites: The course has no prerequisites. **For more information, please click [here](https://intersect.org.au/training/course/tableau101).** training@intersect.org.au Data Analysis, Tableau
Unix Shell and Command Line Basics

The Unix environment is incredibly powerful but quite daunting to the newcomer. Command line confidence unlocks powerful computing resources beyond the desktop, including virtual machines and High Performance Computing. It enables repetitive tasks to be automated. And it comes with a swag of...

Keywords: Research Computing, Unix

Unix Shell and Command Line Basics https://staging.dresa.org.au/materials/unix-shell-and-command-line-basics The Unix environment is incredibly powerful but quite daunting to the newcomer. Command line confidence unlocks powerful computing resources beyond the desktop, including virtual machines and High Performance Computing. It enables repetitive tasks to be automated. And it comes with a swag of handy tools that can be combined in powerful ways. Getting started is the hardest part, but our helpful instructors are there to demystify Unix as you get to work running programs and writing scripts on the command line. Every attendee is given a dedicated training environment for the duration of the workshop, with all software and data fully loaded and ready to run. We teach this course within a GNU/Linux environment. This is best characterised as a Unix-like environment. We teach how to run commands within the Bash Shell. The skills you'll learn at this course are generally transferable to other Unix environments. #### You'll learn: - Navigate and work with files and directories (folders) - Use a selection of essential tools - Combine data and tools to build a processing workflow - Automate repetitive analysis using the command line #### Prerequisites: The course has no prerequisites. **For more information, please click [here](https://intersect.org.au/training/course/unix101).** training@intersect.org.au Research Computing, Unix
Collecting Web Data

Web scraping is a technique for extracting information from websites. This can be done manually but it is usually faster, more efficient and less error-prone if it can be automated.

Web scraping allows you to convert non-tabular or poorly structured data into a usable, structured format, such as...

Keywords: Data Management, Python

Collecting Web Data https://staging.dresa.org.au/materials/collecting-web-data Web scraping is a technique for extracting information from websites. This can be done manually but it is usually faster, more efficient and less error-prone if it can be automated. Web scraping allows you to convert non-tabular or poorly structured data into a usable, structured format, such as a .csv file or spreadsheet. But scraping is about more than just acquiring data: it can help you track changes to data online, and help you archive data. In short, it's a skill worth learning. So join us for this web scraping workshop to learn web scraping, using the researcher-focused training modules from the highly regarded Software Carpentry Foundation. #### You'll learn: - The concept of structured data - The use of XPath queries on HTML document - How to scrape data using browser extensions - How to scrape using Python and Scrapy - How to automate the scraping of multiple web pages #### Prerequisites: A good knowledge of the basic concepts and techniques in Python. Consider taking our Learn to Program: Python and Python for Research courses to come up to speed beforehand. **For more information, please click [here](https://intersect.org.au/training/course/webdata201).** training@intersect.org.au Data Management, Python