54 questions
The default image data set for handwritten numbers is 1 to 10.I would like to take out only 1 and 2 of them so that I can only categorize 1 and 2.We followed the steps below.·Take out image data and l...
35 minutes ago35 minutes agoWhen training neural networks (NN) A and B with different configurations simultaneously with the same training data (batch), the inference accuracy of B is always much bett...
I would like to create an algorithm in javascript that can be regressed with any graph, such as scipy.optimize.curve_fit.The library I found is at the following URL:https://www.npmjs.com/package/regre...
For example, you have 100 multivariate time series data and want to predict one time series data.In this case, how do I choose the data I really need to predict from 100 pieces of data?In addition, if...
I'm studying a book called Deep Learning from scratch.If you continue to read, you will be importing a module called common, where the following error occurs:ModuleNotFoundError: No module named 'comm...
I'm studying Python on my own.With Keras code, model.fit(x_train,y_train,verbose=1,validation_split=0.2,shuffle=True,epochs=20000)At that time, we understand that learning occurs over 20,000 epochs, w...
I'm doing a competition problem with Python that predicts a certain number.We took only the available feature quantities from the given training data and similarly took the same feature quantities fro...
I'm using PyTorch to learn in-depth learning.I use numpy's np.tile and np.reshape in the forward calculation, but if I convert the Tensor type to numpy's ndarray type, the requirements_grad informatio...
I'm doing fine tuning, but I've been fiddling with all the binding layers of vgg16, while freezing the convolutional layers.However, once the convolutional layer was made available without freezing, t...
Currently, I am trying to read csv in Python's pandas to learn.So if you run itValueError: could not convert srtrring to float' v-0.6703230.0173202.448769\nv-0.2484260.0668552.655411\nv-0.634120.15956...
- 1 - | » |
© 2024 OneMinuteCode. All rights reserved.