Skip to content

abelusha/Transfer-Learning-on-MNIST-hand-written-Digits_CNN

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

Transfer-Learning-on-MNIST

In this notebook, I treid to classify the digitst 5-9 by using a model that is trained on the digits 0-4 by emplying a techinque called transfer learning.

I used two approaches.

  1. save the optimized weights from the initial model (trained on the digits 0-4) and use them to classify the digitst 5-9 which the model had never seen. In this technique rather than initilize the weights randomly I used the pretrained weights

  2. The second apprach is to freez the first layers of the model, which usually is called feature layers. Then the model only trains, the last classification layes in classifying the digits 5-9.

Results:

result_3

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published