Fitnet: Can we forbid the normalization pre processing ?
4 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
MaHa
el 2 de Jun. de 2021
Respondida: Steven Lord
el 2 de Jun. de 2021
Hello,
I would like to know if there is a possibility to avoid the pre processing included inside fitnet, rescaling the data between -1 and 1.
I want to feed it with my own scales/normalization method, is it possible ?
0 comentarios
Respuesta aceptada
Steven Lord
el 2 de Jun. de 2021
net = fitnet(10);
net.inputs{1}
You want to modify the processFcns property of the net.inputs{1} object. See this documentation page for more information about the properties of that Neural Network Input object.
0 comentarios
Más respuestas (0)
Ver también
Categorías
Más información sobre Deep Learning Toolbox 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!