An open API service indexing awesome lists of open source software.

https://github.com/meiqua/cs231n


https://github.com/meiqua/cs231n

cs231n derivation

Last synced: over 1 year ago
JSON representation

Awesome Lists containing this project

README

          

# cs231n
cs231n assignment
some record, for impressive moment

## batchnorm_backward_alt_derivation, assignment2
derive the batchnorm_backward_alt by hand, using an element-wise method.
There is a mistake at last step in the picture, there should be a x.shape[0] multiplying the first dout.
But the code is right.

![bn](/bn.jpg)

[墙裂推荐的求导教程](https://zhuanlan.zhihu.com/p/24709748)

[vectorization using the above method](https://zhuanlan.zhihu.com/p/29148738)

## knn compute_distances_no_loops, assignment1

![KNN](/KNN.jpg)