Clear Filters
Clear Filters

How to change MNIST data to a 784 matrix?

3 views (last 30 days)
Hi guys,
I want to train a network using MNIST Data. and I want to use the MNIST data as 784 vector as input, also as output.
Currently I am using reshape for the input, and make the output same as input.
but when I am trying to train using trainNetwork, the size of X and Y do not agree..
any suggestion how to change the MNIST data?
  1 Comment
Aditya Patil
Aditya Patil on 17 Nov 2020
Can you share any code and error messages, so that we can better help you with your issue?

Sign in to comment.

Answers (0)

Products

Community Treasure Hunt

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

Start Hunting!