Community Profile

photo

Amir Qolami


Last seen: etwa ein Monat vor Aktiv seit 2020

Followers: 0   Following: 0

Statistiken

  • First Answer
  • Explorer

Abzeichen anzeigen

Feeds

Anzeigen nach

Beantwortet
how to calculate the output of neural network manually using input data and weights.
This works for any number of hidden layers and neurons; function output = NET(net,inputs) w = cellfun(@transpose,[net....

etwa 4 Jahre vor | 0

Beantwortet
How to manually calculate a Neural Network output?
The In{i} and Out{i} are inputs and outputs of i(th) hidden(and also output) layer. There are two rescales before the input and...

etwa 4 Jahre vor | 1