Community Profile

photo

Prachi Suryawanshi


Active since 2017

Statistics

Content Feed

View by

Question


Getting Error while using Preparet. "Index exceeds matrix dimensions. Error in preparets (line 293) xi = xx(:,FBS+((1-net.numInputDelays):0));"
My code is clc clear all filename = 'input_import2.xlsx' x = xlsread(filename); filename = 'input_ex_cog_import...

6 years ago | 1 answer | 0

1

answer

Question


I have 4 inputs and 1 output which is either '0' or '1'. I have around 1000 samples and I want to create a Neural Network for this.
I want to write a code for this but I am not able to do so. Please help me with it. PS: I want to write the code I don't want...

7 years ago | 1 answer | 0

1

answer

Question


General code of back propagation feed forward neural network
Hi, I am looking for a general matlab code for BPFFNN I have 4 inputs and output is either 0 or 1. I need a general code which...

7 years ago | 1 answer | 0

1

answer

Question


Getting problem in exporting model from Matlab Classification App
I made a model of Logistic Regression which has 4 inputs and 2 outputs '0' and '1'. I am having trouble in exporting the model t...

7 years ago | 2 answers | 0

2

answers