how can i set learning rate for big data?
will it need more epochs for training or it is not a necessary and what is the learning rate I should set for this data with optimizer adam?
Topic epochs learning-rate training keras
Category Data Science
will it need more epochs for training or it is not a necessary and what is the learning rate I should set for this data with optimizer adam?
Topic epochs learning-rate training keras
Category Data Science
you can use the default learning rate, then apply the learning rate scheduler to adjust your learning rate in every few epochs. Please refer to the keras document
Geeks Mental is a community that publishes articles and tutorials about Web, Android, Data Science, new techniques and Linux security.