Tags:
tag this topic
create new tag
view all tags
<br> <tr><td align="left" bgcolor="#F3ECFA"><font color="#3F467A" size=+1><b>Lectures 2017-2018</b></font><br> <br> <font color="#3F467A"> *Lecture 1, February 28th, 2018* Introduction to the course [[http://twiki.di.uniroma1.it/pub/CI/WebHome/2018-_Lecture1-IntensiveComputationIntro.pdf][Lecture 1 - Introduction]]<br> *Lecture 2, March 2nd, 2018* Introduction to Matlab - Part 1 - [[http://twiki.di.uniroma1.it/pub/CI/WebHome/2018-Lecture2-3-Matlab.pdf][Lecture 2 and 3 - Matlab]] - *Laboratory March 2nd, 2018* [[http://twiki.di.uniroma1.it/pub/CI/WebHome/2018-Exercises1-CI.pdf][Laboratory: Introductory exercises - Part 1]]<br> *Lecture 3, March 7th, 2018* Introduction to Matlab - Part 2 - [[http://twiki.di.uniroma1.it/pub/CI/WebHome/2018-Lecture2-3-Matlab.pdf][Lecture 2 and 3 - Matlab]] - *Laboratory March 7th, 2018* [[http://twiki.di.uniroma1.it/pub/CI/WebHome/2018-Exercises1bis.pdf][Laboratory: Introductory exercises - Part 2]]<br> *Lecture 4, March 9th, 2018* Compact storage methods for sparse matrix: Coordinate, Compact Sparse Row CSR, Compact Sparse Column CSC and Modified Sparse Row MSR, Block Sparse Row, Skyline, Diagonal, Ellpack-Itpack. [[http://twiki.di.uniroma1.it/pub/CI/WebHome/2018-Lecture4-SparseMatrices.pdf][Lecture 4 - Sparse Matrices]]<br> * [[http://twiki.di.uniroma1.it/pub/CI/WebHome/Appendix-SolvingNumericalPDEs-FormaggiaSaleriVeneziani-2012.pdf][Appendix]] of book Solving Numerical PDEs: Problems, Applications, Exercises - Formaggia, Saleri, Veneziani - 2012 - *read pp. 395-409* *Lecture 5, March 14th, 2018* Lecture by Prof. Novella Bartolini. Introduction to boolean tomography of networks. Project proposals. [[http://twiki.di.uniroma1.it/pub/CI/WebHome/2018-Lecture5-Bartolini-BooleanTomography.pdf][Lecture 5 - Boolean Tomography & Project proposals - Prof. Bartolini]]<br> *Lecture 6, March 16th, 2018* Discussion on exercises of Homework 1 and laboratory [[http://twiki.di.uniroma1.it/pub/CI/WebHome//2018-Homework1-SparseMatrices.pdf][Homework 1 - Sparse Matrices]] - [[http://twiki.di.uniroma1.it/pub/CI/WebHome/2018-Homework1-BooleanTomography.pdf][2018 - Homework 1 - Boolean Tomography]]<br> *Lecture 7, March 21st, 2018* Lecture by Dr. Viviana Arrigoni. Linear systems. Gaussian elimination for solving systems of linear equations. Pivoting. Methods to avoid pivoting. [[http://twiki.di.uniroma1.it/pub/CI/WebHome/2018-Lecture7-Arrigoni-LinSys1.pdf][Lecture 7 - Linear Systems Part 1]]<br> *Lecture 8, March 23rd, 2018* Lecture by Dr. Viviana Arrigoni. Linear systems. Cholesky factorization. Jacobi iterative method. Gauss-Seidel iterative method. [[http://twiki.di.uniroma1.it/pub/CI/WebHome//2018-Lecture8-Arrigoni-LinSys2.pdf][Lecture 8 - Linear Systems Part 2]]<br> *Lecture 9, March 28th, 2018* Discussion on exercises of Homework 2 and laboratory [[http://twiki.di.uniroma1.it/pub/CI/WebHome//2018-Homework2-DirectIterativeMethods.pdf][2018 - Homework 2- Linear Systems: Direct and Iterative Methods]]<br> *Lecture 10, April 4th, 2018* Eigenvalues and eigenvectors. The Power method. The Deflation methods. Applications: Gould Index - Eigenvector Centrality in a Graph; the Fiedler Eigenvector and the Graph Partitioning; the Steady State of a Markov Chain by using Eigenvalues and Eigenvectors. [[http://twiki.di.uniroma1.it/pub/CI/WebHome//2018-Lecture10-Eigenvalues.pdf][Lecture 10 - Eigenvalues, Eigenvectors and Applications]] <br> *Lecture 11, April 6th, 2018* Errors: Computational errors, Data errors, Truncation errors, Rounding errors. Forward error and backward error. Sensitivity and condition number. Stability and accuracy. Errors in floating point arithmetic. [[http://twiki.di.uniroma1.it/pub/CI/WebHome//2018-Lecture11-Errors.pdf][Lecture 11 - Errors]]<br> *Lecture 12, April 11th, 2018* Laboratory [[http://twiki.di.uniroma1.it/pub/CI/WebHome//2018-Homework3-EigenvaluesEigenvectors.pdf][Homework3 - Eigenvalues and Eigenvectors]]<br> *Lecture 13, April 13th, 2018* Exercises.<br> __April 18th, 2018__ _Midterm test<br> __Lecture April 20th, 2018__ _Lecture cancelled (due to illness) <br> *Lecture 14, April 27th, 2018* Molecular Dynamics: Introduction, Hooke's Law Model, Lennard-Jones Model, Motion Equations. [[http://twiki.di.uniroma1.it/pub/CI/WebHome/FosdickMolecDynamic.pdf][Molecular Dynamics - L. Fosdick]].<br> *Lecture 15, May 2nd, 2018* Molecular Dynamics: Euler's method and Verlet's method for Hooke's Law Model and Lennard-Jones Model. Hard Sphere Model. [[http://twiki.di.uniroma1.it/pub/CI/WebHome/FosdickMolecDynamic.pdf][Molecular Dynamics - L. Fosdick]].<br> *Lecture 16, May 4th, 2018* Molecular Dynamics: Hard Sphere Model. Exact solution for Hooke's Law Model. [[http://twiki.di.uniroma1.it/pub/CI/WebHome/FosdickMolecDynamic.pdf][Molecular Dynamics - L. Fosdick]].<br> *Lecture 17, May 9th, 2018* Laboratory [[http://twiki.di.uniroma1.it/pub/CI/WebHome//2018-Homework4-MolecularDynamics.pdf][Homework 4 - Exercises on Molecular Dynamics]]<br> *Lecture 18, May 11th, 2018* Classifications of (parallel) architectures. [[http://twiki.di.uniroma1.it/pub/CI/WebHome//2018-Lecture18-ArchitectureClassification.pdf][2018-Lecture18-ArchitectureClassification.pdf]] SIMD class: vector architecture. [[http://twiki.di.uniroma1.it/pub/CI/WebHome//2018-Lecture18-VectorArchitectures.pdf][2018-Lecture18-VectorArchitectures.pdf]] <br> *Lecture 19, May 16th, 2018* Graphics Processing Units. [[http://twiki.di.uniroma1.it/pub/CI/WebHome//2018-Lecture19-GPU.pdf][Lecture 19 - GPUs]] (Hennessy, Patterson - Chapter 4, Sect. 4.2; Kirk, Hwu - Chapter 3, 4, 5; Barlas - Chapter 6) <br> *Lecture 20, May 18th, 2018* Interconnection networks. [[http://twiki.di.uniroma1.it/pub/CI/WebHome//2018-Lecture20-IntNetworks.pdf][Lecture 20 - Interconnection Networks]] <br> *Lecture 21, May 23th, 2018* Exercises on GPU and Interconnection networks<br> *Lecture 22, May 25th, 2018* Performance evaluation of computer architectures. Amdhal law. Performance equation. [[http://twiki.di.uniroma1.it/pub/CI/WebHome//2018-lesson22-Performance-Amdhal.pdf][Lecture 22 - Performance]]<br> Circuits for arithmetic operations. Pipeline of arithmetic operations. Circuit evaluation: delay and area. [[http://twiki.di.uniroma1.it/pub/CI/WebHome//2018-lesson22a-Computer-arithmetic.pdf][Lecture 22 - Computer arithmetic]]<br> *Lecture 23, May 30th, 2018* Redundant number representations for carry-free addition. Modified Signed Digit (MSB) and Redundant Binary. [[http://twiki.di.uniroma1.it/pub/CI/WebHome//2018-lesson23-Redundant-representations.pdf][Lecture 23 - Redundant representations]] Residue number system. [[http://twiki.di.uniroma1.it/pub/CI/WebHome//2018-lesson23a-Residue-representations.pdf][Lecture 23 - Residue representations]] <br> *Lecture 24, June 1st, 2018* Exercises on Performance equation, Amdhal law, Redundant representations, Residue number systems. See past tests at link [[http://twiki.di.uniroma1.it/twiki/view/AAP/WebHome][Advanced Parallel Architectures]] -- %USERSIG{AnnalisaMassini - 2019-02-25}% <!-- ---++ Comments %COMMENT% -->
E
dit
|
A
ttach
|
Watch
|
P
rint version
|
H
istory
: r3
<
r2
<
r1
|
B
acklinks
|
V
iew topic
|
Ra
w
edit
|
M
ore topic actions
Topic revision: r3 - 2020-02-26
-
AnnalisaMassini
Log In
or
Register
CI Web
Create New Topic
Index
Search
Changes
Notifications
Statistics
Preferences
Prenotazioni esami
Laurea Triennale ...
Laurea Triennale
Algebra
Algoritmi
Introduzione agli algoritmi
Algoritmi 1
Algoritmi 2
Algoritmi per la
visualizzazione
Architetture
Prog. sist. digitali
Architetture 2
Basi di Dati
Basi di Dati 1 Inf.
Basi di Dati 1 T.I.
Basi di Dati (I modulo, A-L)
Basi di Dati (I modulo, M-Z)
Basi di Dati 2
Calcolo
Calcolo differenziale
Calcolo integrale
Calcolo delle Probabilitą
Metodi mat. per l'inf. (ex. Logica)
canale AD
canale PZ
Programmazione
Fond. di Programmazione
Metodologie di Programmazione
Prog. di sistemi multicore
Programmazione 2
AD
EO
PZ
Esercitazioni Prog. 2
Lab. Prog. AD
Lab. Prog. EO
Lab. Prog. 2
Prog. a Oggetti
Reti
Arch. di internet
Lab. di prog. di rete
Programmazione Web
Reti di elaboratori
Sistemi operativi
Sistemi Operativi (12 CFU)
Anni precedenti
Sistemi operativi 1
Sistemi operativi 2
Lab. SO 1
Lab. SO 2
Altri corsi
Automi, Calcolabilitą
e Complessitą
Apprendimento Automatico
Economia Aziendale
Elaborazione Immagini
Fisica 2
Grafica 3D
Informatica Giuridica
Laboratorio di Sistemi Interattivi
Linguaggi di Programmazione 3° anno Matematica
Linguaggi e Compilatori
Sistemi Informativi
Tecniche di Sicurezza dei Sistemi
ACSAI ...
ACSAI
Computer Architectures 1
Programming
Laurea Magistrale ...
Laurea Magistrale
Percorsi di studio
Corsi
Algoritmi Avanzati
Algoritmica
Algoritmi e Strutture Dati
Algoritmi per le reti
Architetture degli elaboratori 3
Architetture avanzate e parallele
Autonomous Networking
Big Data Computing
Business Intelligence
Calcolo Intensivo
Complessitą
Computer Systems and Programming
Concurrent Systems
Crittografia
Elaborazione del Linguaggio Naturale
Estrazione inf. dal web
Fisica 3
Gamification Lab
Information Systems
Ingegneria degli Algoritmi
Interazione Multi Modale
Metodi Formali per il Software
Methods in Computer Science Education: Analysis
Methods in Computer Science Education: Design
Prestazioni dei Sistemi di Rete
Prog. avanzata
Internet of Things
Sistemi Centrali
Reti Wireless
Sistemi Biometrici
Sistemi Distribuiti
Sistemi Informativi Geografici
Sistemi operativi 3
Tecniche di Sicurezza basate sui Linguaggi
Teoria della
Dimostrazione
Verifica del software
Visione artificiale
Attivitą complementari
Biologia Computazionale
Design and development of embedded systems for the Internet of Things
Lego Lab
Logic Programming
Pietre miliari della scienza
Prog. di processori multicore
Sistemi per l'interazione locale e remota
Laboratorio di Cyber-Security
Verifica e Validazione di Software Embedded
Altri Webs ...
Altri Webs
Dottorandi
Commissioni
Comm. Didattica
Comm. Didattica_r
Comm. Dottorato
Comm. Erasmus
Comm. Finanziamenti
Comm. Scientifica
Comm Scientifica_r
Corsi esterni
Sistemi Operativi (Matematica)
Perl e Bioperl
ECDL
Fondamenti 1
(NETTUNO)
Tecniche della Programmazione 1° modulo
(NETTUNO)
Seminars in Artificial Intelligence and Robotics: Natural Language Processing
Informatica generale
Primo canale
Secondo canale
II canale A.A. 10-11
Informatica
Informatica per Statistica
Laboratorio di Strumentazione Elettronica e Informatica
Progetti
Nemo
Quis
Remus
TWiki ...
TWiki
Tutto su TWiki
Users
Main
Sandbox
Home
Site map
AA web
AAP web
ACSAI web
AA2021 web
Programming web
AA2021 web
AN web
ASD web
Algebra web
AL web
AA1112 web
AA1213 web
AA1920 web
AA2021 web
MZ web
AA1112 web
AA1213 web
AA1112 web
AA1314 web
AA1415 web
AA1516 web
AA1617 web
AA1819 web
Old web
Algo_par_dis web
Algoreti web
More...
CI Web
Create New Topic
Index
Search
Changes
Notifications
RSS Feed
Statistics
Preferences
View
Raw View
Print version
Find backlinks
History
More topic actions
Edit
Raw edit
Attach file or image
Edit topic preference settings
Set new parent
More topic actions
Account
Log In
Register User
Questo sito usa cookies, usandolo ne accettate la presenza. (
CookiePolicy
)
Torna al
Dipartimento di Informatica
E
dit
A
ttach
Copyright © 2008-2025 by the contributing authors. All material on this collaboration platform is the property of the contributing authors.
Ideas, requests, problems regarding TWiki?
Send feedback