86 questions
Run Environment:Python 3, PyCharmI re-entered Anaconda because I needed a library relationship.PyCharm gets up when you run the code to cut out the acoustic feature according to the Readme.md of the m...
What are the advantages and disadvantages of classifying sentences?■ Input ·Multiple Japanese sentences with about 200 characters ·Classification destinations (about 10 items defined in advance, such ...
It's more about how it works than programming.I don't really understand the ten laws of machine learning, the parameters in the sentence Get 10 times the number of parameters in your network.Do you me...
I would like to display the one with the best test score among the random forest decision trees that I bagged.I wrote the following code. clf=BaggingClassifier(RandomForestClassifier(max_depth=depth, ...
What is batch_size, which often appears in machine learning?y_vals=np.transpose ([np.array([y[13]for y in housing_data]])x_vals=np.array([x for i, x in enumerate(y)] if housing_header [i]incols_used...
What is the meaning of the graph displayed during NVIDIA DIGITS learning, and what is the meaning of loss(train)accuracy(val)loss(val)?
I am currently trying to implement DCGAN in keras, but at the beginning of the generator (1024, 4, 4), the kernel of the size (1, 1) is inverted to (512, 8, 8) at stride 5, right?I'm thinking of using...
Thank you for your help.I am writing the following article.Tried creating Othello AI with tensorflow without understanding the theory of machine learningWhat I'd like to ask you this time is Q_max is ...
I am currently studying with a theory and implementation book by Python Machine Learning Programming Master Data Scientist.When implementing the code, the following error occurs:I looked it up online ...
Calculating the partial differentiation of torch.autograd.grad in the code below will result in None.I can't see the contents of torch.autograd.grad, so I wonder if there is any problem during the par...
« | - 3 - | » |
© 2024 OneMinuteCode. All rights reserved.