Statistik
9 Fragen
0 Antworten
RANG
286.941
of 301.045
REPUTATION
0
BEITRÄGE
9 Fragen
0 Antworten
ANTWORTZUSTIMMUNG
0.0%
ERHALTENE STIMMEN
0
RANG
of 21.156
REPUTATION
N/A
DURCHSCHNITTLICHE BEWERTUNG
0.00
BEITRÄGE
0 Dateien
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANG
of 172.524
BEITRÄGE
0 Probleme
0 Lösungen
PUNKTESTAND
0
ANZAHL DER ABZEICHEN
0
BEITRÄGE
0 Beiträge
BEITRÄGE
0 Öffentlich Kanäle
DURCHSCHNITTLICHE BEWERTUNG
BEITRÄGE
0 Discussions
DURCHSCHNITTLICHE ANZAHL DER LIKES
Feeds
Frage
Neural Networks - Function approximation
Problem is to suggest weights of a multi-layered neural network computing the function f(x1, x2) = 3 − x1 − x2, where x1, x2 are...
etwa 7 Jahre vor | 0 Antworten | 0
0
AntwortenFrage
Output threshold function, Neural Network
I am using neural network of 1 hidden layer with 2 neurons, 2 input neurons and 2 output neurons. My aim is to set output thresh...
etwa 7 Jahre vor | 1 Antwort | 0
1
AntwortFrage
Function approximation using Neural Networks.
I have a task like this : Manual design of a neural network for computing a function - Suggest weights of a multi-layered neura...
etwa 7 Jahre vor | 0 Antworten | 0
0
AntwortenFrage
Elementary question, for loop implementation
I need to implement "for" loop: I have 5 matrices, m1,m2,m3,m4,m5 of size 2x3. in first for loop: A=m1 (size 2x3) B=[m2,m3,...
etwa 7 Jahre vor | 1 Antwort | 0
1
AntwortFrage
Easy for loop implementation, cell array
I have cell array containing 5 matrices. I need to implement "for" loop that each time 1 matrix out of 5 matrices is labeled a...
etwa 7 Jahre vor | 0 Antworten | 0
0
AntwortenFrage
SIMPLE QUESTION : Partiation of data
Hello, I have 2x600 matrix. I need to separate it into 5 matrices, each of which is 2x120.... Which way is the easiest way to do...
etwa 7 Jahre vor | 3 Antworten | 0
3
AntwortenFrage
HELPPP --- function input is String which is name of another respective function
I want to implement function : function m=matlab('learn') %something here end Above, string of learn must be the name of res...
etwa 7 Jahre vor | 0 Antworten | 0
0
AntwortenFrage
help me with implementing simple funtion
I was asked to implement function F= CrossVal(’PLearn’,’PRecall’,Par1,’PLearn’,’PRecall’, Par2) 'PLearn', 'PRecall' are string...
etwa 7 Jahre vor | 1 Antwort | 0
1
AntwortFrage
function whose argument is a string containing name of respective function.
I have simple question: function m=forexample('hey') Above, 'hey' is string containing name of the respective function. How ...
etwa 7 Jahre vor | 1 Antwort | 0