Skip to content

Latest commit

 

History

History
9 lines (5 loc) · 539 Bytes

README.md

File metadata and controls

9 lines (5 loc) · 539 Bytes

A repository to store miscellaneous work or tests related to Artificial Neural Networks (ANNs) and Convolutional Neural Networks (CNNs).

Description of the files and folders in repository:

speed_tester.py

A program that creates, trains and evaluates different ANNs and CNNs on the MNIST data. This was made to check how computational times differ between different devices (e.g. my desktop CPU and my cousins GPU).

For each of four different batch sizes, it creates, trains and evaluates each neural network on the MNIST data.