Coder Social home page Coder Social logo

dsc-tuning-neural-networks-recap-ds-canvas-test-batch's Introduction

Tuning Neural Networks - Recap

Introduction

In this section, you built upon your previous understanding of Keras and neural networks in order to further tune these models to optimize performance. You saw how optimization can go wrong with exploding gradients if normalization is not properly applied and how to prune overfit models using regularization.

Objectives

You will be able to:

  • Understand and explain what was covered in this section
  • Understand and explain why this section will help you become a data scientist

As a brief review, here are some key takeaways to remember going forward:

  • In deep learning a training, validation and test set are used when iteratively building the right deep networks
  • Like traditional machine learning models, we need to watch out for the bias variance trade-off when building deep learning models
  • Several regularization techniques can help us limit overfitting: L1 Regularization, L2 Regularization, Dropout Regularization,...
  • Deep network training can be sped up by using normalized inputs
  • Normalized inputs can also help mitigate a common issue of vanishing or exploding gradients
  • You learned about gradient descent, but in deep learning some other optimization algorithms are introduced that work faster than gradient descent
  • Examples of alternatives for gradient descent are: RMSprop, Adam, Gradient Descent with Momentum
  • Hyperparameter tuning is of crucial important when working with deep learning models, as setting the parameters right can lead to great model improvements

Summary

Well done! You've now learned a lot about traditional, fully connected neural networks. From here, you'll begin to investigate alternative architectures that are useful for specific domains such as image recognition.

dsc-tuning-neural-networks-recap-ds-canvas-test-batch's People

Contributors

loredirick avatar mathymitchell avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Forkers

kdibb

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.