Giter Site home page Giter Site logo

dsc-transfer-learning-intro-london-ds-02172020's Introduction

Transfer Learning

Introduction

In this section you'll learn all about transfer learning and how it could be specifically applied to convolutional neural networks. There are also other applications of transfer learning like NLP.

Convolutional Neural Networks (Continued)

In an earlier section, you learned about the fundamentals of convolutional neural networks and how to use them. In this section, you'll deepen your CNN knowledge and learn about concepts that will allow you to reuse pretrained models from other image recognition tasks. This will help you solve problems where only limited data is available.

Using Pretrained Networks

You will learn about the concept of "convolutional bases" and why they are useful. The use of a convolutional base, or a "pretrained network" has the advantage that hierarchical features that already have been "pre-learned" by this network can act as a generic model. Because of that reason, these networks can be used for a wide variety of computer vision tasks, even if your new problem involves completely different classes of images. You'll learn about the pretrained networks that are available in Keras, the use of pretrained networks through feature extraction (meaning that you run your new data through the pretrained network and training a new classifier on top of the pretrained network), and the use of pretrained networks through finetuning.

Image Classification

At the end of this section, you'll work through a lab that combines the knowledge you gained in this section and the previous one. You'll work on a dog breed classification problem, a dataset used in a Kaggle competition, and build both a convolutional neural network from scratch, and a CNN using a pretrained network.

Summary

In this section, you'll extend your deep learning knowledge by learning about transfer learning.

dsc-transfer-learning-intro-london-ds-02172020's People

Contributors

loredirick avatar sumedh10 avatar cheffrey2000 avatar lmcm18 avatar mathymitchell avatar

Watchers

James Cloos avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.