Events

Refresh calendars Add to google calendar
April,2024
30 Apr 11:00 am 12:00 pm

DAT112: Lecture 3

Introduction to neural network programming, lecture 3
DAT112 - Apr 2024
May,2024
2 May 11:00 am 12:00 pm

DAT112: Lecture 4

Introduction to neural network programming, lecture 4
DAT112 - Apr 2024
7 May 11:00 am 12:00 pm

DAT112: Lecture 5

Introduction to neural network programming, lecture 5
DAT112 - Apr 2024
8 May 1:00 pm 2:30 pm

Intro to Niagara

In about 90 minutes, learn how to use the SciNet systems Niagara and Mist, from securely logging in to running computations on the supercomputer. Experienced users may still pick up some valuable pointers.Format: Virtual Virtual
HPC105 - May 2024Show in Google map
9 May 11:00 am 12:00 pm

DAT112: Lecture 6

Introduction to neural network programming, lecture 6
DAT112 - Apr 2024
13 May 1:00 pm 4:00 pm

Relational Databases

Principles and uses of relational databases with practical examples using python and sqlite on the Niagara supercomputer.Prerequisites: Some Linux command line experience.  Python experience is strongly advised. Format: Virtual Virtual
SCMP231 - May 2024Show in Google map
14 May 11:00 am 12:00 pm

DAT112: Lecture 7

Introduction to neural network programming, lecture 7
DAT112 - Apr 2024
16 May 11:00 am 12:00 pm

DAT112: Lecture 8

Introduction to neural network programming, lecture 8
DAT112 - Apr 2024
21 May 11:00 am 12:00 pm

DAT112: Lecture 9

Introduction to neural network programming, lecture 9
DAT112 - Apr 2024
23 May 11:00 am 12:00 pm

DAT112: Lecture 10

Introduction to neural network programming, lecture 10
DAT112 - Apr 2024
June,2024
7 Jun 9:00 am 12:00 pm

Bash idioms, awk, etc.

This workshop explores various concise and useful constructs for working with bash shell. The goal is to improve your shell skills. Attending this class requires some basic GNU/Linux command line experience.Format: Virtual Virtual
COSS2024Show in Google map
7 Jun 9:00 am 10:20 am

CO Summer School S2: Academic Libraries and Machine Learning: Transforming the Library

The application of machine learning (ML) to academic libraries promises to be transformational. A Task Force of the Ontario Council of University Libraries (OCUL) has been exploring this technology and identifying specific ML use cases. OCUL is an association of the 21 university libraries in Ontario who collaborate on many shared services and resources. This session will review the work of the Task Force with a focus on use cases, and the requirements and processes to implement pilot programs and production services. Particular attention will be placed on the technology infrastructure (compute, software) and the expertise requirements (technology, domain). Use cases to be discussed include audio to text transcription, metadata creation, virtual reference (chat), and discovery using natural language processing (NLP), semantic search, and summarization. The discovery use case will be applied to some of the extensive data collections maintained by Scholar Portal, the shared resource managed by OCUL, including over 65 million articles from over 27,000 full text scholarly journals and a collection of over 800K digital books and government documents. Participants will be encouraged to engage with key questions about the adoption and use of machine learning in libraries and to provide feedback on the ongoing evolution of this technology as it benefits library applications. Level: Introductory Length: 1.5 Hours Format: Lecture Prerequisites: None (part of the 2024 Compute Ontario Summer School) Virtual
COSS2024Show in Google map
7 Jun 1:30 pm 2:50 pm

CO Summer School S2: Working with Jupyter on the clusters

Jupyter Notebook is commonly used for interactive computing in Python. This session provides the options and features for working with Jupyter on the Digital Research Alliance of Canada's remote computing clusters and demonstrates several use case examples on the clusters. Level: Introductory Length: 1.5 Hours Format: Lecture + Demonstration Prerequisites: Basic Python and Linux command line experience. (part of the 2024 Compute Ontario Summer School) Virtual
COSS2024Show in Google map
7 Jun 1:30 pm 4:30 pm

CO Summer School S1: Introduction to C (afternoon session)

This course will provide hands-on experience on fundamental concepts of programming using C. This will include Conditional statement, Loops(while and for), Arrays, Pointers, Functions and Dynamic memory allocation. An introduction will be provided regarding fundamental data structures such as linked list, stacks, queues and binary trees. Level: Introductory Length: Two 3-Hour Sessions Format: Lecture + Hands-on Prerequisites: None (part of the 2024 Compute Ontario Summer School) Virtual
COSS2024Show in Google map
7 Jun 3:00 pm 4:20 pm

CO Summer School S2: Using Odesi for Survey and Public Opinion Research

Odesi (odesi.ca) is a Canadian social science data repository and online data exploration and analysis tool. Odesi’s collections include over 5,700 historical and contemporary surveys and public opinion polls from a variety of data providers such as Statistics Canada and the Canadian Opinion Research Archive (CORA). This workshop will demonstrate how to effectively search for and access data within Odesi on a variety of social, economic, and political topics. Attendees will learn how to navigate the interface, using search features and available collections, explore survey questions (variables), perform basic tabulations and analysis using connected tools, and download datasets into statistical software (e.g. R, SPSS) for further analysis. Level: Introductory Length: 1.5 Hours Format: Lecture Prerequisites: None (part of the 2024 Compute Ontario Summer School) Virtual
COSS2024Show in Google map
10 Jun 9:00 am 12:00 pm

CO Summer School S2: Introduction to Scalable and Accelerated Data Analytics (session 1/2)

Some popular Python libraries for data analytics, like Numpy, Pandas, Scikit-Learn, etc., usually work well if the dataset fits into the RAM on a single machine. When dealing with large datasets, it could be a challenge to work around memory constraints. This course introduces scalable and accelerated data analytics with Dask and RAPIDS. Dask provides a framework and libraries that can handle large datasets on a single multi-core machine or across multiple machines on a cluster. RAPIDS, on the other hand, can accelerate your data analytics by offloading analytics workloads to GPUs with less effort in code changes. Level: Introductory Length: Two 3-Hour Sessions (2 Days) Format: Lecture + Hands-on Prerequisites: Alliance Account Basic Python and Linux command line experience. (part of the 2024 Compute Ontario Summer School) Virtual
COSS2024Show in Google map
10 Jun 9:00 am 12:00 pm

CO Summer School S1: Text Mining

This workshop introduces the topic of text mining and its applications. It covers different encoding mechanisms to convert text into numbers that algorithms can handle. It gives an overview of different text mining tasks, including de-identification, sentiment analysis and document clustering, and how they work with examples and live demos. There will also be references to state-of-the-art tools and libraries to conduct various text mining tasks. Level: Introductory Length: 3 Hours Format: Lecture + Hands-on Prerequisites: Basic Python (part of the 2024 Compute Ontario Summer School) Virtual
COSS2024Show in Google map
10 Jun 1:30 pm 4:30 pm

CO Summer School S1: Leveraging HPC for Computational Fluid Dynamics (session 1/3)

This course is intended to help learners with a basic understanding of fluid dynamics and CFD bridge the knowledge gap towards the effective utilization of CFD on modern HPC architectures. This course will take an end-user approach to CFD tools on HPC systems (no coding) and, despite some prerequisites, will be given at an introductory/intermediate level (we will not cover advanced topics such as GPU or dynamic load-balancing). At the end of the course, the learner will be able to: Develop a systematic approach to estimate the HPC cost of a CFD problem. Explain the impact of modelling assumptions on HPC cost. Optimize the parameters and simulations for effective HPC usage. The course will use an entirely open source suite of CFD toolsets to mesh (Gmsh), simulate (OpenFoam/SU2), and visualize (Visit/Paraview). It should be noted that this is not a CFD course; therefore, undergraduate-level knowledge of CFD and numerical methods is expected, as well as a basic understanding of the Compute Ontario HPC system. The focus is on the effective use of CFD tools in modern HPC systems. Level: Intermediate, Length: Three 1-Hour Sessions (3 Days), Format: Lecture + Hands-on, Prerequisites: Undergraduate-level knowledge of fluid dynamics (ideally with some knowledge of turbulence), CFD, and numerical methods. (part of the 2024 Compute Ontario Summer School) Virtual
COSS2024Show in Google map
21 Jun 1:30 pm 4:30 pm

CO Summer School S2: Reproducible Research - Practices and Tools

Have you ever tried to run someone else’s code and it just didn’t work? Have you ever been lost interpreting your colleague’s data? This hands-on session will provide researchers with tools and techniques to make their research process more transparent and reusable in tal universe, silently and efficiently managing the vast oceans of data that flow through our daily lives. From the social media sites we share with our friends to the online transactions that make our lives easier, databases are the unsung heroes, diligently organizing, storing, and retrieving information with remarkable precision. Whether you're a technical professional or just beginning to explore data management, the journey into the realm of databases is both enlightening and rewarding, offering endless opportunities for discovery and innovation. Together, we will explore the secrets that make our connected world tick. Level: Introductory Length: Four 3-Hour Sessions (2 Days) Format: Lecture+Hands-on Prerequisites: Basic programming knowledge Installation of MySQL on one's personal computer (part of the 2024 Compute Ontario Summer School) Virtual
COSS2024Show in Google map
July,2024
8 Jul 12:00 pm 3:00 pm

Intro to Quantum Computing, Lecture 1

This course will provide an introduction to the theory, formalisms and algorithms of quantum computing.  The programming language will be Python; experience with Python will be assumed.  Experience with quantum mechanics is not necessary; an introductory-level understanding of linear algebra will be assumed.This will be an in-person course, July 8 - 12, 12:00 - 3:00pm.This course has been cancelled due to lack of attendance. SciNet Teaching Room
SCMP151 - Jul 2024Show in Google map