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

https://github.com/en10/transfer-learning

Concise Example of Transfer Learning in Keras & TensorFlow 2.0
https://github.com/en10/transfer-learning

keras keras-classification-models tensorflow tensorflow-examples tensorflow2 transfer-learning

Last synced: 8 days ago
JSON representation

Concise Example of Transfer Learning in Keras & TensorFlow 2.0

Awesome Lists containing this project

README

        

# TF2 Transfer Learning

Concise Example of Transfer Learning in Keras & TensorFlow 2.0

* [tf_cats&dogs.ipynb](https://github.com/EN10/Transfer-Learning/blob/main/tf_cats%26dogs.ipynb) longer example with base retraining, based on [Keras Transfer learning & fine-tuning](https://keras.io/guides/transfer_learning/)
* [transfer_learning_with_hub.ipynb](https://github.com/EN10/Transfer-Learning/blob/main/transfer_learning_with_hub.ipynb) shortish example based on [Transfer learning with TensorFlow Hub](https://www.tensorflow.org/tutorials/images/transfer_learning_with_hub)
* [Transfer_Learning_Custom.ipynb](https://github.com/EN10/Transfer-Learning/blob/main/Transfer_Learning_Custom.ipynb) simplified based on multiple sources

Transfer Learning Guides:
* [Transfer learning and fine-tuning](https://www.tensorflow.org/tutorials/images/transfer_learning)
* [Transfer learning with TensorFlow Hub](https://www.tensorflow.org/tutorials/images/transfer_learning_with_hub)
* [Keras Transfer learning & fine-tuning](https://keras.io/guides/transfer_learning/)

ImageNet Models:
* [Keras Models Official](https://github.com/keras-team/keras-applications)
* [Keras Models Enio](https://github.com/EN10/KerasApplications/blob/main/README.md)
* [TF Hub Models](https://tfhub.dev/s?fine-tunable=yes&module-type=image-feature-vector&tf-version=tf2)

Definitions:
* [Optimizer](https://ml-cheatsheet.readthedocs.io/en/latest/optimizers.html#optimizers)

Previous Example:
* [Transfer Learning TF1](https://github.com/EN10/TransferLearnColab)
* [Gather Images](https://github.com/EN10/TransferLearnColab#images)