From the course: Deep Learning Fundamentals for Healthcare
Unlock this course with a free trial
Join today to access over 24,900 courses taught by industry experts.
Building and implementing neural networks: TensorFlow
From the course: Deep Learning Fundamentals for Healthcare
Building and implementing neural networks: TensorFlow
- [Instructor] In the previous chapters, we explored neural networks, their theory, and their core components. Now, let's move on to building and implementing neural networks in practice. We'll be writing and running the code using Google Colab notebooks. To get started, go to colab.google.com. If you're logged into your Google account, you should see an interface like this. If you're not, you will be prompted to log in. Our sample task will be to build a basic binary classification model that can predict whether a sample belongs to a class zero or class one. We will be implementing this task using both TensorFlow and PyTorch, allowing us to compare their structure and ease of use. In the upper part of the notebook, select Runtime. Change runtime, and choose GPU as the hardware accelerator. GPU enables significantly faster training speed by offloading computationally-intensive task from the CPU to the GPU. This is especially beneficial for deep learning models, which often involve…
Practice while you learn with exercise files
Download the files the instructor uses to teach the course. Follow along and learn by watching, listening and practicing.
Contents
-
-
-
What is deep learning?3m 48s
-
Why deep learning excels in healthcare?2m 41s
-
(Locked)
How deep learning works: Anatomy of neural networks4m 26s
-
(Locked)
Deep learning architectures5m 50s
-
(Locked)
Deep learning algorithms10m 31s
-
(Locked)
Key concepts in training deep learning models4m 6s
-
(Locked)
Deep learning frameworks and libraries4m 23s
-
(Locked)
Building and implementing neural networks: TensorFlow9m 14s
-
(Locked)
Building and implementing neural networks: PyTorch7m 11s
-
(Locked)
Limitations and ethical considerations6m 31s
-
-
-