sushant097 / Handwritten-Line-Text-Recognition-using-Deep-Learning-with-Tensorflow

Use Convolutional Recurrent Neural Network to recognize the Handwritten line text image without pre segmentation into words or characters. Use CTC loss Function to train.
Apache License 2.0
292 stars 122 forks source link

Feature Extraction #19

Closed ghost closed 3 years ago

ghost commented 3 years ago

.

sushant097 commented 3 years ago

@hbk17 It is all about Deep Learning and seems to the black box. Several Layers of CNN will extract features from big to small ones like in this case handwritten styles, shapes of characters, etc. You should learn more about How CNN extracts features.