How to reshape different row of MNIST and display them
9 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
Azar Alizadeh
el 27 de Oct. de 2020
Respondida: Azar Alizadeh
el 27 de Oct. de 2020
Hi,
Each row of MNIST dataset is an image of a number. so to display them I nead to reshape each row and plot. But since MNIST has 60000 row I can't use a for loop it takess a long time. Would you please tell me how can I reshape each row of MNIST matrix without using for loop in matlab and display each of them?
2 comentarios
Adam Danz
el 27 de Oct. de 2020
What's a MNIST matrix?
Could you also clarify what you mean by reshape?
Respuesta aceptada
Más respuestas (0)
Ver también
Categorías
Más información sobre Blue 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!