Community Profile

photo

Amir Qolami


Last seen: 10 months ago|Active since 2020

Statistics

  • First Answer
  • Explorer

View badges

Content Feed

View by

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

2 years ago | 0

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

2 years ago | 1