Community Profile

photo

ampaul


2017 年からアクティブ

Followers: 0   Following: 0

統計

  • Thankful Level 3

バッジを表示

Feeds

表示方法

質問


Why is my LSTM network taking 3 hours to train on a single CPU?
I have been training a LSTM network that contains 5000 samples of numerical data (each containing 100 time-steps). I am perplexe...

約6年 前 | 0 件の回答 | 0

0

回答

質問


num2cell question regarding condensing
Hello all, I have a simple question, but I am having trouble finding the most simple way to accomplish this task. Let's ...

6年以上 前 | 2 件の回答 | 0

2

回答

質問


Very confusted about the number of input neurons in my network.
Hello, I believe this to be an elementary question to more experienced machine learning experts, but I am lost. I know that t...

6年以上 前 | 1 件の回答 | 0

1

回答

質問


How do I take a large table, split it into smaller chunks, and add them to a new table?
Hi, I have a 100x5 table. The 100 rows are split evenly into 4 classes (for example, 1:25 = class 1, 26:50 = class 2, and so on)...

7年弱 前 | 2 件の回答 | 0

2

回答

質問


Difficulty reducing the number of rows in a table
Hi. I have a 75*4 table. The table describes 3 classes, where 1:25 = class1, 26:50 = class2, and 51:75 = class3. For my code...

7年弱 前 | 1 件の回答 | 0

1

回答

質問


How to create a cell with multiple entries in one line of code?
Hi, I am trying to create a cell for a classification problem. The cell is 75x1. For every 25 entries down the rows, each has ...

7年弱 前 | 1 件の回答 | 0

1

回答

質問


Bad classification accuracy... What could be making my pattern recognition network perform so poorly?
Hello Matlab Community. I have run into an issue with my neural network. My network contains 2000 samples evenly distributed...

7年弱 前 | 1 件の回答 | 0

1

回答

質問


Machine learning for classificaiton, testing it, then including the testing set into a new training set?
Hi all, I am curious. I have a classification problem, where I need machine learning to help me place signals into three cate...

7年弱 前 | 1 件の回答 | 0

1

回答

質問


What is the fastest way to plot 4 separate graphs with equal y parameters?
Hello, I am trying to plot 4 graphs. Each of these need to be on a similar scale, so I would like them all to have y boundar...

7年弱 前 | 1 件の回答 | 0

1

回答

質問


Simple question... how do I multiply all elements of a matrix by 2?
Hi, I have a 5*5 matrix. I would like all elements in this matrix to be divided by two..can someone please remind me how this is...

7年弱 前 | 0 件の回答 | 0

0

回答

質問


While building a training set I come across an issue.. different sized samples.
Hello. I am building a training set for a neural network toolbox. In this dataset, there are 4 classes. Two of the classes c...

7年弱 前 | 0 件の回答 | 0

0

回答

質問


How can I improve my neural network further?
Hello, I have built a neural network and generated code simply by using the patternnet tool in nnstart. I am happy do say that w...

7年弱 前 | 1 件の回答 | 0

1

回答

質問


At what point does variation in neural network training become unreasonable?
I have a network trained in patternnet. By observing the confusion matrix after each training session, I am witnessing a varianc...

7年弱 前 | 1 件の回答 | 0

1

回答

質問


How can I choose the best neural network in MATLAB when my results change each time I retrain?
Hi. I have finally built a dataset and trained it (for classification) in both patternnet and the Classification Learner App. I ...

7年弱 前 | 1 件の回答 | 0

1

回答

質問


How do I create a large binary target matrix?
Hello. I have a dataset of 300 samples (with 60 observations each) that are divided into 6 even categories (50 samples each) ...

7年弱 前 | 3 件の回答 | 0

3

回答

質問


How to store time series data for use in patternnet?
Hi, I am trying to find the best way to store my data for use with patternnet in the Neural Network Toolbox (if this is even pos...

7年弱 前 | 1 件の回答 | 0

1

回答

質問


Does MATLAB support neural networks for time-series classification problems?
I have 300 samples of frequency vs. time data divided into 3 categories (increasing trend, decreasing trend, and normal). Below ...

7年弱 前 | 1 件の回答 | 1

1

回答

質問


How to assign a unique variable to each output in a for loop?
mu=3; %mean value s=0.5; %stepsize P=1:s:20; %time period g=2; %magnitude of gradient trend sigma = 5; %noise level for i...

7年弱 前 | 2 件の回答 | 0

2

回答

質問


How can I create a data set with multiple random plots?
I am trying to develop a random time series data set to use in training a neural network. I would like to mention that I am very...

7年弱 前 | 1 件の回答 | 0

1

回答

質問


How to store large samples of time series data in MATLAB?
Hi all, I am trying to store about 100 random samples of the following equations. y(t) = µ + r(t)σ; y(t) = µ + r(t)...

7年弱 前 | 1 件の回答 | 0

1

回答