photo

kavitha subramaniam


Aktiv seit 2014

Followers: 0   Following: 0

Nachricht

Statistik

MATLAB Answers

8 Fragen
0 Antworten

RANG
35.104
of 300.364

REPUTATION
1

BEITRÄGE
8 Fragen
0 Antworten

ANTWORTZUSTIMMUNG
12.5%

ERHALTENE STIMMEN
1

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

  • Thankful Level 1

Abzeichen anzeigen

Feeds

Anzeigen nach

Frage


i have done some coding its logic was correct but when i run it takes very long time what can i do? some give me a hint to get over this problem
long running of code but its logic was correct i think so what can i do

mehr als 10 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


in backpropagation learning algorithm always i used to get the same accuracy rate whatever learning rate and momentum constant is used.So, what is the solution for this
whatever value for learning rate is given the BPN produce the same accuracy rate.what to do

etwa 11 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


How to remove the last column in an array
How to remove the last column in this array? a=[1 2 3 4 5 6 7 8 9 1 2 3 ...

etwa 11 Jahre vor | 2 Antworten | 1

2

Antworten

1

Antwort

Frage


a=1 2 3 4 5 6 7 8 9 b=0 1 1 2 3 2 3 2 1 resultant matrix is 1 0 2 1 3 1 4 2 5 3 6 2 7 3 8 2 9 1
a=1 2 3 4 5 6 7 8 9 b=0 1 1 2 3 2 3 2 1 How do I interleave columns? resultant matrix is 1 ...

etwa 11 Jahre vor | 2 Antworten | 0

2

Antworten