Skip to content

Latest commit

 

History

History
19 lines (10 loc) · 411 Bytes

File metadata and controls

19 lines (10 loc) · 411 Bytes

ConvnetJS Annotation

This is a project to annotate karpathy's ConvnetJS source code and also rewrite it with typescript.

index.js

Entry point

utils.js

Utilities file, exports random and array operations.

convnet_vol.js

Volume class, exports a class to build network

convnet_vol_util.js

Volume utilities, exports methods to perform data augmention.