Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/hazooree/a-simple-trained-lenet-model

A Simple Trained LeNET Model for handwritten digit recognition
https://github.com/hazooree/a-simple-trained-lenet-model

colaboratory conv2d handwritten-digit-recognition maxpooling

Last synced: 19 days ago
JSON representation

A Simple Trained LeNET Model for handwritten digit recognition

Awesome Lists containing this project

README

        

# A-Simple-Trained-LeNET-Model
A Simple Trained LeNET Model

# Model Summary
Layer (type) Output Shape Param
=================================================================
conv2d_1 (Conv2D) (None, 24, 24, 6) 156
_________________________________________________________________
max_pooling2d_1 (MaxPooling2 (None, 12, 12, 6) 0
_________________________________________________________________
conv2d_2 (Conv2D) (None, 8, 8, 12) 1812
_________________________________________________________________
max_pooling2d_2 (MaxPooling2 (None, 4, 4, 12) 0
_________________________________________________________________
flatten_1 (Flatten) (None, 192) 0
_________________________________________________________________
dense_1 (Dense) (None, 10) 1930
_________________________________________________________________
activation_1 (Activation) (None, 10) 0
=================================================================
Total params: 3,898
Trainable params: 3,898
Non-trainable params: 0
_________________________________________________________________