Skip to content

a simple CNN framework implemented by Numpy and Verified by Pytorch

Notifications You must be signed in to change notification settings

Night-mk/CNN_numpy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

A simple CNN Framework implemented by Numpy


本代码主要使用numpy构建一个简单的可训练、预测的CNN框架。实现了CNN的基础组件(Conv,Pool,Activator,FC,BN,Loss),并使用Pytorch对各个组件执行的正确性进行验证。

About

a simple CNN framework implemented by Numpy and Verified by Pytorch

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages