Git Product home page Git Product logo

dsc-tuning-neural-networks-recap-v2-4's Introduction

Tuning Neural Networks - Recap

Key Takeaways

The key takeaways from this section include:

Tuning Neural Networks

  • Validation and test sets are used when iteratively building deep neural networks
  • Like traditional machine learning models, we need to watch out for the bias variance trade-off when building deep learning models
  • Examples of alternatives for gradient descent are: RMSprop, Adam, Gradient Descent with Momentum, etc.
  • Hyperparameter tuning is of crucial importance when working with deep learning models, as setting the parameters right can lead to great improvements in model performance

Regularization

  • Several regularization techniques can help us limit overfitting: L1 Regularization, L2 Regularization, Dropout Regularization, etc.

Normalization

  • Training of deep neural networks can be sped up by using normalized inputs
  • Normalized inputs can also help mitigate a common issue of vanishing or exploding gradients

Convolutional Neural Networks

  • CNNs are a useful model for image recognition due to their ability to recognize visual patterns at varying scales
  • The essence of a CNN is a convolutional operation, where a window is slid across the image based on a stride size
  • Padding can be used to prevent shrinkage and make sure pixels at the edge of an image receive the necessary attention
  • Max pooling is typically used between convolutional layers to reduce the dimensionality
  • After developing the convolutional and pooling layers to form a base, the end of the network architecture still connects back to a densely connected network to perform classification

dsc-tuning-neural-networks-recap-v2-4's People

Contributors

cheffrey2000 avatar hoffm386 avatar loredirick avatar mathymitchell avatar sumedh10 avatar

Stargazers

 avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  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.