On Tue, Feb 4, 2020 at 9:51 AM wrote:
>
> #load the training and testing data, then scale it into the
> # range [0, 1]
> print("[INFO] loading ADNI data...")
> ((trainX, trainY), (testX, testY)) = '/content/gdrive/My
> Drive/3_Classes/'.loads_data()
What is the class of
On 04/02/2020 14:49, laiba.zubai...@gmail.com wrote:
#load the training and testing data, then scale it into the
# range [0, 1]
print("[INFO] loading ADNI data...")
((trainX, trainY), (testX, testY)) = '/content/gdrive/My
Drive/3_Classes/'.loads_data()
trainX = t
#load the training and testing data, then scale it into the
# range [0, 1]
print("[INFO] loading ADNI data...")
((trainX, trainY), (testX, testY)) = '/content/gdrive/My
Drive/3_Classes/'.loads_data()
trainX = trainX.astype("float") / 255.0
testX = testX.ast
Diez B. Roggisch wrote:
> nakisa writes:
>
>> hello , I have started python last week,so maybe my question is a bit
>> stupid.
>> I got this error in my simple python code while trying to load data
>> into the code. I have added this libaraies
>> from pylab import *
>> from scipy import *
>> imp
On Oct 18, 5:02 pm, de...@web.de (Diez B. Roggisch) wrote:
> nakisa writes:
> > hello , I have started python last week,so maybe my question is a bit
> > stupid.
> > I got this error in my simple python code while trying to load data
> > into the code. I have added this libaraies
> > from pylab im
nakisa writes:
> hello , I have started python last week,so maybe my question is a bit
> stupid.
> I got this error in my simple python code while trying to load data
> into the code. I have added this libaraies
> from pylab import *
> from scipy import *
> import matplotlib.mlab as mlab
> from n
hello , I have started python last week,so maybe my question is a bit
stupid.
I got this error in my simple python code while trying to load data
into the code. I have added this libaraies
from pylab import *
from scipy import *
import matplotlib.mlab as mlab
from numpy import *
from scipy import o