Intersect Australia

Intersect’s mission is to help researchers to be more efficient and effective in their research; reducing the time to move from an idea to a tested solution. Intersect provides an extensive range of technology-focused training to researchers and higher degree research (HDR) students across Australia including training courses at the awareness, introductory, and intermediate to advanced levels, covering the breadth of research-relevant digital tools and technologies. The training is delivered by Intersect’s team of experts.

Intersect Australia https://staging.dresa.org.au/content_providers/intersect-australia Intersect’s mission is to help researchers to be more efficient and effective in their research; reducing the time to move from an idea to a tested solution. Intersect provides an extensive range of technology-focused training to researchers and higher degree research (HDR) students across Australia including training courses at the awareness, introductory, and intermediate to advanced levels, covering the breadth of research-relevant digital tools and technologies. The training is delivered by Intersect’s team of experts. /system/content_providers/images/000/000/005/original/atomic.h.taglogo.rgb_3x.png?1624592662
Showing 51 material out of 51. View all results.
Getting started with HPC using PBS Pro

Is your computer's limited power throttling your research ambitions? Are your analysis scripts pushing your laptop's processor to its limits? Is your software crashing because you’ve run out of memory? Would you like to unleash to power of the Unix command line to automate and run your analysis...

Keywords: Research Computing, HPC

Getting started with HPC using PBS Pro https://staging.dresa.org.au/materials/getting-started-with-hpc-using-pbs-pro Is your computer's limited power throttling your research ambitions? Are your analysis scripts pushing your laptop's processor to its limits? Is your software crashing because you’ve run out of memory? Would you like to unleash to power of the Unix command line to automate and run your analysis on supercomputers that you can access for free? High-Performance Computing (HPC) allows you to accomplish your analysis faster by using many parallel CPUs and huge amounts of memory simultaneously. This course provides a hands on introduction to running software on HPC infrastructure using PBS Pro. #### You'll learn: - Connect to an HPC cluster - Use the Unix command line to operate a remote computer and create job scripts - Submit and manage jobs on a cluster using a scheduler - Transfer files to and from a remote computer - Use software through environment modules - Use parallelisation to speed up data analysis - Access the facilities available to you as a researcher - This is the PBS Pro version of the Getting Started with HPC course. #### Prerequisites: This course assumes basic familiarity with the Bash command line environment found on GNU/Linux and other Unix-like environments. To come up to speed, consider taking our [Unix Shell and Command Line Basics](https://intersect.org.au/training/course/unix101/) course. **For more information, please click [here](https://intersect.org.au/training/course/hpc201).** training@intersect.org.au Research Computing, HPC
From PC to Cloud or High Performance Computing

Most of you would have heard of Cloud and High Performance Computing (HPC), or you may already be using it. HPC is not the same as cloud computing. Both technologies differ in a number of ways, and have some similarities as well.

We may refer to both types as “large scale computing” - but what...

Keywords: Research Computing

From PC to Cloud or High Performance Computing https://staging.dresa.org.au/materials/from-pc-to-cloud-or-high-performance-computing Most of you would have heard of Cloud and High Performance Computing (HPC), or you may already be using it. HPC is not the same as cloud computing. Both technologies differ in a number of ways, and have some similarities as well. We may refer to both types as “large scale computing” - but what is the difference? Both systems target scalability of computing, but in different ways. This webinar will give a good overview to the researchers thinking to make a move from their local computer to Cloud of High Performance Computing Cluster. #### You'll learn: - Introduction - HPC vs Cloud computing - When to use HPC - When to use the Cloud - The Cloud – Pros and Cons - HPC – Pros and Cons #### Prerequisites: The webinar has no prerequisites. **For more information, please click [here](https://intersect.org.au/training/course/compute001).** training@intersect.org.au Research Computing
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](https://intersect.org.au/training/webinars/). **For more information, please click [here](https://intersect.org.au/training/course/r101).** 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
A showcase of Data Analysis in Python and R: A case study using COVID-19 data

In all fields of research we are being confronted with a deluge of data; data that needs cleaning and transformation to be used in further analysis. This webinar demonstrates the effective use of programming tools for an initial analysis of COVID-19 datasets, with examples using both R and...

Keywords: Programming, Python, R

A showcase of Data Analysis in Python and R: A case study using COVID-19 data https://staging.dresa.org.au/materials/a-showcase-of-data-analysis-in-python-and-r-a-case-study-using-covid-19-data In all fields of research we are being confronted with a deluge of data; data that needs cleaning and transformation to be used in further analysis. This webinar demonstrates the effective use of programming tools for an initial analysis of COVID-19 datasets, with examples using both R and Python. #### You'll learn: - Cleaning up a dataset for analysis - Using Jupyter lab for interactive analysis - Making the most of the tidyverse (R) and pandas (python) - Simple data visualisation using ggplot (R) and seaborn (python) - Best practices for readable code #### Prerequisites: The webinar has no prerequisites. **For more information, please click [here](https://intersect.org.au/training/course/coding002).** training@intersect.org.au Programming, Python, R
Thinking like a computer: The Fundamentals of Programming

Human brains are extremely good at evaluating a small amount of information simultaneously, ignoring anomalies and coming up with an answer to a problem without much in the way of conscious thought. Computers on the other hand are extremely good at performing individual calculations, one at a...

Keywords: Programming

Thinking like a computer: The Fundamentals of Programming https://staging.dresa.org.au/materials/thinking-like-a-computer-the-fundamentals-of-programming Human brains are extremely good at evaluating a small amount of information simultaneously, ignoring anomalies and coming up with an answer to a problem without much in the way of conscious thought. Computers on the other hand are extremely good at performing individual calculations, one at a time, and can keep the results in a large bank of short-term memory for quick recall. These two approaches are fundamentally different. Humans can only reasonably retain seven plus or minus two pieces of information in short-term memory, and new items push older items out, whereas a computer is hopeless when given multiple pieces of information simultaneously. Understanding this fact is key to being able to write instructions for computers - also known as programs – in a way that takes advantage of their strengths, and overcomes their drawbacks. Suitable for the programming novice, this webinar is good preparation for researchers wanting to learn how to program. #### You'll learn: - How a human solves tasks - How a computer solves tasks - Overview of programming concepts: - Variables - Loops - Conditionals - Functions - Data types #### Prerequisites: The webinar has no prerequisites. **For more information, please click [here](https://intersect.org.au/training/course/coding003).** training@intersect.org.au Programming
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
Getting Started with NVivo for Mac

Does your research see you working through unstructured and non-numerical data? With the ability to collect, store and analyse different data types all in the one location makes, it's easy to see why NVivo is becoming the tool of choice for many researchers.

NVivo allows researchers to simply...

Keywords: Data Management, NVivo

Getting Started with NVivo for Mac https://staging.dresa.org.au/materials/getting-started-with-nvivo-for-mac Does your research see you working through unstructured and non-numerical data? With the ability to collect, store and analyse different data types all in the one location makes, it's easy to see why NVivo is becoming the tool of choice for many researchers. NVivo allows researchers to simply organise and manage data from a variety of sources including surveys, interviews, articles, video, email, social media and web content, PDFs and images. Coding your data allows you to discover trends and compares themes as they emerge across different sources and data types. Using NVivo memos and visualisations combined with the ability to integrate with popular bibliographic tools you can get your research ready for publication sooner. #### You'll learn: - Create and organise a qualitative research project in NVivo - Import a range of data sources using NVivo's integrated tools - Code and classify your data - Format your data to take advantage of NVivo’s auto-coding ability - Use NVivo to discover new themes and trends in research - Visualise relationships and trends in your data #### Prerequisites: In order to participate, attendees must have a licensed copy of NVivo installed on their computer. Speak to your local university IT or Research Office for assistance in obtaining a license and installing the software. This course is taught using NVivo 12 Pro for Mac and is not suitable for NVivo for Windows users. **For more information, please click [here](https://intersect.org.au/training/course/nvivo102).** training@intersect.org.au Data Management, NVivo
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 [Data Capture and Surveys with REDCap](https://intersect.org.au/training/course/redcap101/) workshop. **For more information, please click [here](https://intersect.org.au/training/course/redcap201).** training@intersect.org.au Data Management, REDCap
Survey Tools in Research: REDCap and Qualtrics

Now more than ever researchers are needing to embrace electronic data capture methods to keep their research moving in the midst of social distancing restrictions and decreased access to survey participants. Using a research specific survey tool can not only solve this problem, but also set your...

Keywords: Data Management, REDCap, Qualtrics

Survey Tools in Research: REDCap and Qualtrics https://staging.dresa.org.au/materials/survey-tools-in-research-redcap-and-qualtrics Now more than ever researchers are needing to embrace electronic data capture methods to keep their research moving in the midst of social distancing restrictions and decreased access to survey participants. Using a research specific survey tool can not only solve this problem, but also set your research up for success through intuitive data collection and validation, scheduling and reporting. This webinar will introduce and compare two of the most popular research tools for the collection of survey data and patient records: REDCap and Qualtrics. #### You'll learn: - Electronic Data Capture: Surveys vs Forms - Confidential vs Anonymous data collection - Strengths and weaknesses of Qualtrics and REDCap - Real-life use cases for each tool - Using survey tools for longitudinal studies #### Prerequisites: The webinar has no prerequisites. **For more information, please click [here](https://intersect.org.au/training/course/surveys001).** training@intersect.org.au Data Management, REDCap, Qualtrics
Python for Research

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.

This workshop is an introduction to data structures (DataFrames using...

Keywords: Programming, Python

Python for Research https://staging.dresa.org.au/materials/python-for-research 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. This workshop is an introduction to data structures (DataFrames using the pandas library) and visualisation (using the matplotlib library) in Python. 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 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: - Introduction to Libraries and Built-in Functions in Python - Introduction to DataFrames using the pandas library - Reading and writing data in DataFrames - Selecting values in DataFrames - Quick introduction to Plotting using the matplotlib library #### Prerequisites: [Learn to Program: Python](https://intersect.org.au/training/course/python101/) or any of the [Learn to Program: R](https://intersect.org.au/training/course/r101/), [Learn to Program: MATLAB](https://intersect.org.au/training/course/matlab101/) or [Learn to Program: Julia](https://intersect.org.au/training/course/julia101/), needed to attend this course. If you already have some experience with programming, please check the topics covered in the [Learn to Program: Python](https://intersect.org.au/training/course/python101/) 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/python110).** training@intersect.org.au Programming, Python
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](https://intersect.org.au/training/course/r101/), [Data Manipulation and Visualisation in R](https://intersect.org.au/training/course/r203/) **For more information, please click [here](https://intersect.org.au/training/course/r210).** training@intersect.org.au Programming, R
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: In order to participate, attendees must have a licensed copy of SPSS installed on their computer. Speak to your local university IT or Research Office for assistance in obtaining a license and installing the software. **For more information, please click [here](https://intersect.org.au/training/course/spss101).** training@intersect.org.au Data Analysis, SPSS
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](https://intersect.org.au/training/course/python101/) and [Data Manipulation in Python](https://intersect.org.au/training/course/python201/) or [Learn to Program: Python](https://intersect.org.au/training/course/python101/) and [Data Manipulation and Visualisation in Python](https://intersect.org.au/training/course/python203/) needed to attend this course. If you already have experience with programming, please check the topics covered in courses above 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. However, there is a few Math formula covered in this course and the references 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](https://intersect.org.au/training/course/python101/), [Data Manipulation in Python](https://intersect.org.au/training/course/python201/) and [Introduction to ML using Python: Introduction & Linear Regression](https://intersect.org.au/training/course/python205/) or [Learn to Program: Python](https://intersect.org.au/training/course/python101/), [Data Manipulation and Visualisation in Python](https://intersect.org.au/training/course/python203/) and [Introduction to ML using Python: Introduction & Linear Regression](https://intersect.org.au/training/course/python205/) needed to attend this course. If you already have experience with programming, please check the topics covered in courses above 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. However, there is a few Math formula covered in this course and the references 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](https://intersect.org.au/training/course/python101/), [Data Manipulation in Python](https://intersect.org.au/training/course/python201/) and [Introduction to ML using Python: Introduction & Linear Regression](https://intersect.org.au/training/course/python205/) or [Learn to Program: Python](https://intersect.org.au/training/course/python101/), [Data Manipulation and Visualisation in Python](https://intersect.org.au/training/course/python203/) and [Introduction to ML using Python: Introduction & Linear Regression](https://intersect.org.au/training/course/python205/) needed to attend this course. If you already have experience with programming, please check the topics covered in courses above 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. However, there is a few Math formula covered in this course and the references 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
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](https://intersect.org.au/training/course/r101/) and [Data Manipulation in R](https://intersect.org.au/training/course/r201/) or [Learn to Program: R](https://intersect.org.au/training/course/r101/) and [Data Manipulation and Visualisation in R](https://intersect.org.au/training/course/r203/)needed to attend this course. If you already have experience with programming, please check the topics covered in courses above 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](https://intersect.org.au/training/course/r101/) and [Data Manipulation in R](https://intersect.org.au/training/course/r201/) or [Learn to Program: R](https://intersect.org.au/training/course/r101/) and [Data Manipulation and Visualisation in R](https://intersect.org.au/training/course/r203/)needed to attend this course. If you already have experience with programming, please check the topics covered in courses above and [Introduction to ML using R: Introduction & Linear Regression](https://intersect.org.au/training/course/r205/) 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
Excel for Researchers

Data rarely comes in the form you require. Often it is messy. Sometimes it is incomplete. And sometimes there's too much of it. Frequently, it has errors. We'll use one of the most widespread data wrangling tools, Microsoft Excel, to import, sort, filter, copy, protect, transform, summarise,...

Keywords: Data Analysis, Excel

Excel for Researchers https://staging.dresa.org.au/materials/excel-for-researchers Data rarely comes in the form you require. Often it is messy. Sometimes it is incomplete. And sometimes there's too much of it. Frequently, it has errors. We'll use one of the most widespread data wrangling tools, Microsoft Excel, to import, sort, filter, copy, protect, transform, summarise, merge, and visualise research data. While aimed at novice Excel users, most attendees will walk away with new tricks to work more efficiently with their research data. #### You'll learn: - 'Clean up’ messy research data - Organise, format and name your data - Interpret your data (SORTING, FILTERING, CONDITIONAL FORMATTING) - Perform calculations on your data using functions (MAX, MIN, AVERAGE) - Extract significant findings from your data (PIVOT TABLE, VLOOKUP) - Manipulate your data (convert data format, work with DATES and TIMES) - Create graphs and charts to visualise your data (CHARTS) - Handy tips to speed up your work #### Prerequisites: In order to participate, attendees must have a licensed copy of Microsoft Excel installed on their computer. Speak to your local university IT or Research Office for assistance in obtaining a license and installing the software. **For more information, please click [here](https://intersect.org.au/training/course/excel101).** training@intersect.org.au Data Analysis, Excel
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](https://intersect.org.au/training/course/r101/) and [Data Manipulation in R](https://intersect.org.au/training/course/r201/) or [Learn to Program: R](https://intersect.org.au/training/course/r101/) and [Data Manipulation and Visualisation in R](https://intersect.org.au/training/course/r203/)needed to attend this course. If you already have experience with programming, please check the topics covered in the courses above and [Introduction to ML using R: Introduction & Linear Regression](https://intersect.org.au/training/course/r205/) 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
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
Beyond Basics: Conditionals and Visualisation in Excel

After cleaning your database, you may need to apply some conditional analysis to glean greater insights from your data. You may also want to enhance your charts for inclusion into a manuscript, thesis or report by adding some statistical elements. This course will cover conditional syntax, nested...

Keywords: Data Analysis, Excel

Beyond Basics: Conditionals and Visualisation in Excel https://staging.dresa.org.au/materials/beyond-basics-conditionals-and-visualisation-in-excel After cleaning your database, you may need to apply some conditional analysis to glean greater insights from your data. You may also want to enhance your charts for inclusion into a manuscript, thesis or report by adding some statistical elements. This course will cover conditional syntax, nested functions, statistical charting and outlier identification. Armed with the tips and tricks from our introductory Excel for Researchers course, you will be able to tap into even more of Excel's diverse functionality and apply it to your research project. #### You'll learn: - Cell syntax and conditional formatting - IF functions - Pivot Table summaries - Nesting multiple AND/IF/OR calculations - Combining nested calculations with conditional formatting to bring out important elements of the dataset - MINIFS function - Box plot creation and outlier identification - Trendline and error bar chart enhancements #### Prerequisites: Familiarity with the content of Excel for Researchers, specifically: the general Office/Excel interface (menus, ribbons/toolbars, etc.) workbooks and worksheets absolute and relative references, e.g. $A$1, A1. simple ranges, e.g. A1:B5 **For more information, please click [here](https://intersect.org.au/training/course/excel201).** training@intersect.org.au Data Analysis, Excel
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
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](https://intersect.org.au/training/course/python101/) and [Python for Research](https://intersect.org.au/training/course/python110/) 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
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
Data Manipulation 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 in Python https://staging.dresa.org.au/materials/data-manipulation-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. 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 #### Prerequisites: Either [Learn to Program: Python](https://intersect.org.au/training/course/python101/) or [Learn to Program: Python](https://intersect.org.au/training/course/python101/) and [Python for Research](https://intersect.org.au/training/course/python110/) needed to attend this course. If you already have experience with programming, please check the topics covered in the [Learn to Program: Python](https://intersect.org.au/training/course/python101/) and [Python for Research](https://intersect.org.au/training/course/python110/) 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/python201).** training@intersect.org.au Programming, Python
Version Control with Git

Have you mistakenly overwritten programs or data and want to learn techniques to avoid repeating the loss? Version control systems are one of the most powerful tools available for avoiding data loss and enabling reproducible research. While the learning curve can be steep, our trainers are there...

Keywords: Data Management, Git

Version Control with Git https://staging.dresa.org.au/materials/version-control-with-git Have you mistakenly overwritten programs or data and want to learn techniques to avoid repeating the loss? Version control systems are one of the most powerful tools available for avoiding data loss and enabling reproducible research. While the learning curve can be steep, our trainers are there to answer all your questions while you gain hands on experience in using Git, one of the most popular version control systems available. Join us for this workshop where we cover the fundamentals of version control using the researcher-focused training modules from the highly regarded Software Carpentry Foundation. #### You'll learn: - keep versions of data, scripts, and other files - examine commit logs to find which files were changed when - restore earlier versions of files - compare changes between versions of a file - push your versioned files to a remote location, for backup and to facilitate collaboration #### Prerequisites: The course has no prerequisites. **For more information, please click [here](https://intersect.org.au/training/course/git101).** training@intersect.org.au Data Management, Git
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](https://intersect.org.au/training/course/python101/) or [Learn to Program: Python](https://intersect.org.au/training/course/python101/) and [Python for Research](https://intersect.org.au/training/course/python110/) needed to attend this course. If you already have experience with programming, please check the topics covered in the [Learn to Program: Python](https://intersect.org.au/training/course/python101/) and [Python for Research](https://intersect.org.au/training/course/python110/) 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
Start Coding without Hesitation: Programming Languages Showdown

Programming is becoming more and more popular, with many researchers using programming to perform data cleaning, data manipulation, data analytics, as well as creating publication quality plots. Programming can be really beneficial for automating processes and workflows. In this webinar, we are...

Keywords: Programming, Python, R, MATLAB, Julia

Start Coding without Hesitation: Programming Languages Showdown https://staging.dresa.org.au/materials/start-coding-without-hesitation-programming-languages-showdown Programming is becoming more and more popular, with many researchers using programming to perform data cleaning, data manipulation, data analytics, as well as creating publication quality plots. Programming can be really beneficial for automating processes and workflows. In this webinar, we are exploring four of the most popular programming languages that are widely used in academia, namely Python, R, MATLAB, and Julia. #### You'll learn: - Why use Programming - An overview of Python, R, MATLAB, and Julia - Code comparison of the four programming languages - Popularity and job opportunities - Intersect's comparison - General guidelines on how to choose the best programming language for your research #### Prerequisites: The webinar has no prerequisites. **For more information, please click [here](https://intersect.org.au/training/course/coding001).** training@intersect.org.au Programming, Python, R, MATLAB, Julia
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](https://intersect.org.au/training/course/r101/), [Data Manipulation and Visualisation in R](https://intersect.org.au/training/course/r203/) workshops first. **For more information, please click [here](https://intersect.org.au/training/course/r212).** training@intersect.org.au Programming, R
Getting Started with Excel

We rarely receive the research data in an appropriate form. Often data is messy. Sometimes it is incomplete. And sometimes there's too much of it. Frequently, it has errors.

This webinar targets beginners and presents a quick demonstration of using the most widespread data wrangling tool,...

Keywords: Data Analysis, Excel

Getting Started with Excel https://staging.dresa.org.au/materials/getting-started-with-excel We rarely receive the research data in an appropriate form. Often data is messy. Sometimes it is incomplete. And sometimes there's too much of it. Frequently, it has errors. This webinar targets beginners and presents a quick demonstration of using the most widespread data wrangling tool, Microsoft Excel, to sort, filter, copy, protect, transform, aggregate, summarise, and visualise research data. #### You'll learn: - Introduction to Microsoft Excel user interface - Interpret data using sorting, filtering, and conditional formatting - Summarise data using functions - Analyse data using pivot tables - Manipulate and visualise data - Handy tips to speed up your work #### Prerequisites: The webinar has no prerequisites. **For more information, please click [here](https://intersect.org.au/training/course/excel001).** training@intersect.org.au Data Analysis, Excel
Learn to Program: Julia

Julia is a high-level, high-performance dynamic programming language with more than 4,000 external libraries available. Julia allows you to range from tight low-level loops and conditionals, up to a high-level programming style, with its performance approaching and often matching the performance...

Keywords: Programming, Julia

Learn to Program: Julia https://staging.dresa.org.au/materials/learn-to-program-julia Julia is a high-level, high-performance dynamic programming language with more than 4,000 external libraries available. Julia allows you to range from tight low-level loops and conditionals, up to a high-level programming style, with its performance approaching and often matching the performance of the fastest programming languages! This workshop expects that you are coming to Julia with some experience in the basic concepts of programming in another language. It is designed to help you migrate the basic concepts of programming that you already know to the Julia context. Join us for this live coding workshop where we write programs that produce results, using Jupyter notebooks, which allow program code, results, visualisations and documentation to be blended seamlessly. #### You'll learn: - Introduction to the JupyterLab interface for programming - Basic syntax and data types in Julia - How to load external data into Julia - Creating functions (FUNCTIONS) - Repeating actions and analysing multiple data sets (LOOPS) - Making choices (IF STATEMENTS - CONDITIONALS) - Ways to visualise data using the Plots library in Julia #### Prerequisites: Some experience with the basic concepts of programming in another language needed to attend this course. It is an intensive course that is designed to help you migrate the basic concepts of programming that you already know to the Julia context in half a day instead of a full day. If you don't have any prior experience in programming, please consider attending one of the [Learn to Program: Python](https://intersect.org.au/training/course/python101/), [Learn to Program: R](https://intersect.org.au/training/course/r101/) or [Learn to Program: MATLAB](https://intersect.org.au/training/course/matlab101/) prior to this course. We also 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](https://intersect.org.au/training/webinars/). **For more information, please click [here](https://intersect.org.au/training/course/julia101).** training@intersect.org.au Programming, Julia
Getting started with NVivo for Windows

Does your research see you working through unstructured and non-numerical data? With the ability to collect, store and analyse different data types all in the one location makes, it's easy to see why NVivo is becoming the tool of choice for many researchers.

NVivo allows researchers to simply...

Keywords: Data Analysis, NVivo

Getting started with NVivo for Windows https://staging.dresa.org.au/materials/getting-started-with-nvivo-for-windows Does your research see you working through unstructured and non-numerical data? With the ability to collect, store and analyse different data types all in the one location makes, it's easy to see why NVivo is becoming the tool of choice for many researchers. NVivo allows researchers to simply organise and manage data from a variety of sources including surveys, interviews, articles, video, email, social media and web content, PDFs and images. Coding your data allows you to discover trends and compares themes as they emerge across different sources and data types. Using NVivo memos and visualisations combined with the ability to integrate with popular bibliographic tools you can get your research ready for publication sooner. #### You'll learn: - Create and organise a qualitative research project in NVivo - Import a range of data sources using NVivo's integrated tools - Code and classify your data - Format your data to take advantage of NVivo’s auto-coding ability - Use NVivo to discover new themes and trends in research - Visualise relationships and trends in your data #### Prerequisites: In order to participate, attendees must have a licensed copy of NVivo installed on their computer. Speak to your local university IT or Research Office for assistance in obtaining a license and installing the software. This course is taught using NVivo 12 Pro for Windows and is not suitable for NVivo for Mac users. **For more information, please click [here](https://intersect.org.au/training/course/nvivo101).** training@intersect.org.au Data Analysis, NVivo
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](https://intersect.org.au/training/course/r101/) or [Learn to Program: R](https://intersect.org.au/training/course/r101/) and [R for Research](https://intersect.org.au/training/course/r110/) needed to attend this course. If you already have experience with programming, please check the topics covered in the [Learn to Program: R](https://intersect.org.au/training/course/r101/) and [R for Research](https://intersect.org.au/training/course/r110/) courses to ensure that you are familiar with the knowledge needed for this course. We also strongly recommend attending the [Data Manipulation in R](https://intersect.org.au/training/course/r201/) course. **For more information, please click [here](https://intersect.org.au/training/course/r202).** training@intersect.org.au Programming, R
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-84543235-5cfe-4268-8546-b16727125073 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: In order to participate, attendees must have a licensed copy of SPSS installed on their computer. Speak to your local university IT or Research Office for assistance in obtaining a license and installing the software. This workshop is recommended for researchers and postgraduate students who have previously attended the Intersect’s [Data Entry and Processing in SPSS](https://intersect.org.au/training/course/spss101/) workshop. **For more information, please click [here](https://intersect.org.au/training/course/spss102).** training@intersect.org.au Data Analysis, SPSS
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
Parallel Programming for HPC

You have written, compiled and run functioning programs in C and/or Fortran. You know how HPC works and you've submitted batch jobs.

Now you want to move from writing single-threaded programs into the parallel programming paradigm, so you can truly harness the full power of High Performance...

Keywords: Research Computing, HPC

Parallel Programming for HPC https://staging.dresa.org.au/materials/parallel-programming-for-hpc You have written, compiled and run functioning programs in C and/or Fortran. You know how HPC works and you've submitted batch jobs. Now you want to move from writing single-threaded programs into the parallel programming paradigm, so you can truly harness the full power of High Performance Computing. #### You'll learn: - OpenMP (Open Multi-Processing): a widespread method for shared memory programming - MPI (Message Passing Interface): a leading distributed memory programming model #### Prerequisites: To do this course you need to have: A good working knowledge of HPC. Consider taking our Getting Started with HPC using PBS Pro course to come up to speed beforehand. Prior experience of writing programs in either C or Fortran. **For more information, please click [here](https://intersect.org.au/training/course/hpc301).** training@intersect.org.au Research Computing, HPC
Learn to Program: MATLAB

MATLAB is an incredibly powerful programming environment with a rich set of analysis toolkits. But what if you're just getting started - with MATLAB and, more generally, with programming?

Nothing beats a hands-on, face-to-face training session to get you past the inevitable syntax errors!

So...

Keywords: Programming, MATLAB

Learn to Program: MATLAB https://staging.dresa.org.au/materials/learn-to-program-matlab MATLAB is an incredibly powerful programming environment with a rich set of analysis toolkits. But what if you're just getting started - with MATLAB and, more generally, with programming? Nothing beats a hands-on, face-to-face training session to get you past the inevitable syntax errors! So 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: - Introduction to the MATLAB interface for programming - Basic syntax and data types in MATLAB - How to load external data into MATLAB - Creating functions (FUNCTIONS) - Repeating actions and analysing multiple data sets (LOOPS) - Making choices (IF STATEMENTS – CONDITIONALS) - Ways to visualise data in MATLAB #### Prerequisites: In order to participate, attendees must have a licensed copy of MATLAB installed on their computer. Speak to your local university IT or Research Office for assistance in obtaining a license and installing the software. 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](https://intersect.org.au/training/webinars/). **For more information, please click [here](https://intersect.org.au/training/course/matlab101).** training@intersect.org.au Programming, MATLAB
Getting started with HPC using Slurm

Is your computer's limited power throttling your research ambitions? Are your analysis scripts pushing your laptop's processor to its limits? Is your software crashing because you’ve run out of memory? Would you like to unleash to power of the Unix command line to automate and run your analysis...

Keywords: Research Computing, HPC

Getting started with HPC using Slurm https://staging.dresa.org.au/materials/getting-started-with-hpc-using-slurm Is your computer's limited power throttling your research ambitions? Are your analysis scripts pushing your laptop's processor to its limits? Is your software crashing because you’ve run out of memory? Would you like to unleash to power of the Unix command line to automate and run your analysis on supercomputers that you can access for free? High-Performance Computing (HPC) allows you to accomplish your analysis faster by using many parallel CPUs and huge amounts of memory simultaneously. This course provides a hands on introduction to running software on HPC infrastructure using Slurm. #### You'll learn: - Connect to an HPC cluster - Use the Unix command line to operate a remote computer and create job scripts - Submit and manage jobs on a cluster using a scheduler - Transfer files to and from a remote computer - Use software through environment modules - Use parallelisation to speed up data analysis - Access the facilities available to you as a researcher - This is the Slurm version of the Getting Started with HPC course. #### Prerequisites: This course assumes basic familiarity with the Bash command line environment found on GNU/Linux and other Unix-like environments. To come up to speed, consider taking our [Unix Shell and Command Line Basics](https://intersect.org.au/training/course/unix101/) course. **For more information, please click [here](https://intersect.org.au/training/course/hpc202).** training@intersect.org.au Research Computing, HPC
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](https://intersect.org.au/training/course/r101/) or [Learn to Program: R](https://intersect.org.au/training/course/r101/) and [R for Research](https://intersect.org.au/training/course/r110/) needed to attend this course. If you already have experience with programming, please check the topics covered in the [Learn to Program: R](https://intersect.org.au/training/course/r101/) and [R for Research](https://intersect.org.au/training/course/r110/) 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
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. Speak to your local university IT or Research Office for assistance in accessing the Qualtrics instance. **For more information, please click [here](https://intersect.org.au/training/course/qltrics101).** training@intersect.org.au Data Management, Qualtrics
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
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 - Learn how to use branching logic, piping, and calculations - Enter data via forms and distribute surveys - Create, view and export data reports - Add collaborators and set their privileges #### 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
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
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](https://intersect.org.au/training/course/r101/) or [Learn to Program: R](https://intersect.org.au/training/course/r101/) and [R for Research](https://intersect.org.au/training/course/r110/) needed to attend this course. If you already have experience with programming, please check the topics covered in the [Learn to Program: R](https://intersect.org.au/training/course/r101/) and [R for Research](https://intersect.org.au/training/course/r110/) 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
Learn to Program: 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.

We teach using Jupyter notebooks, which allow program code, results,...

Keywords: Programming, Python

Learn to Program: Python https://staging.dresa.org.au/materials/learn-to-program-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. 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: - Introduction to the JupyterLab interface for programming - Basic syntax and data types in Python - How to load external data into Python - Creating functions (FUNCTIONS) - Repeating actions and analysing multiple data sets (LOOPS) - Making choices (IF STATEMENTS - CONDITIONALS) - Ways to visualise data in Python #### Prerequisites: No prior experience with programming is 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](https://intersect.org.au/training/webinars/). **For more information, please click [here](https://intersect.org.au/training/course/python101).** training@intersect.org.au Programming, Python
Data Visualisation in Python

Course Materials

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...

Keywords: Programming, Python

Data Visualisation in Python https://staging.dresa.org.au/materials/data-visualisation-in-python Course Materials #### 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](https://intersect.org.au/training/course/python101/) or [Learn to Program: Python](https://intersect.org.au/training/course/python101/) and [Python for Research](https://intersect.org.au/training/course/python110/) needed to attend this course. If you already have experience with programming, please check the topics covered in the [Learn to Program: Python](https://intersect.org.au/training/course/python101/) and [Python for Research](https://intersect.org.au/training/course/python110/) courses to ensure that you are familiar with the knowledge needed for this course. We also strongly recommend attending the [Data Manipulation in Python](https://intersect.org.au/training/course/python201/). **For more information, please click [here](https://intersect.org.au/training/course/python202).** training@intersect.org.au Programming, Python
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](https://intersect.org.au/training/course/r101/) or any of the [Learn to Program: Python](https://intersect.org.au/training/course/python101/), [Learn to Program: MATLAB](https://intersect.org.au/training/course/matlab101/), [Learn to Program: Julia](https://intersect.org.au/training/course/julia101/), needed to attend this course. If you already have some experience with programming, please check the topics covered in the [Learn to Program: R](https://intersect.org.au/training/course/r101/) 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
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
Beyond the Basics: Julia

Julia is a high-level, high-performance dynamic programming language with more than 4,000 external libraries available. Julia allows you to range from tight low-level loops and conditionals, up to a high-level programming style, with its performance approaching and often matching the performance...

Keywords: Programming, Julia

Beyond the Basics: Julia https://staging.dresa.org.au/materials/beyond-the-basics-julia Julia is a high-level, high-performance dynamic programming language with more than 4,000 external libraries available. Julia allows you to range from tight low-level loops and conditionals, up to a high-level programming style, with its performance approaching and often matching the performance of the fastest programming languages! This workshop explores the more advanced features of functions in Julia, introduces widely used tools within Julia, as well as demonstrates the speed of Julia by benchmarking functions and different styles of scripting within Julia. Join us for this live coding workshop where we write programs that produce results, using Jupyter notebooks, which allow program code, results, visualisations and documentation to be blended seamlessly. #### You'll learn: - Understand the role of Types within Julia - Create functions with complex arguments - Demonstrate programming patterns of list comprehension, pipes, and anonymous functions. - Benchmark Julia code and understand how to make it fast #### Prerequisites: If you already have experience with programming, please check the topics covered in the [Learn to Program: Julia](https://intersect.org.au/training/course/julia101/) 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/julia201).** training@intersect.org.au Programming, Julia
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](https://intersect.org.au/training/course/r101/), [Data Manipulation and Visualisation in R](https://intersect.org.au/training/course/r203/) **For more information, please click [here](https://intersect.org.au/training/course/r211).** training@intersect.org.au Programming, R
Showing 30 upcoming event out of 72. Found 218 past event. View all results.
  • Learn to Program: R at Western Sydney: Online

    4 - 5 April 2024

    Learn to Program: R at Western Sydney: Online https://staging.dresa.org.au/events/learn-to-program-r-at-western-sydney-online-e8de9e4a-b2b8-4448-8d7c-b21c11d1d278 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](https://intersect.org.au/training/webinars/). **For more information, please click [here](https://intersect.org.au/training/course/r101).** 2024-04-04 09:30:00 UTC 2024-04-05 12:30:00 UTC Intersect Australia Australia Australia WSU training@intersect.org.au [] [] [] host_institution []
  • Data Visualisation in R at UniSA Online

    10 April 2024

    Data Visualisation in R at UniSA Online https://staging.dresa.org.au/events/data-visualisation-in-r-at-unisa-online 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](https://intersect.org.au/training/course/r101/) or [Learn to Program: R](https://intersect.org.au/training/course/r101/) and [R for Research](https://intersect.org.au/training/course/r110/) needed to attend this course. If you already have experience with programming, please check the topics covered in the [Learn to Program: R](https://intersect.org.au/training/course/r101/) and [R for Research](https://intersect.org.au/training/course/r110/) courses to ensure that you are familiar with the knowledge needed for this course. We also strongly recommend attending the [Data Manipulation in R](https://intersect.org.au/training/course/r201/) course. **For more information, please click [here](https://intersect.org.au/training/course/r202).** 2024-04-10 13:00:00 UTC 2024-04-10 16:00:00 UTC Intersect Australia Australia Australia UniSA training@intersect.org.au [] [] [] host_institution []
  • Introduction to Machine Learning using Python: Introduction & Linear Regression at UTS Online

    11 - 12 April 2024

    Introduction to Machine Learning using Python: Introduction & Linear Regression at UTS Online https://staging.dresa.org.au/events/introduction-to-machine-learning-using-python-introduction-linear-regression-at-uts-online 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](https://intersect.org.au/training/course/python101/) and [Data Manipulation in Python](https://intersect.org.au/training/course/python201/) or [Learn to Program: Python](https://intersect.org.au/training/course/python101/) and [Data Manipulation and Visualisation in Python](https://intersect.org.au/training/course/python203/) needed to attend this course. If you already have experience with programming, please check the topics covered in courses above 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. However, there is a few Math formula covered in this course and the references 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).** 2024-04-11 09:30:00 UTC 2024-04-12 12:45:00 UTC Intersect Australia Australia Australia UTS training@intersect.org.au [] [] [] host_institution []
  • Introduction to Machine Learning using Python: Classification at UTS Online

    18 - 19 April 2024

    Introduction to Machine Learning using Python: Classification at UTS Online https://staging.dresa.org.au/events/introduction-to-machine-learning-using-python-classification-at-uts-online 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](https://intersect.org.au/training/course/python101/), [Data Manipulation in Python](https://intersect.org.au/training/course/python201/) and [Introduction to ML using Python: Introduction & Linear Regression](https://intersect.org.au/training/course/python205/) or [Learn to Program: Python](https://intersect.org.au/training/course/python101/), [Data Manipulation and Visualisation in Python](https://intersect.org.au/training/course/python203/) and [Introduction to ML using Python: Introduction & Linear Regression](https://intersect.org.au/training/course/python205/) needed to attend this course. If you already have experience with programming, please check the topics covered in courses above 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. However, there is a few Math formula covered in this course and the references 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).** 2024-04-18 09:30:00 UTC 2024-04-19 12:45:00 UTC Intersect Australia Australia Australia UTS training@intersect.org.au [] [] [] host_institution []
  • Introduction to Machine Learning using Python: SVM & Unsupervised Learning at UTS Online

    25 April 2024

    Introduction to Machine Learning using Python: SVM & Unsupervised Learning at UTS Online https://staging.dresa.org.au/events/introduction-to-machine-learning-using-python-svm-unsupervised-learning-at-uts-online 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](https://intersect.org.au/training/course/python101/), [Data Manipulation in Python](https://intersect.org.au/training/course/python201/) and [Introduction to ML using Python: Introduction & Linear Regression](https://intersect.org.au/training/course/python205/) or [Learn to Program: Python](https://intersect.org.au/training/course/python101/), [Data Manipulation and Visualisation in Python](https://intersect.org.au/training/course/python203/) and [Introduction to ML using Python: Introduction & Linear Regression](https://intersect.org.au/training/course/python205/) needed to attend this course. If you already have experience with programming, please check the topics covered in courses above 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. However, there is a few Math formula covered in this course and the references 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).** 2024-04-25 09:30:00 UTC 2024-04-25 12:45:00 UTC Intersect Australia Australia Australia UTS training@intersect.org.au [] [] [] host_institution []
  • Getting Started with NVivo for Mac at UniSA Online

    30 April 2024

    Getting Started with NVivo for Mac at UniSA Online https://staging.dresa.org.au/events/getting-started-with-nvivo-for-mac-at-unisa-online Does your research see you working through unstructured and non-numerical data? With the ability to collect, store and analyse different data types all in the one location makes, it's easy to see why NVivo is becoming the tool of choice for many researchers. NVivo allows researchers to simply organise and manage data from a variety of sources including surveys, interviews, articles, video, email, social media and web content, PDFs and images. Coding your data allows you to discover trends and compares themes as they emerge across different sources and data types. Using NVivo memos and visualisations combined with the ability to integrate with popular bibliographic tools you can get your research ready for publication sooner. #### You'll learn: - Create and organise a qualitative research project in NVivo - Import a range of data sources using NVivo's integrated tools - Code and classify your data - Format your data to take advantage of NVivo’s auto-coding ability - Use NVivo to discover new themes and trends in research - Visualise relationships and trends in your data #### Prerequisites: In order to participate, attendees must have a licensed copy of NVivo installed on their computer. Speak to your local university IT or Research Office for assistance in obtaining a license and installing the software. This course is taught using NVivo 12 Pro for Mac and is not suitable for NVivo for Windows users. **For more information, please click [here](https://intersect.org.au/training/course/nvivo102).** 2024-04-30 13:00:00 UTC 2024-04-30 16:00:00 UTC Intersect Australia Australia Australia UniSA training@intersect.org.au [] [] [] host_institution []
  • Getting started with HPC using PBS Pro at UniSA Online

    16 - 17 April 2024

    Getting started with HPC using PBS Pro at UniSA Online https://staging.dresa.org.au/events/getting-started-with-hpc-using-pbs-pro-at-unisa-online-c975b8f1-9e31-4744-a6f6-4ed5039e8177 Is your computer's limited power throttling your research ambitions? Are your analysis scripts pushing your laptop's processor to its limits? Is your software crashing because you’ve run out of memory? Would you like to unleash to power of the Unix command line to automate and run your analysis on supercomputers that you can access for free? High-Performance Computing (HPC) allows you to accomplish your analysis faster by using many parallel CPUs and huge amounts of memory simultaneously. This course provides a hands on introduction to running software on HPC infrastructure using PBS Pro. #### You'll learn: - Connect to an HPC cluster - Use the Unix command line to operate a remote computer and create job scripts - Submit and manage jobs on a cluster using a scheduler - Transfer files to and from a remote computer - Use software through environment modules - Use parallelisation to speed up data analysis - Access the facilities available to you as a researcher - This is the PBS Pro version of the Getting Started with HPC course. #### Prerequisites: This course assumes basic familiarity with the Bash command line environment found on GNU/Linux and other Unix-like environments. To come up to speed, consider taking our [Unix Shell and Command Line Basics](https://intersect.org.au/training/course/unix101/) course. **For more information, please click [here](https://intersect.org.au/training/course/hpc201).** 2024-04-16 13:00:00 UTC 2024-04-17 16:00:00 UTC Intersect Australia Australia Australia UniSA training@intersect.org.au [] [] [] host_institution []
  • Excel for Researchers at Deakin Online

    10 - 11 April 2024

    Excel for Researchers at Deakin Online https://staging.dresa.org.au/events/excel-for-researchers-at-deakin-online-8ba3ea93-1a5f-4952-9e83-6cdfcc60019d Data rarely comes in the form you require. Often it is messy. Sometimes it is incomplete. And sometimes there's too much of it. Frequently, it has errors. We'll use one of the most widespread data wrangling tools, Microsoft Excel, to import, sort, filter, copy, protect, transform, summarise, merge, and visualise research data. While aimed at novice Excel users, most attendees will walk away with new tricks to work more efficiently with their research data. #### You'll learn: - 'Clean up’ messy research data - Organise, format and name your data - Interpret your data (SORTING, FILTERING, CONDITIONAL FORMATTING) - Perform calculations on your data using functions (MAX, MIN, AVERAGE) - Extract significant findings from your data (PIVOT TABLE, VLOOKUP) - Manipulate your data (convert data format, work with DATES and TIMES) - Create graphs and charts to visualise your data (CHARTS) - Handy tips to speed up your work #### Prerequisites: In order to participate, attendees must have a licensed copy of Microsoft Excel installed on their computer. Speak to your local university IT or Research Office for assistance in obtaining a license and installing the software. **For more information, please click [here](https://intersect.org.au/training/course/excel101).** 2024-04-10 09:30:00 UTC 2024-04-11 12:30:00 UTC Intersect Australia Australia Australia Deakin training@intersect.org.au [] [] [] host_institution []
  • Unix Shell and Command Line Basics at UniSA Online

    18 April 2024

    Unix Shell and Command Line Basics at UniSA Online https://staging.dresa.org.au/events/unix-shell-and-command-line-basics-at-unisa-online-9602e37b-b8ae-4f96-ab4d-b5b48d2dc3f3 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).** 2024-04-18 09:30:00 UTC 2024-04-18 12:30:00 UTC Intersect Australia Australia Australia UniSA training@intersect.org.au [] [] [] host_institution []
  • Beyond Basics: Conditionals and Visualisation in Excel at La Trobe Online

    19 April 2024

    Beyond Basics: Conditionals and Visualisation in Excel at La Trobe Online https://staging.dresa.org.au/events/beyond-basics-conditionals-and-visualisation-in-excel-at-la-trobe-online After cleaning your database, you may need to apply some conditional analysis to glean greater insights from your data. You may also want to enhance your charts for inclusion into a manuscript, thesis or report by adding some statistical elements. This course will cover conditional syntax, nested functions, statistical charting and outlier identification. Armed with the tips and tricks from our introductory Excel for Researchers course, you will be able to tap into even more of Excel's diverse functionality and apply it to your research project. #### You'll learn: - Cell syntax and conditional formatting - IF functions - Pivot Table summaries - Nesting multiple AND/IF/OR calculations - Combining nested calculations with conditional formatting to bring out important elements of the dataset - MINIFS function - Box plot creation and outlier identification - Trendline and error bar chart enhancements #### Prerequisites: Familiarity with the content of Excel for Researchers, specifically: the general Office/Excel interface (menus, ribbons/toolbars, etc.) workbooks and worksheets absolute and relative references, e.g. $A$1, A1. simple ranges, e.g. A1:B5 **For more information, please click [here](https://intersect.org.au/training/course/excel201).** 2024-04-19 10:00:00 UTC 2024-04-19 13:00:00 UTC Intersect Australia Australia Australia LTU training@intersect.org.au [] [] [] host_institution []
  • Data Capture and Surveys with REDCap at La Trobe Online

    23 April 2024

    Data Capture and Surveys with REDCap at La Trobe Online https://staging.dresa.org.au/events/data-capture-and-surveys-with-redcap-at-la-trobe-online-f20d34a2-1568-4748-9d9b-a6b384235d95 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 - Learn how to use branching logic, piping, and calculations - Enter data via forms and distribute surveys - Create, view and export data reports - Add collaborators and set their privileges #### Prerequisites: The course has no prerequisites. **For more information, please click [here](https://intersect.org.au/training/course/redcap101).** 2024-04-23 10:00:00 UTC 2024-04-23 13:00:00 UTC Intersect Australia Australia Australia LTU training@intersect.org.au [] [] [] host_institution []
  • Longitudinal Trials with REDCap at La Trobe Online

    26 April 2024

    Longitudinal Trials with REDCap at La Trobe Online https://staging.dresa.org.au/events/longitudinal-trials-with-redcap-at-la-trobe-online-4f12caca-2ea9-4106-9298-73708a0a0f41 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 [Data Capture and Surveys with REDCap](https://intersect.org.au/training/course/redcap101/) workshop. **For more information, please click [here](https://intersect.org.au/training/course/redcap201).** 2024-04-26 10:00:00 UTC 2024-04-26 13:00:00 UTC Intersect Australia Australia Australia LTU training@intersect.org.au [] [] [] host_institution []
  • Introduction to Machine Learning using R: Introduction & Linear Regression at La Trobe Online

    30 April - 1 May 2024

    Introduction to Machine Learning using R: Introduction & Linear Regression at La Trobe Online https://staging.dresa.org.au/events/introduction-to-machine-learning-using-r-introduction-linear-regression-at-la-trobe-online 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](https://intersect.org.au/training/course/r101/) and [Data Manipulation in R](https://intersect.org.au/training/course/r201/) or [Learn to Program: R](https://intersect.org.au/training/course/r101/) and [Data Manipulation and Visualisation in R](https://intersect.org.au/training/course/r203/)needed to attend this course. If you already have experience with programming, please check the topics covered in courses above 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).** 2024-04-30 10:00:00 UTC 2024-05-01 13:00:00 UTC Intersect Australia Australia Australia LTU training@intersect.org.au [] [] [] host_institution []
  • Introduction to Machine Learning using Python: Introduction & Linear Regression at La Trobe Online

    7 - 8 May 2024

    Introduction to Machine Learning using Python: Introduction & Linear Regression at La Trobe Online https://staging.dresa.org.au/events/introduction-to-machine-learning-using-python-introduction-linear-regression-at-la-trobe-online 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](https://intersect.org.au/training/course/python101/) and [Data Manipulation in Python](https://intersect.org.au/training/course/python201/) or [Learn to Program: Python](https://intersect.org.au/training/course/python101/) and [Data Manipulation and Visualisation in Python](https://intersect.org.au/training/course/python203/) needed to attend this course. If you already have experience with programming, please check the topics covered in courses above 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. However, there is a few Math formula covered in this course and the references 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).** 2024-05-07 10:00:00 UTC 2024-05-08 13:00:00 UTC Intersect Australia Australia Australia LTU training@intersect.org.au [] [] [] host_institution []
  • Introduction to Machine Learning using Python: Classification at La Trobe Online

    21 - 22 May 2024

    Introduction to Machine Learning using Python: Classification at La Trobe Online https://staging.dresa.org.au/events/introduction-to-machine-learning-using-python-classification-at-la-trobe-online 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](https://intersect.org.au/training/course/python101/), [Data Manipulation in Python](https://intersect.org.au/training/course/python201/) and [Introduction to ML using Python: Introduction & Linear Regression](https://intersect.org.au/training/course/python205/) or [Learn to Program: Python](https://intersect.org.au/training/course/python101/), [Data Manipulation and Visualisation in Python](https://intersect.org.au/training/course/python203/) and [Introduction to ML using Python: Introduction & Linear Regression](https://intersect.org.au/training/course/python205/) needed to attend this course. If you already have experience with programming, please check the topics covered in courses above 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. However, there is a few Math formula covered in this course and the references 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).** 2024-05-21 10:00:00 UTC 2024-05-22 13:00:00 UTC Intersect Australia Australia Australia LTU training@intersect.org.au [] [] [] host_institution []
  • Introduction to Machine Learning using Python: SVM & Unsupervised Learning at La Trobe Online

    4 June 2024

    Introduction to Machine Learning using Python: SVM & Unsupervised Learning at La Trobe Online https://staging.dresa.org.au/events/introduction-to-machine-learning-using-python-svm-unsupervised-learning-at-la-trobe-online 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](https://intersect.org.au/training/course/python101/), [Data Manipulation in Python](https://intersect.org.au/training/course/python201/) and [Introduction to ML using Python: Introduction & Linear Regression](https://intersect.org.au/training/course/python205/) or [Learn to Program: Python](https://intersect.org.au/training/course/python101/), [Data Manipulation and Visualisation in Python](https://intersect.org.au/training/course/python203/) and [Introduction to ML using Python: Introduction & Linear Regression](https://intersect.org.au/training/course/python205/) needed to attend this course. If you already have experience with programming, please check the topics covered in courses above 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. However, there is a few Math formula covered in this course and the references 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).** 2024-06-04 10:00:00 UTC 2024-06-04 13:00:00 UTC Intersect Australia Australia Australia LTU training@intersect.org.au [] [] [] host_institution []
  • Getting started with NVivo for Windows at La Trobe Online

    7 June 2024

    Getting started with NVivo for Windows at La Trobe Online https://staging.dresa.org.au/events/getting-started-with-nvivo-for-windows-at-la-trobe-online-7dd06422-d2af-475b-b4b1-9b60914b1313 Does your research see you working through unstructured and non-numerical data? With the ability to collect, store and analyse different data types all in the one location makes, it's easy to see why NVivo is becoming the tool of choice for many researchers. NVivo allows researchers to simply organise and manage data from a variety of sources including surveys, interviews, articles, video, email, social media and web content, PDFs and images. Coding your data allows you to discover trends and compares themes as they emerge across different sources and data types. Using NVivo memos and visualisations combined with the ability to integrate with popular bibliographic tools you can get your research ready for publication sooner. #### You'll learn: - Create and organise a qualitative research project in NVivo - Import a range of data sources using NVivo's integrated tools - Code and classify your data - Format your data to take advantage of NVivo’s auto-coding ability - Use NVivo to discover new themes and trends in research - Visualise relationships and trends in your data #### Prerequisites: In order to participate, attendees must have a licensed copy of NVivo installed on their computer. Speak to your local university IT or Research Office for assistance in obtaining a license and installing the software. This course is taught using NVivo 12 Pro for Windows and is not suitable for NVivo for Mac users. **For more information, please click [here](https://intersect.org.au/training/course/nvivo101).** 2024-06-07 10:00:00 UTC 2024-06-07 13:00:00 UTC Intersect Australia Australia Australia LTU training@intersect.org.au [] [] [] host_institution []
  • Introduction to Machine Learning using R: SVM & Unsupervised Learning at La Trobe Online

    28 May 2024

    Introduction to Machine Learning using R: SVM & Unsupervised Learning at La Trobe Online https://staging.dresa.org.au/events/introduction-to-machine-learning-using-r-svm-unsupervised-learning-at-la-trobe-online 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](https://intersect.org.au/training/course/r101/) and [Data Manipulation in R](https://intersect.org.au/training/course/r201/) or [Learn to Program: R](https://intersect.org.au/training/course/r101/) and [Data Manipulation and Visualisation in R](https://intersect.org.au/training/course/r203/)needed to attend this course. If you already have experience with programming, please check the topics covered in the courses above and [Introduction to ML using R: Introduction & Linear Regression](https://intersect.org.au/training/course/r205/) 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).** 2024-05-28 10:00:00 UTC 2024-05-28 13:00:00 UTC Intersect Australia Australia Australia LTU training@intersect.org.au [] [] [] host_institution []
  • Data Manipulation and Visualisation in R at UNSW Online

    14 - 15 May 2024

    Data Manipulation and Visualisation in R at UNSW Online https://staging.dresa.org.au/events/data-manipulation-and-visualisation-in-r-at-unsw-online 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](https://intersect.org.au/training/course/r101/) or [Learn to Program: R](https://intersect.org.au/training/course/r101/) and [R for Research](https://intersect.org.au/training/course/r110/) needed to attend this course. If you already have experience with programming, please check the topics covered in the [Learn to Program: R](https://intersect.org.au/training/course/r101/) and [R for Research](https://intersect.org.au/training/course/r110/) 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).** 2024-05-14 09:30:00 UTC 2024-05-15 12:30:00 UTC Intersect Australia Australia Australia UNSW training@intersect.org.au [] [] [] host_institution []
  • Learn to Program: Python at ACU

    23 - 24 April 2024

    Learn to Program: Python at ACU https://staging.dresa.org.au/events/learn-to-program-python-at-acu 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. 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: - Introduction to the JupyterLab interface for programming - Basic syntax and data types in Python - How to load external data into Python - Creating functions (FUNCTIONS) - Repeating actions and analysing multiple data sets (LOOPS) - Making choices (IF STATEMENTS - CONDITIONALS) - Ways to visualise data in Python #### Prerequisites: No prior experience with programming is 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](https://intersect.org.au/training/webinars/). **For more information, please click [here](https://intersect.org.au/training/course/python101).** 2024-04-23 09:30:00 UTC 2024-04-24 12:30:00 UTC Intersect Australia Australia Australia ACU training@intersect.org.au [] [] [] host_institution []
  • Learn to Program: Python at UC Online

    24 - 25 April 2024

    Learn to Program: Python at UC Online https://staging.dresa.org.au/events/learn-to-program-python-at-uc-online-4a362e3f-4154-46db-9cff-f6885f621fc4 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. 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: - Introduction to the JupyterLab interface for programming - Basic syntax and data types in Python - How to load external data into Python - Creating functions (FUNCTIONS) - Repeating actions and analysing multiple data sets (LOOPS) - Making choices (IF STATEMENTS - CONDITIONALS) - Ways to visualise data in Python #### Prerequisites: No prior experience with programming is 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](https://intersect.org.au/training/webinars/). **For more information, please click [here](https://intersect.org.au/training/course/python101).** 2024-04-24 09:30:00 UTC 2024-04-25 12:30:00 UTC Intersect Australia Australia Australia UC training@intersect.org.au [] [] [] host_institution []
  • Introduction to Machine Learning using Python: Introduction & Linear Regression at UniSA Online

    16 - 17 April 2024

    Introduction to Machine Learning using Python: Introduction & Linear Regression at UniSA Online https://staging.dresa.org.au/events/introduction-to-machine-learning-using-python-introduction-linear-regression-at-unisa-online 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](https://intersect.org.au/training/course/python101/) and [Data Manipulation in Python](https://intersect.org.au/training/course/python201/) or [Learn to Program: Python](https://intersect.org.au/training/course/python101/) and [Data Manipulation and Visualisation in Python](https://intersect.org.au/training/course/python203/) needed to attend this course. If you already have experience with programming, please check the topics covered in courses above 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. However, there is a few Math formula covered in this course and the references 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).** 2024-04-16 09:30:00 UTC 2024-04-17 12:30:00 UTC Intersect Australia Australia Australia UniSA training@intersect.org.au [] [] [] host_institution []
  • Introduction to Machine Learning using Python: SVM & Unsupervised Learning at UTS Online

    2 May 2024

    Introduction to Machine Learning using Python: SVM & Unsupervised Learning at UTS Online https://staging.dresa.org.au/events/introduction-to-machine-learning-using-python-svm-unsupervised-learning-at-uts-online-db693fa9-c777-420a-b65d-d7b775d39d9f 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](https://intersect.org.au/training/course/python101/), [Data Manipulation in Python](https://intersect.org.au/training/course/python201/) and [Introduction to ML using Python: Introduction & Linear Regression](https://intersect.org.au/training/course/python205/) or [Learn to Program: Python](https://intersect.org.au/training/course/python101/), [Data Manipulation and Visualisation in Python](https://intersect.org.au/training/course/python203/) and [Introduction to ML using Python: Introduction & Linear Regression](https://intersect.org.au/training/course/python205/) needed to attend this course. If you already have experience with programming, please check the topics covered in courses above 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. However, there is a few Math formula covered in this course and the references 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).** 2024-05-02 09:30:00 UTC 2024-05-02 12:45:00 UTC Intersect Australia Australia Australia UTS training@intersect.org.au [] [] [] host_institution []
  • Data Manipulation and Visualisation in Python at La Trobe Online

    16 - 17 April 2024

    Data Manipulation and Visualisation in Python at La Trobe Online https://staging.dresa.org.au/events/data-manipulation-and-visualisation-in-python-at-la-trobe-online 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](https://intersect.org.au/training/course/python101/) or [Learn to Program: Python](https://intersect.org.au/training/course/python101/) and [Python for Research](https://intersect.org.au/training/course/python110/) needed to attend this course. If you already have experience with programming, please check the topics covered in the [Learn to Program: Python](https://intersect.org.au/training/course/python101/) and [Python for Research](https://intersect.org.au/training/course/python110/) 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).** 2024-04-16 10:00:00 UTC 2024-04-17 13:00:00 UTC Intersect Australia Australia Australia LTU training@intersect.org.au [] [] [] host_institution []
  • Introduction to Machine Learning using R: Classification at La Trobe Online

    14 - 15 May 2024

    Introduction to Machine Learning using R: Classification at La Trobe Online https://staging.dresa.org.au/events/introduction-to-machine-learning-using-r-classification-at-la-trobe-online 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](https://intersect.org.au/training/course/r101/) and [Data Manipulation in R](https://intersect.org.au/training/course/r201/) or [Learn to Program: R](https://intersect.org.au/training/course/r101/) and [Data Manipulation and Visualisation in R](https://intersect.org.au/training/course/r203/)needed to attend this course. If you already have experience with programming, please check the topics covered in courses above and [Introduction to ML using R: Introduction & Linear Regression](https://intersect.org.au/training/course/r205/) 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).** 2024-05-14 10:00:00 UTC 2024-05-15 13:00:00 UTC Intersect Australia Australia Australia LTU training@intersect.org.au [] [] [] host_institution []
  • Data Manipulation and Visualisation in R at UniSA Online

    9 - 10 April 2024

    Data Manipulation and Visualisation in R at UniSA Online https://staging.dresa.org.au/events/data-manipulation-and-visualisation-in-r-at-unisa-online-4dbc41f6-f96b-4a5e-958e-c094f1ce499f 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](https://intersect.org.au/training/course/r101/) or [Learn to Program: R](https://intersect.org.au/training/course/r101/) and [R for Research](https://intersect.org.au/training/course/r110/) needed to attend this course. If you already have experience with programming, please check the topics covered in the [Learn to Program: R](https://intersect.org.au/training/course/r101/) and [R for Research](https://intersect.org.au/training/course/r110/) 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).** 2024-04-09 13:00:00 UTC 2024-04-10 16:00:00 UTC Intersect Australia Australia Australia UniSA training@intersect.org.au [] [] [] host_institution []
  • Excel for Researchers at La Trobe Online

    11 June 2024

    Excel for Researchers at La Trobe Online https://staging.dresa.org.au/events/excel-for-researchers-at-la-trobe-online-878f3332-3ed6-44cf-893b-de281c0cd105 Data rarely comes in the form you require. Often it is messy. Sometimes it is incomplete. And sometimes there's too much of it. Frequently, it has errors. We'll use one of the most widespread data wrangling tools, Microsoft Excel, to import, sort, filter, copy, protect, transform, summarise, merge, and visualise research data. While aimed at novice Excel users, most attendees will walk away with new tricks to work more efficiently with their research data. #### You'll learn: - 'Clean up’ messy research data - Organise, format and name your data - Interpret your data (SORTING, FILTERING, CONDITIONAL FORMATTING) - Perform calculations on your data using functions (MAX, MIN, AVERAGE) - Extract significant findings from your data (PIVOT TABLE, VLOOKUP) - Manipulate your data (convert data format, work with DATES and TIMES) - Create graphs and charts to visualise your data (CHARTS) - Handy tips to speed up your work #### Prerequisites: In order to participate, attendees must have a licensed copy of Microsoft Excel installed on their computer. Speak to your local university IT or Research Office for assistance in obtaining a license and installing the software. **For more information, please click [here](https://intersect.org.au/training/course/excel101).** 2024-06-11 10:00:00 UTC 2024-06-11 13:00:00 UTC Intersect Australia Australia Australia LTU training@intersect.org.au [] [] [] host_institution []
  • Getting started with NVivo for Windows at UniSA Online

    2 May 2024

    Getting started with NVivo for Windows at UniSA Online https://staging.dresa.org.au/events/getting-started-with-nvivo-for-windows-at-unisa-online-6bf04a06-ab44-4a4b-b1ca-266a6a2f3b9c Does your research see you working through unstructured and non-numerical data? With the ability to collect, store and analyse different data types all in the one location makes, it's easy to see why NVivo is becoming the tool of choice for many researchers. NVivo allows researchers to simply organise and manage data from a variety of sources including surveys, interviews, articles, video, email, social media and web content, PDFs and images. Coding your data allows you to discover trends and compares themes as they emerge across different sources and data types. Using NVivo memos and visualisations combined with the ability to integrate with popular bibliographic tools you can get your research ready for publication sooner. #### You'll learn: - Create and organise a qualitative research project in NVivo - Import a range of data sources using NVivo's integrated tools - Code and classify your data - Format your data to take advantage of NVivo’s auto-coding ability - Use NVivo to discover new themes and trends in research - Visualise relationships and trends in your data #### Prerequisites: In order to participate, attendees must have a licensed copy of NVivo installed on their computer. Speak to your local university IT or Research Office for assistance in obtaining a license and installing the software. This course is taught using NVivo 12 Pro for Windows and is not suitable for NVivo for Mac users. **For more information, please click [here](https://intersect.org.au/training/course/nvivo101).** 2024-05-02 09:30:00 UTC 2024-05-02 12:30:00 UTC Intersect Australia Australia Australia UniSA training@intersect.org.au [] [] [] host_institution []
  • Getting started with NVivo for Windows at Deakin Online

    17 April 2024

    Getting started with NVivo for Windows at Deakin Online https://staging.dresa.org.au/events/getting-started-with-nvivo-for-windows-at-deakin-online-bbfdac40-7fc3-4e68-836b-17c91ce1daa3 Does your research see you working through unstructured and non-numerical data? With the ability to collect, store and analyse different data types all in the one location makes, it's easy to see why NVivo is becoming the tool of choice for many researchers. NVivo allows researchers to simply organise and manage data from a variety of sources including surveys, interviews, articles, video, email, social media and web content, PDFs and images. Coding your data allows you to discover trends and compares themes as they emerge across different sources and data types. Using NVivo memos and visualisations combined with the ability to integrate with popular bibliographic tools you can get your research ready for publication sooner. #### You'll learn: - Create and organise a qualitative research project in NVivo - Import a range of data sources using NVivo's integrated tools - Code and classify your data - Format your data to take advantage of NVivo’s auto-coding ability - Use NVivo to discover new themes and trends in research - Visualise relationships and trends in your data #### Prerequisites: In order to participate, attendees must have a licensed copy of NVivo installed on their computer. Speak to your local university IT or Research Office for assistance in obtaining a license and installing the software. This course is taught using NVivo 12 Pro for Windows and is not suitable for NVivo for Mac users. **For more information, please click [here](https://intersect.org.au/training/course/nvivo101).** 2024-04-17 09:30:00 UTC 2024-04-17 12:30:00 UTC Intersect Australia Australia Australia Deakin training@intersect.org.au [] [] [] host_institution []
  • Data Manipulation in R at UniSA Online

    9 April 2024

    Data Manipulation in R at UniSA Online https://staging.dresa.org.au/events/data-manipulation-in-r-at-unisa-online 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](https://intersect.org.au/training/course/r101/) or [Learn to Program: R](https://intersect.org.au/training/course/r101/) and [R for Research](https://intersect.org.au/training/course/r110/) needed to attend this course. If you already have experience with programming, please check the topics covered in the [Learn to Program: R](https://intersect.org.au/training/course/r101/) and [R for Research](https://intersect.org.au/training/course/r110/) 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).** 2024-04-09 13:00:00 UTC 2024-04-09 16:00:00 UTC Intersect Australia Australia Australia UniSA training@intersect.org.au [] [] [] host_institution []
  • Data Visualisation in Python at UniSA

    10 April 2024

    Data Visualisation in Python at UniSA https://staging.dresa.org.au/events/data-visualisation-in-python-at-unisa Course Materials #### 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](https://intersect.org.au/training/course/python101/) or [Learn to Program: Python](https://intersect.org.au/training/course/python101/) and [Python for Research](https://intersect.org.au/training/course/python110/) needed to attend this course. If you already have experience with programming, please check the topics covered in the [Learn to Program: Python](https://intersect.org.au/training/course/python101/) and [Python for Research](https://intersect.org.au/training/course/python110/) courses to ensure that you are familiar with the knowledge needed for this course. We also strongly recommend attending the [Data Manipulation in Python](https://intersect.org.au/training/course/python201/). **For more information, please click [here](https://intersect.org.au/training/course/python202).** 2024-04-10 09:30:00 UTC 2024-04-10 12:30:00 UTC Intersect Australia Australia Australia UniSA training@intersect.org.au [] [] [] host_institution []
  • Data Visualisation in R at UniSA

    10 April 2024

    Data Visualisation in R at UniSA https://staging.dresa.org.au/events/data-visualisation-in-r-at-unisa 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](https://intersect.org.au/training/course/r101/) or [Learn to Program: R](https://intersect.org.au/training/course/r101/) and [R for Research](https://intersect.org.au/training/course/r110/) needed to attend this course. If you already have experience with programming, please check the topics covered in the [Learn to Program: R](https://intersect.org.au/training/course/r101/) and [R for Research](https://intersect.org.au/training/course/r110/) courses to ensure that you are familiar with the knowledge needed for this course. We also strongly recommend attending the [Data Manipulation in R](https://intersect.org.au/training/course/r201/) course. **For more information, please click [here](https://intersect.org.au/training/course/r202).** 2024-04-10 13:00:00 UTC 2024-04-10 16:00:00 UTC Intersect Australia Australia Australia UniSA training@intersect.org.au [] [] [] host_institution []
  • Introduction to Machine Learning using Python: Introduction & Linear Regression at UniSA

    16 - 17 April 2024

    Introduction to Machine Learning using Python: Introduction & Linear Regression at UniSA https://staging.dresa.org.au/events/introduction-to-machine-learning-using-python-introduction-linear-regression-at-unisa 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](https://intersect.org.au/training/course/python101/) and [Data Manipulation in Python](https://intersect.org.au/training/course/python201/) or [Learn to Program: Python](https://intersect.org.au/training/course/python101/) and [Data Manipulation and Visualisation in Python](https://intersect.org.au/training/course/python203/) needed to attend this course. If you already have experience with programming, please check the topics covered in courses above 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. However, there is a few Math formula covered in this course and the references 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).** 2024-04-16 09:30:00 UTC 2024-04-17 12:30:00 UTC Intersect Australia Australia Australia UniSA training@intersect.org.au [] [] [] host_institution []
  • Learn to Program: Python at UC Online

    23 - 24 April 2024

    Learn to Program: Python at UC Online https://staging.dresa.org.au/events/learn-to-program-python-at-uc-online-be7cbd9d-cc8b-4fed-a373-61c779ef9be0 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. 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: - Introduction to the JupyterLab interface for programming - Basic syntax and data types in Python - How to load external data into Python - Creating functions (FUNCTIONS) - Repeating actions and analysing multiple data sets (LOOPS) - Making choices (IF STATEMENTS - CONDITIONALS) - Ways to visualise data in Python #### Prerequisites: No prior experience with programming is 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](https://intersect.org.au/training/webinars/). **For more information, please click [here](https://intersect.org.au/training/course/python101).** 2024-04-23 09:30:00 UTC 2024-04-24 12:30:00 UTC Intersect Australia Australia Australia UC training@intersect.org.au [] [] [] host_institution []
  • Getting started with NVivo for Windows at UniSA

    2 May 2024

    Getting started with NVivo for Windows at UniSA https://staging.dresa.org.au/events/getting-started-with-nvivo-for-windows-at-unisa Does your research see you working through unstructured and non-numerical data? With the ability to collect, store and analyse different data types all in the one location makes, it's easy to see why NVivo is becoming the tool of choice for many researchers. NVivo allows researchers to simply organise and manage data from a variety of sources including surveys, interviews, articles, video, email, social media and web content, PDFs and images. Coding your data allows you to discover trends and compares themes as they emerge across different sources and data types. Using NVivo memos and visualisations combined with the ability to integrate with popular bibliographic tools you can get your research ready for publication sooner. #### You'll learn: - Create and organise a qualitative research project in NVivo - Import a range of data sources using NVivo's integrated tools - Code and classify your data - Format your data to take advantage of NVivo’s auto-coding ability - Use NVivo to discover new themes and trends in research - Visualise relationships and trends in your data #### Prerequisites: In order to participate, attendees must have a licensed copy of NVivo installed on their computer. Speak to your local university IT or Research Office for assistance in obtaining a license and installing the software. This course is taught using NVivo 12 Pro for Windows and is not suitable for NVivo for Mac users. **For more information, please click [here](https://intersect.org.au/training/course/nvivo101).** 2024-05-02 09:30:00 UTC 2024-05-02 12:30:00 UTC Intersect Australia Australia Australia UniSA training@intersect.org.au [] [] [] host_institution []
  • Unix Shell and Command Line Basics at UniSA

    18 April 2024

    Unix Shell and Command Line Basics at UniSA https://staging.dresa.org.au/events/unix-shell-and-command-line-basics-at-unisa 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).** 2024-04-18 09:30:00 UTC 2024-04-18 12:30:00 UTC Intersect Australia Australia Australia UniSA training@intersect.org.au [] [] [] host_institution []
  • Getting Started with NVivo for Mac at UniSA

    30 April 2024

    Getting Started with NVivo for Mac at UniSA https://staging.dresa.org.au/events/getting-started-with-nvivo-for-mac-at-unisa Does your research see you working through unstructured and non-numerical data? With the ability to collect, store and analyse different data types all in the one location makes, it's easy to see why NVivo is becoming the tool of choice for many researchers. NVivo allows researchers to simply organise and manage data from a variety of sources including surveys, interviews, articles, video, email, social media and web content, PDFs and images. Coding your data allows you to discover trends and compares themes as they emerge across different sources and data types. Using NVivo memos and visualisations combined with the ability to integrate with popular bibliographic tools you can get your research ready for publication sooner. #### You'll learn: - Create and organise a qualitative research project in NVivo - Import a range of data sources using NVivo's integrated tools - Code and classify your data - Format your data to take advantage of NVivo’s auto-coding ability - Use NVivo to discover new themes and trends in research - Visualise relationships and trends in your data #### Prerequisites: In order to participate, attendees must have a licensed copy of NVivo installed on their computer. Speak to your local university IT or Research Office for assistance in obtaining a license and installing the software. This course is taught using NVivo 12 Pro for Mac and is not suitable for NVivo for Windows users. **For more information, please click [here](https://intersect.org.au/training/course/nvivo102).** 2024-04-30 13:00:00 UTC 2024-04-30 16:00:00 UTC Intersect Australia Australia Australia UniSA training@intersect.org.au [] [] [] host_institution []
  • at UniSA Online

    16 - 17 April 2024

    at UniSA Online https://staging.dresa.org.au/events/at-unisa-online Why do this course? #### You'll learn: - Objectives #### Prerequisites: Prerequisites #### Why do this course: Other text for EB (html version) **For more information, please click [here](Intersect_Website_link).** 2024-04-16 09:30:00 UTC 2024-04-17 12:30:00 UTC Intersect Australia Australia Australia UniSA training@intersect.org.au [] [] [] host_institution []
  • Learn to Program: R at UOA Online

    16 - 17 April 2024

    Learn to Program: R at UOA Online https://staging.dresa.org.au/events/learn-to-program-r-at-uoa-online-2924a702-be89-422c-ac10-3b814e361da4 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](https://intersect.org.au/training/webinars/). **For more information, please click [here](https://intersect.org.au/training/course/r101).** 2024-04-16 09:30:00 UTC 2024-04-17 12:30:00 UTC Intersect Australia Australia Australia UOA training@intersect.org.au [] [] [] host_institution []
  • Learn to Program: Python at NCI Online

    22 - 23 May 2024

    Learn to Program: Python at NCI Online https://staging.dresa.org.au/events/learn-to-program-python-at-nci-online 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. 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: - Introduction to the JupyterLab interface for programming - Basic syntax and data types in Python - How to load external data into Python - Creating functions (FUNCTIONS) - Repeating actions and analysing multiple data sets (LOOPS) - Making choices (IF STATEMENTS - CONDITIONALS) - Ways to visualise data in Python #### Prerequisites: No prior experience with programming is 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](https://intersect.org.au/training/webinars/). **For more information, please click [here](https://intersect.org.au/training/course/python101).** 2024-05-22 09:30:00 UTC 2024-05-23 12:30:00 UTC Intersect Australia Australia Australia NCI training@intersect.org.au [] [] [] host_institution []
  • Data Manipulation in Python at UniSA

    9 April 2024

    Data Manipulation in Python at UniSA https://staging.dresa.org.au/events/data-manipulation-in-python-at-unisa 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. 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 #### Prerequisites: Either [Learn to Program: Python](https://intersect.org.au/training/course/python101/) or [Learn to Program: Python](https://intersect.org.au/training/course/python101/) and [Python for Research](https://intersect.org.au/training/course/python110/) needed to attend this course. If you already have experience with programming, please check the topics covered in the [Learn to Program: Python](https://intersect.org.au/training/course/python101/) and [Python for Research](https://intersect.org.au/training/course/python110/) 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/python201).** 2024-04-09 09:30:00 UTC 2024-04-09 12:30:00 UTC Intersect Australia Australia Australia UniSA training@intersect.org.au [] [] [] host_institution []
  • Excel for Researchers at UNSW Online

    30 April - 1 May 2024

    Excel for Researchers at UNSW Online https://staging.dresa.org.au/events/excel-for-researchers-at-unsw-online-7e4f111b-78a8-46a0-bfbd-01bf9867ea6a Data rarely comes in the form you require. Often it is messy. Sometimes it is incomplete. And sometimes there's too much of it. Frequently, it has errors. We'll use one of the most widespread data wrangling tools, Microsoft Excel, to import, sort, filter, copy, protect, transform, summarise, merge, and visualise research data. While aimed at novice Excel users, most attendees will walk away with new tricks to work more efficiently with their research data. #### You'll learn: - 'Clean up’ messy research data - Organise, format and name your data - Interpret your data (SORTING, FILTERING, CONDITIONAL FORMATTING) - Perform calculations on your data using functions (MAX, MIN, AVERAGE) - Extract significant findings from your data (PIVOT TABLE, VLOOKUP) - Manipulate your data (convert data format, work with DATES and TIMES) - Create graphs and charts to visualise your data (CHARTS) - Handy tips to speed up your work #### Prerequisites: In order to participate, attendees must have a licensed copy of Microsoft Excel installed on their computer. Speak to your local university IT or Research Office for assistance in obtaining a license and installing the software. **For more information, please click [here](https://intersect.org.au/training/course/excel101).** 2024-04-30 09:30:00 UTC 2024-05-01 12:30:00 UTC Intersect Australia Australia Australia UNSW training@intersect.org.au [] [] [] host_institution []
  • Data Manipulation in Python at UniSA Online

    9 April 2024

    Data Manipulation in Python at UniSA Online https://staging.dresa.org.au/events/data-manipulation-in-python-at-unisa-online 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. 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 #### Prerequisites: Either [Learn to Program: Python](https://intersect.org.au/training/course/python101/) or [Learn to Program: Python](https://intersect.org.au/training/course/python101/) and [Python for Research](https://intersect.org.au/training/course/python110/) needed to attend this course. If you already have experience with programming, please check the topics covered in the [Learn to Program: Python](https://intersect.org.au/training/course/python101/) and [Python for Research](https://intersect.org.au/training/course/python110/) 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/python201).** 2024-04-09 09:30:00 UTC 2024-04-09 12:30:00 UTC Intersect Australia Australia Australia UniSA training@intersect.org.au [] [] [] host_institution []
  • Data Visualisation in Python at UniSA Online

    10 April 2024

    Data Visualisation in Python at UniSA Online https://staging.dresa.org.au/events/data-visualisation-in-python-at-unisa-online Course Materials #### 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](https://intersect.org.au/training/course/python101/) or [Learn to Program: Python](https://intersect.org.au/training/course/python101/) and [Python for Research](https://intersect.org.au/training/course/python110/) needed to attend this course. If you already have experience with programming, please check the topics covered in the [Learn to Program: Python](https://intersect.org.au/training/course/python101/) and [Python for Research](https://intersect.org.au/training/course/python110/) courses to ensure that you are familiar with the knowledge needed for this course. We also strongly recommend attending the [Data Manipulation in Python](https://intersect.org.au/training/course/python201/). **For more information, please click [here](https://intersect.org.au/training/course/python202).** 2024-04-10 09:30:00 UTC 2024-04-10 12:30:00 UTC Intersect Australia Australia Australia UniSA training@intersect.org.au [] [] [] host_institution []
  • Data Manipulation in R at UniSA

    9 April 2024

    Data Manipulation in R at UniSA https://staging.dresa.org.au/events/data-manipulation-in-r-at-unisa 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](https://intersect.org.au/training/course/r101/) or [Learn to Program: R](https://intersect.org.au/training/course/r101/) and [R for Research](https://intersect.org.au/training/course/r110/) needed to attend this course. If you already have experience with programming, please check the topics covered in the [Learn to Program: R](https://intersect.org.au/training/course/r101/) and [R for Research](https://intersect.org.au/training/course/r110/) 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).** 2024-04-09 13:00:00 UTC 2024-04-09 16:00:00 UTC Intersect Australia Australia Australia UniSA training@intersect.org.au [] [] [] host_institution []
  • Learn to Program: R at UC Online

    10 - 11 April 2024

    Learn to Program: R at UC Online https://staging.dresa.org.au/events/learn-to-program-r-at-uc-online-31ee5284-c25b-4531-933e-8476fe5c3147 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](https://intersect.org.au/training/webinars/). **For more information, please click [here](https://intersect.org.au/training/course/r101).** 2024-04-10 09:30:00 UTC 2024-04-11 16:30:00 UTC Intersect Australia Australia Australia UC training@intersect.org.au [] [] [] host_institution []
  • Data Entry and Processing in SPSS at Deakin Online

    24 - 25 April 2024

    Data Entry and Processing in SPSS at Deakin Online https://staging.dresa.org.au/events/data-entry-and-processing-in-spss-at-deakin-online 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: In order to participate, attendees must have a licensed copy of SPSS installed on their computer. Speak to your local university IT or Research Office for assistance in obtaining a license and installing the software. **For more information, please click [here](https://intersect.org.au/training/course/spss101).** 2024-04-24 09:30:00 UTC 2024-04-25 12:30:00 UTC Intersect Australia Australia Australia Deakin training@intersect.org.au [] [] [] host_institution []
  • Getting started with HPC using PBS Pro at UniSA

    16 - 17 April 2024

    Getting started with HPC using PBS Pro at UniSA https://staging.dresa.org.au/events/getting-started-with-hpc-using-pbs-pro-at-unisa Is your computer's limited power throttling your research ambitions? Are your analysis scripts pushing your laptop's processor to its limits? Is your software crashing because you’ve run out of memory? Would you like to unleash to power of the Unix command line to automate and run your analysis on supercomputers that you can access for free? High-Performance Computing (HPC) allows you to accomplish your analysis faster by using many parallel CPUs and huge amounts of memory simultaneously. This course provides a hands on introduction to running software on HPC infrastructure using PBS Pro. #### You'll learn: - Connect to an HPC cluster - Use the Unix command line to operate a remote computer and create job scripts - Submit and manage jobs on a cluster using a scheduler - Transfer files to and from a remote computer - Use software through environment modules - Use parallelisation to speed up data analysis - Access the facilities available to you as a researcher - This is the PBS Pro version of the Getting Started with HPC course. #### Prerequisites: This course assumes basic familiarity with the Bash command line environment found on GNU/Linux and other Unix-like environments. To come up to speed, consider taking our [Unix Shell and Command Line Basics](https://intersect.org.au/training/course/unix101/) course. **For more information, please click [here](https://intersect.org.au/training/course/hpc201).** 2024-04-16 13:00:00 UTC 2024-04-17 16:00:00 UTC Intersect Australia Australia Australia UniSA training@intersect.org.au [] [] [] host_institution []
  • Unix Shell and Command Line Basics at UOA Online

    23 April 2024

    Unix Shell and Command Line Basics at UOA Online https://staging.dresa.org.au/events/unix-shell-and-command-line-basics-at-uoa-online-7b2afe46-9a2c-45cf-8003-6ceb480fa841 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).** 2024-04-23 09:30:00 UTC 2024-04-23 12:30:00 UTC Intersect Australia Australia Australia UOA training@intersect.org.au [] [] [] host_institution []
  • Learn to Program: Python at UNE Online

    24 - 25 April 2024

    Learn to Program: Python at UNE Online https://staging.dresa.org.au/events/learn-to-program-python-at-une-online 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. 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: - Introduction to the JupyterLab interface for programming - Basic syntax and data types in Python - How to load external data into Python - Creating functions (FUNCTIONS) - Repeating actions and analysing multiple data sets (LOOPS) - Making choices (IF STATEMENTS - CONDITIONALS) - Ways to visualise data in Python #### Prerequisites: No prior experience with programming is 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](https://intersect.org.au/training/webinars/). **For more information, please click [here](https://intersect.org.au/training/course/python101).** 2024-04-24 13:00:00 UTC 2024-04-25 16:00:00 UTC Intersect Australia Australia Australia UNE training@intersect.org.au [] [] [] host_institution []
  • Getting started with NVivo for Windows at UC Online

    2 May 2024

    Getting started with NVivo for Windows at UC Online https://staging.dresa.org.au/events/getting-started-with-nvivo-for-windows-at-uc-online-f11a9a62-78c0-44aa-b624-e9200d346761 Does your research see you working through unstructured and non-numerical data? With the ability to collect, store and analyse different data types all in the one location makes, it's easy to see why NVivo is becoming the tool of choice for many researchers. NVivo allows researchers to simply organise and manage data from a variety of sources including surveys, interviews, articles, video, email, social media and web content, PDFs and images. Coding your data allows you to discover trends and compares themes as they emerge across different sources and data types. Using NVivo memos and visualisations combined with the ability to integrate with popular bibliographic tools you can get your research ready for publication sooner. #### You'll learn: - Create and organise a qualitative research project in NVivo - Import a range of data sources using NVivo's integrated tools - Code and classify your data - Format your data to take advantage of NVivo’s auto-coding ability - Use NVivo to discover new themes and trends in research - Visualise relationships and trends in your data #### Prerequisites: In order to participate, attendees must have a licensed copy of NVivo installed on their computer. Speak to your local university IT or Research Office for assistance in obtaining a license and installing the software. This course is taught using NVivo 12 Pro for Windows and is not suitable for NVivo for Mac users. **For more information, please click [here](https://intersect.org.au/training/course/nvivo101).** 2024-05-02 13:30:00 UTC 2024-05-02 16:30:00 UTC Intersect Australia Australia Australia UC training@intersect.org.au [] [] [] host_institution []
  • Data Manipulation and Visualisation in Python at ACU

    30 April - 1 May 2024

    Data Manipulation and Visualisation in Python at ACU https://staging.dresa.org.au/events/data-manipulation-and-visualisation-in-python-at-acu 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](https://intersect.org.au/training/course/python101/) or [Learn to Program: Python](https://intersect.org.au/training/course/python101/) and [Python for Research](https://intersect.org.au/training/course/python110/) needed to attend this course. If you already have experience with programming, please check the topics covered in the [Learn to Program: Python](https://intersect.org.au/training/course/python101/) and [Python for Research](https://intersect.org.au/training/course/python110/) 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).** 2024-04-30 09:30:00 UTC 2024-05-01 12:30:00 UTC Intersect Australia Australia Australia ACU training@intersect.org.au [] [] [] host_institution []
  • Data Entry and Processing in SPSS at La Trobe Online

    2 - 3 April 2024

    Data Entry and Processing in SPSS at La Trobe Online https://staging.dresa.org.au/events/data-entry-and-processing-in-spss-at-la-trobe-online 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: In order to participate, attendees must have a licensed copy of SPSS installed on their computer. Speak to your local university IT or Research Office for assistance in obtaining a license and installing the software. **For more information, please click [here](https://intersect.org.au/training/course/spss101).** 2024-04-02 10:00:00 UTC 2024-04-03 13:00:00 UTC Intersect Australia Australia Australia LTU training@intersect.org.au [] [] [] host_institution []
  • Data Manipulation and Visualisation in R at La Trobe Online

    11 - 12 April 2024

    Data Manipulation and Visualisation in R at La Trobe Online https://staging.dresa.org.au/events/data-manipulation-and-visualisation-in-r-at-la-trobe-online 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](https://intersect.org.au/training/course/r101/) or [Learn to Program: R](https://intersect.org.au/training/course/r101/) and [R for Research](https://intersect.org.au/training/course/r110/) needed to attend this course. If you already have experience with programming, please check the topics covered in the [Learn to Program: R](https://intersect.org.au/training/course/r101/) and [R for Research](https://intersect.org.au/training/course/r110/) 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).** 2024-04-11 10:00:00 UTC 2024-04-12 13:00:00 UTC Intersect Australia Australia Australia LTU training@intersect.org.au [] [] [] host_institution []
  • Introduction to Machine Learning using Python: Classification at ACU

    10 - 11 April 2024

    Introduction to Machine Learning using Python: Classification at ACU https://staging.dresa.org.au/events/introduction-to-machine-learning-using-python-classification-at-acu 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](https://intersect.org.au/training/course/python101/), [Data Manipulation in Python](https://intersect.org.au/training/course/python201/) and [Introduction to ML using Python: Introduction & Linear Regression](https://intersect.org.au/training/course/python205/) or [Learn to Program: Python](https://intersect.org.au/training/course/python101/), [Data Manipulation and Visualisation in Python](https://intersect.org.au/training/course/python203/) and [Introduction to ML using Python: Introduction & Linear Regression](https://intersect.org.au/training/course/python205/) needed to attend this course. If you already have experience with programming, please check the topics covered in courses above 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. However, there is a few Math formula covered in this course and the references 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).** 2024-04-10 09:30:00 UTC 2024-04-11 12:30:00 UTC Intersect Australia Australia Australia ACU training@intersect.org.au [] [] [] host_institution []
  • Introduction to Machine Learning using Python: Classification at UNSW Online

    2 - 3 April 2024

    Introduction to Machine Learning using Python: Classification at UNSW Online https://staging.dresa.org.au/events/introduction-to-machine-learning-using-python-classification-at-unsw-online-df10ea99-7974-42ca-8b7b-6cd378edf4f1 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](https://intersect.org.au/training/course/python101/), [Data Manipulation in Python](https://intersect.org.au/training/course/python201/) and [Introduction to ML using Python: Introduction & Linear Regression](https://intersect.org.au/training/course/python205/) or [Learn to Program: Python](https://intersect.org.au/training/course/python101/), [Data Manipulation and Visualisation in Python](https://intersect.org.au/training/course/python203/) and [Introduction to ML using Python: Introduction & Linear Regression](https://intersect.org.au/training/course/python205/) needed to attend this course. If you already have experience with programming, please check the topics covered in courses above 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. However, there is a few Math formula covered in this course and the references 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).** 2024-04-02 09:30:00 UTC 2024-04-03 12:30:00 UTC Intersect Australia Australia Australia UNSW training@intersect.org.au [] [] [] host_institution []
  • Introduction to Machine Learning using Python: SVM & Unsupervised Learning at UNSW Online

    16 April 2024

    Introduction to Machine Learning using Python: SVM & Unsupervised Learning at UNSW Online https://staging.dresa.org.au/events/introduction-to-machine-learning-using-python-svm-unsupervised-learning-at-unsw-online-60571189-ab2a-4746-9f37-7fa852cb8cfb 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](https://intersect.org.au/training/course/python101/), [Data Manipulation in Python](https://intersect.org.au/training/course/python201/) and [Introduction to ML using Python: Introduction & Linear Regression](https://intersect.org.au/training/course/python205/) or [Learn to Program: Python](https://intersect.org.au/training/course/python101/), [Data Manipulation and Visualisation in Python](https://intersect.org.au/training/course/python203/) and [Introduction to ML using Python: Introduction & Linear Regression](https://intersect.org.au/training/course/python205/) needed to attend this course. If you already have experience with programming, please check the topics covered in courses above 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. However, there is a few Math formula covered in this course and the references 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).** 2024-04-16 09:30:00 UTC 2024-04-16 12:30:00 UTC Intersect Australia Australia Australia UNSW training@intersect.org.au [] [] [] host_institution []
  • Getting started with NVivo for Windows at NCI Online

    21 May 2024

    Getting started with NVivo for Windows at NCI Online https://staging.dresa.org.au/events/getting-started-with-nvivo-for-windows-at-nci-online Does your research see you working through unstructured and non-numerical data? With the ability to collect, store and analyse different data types all in the one location makes, it's easy to see why NVivo is becoming the tool of choice for many researchers. NVivo allows researchers to simply organise and manage data from a variety of sources including surveys, interviews, articles, video, email, social media and web content, PDFs and images. Coding your data allows you to discover trends and compares themes as they emerge across different sources and data types. Using NVivo memos and visualisations combined with the ability to integrate with popular bibliographic tools you can get your research ready for publication sooner. #### You'll learn: - Create and organise a qualitative research project in NVivo - Import a range of data sources using NVivo's integrated tools - Code and classify your data - Format your data to take advantage of NVivo’s auto-coding ability - Use NVivo to discover new themes and trends in research - Visualise relationships and trends in your data #### Prerequisites: In order to participate, attendees must have a licensed copy of NVivo installed on their computer. Speak to your local university IT or Research Office for assistance in obtaining a license and installing the software. This course is taught using NVivo 12 Pro for Windows and is not suitable for NVivo for Mac users. **For more information, please click [here](https://intersect.org.au/training/course/nvivo101).** 2024-05-21 13:30:00 UTC 2024-05-21 16:30:00 UTC Intersect Australia Australia Australia NCI training@intersect.org.au [] [] [] host_institution []
  • Introduction to Machine Learning using R: SVM & Unsupervised Learning at UNSW Online

    4 June 2024

    Introduction to Machine Learning using R: SVM & Unsupervised Learning at UNSW Online https://staging.dresa.org.au/events/introduction-to-machine-learning-using-r-svm-unsupervised-learning-at-unsw-online 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](https://intersect.org.au/training/course/r101/) and [Data Manipulation in R](https://intersect.org.au/training/course/r201/) or [Learn to Program: R](https://intersect.org.au/training/course/r101/) and [Data Manipulation and Visualisation in R](https://intersect.org.au/training/course/r203/)needed to attend this course. If you already have experience with programming, please check the topics covered in the courses above and [Introduction to ML using R: Introduction & Linear Regression](https://intersect.org.au/training/course/r205/) 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).** 2024-06-04 09:30:00 UTC 2024-06-04 12:30:00 UTC Intersect Australia Australia Australia UNSW training@intersect.org.au [] [] [] host_institution []
  • Surveying with Qualtrics at UC Online

    16 May 2024

    Surveying with Qualtrics at UC Online https://staging.dresa.org.au/events/surveying-with-qualtrics-at-uc-online-35a6ed70-74da-4b19-babe-a9f5636e0a88 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. Speak to your local university IT or Research Office for assistance in accessing the Qualtrics instance. **For more information, please click [here](https://intersect.org.au/training/course/qltrics101).** 2024-05-16 09:30:00 UTC 2024-05-16 12:30:00 UTC Intersect Australia Australia Australia UC training@intersect.org.au [] [] [] host_institution []
  • Introduction to Machine Learning using R: Introduction & Linear Regression at UNSW Online

    21 - 22 May 2024

    Introduction to Machine Learning using R: Introduction & Linear Regression at UNSW Online https://staging.dresa.org.au/events/introduction-to-machine-learning-using-r-introduction-linear-regression-at-unsw-online 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](https://intersect.org.au/training/course/r101/) and [Data Manipulation in R](https://intersect.org.au/training/course/r201/) or [Learn to Program: R](https://intersect.org.au/training/course/r101/) and [Data Manipulation and Visualisation in R](https://intersect.org.au/training/course/r203/)needed to attend this course. If you already have experience with programming, please check the topics covered in courses above 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).** 2024-05-21 09:30:00 UTC 2024-05-22 12:30:00 UTC Intersect Australia Australia Australia UNSW training@intersect.org.au [] [] [] host_institution []
  • Introduction to Machine Learning using R: Classification at UNSW Online

    28 - 29 May 2024

    Introduction to Machine Learning using R: Classification at UNSW Online https://staging.dresa.org.au/events/introduction-to-machine-learning-using-r-classification-at-unsw-online 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](https://intersect.org.au/training/course/r101/) and [Data Manipulation in R](https://intersect.org.au/training/course/r201/) or [Learn to Program: R](https://intersect.org.au/training/course/r101/) and [Data Manipulation and Visualisation in R](https://intersect.org.au/training/course/r203/)needed to attend this course. If you already have experience with programming, please check the topics covered in courses above and [Introduction to ML using R: Introduction & Linear Regression](https://intersect.org.au/training/course/r205/) 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).** 2024-05-28 09:30:00 UTC 2024-05-29 12:30:00 UTC Intersect Australia Australia Australia UNSW training@intersect.org.au [] [] [] host_institution []
  • Data Capture and Surveys with REDCap at UC Online

    22 May 2024

    Data Capture and Surveys with REDCap at UC Online https://staging.dresa.org.au/events/data-capture-and-surveys-with-redcap-at-uc-online-9f75f8b0-de99-4deb-8315-82532bc12353 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 - Learn how to use branching logic, piping, and calculations - Enter data via forms and distribute surveys - Create, view and export data reports - Add collaborators and set their privileges #### Prerequisites: The course has no prerequisites. **For more information, please click [here](https://intersect.org.au/training/course/redcap101).** 2024-05-22 09:30:00 UTC 2024-05-22 12:30:00 UTC Intersect Australia Australia Australia UC training@intersect.org.au [] [] [] host_institution []
  • Data Capture and Surveys with REDCap at UOA Online

    11 April 2024

    Data Capture and Surveys with REDCap at UOA Online https://staging.dresa.org.au/events/data-capture-and-surveys-with-redcap-at-uoa-online-048e1c5f-78b4-472c-90f0-c75c1df1839b 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 - Learn how to use branching logic, piping, and calculations - Enter data via forms and distribute surveys - Create, view and export data reports - Add collaborators and set their privileges #### Prerequisites: The course has no prerequisites. **For more information, please click [here](https://intersect.org.au/training/course/redcap101).** 2024-04-11 09:30:00 UTC 2024-04-11 12:30:00 UTC Intersect Australia Australia Australia UOA training@intersect.org.au [] [] [] host_institution []
  • Data Capture and Surveys with REDCap at UOA Online

    2 April 2024

    Data Capture and Surveys with REDCap at UOA Online https://staging.dresa.org.au/events/data-capture-and-surveys-with-redcap-at-uoa-online-ffbfa811-3481-4996-bca4-5f2d68d299f4 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 - Learn how to use branching logic, piping, and calculations - Enter data via forms and distribute surveys - Create, view and export data reports - Add collaborators and set their privileges #### Prerequisites: The course has no prerequisites. **For more information, please click [here](https://intersect.org.au/training/course/redcap101).** 2024-04-02 09:30:00 UTC 2024-04-02 12:30:00 UTC Intersect Australia Australia Australia UOA training@intersect.org.au [] [] [] host_institution []
  • Longitudinal Trials with REDCap at UC Online

    5 June 2024

    Longitudinal Trials with REDCap at UC Online https://staging.dresa.org.au/events/longitudinal-trials-with-redcap-at-uc-online-874847d3-440c-4122-9ada-d42801d89d76 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 [Data Capture and Surveys with REDCap](https://intersect.org.au/training/course/redcap101/) workshop. **For more information, please click [here](https://intersect.org.au/training/course/redcap201).** 2024-06-05 09:30:00 UTC 2024-06-05 12:30:00 UTC Intersect Australia Australia Australia UC training@intersect.org.au [] [] [] host_institution []
  • Data Entry and Processing in SPSS at Deakin Online

    30 April - 1 May 2024

    Data Entry and Processing in SPSS at Deakin Online https://staging.dresa.org.au/events/data-entry-and-processing-in-spss-at-deakin-online-5b495921-5bbb-4b0d-8a30-b0ed2395a6cb 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: In order to participate, attendees must have a licensed copy of SPSS installed on their computer. Speak to your local university IT or Research Office for assistance in obtaining a license and installing the software. **For more information, please click [here](https://intersect.org.au/training/course/spss101).** 2024-04-30 09:30:00 UTC 2024-05-01 12:30:00 UTC Intersect Australia Australia Australia Deakin training@intersect.org.au [] [] [] host_institution []
  • Learn to Program: R at UNSW Online

    7 - 8 May 2024

    Learn to Program: R at UNSW Online https://staging.dresa.org.au/events/learn-to-program-r-at-unsw-online-3c7cdb89-e6cd-4fa6-92a3-77511da39280 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](https://intersect.org.au/training/webinars/). **For more information, please click [here](https://intersect.org.au/training/course/r101).** 2024-05-07 09:30:00 UTC 2024-05-08 12:30:00 UTC Intersect Australia Australia Australia UNSW training@intersect.org.au [] [] [] host_institution []
  • Data Manipulation and Visualisation in R at Western Sydney: Online

    11 - 12 April 2024

    Data Manipulation and Visualisation in R at Western Sydney: Online https://staging.dresa.org.au/events/data-manipulation-and-visualisation-in-r-at-western-sydney-online-1c94921c-1614-42d0-a09c-bf9f94bd72de 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](https://intersect.org.au/training/course/r101/) or [Learn to Program: R](https://intersect.org.au/training/course/r101/) and [R for Research](https://intersect.org.au/training/course/r110/) needed to attend this course. If you already have experience with programming, please check the topics covered in the [Learn to Program: R](https://intersect.org.au/training/course/r101/) and [R for Research](https://intersect.org.au/training/course/r110/) 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).** 2024-04-11 09:30:00 UTC 2024-04-12 12:30:00 UTC Intersect Australia Australia Australia WSU training@intersect.org.au [] [] [] host_institution []
  • Getting started with HPC using PBS Pro at UniSA Online

    17 - 18 April 2024

    Getting started with HPC using PBS Pro at UniSA Online https://staging.dresa.org.au/events/getting-started-with-hpc-using-pbs-pro-at-unisa-online-c401fc89-b2c6-44c8-ae73-c0cb0d461d7b Is your computer's limited power throttling your research ambitions? Are your analysis scripts pushing your laptop's processor to its limits? Is your software crashing because you’ve run out of memory? Would you like to unleash to power of the Unix command line to automate and run your analysis on supercomputers that you can access for free? High-Performance Computing (HPC) allows you to accomplish your analysis faster by using many parallel CPUs and huge amounts of memory simultaneously. This course provides a hands on introduction to running software on HPC infrastructure using PBS Pro. #### You'll learn: - Connect to an HPC cluster - Use the Unix command line to operate a remote computer and create job scripts - Submit and manage jobs on a cluster using a scheduler - Transfer files to and from a remote computer - Use software through environment modules - Use parallelisation to speed up data analysis - Access the facilities available to you as a researcher - This is the PBS Pro version of the Getting Started with HPC course. #### Prerequisites: This course assumes basic familiarity with the Bash command line environment found on GNU/Linux and other Unix-like environments. To come up to speed, consider taking our [Unix Shell and Command Line Basics](https://intersect.org.au/training/course/unix101/) course. **For more information, please click [here](https://intersect.org.au/training/course/hpc201).** 2024-04-17 13:00:00 UTC 2024-04-18 16:00:00 UTC Intersect Australia Australia Australia UniSA training@intersect.org.au [] [] [] host_institution []
  • Data Manipulation and Visualisation in Python at UniSA Online

    9 - 10 April 2024

    Data Manipulation and Visualisation in Python at UniSA Online https://staging.dresa.org.au/events/data-manipulation-and-visualisation-in-python-at-unisa-online-faad426f-9172-443f-b3da-ed68ad7c75ea 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](https://intersect.org.au/training/course/python101/) or [Learn to Program: Python](https://intersect.org.au/training/course/python101/) and [Python for Research](https://intersect.org.au/training/course/python110/) needed to attend this course. If you already have experience with programming, please check the topics covered in the [Learn to Program: Python](https://intersect.org.au/training/course/python101/) and [Python for Research](https://intersect.org.au/training/course/python110/) 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).** 2024-04-09 09:30:00 UTC 2024-04-10 12:30:00 UTC Intersect Australia Australia Australia UniSA training@intersect.org.au [] [] [] host_institution []
  • Getting started with HPC using Slurm at UOA Online

    30 April - 1 May 2024

    Getting started with HPC using Slurm at UOA Online https://staging.dresa.org.au/events/getting-started-with-hpc-using-slurm-at-uoa-online-7d79ef9f-a926-47aa-bdec-040c79f8a982 Is your computer's limited power throttling your research ambitions? Are your analysis scripts pushing your laptop's processor to its limits? Is your software crashing because you’ve run out of memory? Would you like to unleash to power of the Unix command line to automate and run your analysis on supercomputers that you can access for free? High-Performance Computing (HPC) allows you to accomplish your analysis faster by using many parallel CPUs and huge amounts of memory simultaneously. This course provides a hands on introduction to running software on HPC infrastructure using Slurm. #### You'll learn: - Connect to an HPC cluster - Use the Unix command line to operate a remote computer and create job scripts - Submit and manage jobs on a cluster using a scheduler - Transfer files to and from a remote computer - Use software through environment modules - Use parallelisation to speed up data analysis - Access the facilities available to you as a researcher - This is the Slurm version of the Getting Started with HPC course. #### Prerequisites: This course assumes basic familiarity with the Bash command line environment found on GNU/Linux and other Unix-like environments. To come up to speed, consider taking our [Unix Shell and Command Line Basics](https://intersect.org.au/training/course/unix101/) course. **For more information, please click [here](https://intersect.org.au/training/course/hpc202).** 2024-04-30 09:30:00 UTC 2024-05-01 12:30:00 UTC Intersect Australia Australia Australia UOA training@intersect.org.au [] [] [] host_institution []