saurabh-sm / convolutional-neuralnet

Project 3 for Artificial Neural Networks

Home Page:https://sites.google.com/view/cpsc-585/spring-2020

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Convolutional Neural Network

Convolutional neural networks are computationally more intensive (in terms of minutes per epoch) than multi-layer perceptrons, which makes the presence of a GPU or TPU even more important.

This project uses the EMNIST letters dataset which is built into Tensorflow. A validation set is also used as lots of hyperparameters are tuned, and also because it is a good practice. The test set is used only for the final evaluation of the trained and tuned network.

A CNN for EMNIST Letters

This project builds upon MLP for EMNIST Letters where alternative architectures are explored, and more hyperparameters and optimizers are tuned. The training process is visualized by plotting a loss curve using TensorBoard.

About

Project 3 for Artificial Neural Networks

https://sites.google.com/view/cpsc-585/spring-2020


Languages

Language:Jupyter Notebook 100.0%