logo Use CA10RAM to get 10%* Discount.
Order Nowlogo
(5/5)

from google.colab import drive drive.mount

INSTRUCTIONS TO CANDIDATES
ANSWER ALL QUESTIONS

from google.colab import drive

drive.mount('/content/drive')

!ls "/content/drive/My Drive"

import os 

os.getcwd()

os.chdir('/content/drive/MyDrive/IDEC_Khaoula/')

import tensorflow as tf

gpu_available = tf.test.is_gpu_available()

is_cuda_gpu_available = tf.test.is_gpu_available(cuda_only=True)

#is_cuda_gpu_min_3 = tf.test.is_gpu_available(True, (3,0))

print(is_cuda_gpu_available)

WARNING:tensorflow:From <ipython-input-6-27712600f2d0>:2: is_gpu_available (from tensorflow.python.framework.test_util) is deprecated and will be removed in a future version.

Instructions for updating:

Use `tf.config.list_physical_devices('GPU')` instead.

True

from PIL import Image

import numpy as np

import glob

Data=[]

path=glob.glob('/content/drive/MyDrive/Work Fatima/brain_tumor_dataset/no/*')

import cv2

from PIL import Image

from skimage import color

from skimage import io

#img = color.rgb2gray(io.imread('image.png'))

Data=[]

for i in path:

  image = cv2.imread(i, cv2.IMREAD_COLOR)

  gray_image = cv2.cvtColor(image, cv2.COLOR_BGR2GRAY)

  bigger = cv2.resize(gray_image, (28,28))

  image1=np.array(bigger)

  #print(image1.shape[0],image1.shape[1])

  vect=image1.reshape(image1.shape[0]*image1.shape[1])

  Data.append(vect)

DataNO=np.array(Data)

YNO=np.zeros((DataNO.shape[0],1))

 

 

(5/5)
Attachments:

Expert's Answer

555 Times Downloaded

Related Questions

. Introgramming & Unix Fall 2018, CRN 44882, Oakland University Homework Assignment 6 - Using Arrays and Functions in C

DescriptionIn this final assignment, the students will demonstrate their ability to apply two ma

. The standard path finding involves finding the (shortest) path from an origin to a destination, typically on a map. This is an

Path finding involves finding a path from A to B. Typically we want the path to have certain properties,such as being the shortest or to avoid going t

. Develop a program to emulate a purchase transaction at a retail store. This program will have two classes, a LineItem class and a Transaction class. The LineItem class will represent an individual

Develop a program to emulate a purchase transaction at a retail store. Thisprogram will have two classes, a LineItem class and a Transaction class. Th

. SeaPort Project series For this set of projects for the course, we wish to simulate some of the aspects of a number of Sea Ports. Here are the classes and their instance variables we wish to define:

1 Project 1 Introduction - the SeaPort Project series For this set of projects for the course, we wish to simulate some of the aspects of a number of

. Project 2 Introduction - the SeaPort Project series For this set of projects for the course, we wish to simulate some of the aspects of a number of Sea Ports. Here are the classes and their instance variables we wish to define:

1 Project 2 Introduction - the SeaPort Project series For this set of projects for the course, we wish to simulate some of the aspects of a number of

555 Times Downloaded

Ask This Question To Be Solved By Our ExpertsGet A+ Grade Solution Guaranteed

expert
Um e HaniScience

548 Answers

Hire Me
expert
Muhammad Ali HaiderFinance

876 Answers

Hire Me
expert
Husnain SaeedComputer science

936 Answers

Hire Me
expert
Atharva PatilComputer science

814 Answers

Hire Me