Difference between revisions of "Big Data Parallel Programming (7.5 credits)"
Line 9: | Line 9: | ||
'''Course responsible''': [https://www.hh.se/english/information-english/search-staff.html?person=55480748-9205-444D-B590-7A751BBF4510 Professor Carlos Silla] | '''Course responsible''': [https://www.hh.se/english/information-english/search-staff.html?person=55480748-9205-444D-B590-7A751BBF4510 Professor Carlos Silla] | ||
+ | |||
'''Other teachers involved''': [https://hh.se/staff_en/slawomir Professor Slawomir Nowaczyk] and [https://www.hh.se/information/sok-personal.html?person=270BC1D4-8B53-4761-9135-435FE5D5E03A Mahmoud Rahat] | '''Other teachers involved''': [https://hh.se/staff_en/slawomir Professor Slawomir Nowaczyk] and [https://www.hh.se/information/sok-personal.html?person=270BC1D4-8B53-4761-9135-435FE5D5E03A Mahmoud Rahat] | ||
Processing huge amounts of data is at the core of data mining, deep learning and real-time autonomous decision making. All these are in turn at the core of modern artificial intelligence applications. Data can reside more or less permanently in the cloud and accessed via distributed file systems and / or be streamed in real time from multiple sensors at very high rates. Access to data as well as processing is done using very well engineered frameworks where both storage and processing are distributed and processing is done in parallel. The purpose of this course is to introduce you to this infrastructure including parallel programming for the implementation of these frameworks. This should enable you to judge how to choose a framework for your applications, identify pros and cons, suggest improvements and even implement improvements. | Processing huge amounts of data is at the core of data mining, deep learning and real-time autonomous decision making. All these are in turn at the core of modern artificial intelligence applications. Data can reside more or less permanently in the cloud and accessed via distributed file systems and / or be streamed in real time from multiple sensors at very high rates. Access to data as well as processing is done using very well engineered frameworks where both storage and processing are distributed and processing is done in parallel. The purpose of this course is to introduce you to this infrastructure including parallel programming for the implementation of these frameworks. This should enable you to judge how to choose a framework for your applications, identify pros and cons, suggest improvements and even implement improvements. |
Latest revision as of 12:36, 14 February 2025
Course Code: DT8013
Short description: Advanced topics in Data Mining
Course Level: Advanced
Course page: http://tinyurl.com/DT8013
Course responsible: Professor Carlos Silla
Other teachers involved: Professor Slawomir Nowaczyk and Mahmoud Rahat
Processing huge amounts of data is at the core of data mining, deep learning and real-time autonomous decision making. All these are in turn at the core of modern artificial intelligence applications. Data can reside more or less permanently in the cloud and accessed via distributed file systems and / or be streamed in real time from multiple sensors at very high rates. Access to data as well as processing is done using very well engineered frameworks where both storage and processing are distributed and processing is done in parallel. The purpose of this course is to introduce you to this infrastructure including parallel programming for the implementation of these frameworks. This should enable you to judge how to choose a framework for your applications, identify pros and cons, suggest improvements and even implement improvements.