photo

mladen


Aktiv seit 2013

Followers: 0   Following: 0

Nachricht

Statistik

MATLAB Answers

2 Fragen
6 Antworten

RANG
166.714
of 300.364

REPUTATION
0

BEITRÄGE
2 Fragen
6 Antworten

ANTWORTZUSTIMMUNG
0.0%

ERHALTENE STIMMEN
0

RANG
 of 20.934

REPUTATION
N/A

DURCHSCHNITTLICHE BEWERTUNG
0.00

BEITRÄGE
0 Dateien

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANG

of 168.407

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 Highlights

DURCHSCHNITTLICHE ANZAHL DER LIKES

  • First Review
  • First Answer

Abzeichen anzeigen

Feeds

Anzeigen nach

Beantwortet
Real Time Windows Target (RTWT) in Windows 8
I was getting blue screens and needed to restart on windows 8.1 64 bit, when i ran a script. On the other, exact same machine an...

etwa 11 Jahre vor | 0

Beantwortet
cannot open local matlabpool
Solved it. It was firewall, as someone mentioned somewhere. On Windows go to: Control Panel\System and Security\Windows Firew...

fast 12 Jahre vor | 0

Beantwortet
MATLAB "Out of memory" problem
I managed to solve the problem by installing 64-bit Windows 8.1 and 64-bit Matlab 2013b.

fast 12 Jahre vor | 0

Beantwortet
Neural Network - Multi Step Ahead Prediction
Be aware that predicting outputs this way (similar to cascade relaization of linear system) has great sensitivity to parametar e...

etwa 12 Jahre vor | 0

Frage


How to use different transfer functions within the same layer of a neural network?
For example, hidden layer with 3 different neurons: 1.tansig, 2.logsig, 3.elliotsig. I understand that this influences normaliz...

mehr als 12 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


Neural networks: How to use param in apply(n,param) and da_dn.m ?
My apply function looks something like this: function A = apply(n,param) %.... %.... A=a1.*a2; end now I would like to...

mehr als 12 Jahre vor | 0 Antworten | 0

0

Antworten

Beantwortet
How to use a custom transfer function in neural net training
Thank you Bob. Nice trick with feedforwardnet.m (good for permanent use). I've managed to do this but some new questions arise: ...

mehr als 12 Jahre vor | 0

Beantwortet
How to use a custom transfer function in neural net training
Could anybody upload some examples of modified tansig.m and +tansig folder? This would be very helpful for my project and for o...

mehr als 12 Jahre vor | 0