photo

kavitha subramaniam


Attivo dal 2014

Followers: 0   Following: 0

Messaggio

Statistica

MATLAB Answers

8 Domande
0 Risposte

RANK
35.104
of 300.364

REPUTAZIONE
1

CONTRIBUTI
8 Domande
0 Risposte

ACCETTAZIONE DELLE RISPOSTE
12.5%

VOTI RICEVUTI
1

RANK
 of 20.934

REPUTAZIONE
N/A

VALUTAZIONE MEDIA
0.00

CONTRIBUTI
0 File

DOWNLOAD
0

ALL TIME DOWNLOAD
0

RANK

of 168.407

CONTRIBUTI
0 Problemi
0 Soluzioni

PUNTEGGIO
0

NUMERO DI BADGE
0

CONTRIBUTI
0 Post

CONTRIBUTI
0 Pubblico Canali

VALUTAZIONE MEDIA

CONTRIBUTI
0 Punti principali

NUMERO MEDIO DI LIKE

  • Thankful Level 1

Visualizza badge

Feeds

Visto da

Domanda


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

oltre 10 anni fa | 1 risposta | 0

1

risposta

Domanda


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

circa 11 anni fa | 1 risposta | 0

1

risposta

Domanda


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 ...

circa 11 anni fa | 2 risposte | 1

2

risposte

Domanda


i f i have an array a=[1 2 3 4 1;6 7 8 9 2].I need to split this array based on the value in last column.Resultant array b=[1 2 3 4],c=[6 7 8 9]. The splitted array b should contain the row whose last column is 1 and c 2
a=[1 2 3 4 1 5 6 7 8 2 3 4 5 6 1 4 3 2 1 1] Resultant matrix is : b=[1 2 3 4 3 4 5 6 4 3 2 1] c=[5 6 7...

circa 11 anni fa | 1 risposta | 0

1

risposta

Domanda


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 ...

circa 11 anni fa | 2 risposte | 0

2

risposte