Hamidkn / Eye-Tracker-using-Neural-Network

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Eye-Tracker-using-Neural-Network

Model: "sequential"


Layer (type) Output Shape Param #

conv2d (Conv2D) (None, 31, 31, 32) 320


conv2d_1 (Conv2D) (None, 10, 10, 64) 18496


max_pooling2d (MaxPooling2D) (None, 5, 5, 64) 0


dropout (Dropout) (None, 5, 5, 64) 0


conv2d_2 (Conv2D) (None, 1, 1, 128) 73856


max_pooling2d_1 (MaxPooling2 (None, 1, 1, 128) 0


conv2d_3 (Conv2D) (None, 1, 1, 128) 147584


max_pooling2d_2 (MaxPooling2 (None, 1, 1, 128) 0


dropout_1 (Dropout) (None, 1, 1, 128) 0


flatten (Flatten) (None, 128) 0


dense (Dense) (None, 128) 16512


dropout_2 (Dropout) (None, 128) 0


dense_1 (Dense) (None, 2) 258

Total params: 257,026 Trainable params: 257,026 Non-trainable params: 0


Plots:

alt text

alt text

About


Languages

Language:Python 100.0%