cs231n / cs231n.github.io

Public facing notes page
MIT License
10.06k stars 4.06k forks source link

Added first draft of Backpropagation for Basic Matrix Operations course notes using denominator layout #262

Closed ashishjain87 closed 3 years ago

ashishjain87 commented 3 years ago

As per my conversation with Ranjay on Monday, June 7, 2021, I have added the first draft of my agreed upon course notes. These course notes cover backpropagation for basic matrix operations as well as limited vector operations.

Instructions for generating the pdf: I am including the Makefile. As long as pdflatex is installed on the machine (which should come with latexmk), you can simply navigate to the student-contributions folder where the BackPropagationBasicMatrixOperations.tex file and the Makefile live and type 'make' to generate the pdf file. make clean will clean the generated files.