|
UC info |
|
|
Sumários SIGARRA |
|
|
NOTAS DO TESTE #1 / GRADES OF TEST #1 |
|
|
NOTAS DO TESTE #2 / GRADES OF TEST #2 |
|
|
NOTAS DO EXAME - ÉPOCA NORMAL PART #1 / GRADES OF EXAM PART #1 |
|
|
NOTAS DO EXAME - ÉPOCA NORMAL PART #2 / GRADES OF EXAM PART #2 |
|
|
Grading overview |
|
|
Grading of assignments |
|
|
Questions of Test #2 (enunciado) |
|
|
Questions of Test #1 (enunciado) |
|
|
Handling Google Cloud Platform credentials when using services |
|
|
BOOKS |
Cloud Computing, Theory and Practice |
|
|
Cloud Computing for Science and Engineering |
|
|
Distributed and Cloud Computing: From Parallel Processing to the Internet of Things |
|
|
The elements of statistical learning github notebooks |
|
|
THEORETICAL CLASSES |
14/2: Introduction |
|
|
21/2: Parallelism: intro and shared memory model |
|
|
28/2: Parallelism: message passing, loop restructuring and python multiprocessing pool |
|
|
06/3: Parallel and distributed platforms |
|
|
Virtualization |
|
|
MapReduce |
|
|
MapReduce tutorial |
|
|
MapReduce scheduling algorithms in Hadoop: a systematic study |
Most recent survey about the many types of scheduling algorithms studied in the context of MapReduce computations. (Exclusion criteria are not very good, but this is less important than the contents)
|
|
Apache Spark |
|
|
Apache beam revisited |
|
|
Dask & cia |
|
|
Example of Modin+Dask code speedup |
|
|
Graph Neural Networks |
|
|
An alternative to GNNs |
|
|
Programming for GPUs |
|
|
Opportunities for parallelization |
|
|
Feb 15th: Practical Class #1 |
Apache Beam practice |
|
|
Feb 22nd: Practical Class #2 |
Python multiprocessing |
|
|
Discussion about the Pool family of functions |
|
|
Feb 29th: Practical Class #3 |
Google Cloud Coupon Setup |
After redeeming your coupon and checking for your credits (look for "credits" in the menu on the left), start exploring the platform. Install the Google Cloud toolkit. Try the platform.
|
|
First steps with GCP |
|
|
Mar 7th: Practical Class #4 |
Handling VM instances, buckets and using gsutil and gcloud |
|
|
Back to streaming: google cloud pubsub and Apache Beam |
|
|
Mar 21st: Practical Class #6 |
Dask |
|
|
April 11th: Practical class #8 |
Learning and working with Bigquery |
|
|
Tutorial on bigquery by Prof. Eduardo Marques |
Tutorial on biqgquery by Prof. Eduardo Marques.
|
|
April 18th: Practical class #9 |
Modin |
|
|
Joblib |
|
|
May 2nd: Practical class #10 |
Introduction to GNN with pytorch geometric |
This
notebook is part of the colab materials that use pytorch-geometric to
teach how to handle data represented as graphs. The main website with
all tutorials can be found here. Choose a simple graph from this site, and try to implement your own graph learning task.
|
|
May 16th: Practical class #11 |
Programming GPUs |
|
|
May 23rd: Practical class #12 |
RAPIDS AI cuDF |
Accelerating dataframe operations using cuDF.
|