NeverPerfecT
Followers: 0 Following: 0
Statistics
10 Questions
0 Answers
RANK
108,347
of 295,569
REPUTATION
0
CONTRIBUTIONS
10 Questions
0 Answers
ANSWER ACCEPTANCE
30.0%
VOTES RECEIVED
0
RANK
of 20,247
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANK
of 154,105
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
Round up/down a neural network output
I'm currently predicting match outcomes using neural network backpropagation, the target value should be either a 1 (win) or 0 (...
6 years ago | 0 answers | 0
0
answersQuestion
Converting an equation into MATLAB code
I am trying to write a code that calculates the accuracy of my network using sMAPE. The equation is depicted here: <</matlabc...
6 years ago | 3 answers | 0
3
answersQuestion
MSE result is too high
I have a 122x499 dataset, consisting of -1, 0, and 1 value. I made a neural network using "nntool" which uses Feedforward backpr...
6 years ago | 1 answer | 0
1
answerQuestion
Help with table manipulation
I have a table named "inputtable": No. X1 X2 X3 X4 X5 X6 X7 X8 1 87 13 13 107 7 16 74 43 2 51 75 86 114 107 107 86 3 ...
6 years ago | 0 answers | 0
0
answersQuestion
Error: FCN does not return an info object.
I have this code: rng('default') x = input; t = output; trainFcn = 'traingdm'; % Gradient descent with mo...
6 years ago | 1 answer | 0
1
answerQuestion
Getting MSE and accuracy from nntool
Assuming I've finished training dataset by using the nntool command, how do I obtain the MSE and accuracy nominal value of the o...
6 years ago | 0 answers | 0
0
answersQuestion
Brief explanation of all the training function in nntool
There are multiple training function to choose from on the neural network tool (trainlm, trainscg, traingdx, etc) and I was wond...
6 years ago | 1 answer | 0
1
answerQuestion
Need help with table conversion
I have multiple CSV files, consisting of 1 target csv and 50ish source csv. This is one example of the source csv id l...
6 years ago | 1 answer | 0
1
answerQuestion
Implementing Backpropagation to predict Tournament Outcome
I'm trying to predict a certain game tournament outcome using backpropagation. The game's mechanics is basically 2 teams, each c...
6 years ago | 0 answers | 0
0
answersQuestion
Mass replace text, then split the replaced text into multiple columns - from multiple csv files
I have multiple csv files (Azure.csv, Blue.csv,...until 50th file) which has roughly this kind of data inside it: ID, D...
6 years ago | 1 answer | 0