Community Profile

photo

ampaul


Aktiv seit 2017

Followers: 0   Following: 0

Statistiken

  • Thankful Level 3

Abzeichen anzeigen

Feeds

Anzeigen nach

Frage


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

etwa 6 Jahre vor | 0 Antworten | 0

0

Antworten

Frage


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

mehr als 6 Jahre vor | 2 Antworten | 0

2

Antworten

Frage


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

mehr als 6 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


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

fast 7 Jahre vor | 2 Antworten | 0

2

Antworten

Frage


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

fast 7 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


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

fast 7 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


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

fast 7 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


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

fast 7 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


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

fast 7 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


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

fast 7 Jahre vor | 0 Antworten | 0

0

Antworten

Frage


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

fast 7 Jahre vor | 0 Antworten | 0

0

Antworten

Frage


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

fast 7 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


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

fast 7 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


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

fast 7 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


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

fast 7 Jahre vor | 3 Antworten | 0

3

Antworten

Frage


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

fast 7 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


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

fast 7 Jahre vor | 1 Antwort | 1

1

Antwort

Frage


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

fast 7 Jahre vor | 2 Antworten | 0

2

Antworten

Frage


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

fast 7 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


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

fast 7 Jahre vor | 1 Antwort | 0

1

Antwort