machine-learning tag

86 questions


1 answers
73 views
0
Unable to import TFlearn in python.

I installed TFlearn according to the book First TensorFlow on my Macbook, but when I try to import it in python, the following display appears.Please let me know how to solve this problem.Thank you fo...


1 answers
82 views
0
Resumed cause of empty cluster with tslearn

When using the classification method called KShape by tslearn, it is described as eResumed cause of empty cluster とIn this case, is it a problem with the data set you are using, or is it possible to c...


2 answers
61 views
0
Is it possible to judge that it's the face of a person who hasn't learned from artificial intelligence?

I'm a little curious, so please let me know.I can imagine that if you let artificial intelligence learn a person's face (photograph), you will be able to identify a person to some extent even if it's ...

2 years ago

1 answers
58 views
0
Understanding Pythorch Output

The program below identifies the handwritten numeric dataset MNIST into 10 classes.The number of correct answers and the identification rate are determined by the validate function, and we used a conf...


1 answers
76 views
0
Convolution 2D Arguments for the Chainer

I have a question about the Convolution 2D argument for the chain.Defined in example/imagenet/nin.pymlpconv1 = L.MLPConvolution2D( 3, (96, 96, 96), 11, stride = 4, wscale = w),mlpconv2 = L.MLPConvolut...


1 answers
68 views
0
I would like to ask you about the concepts of machine learning bow, word2vec, adabost, xgboost, etc.

There is no basis for machine learning. I'm asking you this question because I got confused after getting to know it.I don't know how to categorize and define the ensemble models, such as Adaboost and...


1 answers
68 views
0
Inquiry on how to lower Python LearnRegression MSE

Look at the code given. The skeleton code is an implementation of the following models:Sales = \beta_0 X_1^2 + \beta_1 X_2 + \beta_2 X_2 X_3 + \beta_3 X_3 + \beta_4Sales=β Try to lower the value of th...


1 answers
107 views
0
I have a question about psychedelon data load

For example in \Anaconda3\Lib\site-packages\sklearn\datasets\data in the Cycitrun folderData sets include data such as boston_house_pries, breath_cancer, and iris. The example data set isIt's always l...


1 answers
124 views
0
I'd like to ask you a question about Python's multiple regression linear model.

- This is a link to the regression model data csv file!https://drive.google.com/file/d/1P1IAq7q-3u8C6CyQoFCiuCch9eh3bn60/view?usp=sharingI'm making a regression model with this data, but I'm asking be...


1 answers
60 views
0
This is a question about using Python decision tree dropna() Masters, welcome!

When building a decision tree in Python, we need to get weighted_memory. In the process, I don't understand the code to get the entropy value, so I'm asking you a question. Weighted_Entropy = np.sum([...

2 years ago
« - 8 - »

© 2024 OneMinuteCode. All rights reserved.