From the course: Deep Learning: Getting Started
Unlock the full course today
Join today to access over 24,700 courses taught by industry experts.
Reusing existing network architectures
From the course: Deep Learning: Getting Started
Reusing existing network architectures
- [Instructor] Having discussed the concepts of neural networks and how to train them from scratch, let's now discuss some practical aspects of building neural network models. How do we build neural networks for a use case? An interesting fact about neural networks is that most neural network implementations are not designed and built from scratch. Designing a neural network with the right number of layers and nodes is a tedious, iterative, and time consuming process. Fortunately, the neural network community is very active in sharing their work with the rest of the world. They shared their knowledge and experiments for the rest of the community to build upon. To begin with several papers are published on the architectures for neural networks that have been successfully implemented and proven. You can start off your neural network by implementing a related architecture and then fine tune it for your use case.…
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
-
-
-
-
-
Setup and initialization2m 43s
-
(Locked)
Forward propagation1m 14s
-
(Locked)
Measuring accuracy and error2m 12s
-
(Locked)
Back propagation2m 8s
-
(Locked)
Gradient descent1m 21s
-
(Locked)
Batches and epochs2m 22s
-
(Locked)
Validation and testing1m 28s
-
(Locked)
An ANN model1m 39s
-
(Locked)
Reusing existing network architectures2m 33s
-
(Locked)
Using available open-source models2m 27s
-
-
-
-
-