V
V
Voprosium2020-10-07 12:41:27
Python
Voprosium, 2020-10-07 12:41:27

How to select layers for a neural network in Keras Python?

Hello everyone, I just can’t figure out how to select layers in a neural network, please tell me. Post a link to the video if you can. Thanks in advance!

Answer the question

In order to leave comments, you need to log in

1 answer(s)
Z
zexer, 2020-10-07
@Voprosium

There are two options.
1. Study neural networks, their architecture, what is done for what, what one layer does, what another layer does, what activation functions to apply to them, and other things that you need to know when working with neural networks.
2. You do cross-validation and, along with it, stupid GriedSearch, sorting through tens, hundreds, thousands, millions of hyperparameters, as well as their combinations, in the hope of getting a good result.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question