PyTorchStepByStep icon indicating copy to clipboard operation
PyTorchStepByStep copied to clipboard

Question about some of notation used in some of figures

Open gggh900 opened this issue 5 months ago • 1 comments

I was initially struggline with some of the notations used in the figures specially with 2 digit ones and I think I kinda understood now and put some of the examples along with descriptions, are those correct?

x0 | data point 1, input x1 | data point 2, input x00 | data point 1, feature #1 x01 | data point 1, feature #2 a00 | computed score from data point #1, feature #1 a01 | computed score from data point #1, feature #2 a10 | computed score from data point #2, feature #1 a11 | computed score from data point #2, feature #2

gggh900 avatar Aug 05 '25 00:08 gggh900

Hi @ggghamd ,

Yes, you're absolutely correct in the examples you listed.

Best, Daniel

dvgodoy avatar Aug 26 '25 15:08 dvgodoy