Borrar filtros
Borrar filtros

How to add a dense layer to a neural network?

26 visualizaciones (últimos 30 días)
LinkTo
LinkTo el 2 de Sept. de 2022
Respondida: Sivylla Paraskevopoulou el 6 de Sept. de 2022
Hello,
I am trying to build a neural network but I can't figure out how to add a dense layer in MATLAB.
The python equivalent of the code that I want to implement in MATLAB is the following:
model.add(Dense(20, activation='relu',
activity_regularizer=tf.keras.regularizers.l1(0.00001)))
Any help is appreciated. Thanks.

Respuesta aceptada

Sivylla Paraskevopoulou
Sivylla Paraskevopoulou el 6 de Sept. de 2022
I think you want to use a fullyConnectedLayer. You can set the properties of the fullyconnectedLayer object. I also think you will find useful the examples in the fullyConnectedLayer documentation page and this example: Create Simple Image Classification Network.

Más respuestas (0)

Categorías

Más información sobre Image Data Workflows en Help Center y File Exchange.

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by