Overview of the main principles of Deep Learning along with common architectures. Formulate the problem for time-series classification and apply it to vital signals such as ECG. Applying this methods in Electronic Health Records is challenging due to the missing values and the heterogeneity in EHR, which include both continuous, ordinal and categorical variables. Subsequently, explore imputation techniques and different encoding strategies to address these issues. Apply these approaches to formulate clinical prediction benchmarks derived from information available in MIMIC-III database.
This week includes an overview of deep learning history and popular deep learning platforms. Subsequently, Multi-Layer Perceptron (MLP) Networks are discussed along with common activation functions, loss functions and optimisation algorithms. Finally, the practical exercises will allow to optimise and evaluate MLP in ECG classification.
涵盖的内容
7个视频5篇阅读材料1个作业1个讨论话题4个非评分实验室
显示有关单元内容的信息
7个视频•总计62分钟
Welcome Video - Deep Learning in Electronic Health Records•1分钟
Deep Learning and Artificial Intelligence•17分钟
Multi-Layer Perceptron•9分钟
Training a Multi-Layer Perceptron•8分钟
Optimization of a Multi-Layer Perceptron (Part 1)•9分钟
Optimization of a Mutli-Layer Perceptrion (Part 2)•11分钟
Preprocessing of ECG Signal•7分钟
5篇阅读材料•总计240分钟
Artificial Intelligence•30分钟
Deep Learning for Health Informatics•30分钟
Practical Exercise: Pre-process ECG data for arrythmia detection•60分钟
Practical Exercise: Split and resample ECG data•60分钟
Practical Exercise: Classify beats using MLP and SVC models and the holdout beats validation protocol•60分钟
1个作业•总计30分钟
Week 1 summary quiz•30分钟
1个讨论话题•总计10分钟
Week 1 - Your experience•10分钟
4个非评分实验室•总计40分钟
Pre-process ECG data for arrythmia detection•10分钟
Split and resample ECG data•10分钟
Classification of beats using MLP and SVC models and beat holdout method•10分钟
Classification of beats using MLP and SVC models and leave out patients method•10分钟
Convolutional and Recurrent Neural Networks.
第 2 单元•小时 后完成
单元详情
Convolutional Neural Networks (CNNs) revolutionised the way we process images and they contributed significantly in deep learning success. This week we are going to discuss what advantages CNNs offer over MLP and we will implement CNNs for time-series classifications. Subsequently, we are going to present Recurrent Neural Networks (RNNs). In particular, we are going to discuss Long-Short Term Memory Networks and Gated Recurrent Unit Networks. Practical exercises will allow to design and train all these types of networks in ECG classification. The importance of training, validation and testing datasets will be emphasised for avoiding overfitting and model evaluation.
涵盖的内容
3个视频6篇阅读材料1个作业1个讨论话题5个非评分实验室
显示有关单元内容的信息
3个视频•总计64分钟
Validation of Machine Learning Models•26分钟
Convolutional Neural Networks•19分钟
Recurrent Neural Networks•19分钟
6篇阅读材料•总计315分钟
Evaluating Learning Algorithms: A•60分钟
Practical Exercise: Classify beats using MLP and SVC models and the leave out patients validation protocol•60分钟
Practical Exercise: Classify beats using a CNN and the beat holdout validation protocol•60分钟
Practical Exercise: Classify beats using a CNN and the leave-out patients validation protocol•30分钟
Practical Exercise: Classify beats using an LSTM and the beat holdout validation protocol•60分钟
Practical Exercise: Classify beats using an LSTM and the leave-out patients validation protocol•45分钟
1个作业•总计30分钟
End of week 2 quiz•30分钟
1个讨论话题•总计10分钟
Week 2 - Your experience•10分钟
5个非评分实验室•总计50分钟
Classification of beats using a CNN model and the holdout beats validation protocol•10分钟
Classification of beats using a CNN model and the leave out patients validation protocol•10分钟
Classification of beats using an LSTM model and the holdout beats validation protocol•10分钟
Classification of beats using an LSTM model and the leave out patients validation protocol•10分钟
Dimensionality reduction techniques to visualize ECG data•10分钟
Preprocessing and imputation of MIMIC III data
第 3 单元•小时 后完成
单元详情
Developing benchmark datasets for DNNs based on MIMIC-III database involves several steps that include cohort selection, unit conversion, outlier removal and aggregation of data within time windows. The later step allows to represent EHR as time-series data but it is also susceptible to missing data. For this reason imputation strategies both based on traditional and deep learning techniques are presented. The learner will have the opportunity to preprocess EHR and train deep learning models in predicting in-hospital mortality.
涵盖的内容
4个视频8篇阅读材料1个作业1个讨论话题5个非评分实验室
显示有关单元内容的信息
4个视频•总计65分钟
Benchmark Deep Learning Models with EHR - Part 1•15分钟
Benchmark Deep Learning Models with EHR - Part 2•17分钟
Imputation Strategies•13分钟
Deep Learning Imputation Strategies•20分钟
8篇阅读材料•总计440分钟
A Data Extraction and Representation Pipeline•60分钟
Practical Exercise: Patients and time-series data extraction of MIMIC-III•60分钟
Creation of Benchmark data for DNN•50分钟
Practical Exercise: Pre-processing of MIMIC-III dataset•60分钟
Practical Exercise: One-hot encoding and in-hospital mortality prediction•60分钟
Practical Exercise: in-hospital mortality prediction using one-hot encoding and undersampling•60分钟
Practical Exercise: Mean vs Joint modelling imputation•60分钟
Imputation based on moments•30分钟
1个作业•总计30分钟
End of week 3 quiz•30分钟
1个讨论话题•总计10分钟
Week 3 - Your experience•10分钟
5个非评分实验室•总计50分钟
Study cohort selection and variable extraction•10分钟
Imputation methods for in-hospital mortality prediction•10分钟
In-hospital mortality prediction using one-hot encoding•10分钟
In-hospital mortality prediction using one-hot encoding and undersampling•10分钟
Pre-processing•10分钟
EHR Encodings for machine learning models
第 4 单元•小时 后完成
单元详情
EHRs include categorical, ordinal and continuous variables. Appropriate data representation is important and encodings affect prediction performance. This week includes several different strategies to encode the data such as target encodings, deep learning encodings and similarity encodings. In particular, autoencoders which is a deep learning architecture to represent data in lower dimensional space will be demonstrated and applied in in-hospital mortality prediction.
涵盖的内容
4个视频5篇阅读材料2个作业1个讨论话题4个非评分实验室
显示有关单元内容的信息
4个视频•总计52分钟
Categorical and Continuous Variables•19分钟
Bayesian Target Encoding•6分钟
Encodings Inspired from NLP•16分钟
Other Types of Embeddings•11分钟
5篇阅读材料•总计290分钟
Practical Exercise: mean target encoding•60分钟
Practical exercise: leave one out encoding•60分钟
Representation Learning for Electronic Health Records•60分钟
Practical Exercise: encoding using an autoencoder•60分钟
Similarity Encodings•50分钟
2个作业•总计60分钟
End of course summative quiz•30分钟
End of week 4 quiz•30分钟
1个讨论话题•总计10分钟
Week 4 - Your experience•10分钟
4个非评分实验室•总计40分钟
In-hospital mortality prediction using an autoencoder•10分钟
In-hospital mortality prediction using Bayesian target encoding•10分钟
In-hospital mortality prediction using leave one out encoding•10分钟
In-hospital mortality prediction using mean target encoding•10分钟
The University of Glasgow has been changing the world since 1451. It is a world top 100 university (THE, QS) with one of the largest research bases in the UK.
We are a member of the prestigious Russell Group of leading UK Universities with annual research income of more than £179m.
The University’s #TeamUofG community is truly international with over 8000 staff and 28,0000 students from more than 140 countries.
A 2019 Time Out survey placed Glasgow in the top ten cities in the world. Ranked between Berlin and Paris, Glasgow was voted number one for both friendliness and affordability.
Right now our dedicated community of staff, students and alumni is working to address the challenges of Covid-19 and understand how we can make life safer for everyone.
When will I have access to the lectures and assignments?
To access the course materials, assignments and to earn a Certificate, you will need to purchase the Certificate experience when you enroll in a course. You can try a Free Trial instead, or apply for Financial Aid. The course may offer 'Full Course, No Certificate' instead. This option lets you see all course materials, submit required assessments, and get a final grade. This also means that you will not be able to purchase a Certificate experience.
What will I get if I subscribe to this Specialization?
When you enroll in the course, you get access to all of the courses in the Specialization, and you earn a certificate when you complete the work. Your electronic Certificate will be added to your Accomplishments page - from there, you can print your Certificate or add it to your LinkedIn profile.
Is financial aid available?
Yes. In select learning programs, you can apply for financial aid or a scholarship if you can’t afford the enrollment fee. If fin aid or scholarship is available for your learning program selection, you’ll find a link to apply on the description page.