How to import the BatchNormalization function in Keras

0 votes

Hi Guys,

I am new to Keras. I want to import the BatchNormalization function in my code. How can I do that?

Jul 29, 2020 in Machine Learning by akhtar
• 38,230 points
3,051 views

1 answer to this question.

0 votes

Hi@akhtar,

The general use case is to use BatchNormalization between the linear and non-linear layers in our network. It normalizes the input to our activation function so that we're centered in the linear section of the activation function (such as Sigmoid). You need to import this function in your code. This is a part of the normalization module.

from keras.layers.normalization import BatchNormalization
answered Jul 29, 2020 by MD
• 95,440 points

Related Questions In Machine Learning

0 votes
1 answer

How to load a model from an HDF5 file in Keras?

Hi@akhtar, If you stored the complete model, not ...READ MORE

answered Jul 14, 2020 in Machine Learning by MD
• 95,440 points
5,825 views
0 votes
1 answer

How to determine the correct kernel function?

Hi@Ogun, It depends on your dataset. First thing ...READ MORE

answered Oct 12, 2020 in Machine Learning by MD
• 95,440 points
404 views
0 votes
1 answer

What is h5 model in Keras?

Hi@akhtar, H5 is a file format to store ...READ MORE

answered Jul 14, 2020 in Machine Learning by MD
• 95,440 points
12,463 views
0 votes
3 answers

How to train a Keras model on multiple GPUs?

Hello there, With the latest commit and release ...READ MORE

answered Jul 17, 2020 in Machine Learning by Lily
• 260 points
2,967 views
0 votes
1 answer

Pycharm error: could not find a version that satisfies the requirement

Check the python version installed. Tensorflow is ...READ MORE

answered May 29, 2019 in Data Analytics by Zulaikha
• 910 points
2,802 views
0 votes
1 answer

keras model.fit_generator() several times slower than model.fit()

You may want to check out the ...READ MORE

answered May 31, 2019 in Python by SDeb
• 13,300 points
2,799 views
+1 vote
1 answer

How to load CNN model in keras?

Hi@akhtar, You can load your pre-created model in ...READ MORE

answered May 18, 2020 in Machine Learning by MD
• 95,440 points
1,655 views
0 votes
1 answer

How to save CNN model in keras?

Hi@akhtar, You can save your CNN model in keras. For ...READ MORE

answered May 19, 2020 in Machine Learning by MD
• 95,440 points
1,678 views
webinar REGISTER FOR FREE WEBINAR X
REGISTER NOW
webinar_success Thank you for registering Join Edureka Meetup community for 100+ Free Webinars each month JOIN MEETUP GROUP