C
C
Code Learner2020-01-22 18:18:04
Neural networks
Code Learner, 2020-01-22 18:18:04

How can I teach the grid to recognize handwritten numbers if I can't find the files I need on the Internet?

As is clear from the question, I want to train the grid to distinguish between handwritten numbers in a 28x28 field. I wrote according to the book, there were links to the github with the necessary files, but there are no more pages at such addresses on our mortal earth. So, I found the necessary data, but, as they say in the book, the author will work there with more compressed and, in principle, with a different file format. Tobish, I downloaded in two wild formats - IDX3-UBYTE and IDX1-UBYTE, which are not normally read by any editor that I have, while the author uses CSV, which is easily opened in IPhyton. I'm doing this for the first time.

Answer the question

In order to leave comments, you need to log in

2 answer(s)
S
Sergey Sokolov, 2020-01-22
@Lil_shi

yann.lecun.com/exdb/mnist the format of these IDX.. formats is described.
And here are examples of working with MNIST in TensorFLow

M
Maxim Moseychuk, 2020-01-22
@fshp

The very first link in Google says what these formats are, why they are and how to open them.
You to the freelance exchange.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question