86 questions
I started doing the course machine learning course at Coursera, but when I run the optional task (ex1_multi) of the programming task of week2, warning occurs as follows.What is the cause?Thank you for...
I didn't get a response from Teratail, so I'm posting it here.I would like to move the AI image generation package called BigSleep.I installed the latest version of Anaconda 3.9 on Windows 10 (with RT...
I'm an office worker who started studying machine learning last week and is not familiar with technology.Sorry for the basic questionI started studying to predict the number of visitors at Azure's Mac...
Currently, I want to estimate the posture of the hand from a single-view RGB image, so I'm thinking of doing it by machine learning.It is an image of the joint position as a label.Regarding this label...
I am currently using Keras' CNN for multi-label image classification.Also, we reconfirmed the accuracy using various evaluation methods (Recall, Precision, F1 score, Accuracy) for scikit-learn as well...
Question 1When I was studying Deep Learning from scratch and reading 182p, I couldn't understand why I had set the initial value of weight W to np.random.randn until now.So please tell me why np.rando...
I don't understand the flow of the correlation matrix calculation.#Create correlation matrixR=np.corrcoef(X.T)# set the diagonal component to zero_R=R-np.identity(10)# Get index with maximum correlati...
I am studying deep learning using images.I have a question this time, so I would like to hear your opinion.In general, the learning data used for image recognition on the web reduces the capacity, so ...
I have implemented a neural network with Logic Regression, but the correct answer rate is too low, so I want to fix it.Input x is shape(1,64) and y is the array of shape(1,6) in the label. I tried cha...
Creating classification models and selecting modelsFour models of logistic regression, decision tree, random forest, and SVM are prepared, and the model is taken out from the list by comparison with #...
« | - 7 - | » |
© 2024 OneMinuteCode. All rights reserved.