Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/fatescript/numpy_deeplearning

reimplement some basic ops in deeplearning(It's helpful for understanding)
https://github.com/fatescript/numpy_deeplearning

Last synced: 24 days ago
JSON representation

reimplement some basic ops in deeplearning(It's helpful for understanding)

Awesome Lists containing this project

README

        

# Numpy deeplearning
实现deeplearning(主要是计算机视觉领域)的一些基本op,加深理解
## function
relu
sigmoid
softmax

## initializer
kaiming
xavier

## layer
conv2d
batchnorm2d
pool2d
fc
dropout

## operator
add
mul

## optimizer
sgd
adam