Handwritten recognition using CNN
6 Ansichten (letzte 30 Tage)
Ältere Kommentare anzeigen
Muhamad Luqman Mohd Nasir
am 5 Jun. 2021
Kommentiert: Muhamad Luqman Mohd Nasir
am 21 Jun. 2021
Hi i have some problems that keeps on occuring can someone help me with this error ASAP
Below is my code line

This the error that i keep on getting

0 Kommentare
Akzeptierte Antwort
Sulaymon Eshkabilov
am 5 Jun. 2021
The error with your employed fcn called net() that is not defined as a function and considered in your code as a variable. Thus, define the fcn net() first using function file or anonymous fcn and then call it within a loop.
1 Kommentar
Weitere Antworten (0)
Siehe auch
Kategorien
Mehr zu Deep Learning Toolbox finden Sie in Help Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!