ideas
ideas
Scientific Computing II
2024-II
1. Matrix Multiplication
References:
• https://www.cs.utexas.edu/users/flame/pubs/2D3DFinal.pdf
• https://www.youtube.com/watch?v=sZxjuT1kUd0
• Interesting: https://www.youtube.com/watch?v=fDAPJ7rvcUw
2. Runge-Kutta Integration
References:
• https://nvlpubs.nist.gov/nistpubs/Legacy/IR/nistir6031.pdf
• https://www.cs.usask.ca/~spiteri/M314/notes/parallelODEs.pdf
3. Finite Differences
References:
• https://www.ljll.fr/~frey/cours/UdC/ma691/ma691_ch6.pdf
• Wave equation: https://hplgit.github.io/num-methods-for-PDEs/
doc/pub/wave/pdf/wave-4print-A4-2up.pdf
• Introduction.
References:
• https://www.ime.usp.br/~jmstern/wp-content/uploads/2020/04/
EricVeach2.pdf
• Theoretical Video.
4 Scientific Computing II
5. Parallel Sorting
References:
• https://www.geeksforgeeks.org/sorting-algorithms/
• https://www.dcc.fc.up.pt/~ricroc/aulas/1516/cp/apontamentos/
slides_sorting.pdf
parallel support vector machines (SVM). You may start by taking a look at
the .ipynb files found in here.
You should be able to
References:
• https://www.tensorflow.org/guide/distributed_training
• https://www.tensorflow.org/guide/keras/distributed_training
• https://turingintern2018.github.io/tensorflowother.html
References:
• https://www.youtube.com/watch?v=ANAZIEFXKck
• On rule 30.