machine-learning tag

86 questions


1 answers
61 views
0
"UnicodeDecodeError: 'utf-8' codec can't decode byte 0x83" appears when performing pip install on Win+Python 3.6.

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...


1 answers
91 views
0
A simple implementation method for classifying multiple Japanese sentences.

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 ...


1 answers
118 views
0
What does "parameter" refer to in a neural network?

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...


1 answers
45 views
0
I want to display the decision tree of the random forest that I bagged.

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, ...

1 years ago

3 answers
45 views
0
What is batch_size, which is often seen in machine learning?

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...


1 answers
53 views
0
What is the meaning of the graph displayed during Model learning in NVDIA Digits?

What is the meaning of the graph displayed during NVIDIA DIGITS learning, and what is the meaning of loss(train)accuracy(val)loss(val)?


1 answers
70 views
0
About Padding DCGAN Implementation

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...


1 answers
63 views
0
DQN for some reason Q max is low in TensorFlow

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 ...


1 answers
39 views
0
Error in 'numpy.ndarray' object has no attribute 'append'

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 ...

1 years ago

1 answers
111 views
0
torch.autograd.grad becomes 0 or NoneType

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.