pkmital / CADL

ARCHIVED: Contains historical course materials/Homework materials for the FREE MOOC course on "Creative Applications of Deep Learning w/ Tensorflow" #CADL
https://www.kadenze.com/courses/creative-applications-of-deep-learning-with-tensorflow/info
Apache License 2.0
1.48k stars 732 forks source link

Fix position of X and W #26

Closed offchan42 closed 7 years ago

offchan42 commented 7 years ago

X should be on the left side and W should be on the right side to make the matrix multiplication possible.

pkmital commented 7 years ago

Thank you!