Clear Filters
Clear Filters

About weights of neural network

2 views (last 30 days)
eriiharuue
eriiharuue on 23 Jan 2017
Commented: Greg Heath on 24 Jan 2017
I make a neural network, and I used the following data.
Nodes No. of input data = 1016 // Nodes No. of hidden layer = 10
but, net.IW{1,1} matrix is {10x851} double matrix, not {10x1016}.
Why is this?
Input data has the same number or a little bit of 0.
And how can I calculate directly from these weights matrix?
  1 Comment
Greg Heath
Greg Heath on 24 Jan 2017
impossible to answer without seeing your code
Greg

Sign in to comment.

Answers (0)

Categories

Find more on Sequence and Numeric Feature Data Workflows in Help Center and File Exchange

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!