gustavobarbosab / neural-network

A simple application using a Convolutional Neural Network (CNN) and EMNIST dataset.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Convolutional Neural Network (CNN)

A simple application using a CNN and the EMNIST dataset.

Network architecture

I created an architecture using CNN pattern with 3 convolution layers. Architecture

EMNIST dataset

I chose the EMNIST dataset with the set letters like describe the image bellow. EMNIST paper: https://arxiv.org/pdf/1702.05373v1.pdf

image

Train outputs

Train sample

Test outputs

image

About

A simple application using a Convolutional Neural Network (CNN) and EMNIST dataset.


Languages

Language:Julia 100.0%