You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi,
I have a question on the difference between MLP and FFNN. I understand that theoretically, MLP is fully connected version of FFNN only. I need to understand the difference at implementation level. So the pytorch implementation for feed forward is exactly the same as MLP. Both have same init function (where you define sequential layers), then forward function. My question is what's the difference between the two in terms of implementing the code. Kindly guide.
Thanks!
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
I have a question on the difference between MLP and FFNN. I understand that theoretically, MLP is fully connected version of FFNN only. I need to understand the difference at implementation level. So the pytorch implementation for feed forward is exactly the same as MLP. Both have same init function (where you define sequential layers), then forward function. My question is what's the difference between the two in terms of implementing the code. Kindly guide.
Thanks!
Beta Was this translation helpful? Give feedback.
All reactions