Python Forum
Search Results
Post Author Forum Replies Views Posted [asc]
    Thread: TensorFlow get error - array with more than one element is ambiguous
Post: RE: TensorFlow get error - array with more than on...

May I know how to modify the coding ---
vokoyo Data Science 3 5,497 Nov-07-2019, 01:05 PM
    Thread: TensorFlow get error - array with more than one element is ambiguous
Post: TensorFlow get error - array with more than one el...

The experiment is carried out on Windows 10 Pro Intel ® Core ™ i5-4590 CPU @ 3.3 GHz, based on the platform of Anaconda with Spyder Python 3.7.150, it is programming through the Python lan...
vokoyo Data Science 3 5,497 Nov-07-2019, 01:22 AM
    Thread: TensorFlow CNN get error - DataType uint8 not in list
Post: RE: TensorFlow CNN get error - DataType uint8 not ...

Thank you but may I know where to (insert) put your code in the whole programming
vokoyo Data Science 3 6,378 Nov-04-2019, 12:47 PM
    Thread: TensorFlow CNN get error - DataType uint8 not in list
Post: TensorFlow CNN get error - DataType uint8 not in l...

The experiment is carried out on Windows 10 Pro Intel ® Core ™ i5-4590 CPU @ 3.3 GHz, based on the platform of Anaconda with Spyder Python 3.7.150, it is programming through the Python langua...
vokoyo Data Science 3 6,378 Nov-02-2019, 03:26 AM
    Thread: How to perform preprocessing for hyperspectral image
Post: How to perform preprocessing for hyperspectral ima...

Here I would like to apply the CNN and DNN for face recognition computing and later will compare that both of them which one is better or faster My idea is - The experiment in this paper is c...
vokoyo Data Science 0 1,909 Oct-05-2019, 02:11 PM
    Thread: How to process the hyperspectral image
Post: RE: How to process the hyperspectral image

Dear Could you please tell me how to load the hyperspectral images for my TensorFlow CNN https://sites.google.com/site/zohaibnet/Home/databases (download HSFD) Kindly show me any link or refere...
vokoyo General Coding Help 2 2,329 Sep-18-2019, 02:11 PM
    Thread: How to process the hyperspectral image
Post: How to process the hyperspectral image

Dear I have the hyperspectral image - how to preprocess data need time Traditional CNN cannot be applied to project directly - it needs a lot of time to test (may be take 3 months) Need to do ...
vokoyo General Coding Help 2 2,329 Sep-18-2019, 12:17 AM
    Thread: How to modify and get the same picture
Post: How to modify and get the same picture

May I know how to modify my Python programming thus I can get the same picture as refer to the attached file from scipy import exp from scipy.linalg import eigh from scipy.spatial.distance impo...
vokoyo Homework 1 2,143 Jun-01-2019, 01:17 AM
    Thread: How to obtain the result from the unstandardised training dataset
Post: How to obtain the result from the unstandardised t...

May I know how to modify my Python programming thus I will be able to obtain the same result as refer to the image file? import numpy as np import pandas as pd df_wine = pd.read_csv('https://a...
vokoyo Homework 0 1,630 May-07-2019, 12:46 AM
    Thread: How to get the picture from gender dataset
Post: How to get the picture from gender dataset

May I know how to modify my Python programming thus it will be get the same result as refer to the image file? import numpy as np import matplotlib.pyplot as plt from sklearn import datasets fr...
vokoyo General Coding Help 1 2,416 May-01-2019, 11:22 PM
    Thread: How to correct the programming for KNN
Post: How to correct the programming for KNN

I get the answer but the output pictures are wrong - may I know which part on my programming is wrong # read in the iris data from sklearn.datasets import load_iris iris = load_iris() # creat...
vokoyo Homework 0 2,164 Apr-10-2019, 03:29 AM
    Thread: How to find the accuracy vs number of neighbours for KNN
Post: RE: How to find the accuracy vs number of neighbou...

May I know how to write the correct and complete code for that part
vokoyo Homework 3 3,108 Apr-10-2019, 01:18 AM
    Thread: How to find the accuracy vs number of neighbours for KNN
Post: How to find the accuracy vs number of neighbours f...

May I know how to modify my Python programming so that can obtain the accuracy vs number of neighbours as refer to the attached image file - # read in the iris data from sklearn.datasets impo...
vokoyo Homework 3 3,108 Apr-09-2019, 11:41 PM
    Thread: How to find the accuracy for Random Forest
Post: RE: How to find the accuracy for Random Forest

How to write the correct code for the number of features
vokoyo Homework 2 3,381 Apr-09-2019, 10:50 PM
    Thread: How to find the accuracy for Random Forest
Post: How to find the accuracy for Random Forest

May I know how to modify my Python programming so that can obtain the accuracy vs number of features as refer to the attached image file - from sklearn import datasets from sklearn.model_sel...
vokoyo Homework 2 3,381 Apr-09-2019, 02:31 PM
    Thread: How to correct the Python programming - Support Vector Machine
Post: RE: How to correct the Python programming - Suppor...

I get the answer but not sure how to put together the four pictures Please come to this web page - https://python-forum.io/Thread-How-to-ar...lib-pyplot Please see the attached image file
vokoyo Homework 7 4,363 Apr-06-2019, 07:36 AM
    Thread: How to arrange the four pictures of a matplotlib.pyplot?
Post: How to arrange the four pictures of a matplotlib.p...

May I know how to modify my Python programming so that can arrange the pictures - from sklearn import datasets #load data iris=datasets.load_iris() X=iris.data[:,[2,3]] y=iris.target from sk...
vokoyo Data Science 0 2,738 Apr-04-2019, 10:58 PM
    Thread: How to correct the Python programming - Support Vector Machine
Post: RE: How to correct the Python programming - Suppor...

Why the output is number but not picture ?
vokoyo Homework 7 4,363 Apr-04-2019, 12:34 PM
    Thread: How to correct the Python programming - Support Vector Machine
Post: RE: How to correct the Python programming - Suppor...

The error message is - runfile('C:/Users/HSIPL/Desktop/hhhhhhhhhhhhh.py', wdir='C:/Users/HSIPL/Desktop') Trying classifier: SVC Parameters used: {'gamma': 0.01, 'C': 1} Starting training with t...
vokoyo Homework 7 4,363 Apr-04-2019, 12:03 PM
    Thread: How to correct the Python programming - Support Vector Machine
Post: How to correct the Python programming - Support Ve...

May I know how to modify my Python programming as refer to the attached image file - # To Get iris dataset from sklearn import datasets # To fit the svm classifier from sklearn import svm ...
vokoyo Homework 7 4,363 Apr-04-2019, 07:59 AM

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020