OCR Project
Loading...
Searching...
No Matches
cnn Directory Reference
Directory dependency graph for cnn:
src/cnn

Files

 
cnn.c
 CNN implementation: initialisation, forward pass, backward pass, SGD-with-momentum update.
 
cnn.h
 Convolutional Neural Network for A–Z character recognition.
 
dataset.c
 Training dataset loader with optional POSIX thread parallelism.
 
dataset.h
 Training dataset loader.
 
model.c
 Binary save/load of CNN weights and latest-model discovery.
 
model.h
 Binary serialisation and deserialisation of CNN weights.