machine-learning tag

86 questions


2 answers
112 views
0
How to create feature quantities in time series

I have a question about creating time series feature quantities in machine learning.From the attached image below, for example, ·A certain value tends to increase immediately after Morning.·Noon has n...


1 answers
107 views
0
Pooling layer output for cifar10_quick_train_test is not an integer

Caffe cifar10_quick_train_test has the output of the pooling layerOH=(H-FH)/S+1(32-3)/2 + 129/2 + 1The calculations are as follows:I don't think the number will be divisible, but what kind of process ...


1 answers
103 views
0
How to View the Visualization Graph of Machine Learning

We often see graphs that visualize the results of machine learning that we see here and there, showing the number of horizontal epochs, vertical MSE?Do you mean MSE when you test training data with tr...

2 years ago

1 answers
100 views
0
[Errno2] in python What is the solution to the No such file or directory: 'python': 'python'?

The error [Errno2] when trying to turn the python script below. No such file or directory: 'python' appears.I don't know how to solve it, so please let me know.What I'm doing is I'm trying to create a...


1 answers
114 views
0
Neural Network Weight Update

Questions about neural networks When you perform logistic regression in neural networks, you specify the learning rate, the number of updates, etc., right?On the other hand, I do not remember specifyi...


1 answers
52 views
0
If you use scikit-learn in python, an ImportError will occur.

I'm reading the introduction to the technical critic's Data Scientist Training Reading Machine Learning The introductory scikit-learn page starts on page 128.When I tried the code over there, I got a ...


1 answers
100 views
0
Keras gets IndexError and AttributeError with the same code

I tried my best to write a simple autoencoder by myself.However, C:\Users\yudai\Desktop\keras_AE.py:62:UserWarning:Update your`Model`call to the Keras2 API:`Model(in...,outputs=Tensor(de...) autoencod...


1 answers
60 views
0
Deployment Fails in a Sagemaker Environment

PrerequisitesWe are creating a TTS system using acoustic models with aws' sagemaker.What do you want to doI would like to deploy an acoustic model with sagemaker.Problems/Error Messages you are experi...


1 answers
105 views
0
Keras using Google Collaboration cannot model.save

I'm learning image recognition through a book called Image Recognition Programming Recipe.When I try to save the model in keras, an error occurs and I cannot save it.I thought the following site might...


1 answers
99 views
0
Resource exhausted:understanding OOM when allocating tensor errors

What do you want to doUse Google colab to learn image data in YOLO-v3.What I've already doneCollect 20 teacher images and resize themAnnotate the collected images with Vott and put them on the colab a...

« - 5 - »

© 2024 OneMinuteCode. All rights reserved.