Kvantové počítanie v praxiZORA HOLLÁIBM Global Markets – Ecosystem
Prezentácia stručne zosumarizuje čo je potrebné, aby sa kvantové počítače dali využiť v praxi.
22 Nov 17:00
Kvantová zložitosť a simulácieDANIEL NAGAJNárodné centrum pre kvantové technológie
Povieme si, kedy a kde má zmysel kvantové výpočty používať, a ktoré problémy a systémy bude ťažké počítať aj na počítačoch kvantových.
8 Nov 17:00
Kvantové programovanieDANIEL REITZNERVTT Technical Research Centre of Finland
Povieme si ako sú na tom súčasné kvantové procesory po praktickej a technickej stránke, a ako to zapadá do oblasti vysokovýkonného počítania.
18 Okt 17:00
Kvantové výpočty a algoritmyMÁRIO ZIMANNárodné centrum pre kvantové technológie
Dozviete sa, ako teoreticky vieme kvantové pravidlá použiť na počítanie.
4 Okt 17:00
Úvod do fyziky kvantového počítaniaVLADIMÍR BUŽEKNárodné centrum pre kvantové technológie
Počas prednášky na tému Úvod do fyziky kvantového počítania rečník vysvetlil, aké sú pravidlá, ktoré sa používajú, keď hovoríme o kvantovom počítaní a ako súvisia s fyzikálnymi vlastnosťami kvantových systémov.
24 May 17:00
Natural and artificial intelligenceTOMÁŠ HROMÁDKAInstitute of Neuroimonulogy SAS
What are the similarities and differences between the intelligence of the biological system itself and the artificial intelligence? The effort to model the processes taking place in the brain was one of the inspirations for the development of artificial intelligence. We will talk about how information is processed in the living brain, the extent to which such artificial intelligence inspiration is usable and justifiable, and where the two types of intelligence differ.
10 May 17:00
Current problems of reinforcement learningMICHAL CHOVANECTachyum
Reinforcement learning - what it is and how it works, including demonstrations. The main points of the lecture was key achievements: Atari, GO, Hide and seek and demonstrations of deep reinforcement learning and AlphaGO.
The problem of exploitation: rare rewards, such as in roles: Montezuma’s revenge, Hide and seek. We examine the state space as "effective."
26 Apr 17:00
Use of ML / AI for applications in chemistry - potential drugs on Covid-19MARIÁN GALLCOO SAS - Computing Centre
How can we transform the structure of molecules into a form that neural networks understand? In this lecture, we want to summarize our efforts to replace the computationally expensive "docking" of molecules into the cavity of a target protein by machine learning and neural network methods. The target protein under study is 3CLpro SARS-CoV-2 (6WQF), which plays a key role in SARS-CoV-2 virus replication. How successful are these methods in preselecting large drug databases to select potential drugs for covid-19?
12 Apr 17:00
Introduction to applications of complex calculations in medicineZUZANA ČERNEKOVÁ, PETER BLUSKADepartment of Computer Graphics and Vision, Department of Applied Informatics FMFI UK, Rádiológia s.r.o.
In medicine, in recent years, observing the exponential growth of data and their processing requires increasingly sophisticated systems. The first part of the presentation outlined the needs and problems of modern medicine with emphasis on the field of radiology. In the second part we will get acquainted with the way of using neural networks to develop algorithms recognizing diagnoses in radiological images.
29 Mar 17:00
Deep learning and its basic applications for computer visionANDREJ LÚČNYDepartment of Computer Science FMFI UK
When we use some model of deep learning, it is almost impossible to understand how and why it works based on its architecture. To do this, we need to know the history of how and through what versions the researchers worked on the given architecture. In the lecture we will summarize the basic milestones of this history, starting with the perceptron and ending with the first successful deep neural networks.
15 Mar 17:00
Introduction to artificial neural networks and evolutionary algorithmsIVAN SEKAJDepartment of Robotics and Cybernetics, FEI STU
The presentation defines the terms biological and mathematical neuron, neural networks and their learning, selected architectures of artificial neural networks (UNS) and UNS applications, neuromorphic computing technologies, evolutionary algorithms (EA), genetic algorithm, bio-inspired algorithms, parallelization of EA and HPC and briefly explain their principles.
1 Mar 17:00
Use of HPC in operational weather forecast in SlovakiaJOZEF VIVODASlovak hydrometeorological institute
SHMU has been operating HPC since 2004. The primary application is the ALADIN model, developed within the international consortia ALADIN and currently ACCORD. This application contains hydride parallelism (combination of OpenMP, MPI) with the ability to set the length of the vector of internal cycles, so it is suitable for vector and scalar architectures.
15 Feb 17:00
Modelling of 2D systems properties using the Quantum Monte Carlo methodsIVAN ŠTICHInstitute of Physics SAS
Prof. Štich is a partner of the TREX CoE - the European Center of Excellence in Exascale Computing (Horizon 2020 project). The lecture is focused on quantum Monte Carlo computational methods, for which the Nobel Prize in Physics was awarded in 2020 and which are well suited for the exascale computing. You will see a demonstration of calculations that required 30 million core hours to run.
2021
7 Dec 17:00
Federated distributed computingLadislav Hluchý
Institute of Informatics SAS
V súčasnosti zaznamenávame vďaka výkonným serverom a veľkým dátovým úložiskám značný pokrok v distribuovanom počítaní, kde sa dá dosiahnuť vysoký výkon spracovania (desiatky PFLOPS). Ešte v nedávnej minulosti sme boli svedkami budovania počítačových klastrov z osobných počítačov, neskôr už z výkonných serverov a dátových úložísk. Od roku 2000 bol veľký “boom” v budovaní distribuovaných infraštruktúr na báze gridu aj s distribuovaným operačným systémom. Pri zrode cloudových technológií nadobudlo distribuované počítanie nový rozmer. IT spoločnosti ako Google, Amazon, Microsoft, IBM, ATOS začali ponúkať svoje technológie. Vzhľadom na to, že by sa výskumníci mohli dostať do tzv. vendor lock stavu, tak v rámci podpory EK sa začali budovať federatívne cloudové infraštruktúry, kde jednotlivé národné cloudové infraštruktúry sa môžu pripájať do spoločnej federácie. Výskumníci tak môžu svoje náročné výpočty spúšťať v infraštruktúre, ktorá nebude klásť technologické obmedzenia.
23 Nov 17:00
Short guide to software parallelizationJaroslav Suchánek
Biomedical Research Center, SAS
The lecture will highlight few of the most important aspects of example programs and analyses published on the webpage http://www.jsf.name/lectures.html and https://chipster.csc.fi, for example: MS Visual Studio Community and MS MPI. C/C++:
preprocessor directives for multiplatform programming, function parameters called by value, reference and dereference, pointers, dynamic memory allocation, classes, stacks for better communication between processes, iterators, etc.
MPI: point-to-point and collective communication. Genetic algorithms.
Chipster: quick introduction to bioinformatics.
Tips for useful reading, links and guidance for begginers.
9 Nov 17:00
Operation systems in multiprocessor clustersDušan Bernát
Faculty of mathematics, physics and informatics, Comenius University
The lecture focuses on explaining the basic terms, principles and issues in operation systems in multiprocessor architectures. The main areas of interest are process scheduling in a symmetric multiprocessing environment, system load measurement, memory allocation, and cluster file systems.
26 Okt 17:00
Development of technology and computer architecture – from 1-processor serial computers to supercomputersMartin Šperka
Computer museum, Centre of Operations SAS
The presentation will summarize the main stages of accelerating computations due to the technology and architecture development from vacuum tube computers with serial ALUs (arithmetic-logical unit) to massively parallel architectures containing millions of processing units enabled by system-on-chip (SOC) technology with billions of transistors.
12 Okt 17:00
Computer simulations and calculations as an essential tool in sciencePavel Neogrády
Faculty of Natural Sciences, Comenius University
Do you want to learn why is the high-performance computing technology indispensable in science? This lecture will introduce - in a simple way - what types of issues the scientists face when modeling various systems and why is the HPC used to solve them. Simultaneously, we will explain methods and procedures essential in current scientific research.
29 Sep 17:00
Current trends and visions in HPC in Slovakia.Lukáš Demovič, Filip Holka
Centre of Operations SAS
In the first part of the lecture you will learn what is a supercomputer and which technologies you can find inside. At the same time, we will show you current trends in building a new generation of supercomputers and how its’ performance and energy efficiency is evaluated. Supercomputer operation and monitoring issues will be covered, as well. The second part of the lecture will focus on the history of supercomputers in Slovakia and our plans for further development and participation in European structures and organizations.