Skip to content

Latest commit

 

History

History
4 lines (3 loc) · 456 Bytes

README.md

File metadata and controls

4 lines (3 loc) · 456 Bytes

soplenet

A simple 4-layer feedforward neural network created for MTE 203.

Built to classify images from the CIFAR-10 dataset into one of 10 categories. Uses a cross-entropy classification loss function to backpropagate error across layers, and the mini-batch stochastic gradient descent method to apply this error to the system. Logging can be done at the epoch, mini-batch, or individual test case level.