86 questions
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...
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...
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 ...
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...
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...
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...
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...
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...
- 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...
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([...
« | - 8 - | » |
© 2024 OneMinuteCode. All rights reserved.