已回答
Train Convolutional Neural Network for Regression with augmented image
Hi Tiago To implement data augmentation in the example you've mentioned, you can follow these steps: Load the datase: Load the...

1 year 前 | 0

已回答
How is Validation and Test cost calculated in Classification Learner app?
Hi Satish The validation and testing cost refer to the total number of misclassifications. By default, the app assigns a penalt...

1 year 前 | 0

| 已接受

已回答
C++ API and allocators (memory management)
Hello Marie I understand you want to create string arrays as opposed to cell arrays of characters which requires a custom memor...

1 year 前 | 0

已回答
How to label an RBG image consisting of 8 bits/ data points and each point represents a certain power value to use the image as an input to CNN for forecasting
Hello Danya To my understanding, you want to forecast power outputs represented as RGB values. Instead of labelling the dataset...

1 year 前 | 0

已回答
Estgeotform3d using known points
Hello Anup It appears that the problem statement requires an increase in the number of data points in the final transformed dat...

1 year 前 | 0

已回答
How to sort out the issue that the workspace plotting data is not displayed completely in external mode? 
Hello Mohamed Since the data is showing up for only a short span of time, changing the x limit of the time axis can solve the i...

1 year 前 | 0

已回答
classify time related images using deep learning
Hello Inhyeok It appears that the problem statement requires the classification of images, which are time related within the fo...

1 year 前 | 0

已回答
Data Division of Neural Network training?
Hello Ali Almakhmari To ensure that the last 100 rows are included in the training set, you can split the data into two arrays...

1 year 前 | 0

| 已接受