photo

Sohel Ahammed


Actif depuis 2015

Followers: 0   Following: 0

Statistiques

MATLAB Answers

3 Questions
1 Réponse

RANG
201 766
of 301 153

RÉPUTATION
0

CONTRIBUTIONS
3 Questions
1 Réponse

ACCEPTATION DE VOS RÉPONSES
66.67%

VOTES REÇUS
0

RANG
 of 21 182

RÉPUTATION
N/A

CLASSEMENT MOYEN
0.00

CONTRIBUTIONS
0 Fichier

TÉLÉCHARGEMENTS
0

ALL TIME TÉLÉCHARGEMENTS
0

RANG

of 173 067

CONTRIBUTIONS
0 Problèmes
0 Solutions

SCORE
0

NOMBRE DE BADGES
0

CONTRIBUTIONS
0 Publications

CONTRIBUTIONS
0 Public Chaîne

CLASSEMENT MOYEN

CONTRIBUTIONS
0 Point fort

NOMBRE MOYEN DE LIKES

  • Thankful Level 1
  • First Answer

Afficher les badges

Feeds

Afficher par

Question


How i can test data set input=[0 1] after training xor ???
%user specified values hidden_neurons =10; epochs =10000; % ------- load in the data ------- train_inp=[0 0;0 1;1 0;1 1]...

plus de 10 ans il y a | 1 réponse | 0

0

réponse

Réponse apportée
Back propagation algorithm of Neural Network : XOR training
Ok. If i Want to test it, how i have to change. Ex: input : 1 0 expected output : 1 (From learing).

plus de 10 ans il y a | 0

Question


How i can calculate row wise avg of an image??
temp1 = double(imread('im1.JPG')); %img1.jpg is a 240*20 pixels in size; %expected output 240 rows with single column with a...

plus de 10 ans il y a | 1 réponse | 0

1

réponse

Question


??? Error using ==> mtimes MTIMES is not fully supported for integer classes. At least one input must be scalar. (How can I solve this??)
%user specified values hidden_neurons = 100; epochs = 1000000000; % ------- load in the data ------- % for...

plus de 10 ans il y a | 2 réponses | 0

2

réponses