• Home
  • Contact
Menu
  • Home
  • Contact

Category: keras

Custom Callbacks in Keras

  • August 13, 2020September 7, 2020
  • by Niranjan B Subramanian

Keras comes with a long list of predefined callbacks that are ready to use. Keras callbacks are functions that are executed during the training process. According to Keras Documentation, A callback is a set of functions […]

Continue readingMore Tag

6 Regularization Techniques for Deep Learning

  • February 3, 2020February 3, 2020
  • by Niranjan B Subramanian

One of the most common problems of training a deep neural network is that it overfits. Overfitting occurs when the network learns specific patterns in the training data and is unable to generalize well over new […]

Continue readingMore Tag

Simple Linear Regression using Keras

  • January 30, 2020January 30, 2020
  • by Niranjan B Subramanian

Regression is a statistical approach used for predicting real values like age, weight, salary, for example. In regression, we have a dependent variable which we want to predict using some independent variables. The goal of regression […]

Continue readingMore Tag

KERAS Callbacks

  • December 31, 2019December 31, 2019
  • by Niranjan B Subramanian

Keras comes with a long list of predefined callbacks that are ready to use. Keras callbacks are functions that are executed during the training process. According to Keras Documentation, A callback is a set of functions to be […]

Continue readingMore Tag

Copyright © 2019 AI ASPIRANT | All Rights Reserved.