Notice: This page requires JavaScript to function properly.
Please enable JavaScript in your browser settings or update your browser.
Impara Visualization | Recognizing Handwritten Digits
Recognizing Handwritten Digits

bookVisualization

Our dataset consists of various rows, each depicting pixel values on a grey scale ranging from 0 to 255. Let's display a few of these images.

Compito

Swipe to start coding

  1. Extract the feature data (images) from the MNIST dataset and store it in variable X.

  2. Loop through the first 7 images in the dataset and visualize each image using seaborn's heatmap function. Also you need to reshape each image to a 2D array of 28x28 pixels.

Soluzione

Mark tasks as Completed
Tutto è chiaro?

Come possiamo migliorarlo?

Grazie per i tuoi commenti!

Sezione 1. Capitolo 3

Chieda ad AI

expand

Chieda ad AI

ChatGPT

Chieda pure quello che desidera o provi una delle domande suggerite per iniziare la nostra conversazione

Awesome!

Completion rate improved to 10

bookVisualization

Our dataset consists of various rows, each depicting pixel values on a grey scale ranging from 0 to 255. Let's display a few of these images.

Compito

Swipe to start coding

  1. Extract the feature data (images) from the MNIST dataset and store it in variable X.

  2. Loop through the first 7 images in the dataset and visualize each image using seaborn's heatmap function. Also you need to reshape each image to a 2D array of 28x28 pixels.

Soluzione

Mark tasks as Completed
Switch to desktopCambia al desktop per esercitarti nel mondo realeContinua da dove ti trovi utilizzando una delle opzioni seguenti
Tutto è chiaro?

Come possiamo migliorarlo?

Grazie per i tuoi commenti!

Sezione 1. Capitolo 3
some-alt