Statistics
15 Questions
0 Answers
RANK
158,440
of 295,527
REPUTATION
0
CONTRIBUTIONS
15 Questions
0 Answers
ANSWER ACCEPTANCE
33.33%
VOTES RECEIVED
0
RANK
of 20,242
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANK
of 154,057
CONTRIBUTIONS
0 Problems
0 Solutions
SCORE
0
NUMBER OF BADGES
0
CONTRIBUTIONS
0 Posts
CONTRIBUTIONS
0 Public Channels
AVERAGE RATING
CONTRIBUTIONS
0 Highlights
AVERAGE NO. OF LIKES
Feeds
Question
Abnormal outputs in Neural Networks Blind tests (new tests after the net is trained).
The data divisions in my ANN model is trn 60 - val 20 - tst 20 . All of my input and target values are in between 0 - 1 (numeric...
11 years ago | 1 answer | 0
1
answerQuestion
Problems with outputs in Neural Networks (in Matlab NN toolbox)
Hi, I trained my ANN (in Matlab) with 652500 data points, and in another blind test (652100 data points -for completely new inpu...
11 years ago | 1 answer | 0
1
answerQuestion
How to add figure title and axes labels for multiple plots?
I have plotted multiple plots in a single figure in matlab. Now i want to add figure title and axes (X, Y) labels. How can i do ...
11 years ago | 1 answer | 0
1
answerQuestion
How to insert strings and numeric values together in the same matrix in Matlab?
I want to insert string characters(first column of my excel file) and numeric values(2nd to 11th column) in the same matrix in m...
11 years ago | 0 answers | 0
0
answersQuestion
Which algorithm performs random shuffling of data in Matlab (randperm function)?
I would like to know Which algorithm performs random shuffling of data in Matlab (randperm function) . Is it Knuth shuffling alg...
11 years ago | 1 answer | 0
1
answerQuestion
How to do Box plot for multiple variables? Codes please.
Hello, I want to summarize my simulation data by visualizing them in box plot where there are 25 different simulations. These ar...
12 years ago | 1 answer | 0
1
answerQuestion
How to read mix characters in a cell, and write to another cell?
In Matlab, I want to read specific characters from a cell which contains a mixture of numbers and texts and write them in a diff...
12 years ago | 1 answer | 0
1
answerQuestion
Solving "Subscripted assignment dimension mismatch" error message.
Dear all, In NN toolbox matlab, I want to use Input data which is a 165238 × 9 matrix, means 9 columns and 165238 rows of dat...
12 years ago | 0 answers | 0
0
answersQuestion
How to solve out of memory errors in Matlab Neural Networks toolbox for large datasets?
Hi all, I have huge input datasets to use in NN Toolbox, but i can't use more than 20 hidden neurons because toolbox shows ou...
12 years ago | 1 answer | 0
1
answerQuestion
Out of Memory errors in MATLAB NN Toolbox and data division problems in training datasets.
Hello: I am facing problem in running huge data set in matlab NN Toolbox- the problem is-> when i use *trainlm* algorithm, NN...
12 years ago | 0 answers | 0
0
answersQuestion
Merging multiple files into one single file by MATLAB
Here i am sharing one of my data which are in .dat file. I have 16162 different files. I merged all into one file and want to re...
12 years ago | 1 answer | 0
1
answerQuestion
Reading text and numeric data from .dat file in matlab
Hello Here i am sharing one of my data which are in *.dat* file. I have 16162 different files. I merged all into one file and...
12 years ago | 0 answers | 0
0
answersQuestion
Simulation in Matlab NN toolbox_detailed codes
In matlab NN toolbox one simple code A = sim(net, newinputs); [% A = desired output from new input data]can perform the simulat...
12 years ago | 0 answers | 0
0
answersQuestion
xls file read and write (By using loops command)
I have a large file (i merged many files into it) which is a 100906 * 9 matrix. Data are occupying 100906 rows and 9 columns. In...
13 years ago | 1 answer | 0
1
answerQuestion
Saving Matlab resutls and output
In the matlab workspace the output/results can be easily saved. But when we train the network with some data to see the performa...
13 years ago | 1 answer | 0