E
E
edyumeev2020-10-03 11:06:24
Python
edyumeev, 2020-10-03 11:06:24

How to load your dataset into a neural network?

Hello! I don’t know how to load my dataset into a neural network, wherever I look, they already use MNIST or Cifar10, but no one uploads their own (I couldn’t even find information in the documentation. I
use TensorFlow, Keras, Pytorch libraries

Answer the question

In order to leave comments, you need to log in

2 answer(s)
Z
zexer, 2020-10-03
@zexer

Given that you do not understand the field, it will be better for you if you stop at one framework for neurons.
Accordingly, when you decide which one you use, read the documentation, this is a super simple question.

D
dmshar, 2020-10-03
@dmshar

You need to look not at MNIST or non-MNIST, but not HOW exactly the data is being served. Forget what kind of data it is, look at formats, sequence, dimensions, etc. And try to present your data in this form.
MNIST is just such an example already worn out to holes. But they don’t upload their own - well, try to type a dataset of a similar size. Then gain enthusiasm to describe it all and publish it. And with MNIST, 90% of articles are essentially copy-paste. But getting featured on a blog is easy.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question