Feeds
提问
Using feedforwardnet with a linear transfer function
Is there a reason that the feedforwardnet architecture when used with the 'trainr' training function and a linear transfer funct...
12 years 前 | 0 个回答 | 0
0
个回答已回答
How do I import a data file as a matrix and run a .m file from a python script?
Figured it out! os.system("matlab -nodisplay < NN_v1.m") Thanks for your help Walter!
How do I import a data file as a matrix and run a .m file from a python script?
Figured it out! os.system("matlab -nodisplay < NN_v1.m") Thanks for your help Walter!
12 years 前 | 0
已回答
How do I import a data file as a matrix and run a .m file from a python script?
So is the code going to look like this, with the three files I have to load into matrices being NNinput, NNinputSiAvg340, NNoutp...
How do I import a data file as a matrix and run a .m file from a python script?
So is the code going to look like this, with the three files I have to load into matrices being NNinput, NNinputSiAvg340, NNoutp...
12 years 前 | 0
提问
How do I import a data file as a matrix and run a .m file from a python script?
I have a .m file that is used to run a neural network in matlab, which I have locally installed on my computer. I am trying to w...
12 years 前 | 3 个回答 | 0
