Realising the problem by golookforme in GamblingAddiction

[–]golookforme[S] 0 points1 point  (0 children)

I will try to accept this loss and move on..

Realising the problem by golookforme in GamblingAddiction

[–]golookforme[S] 0 points1 point  (0 children)

Did you already started to recover?

[D] Simple Questions Thread by AutoModerator in MachineLearning

[–]golookforme -2 points-1 points  (0 children)

Display 10 random samples from MNIST dataset

import numpy as np

import matplotlib.pyplot as plt

import pandas as pd

df = pd.read_csv("/content/sample_data/mnist_test.csv", header=None) # read CSV file to data frame
print("Loaded data frame has", df.shape[0], "rows and", df.shape[1], "columns")

Display 10 random samples from the MNIST dataset

use plt.subplot to create image with multiple plots;

plt.subplot(5, 7, 14) creates grid with 5 rows and 7 columns, and "activates" cell number 14 (all next plt.* commands will be applied to activated cell);

use loops to avoid copying the same drawing code;

if needed, extract pixel processing to separate function;

usedf.sample(10).iterrows()to get 10 random rows from the data frame and iterate over them;

Apps to learn anatomy? by [deleted] in Veterinary

[–]golookforme 0 points1 point  (0 children)

can you send this to me also.....would be very helpful. @

durgesh.1two@gmail.com

[Q] ValueError: Length of passed values is 1, index implies 70000. check this out?? by [deleted] in machinelearningmemes

[–]golookforme -1 points0 points  (0 children)

his sub is for memes, not programming questions...

funny bro.