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

https://github.com/gabrielsantoslima/fine-tuning-cnns-example

🧪An example of Fine-Tuning of CNN models using Keras and Tensorflow.
https://github.com/gabrielsantoslima/fine-tuning-cnns-example

cnns fine-tuning keras machine-learning tensorflow

Last synced: 8 months ago
JSON representation

🧪An example of Fine-Tuning of CNN models using Keras and Tensorflow.

Awesome Lists containing this project

README

          

# Fine-Tuning of CNN models

> In order to transfer learning of pretrained models to solve specific problems, this project shows how to apply a famous machine learning technique called **fine-tuning**.

## Requirements

- Conda 34.5.0
- Python 3.11
- Keras & Tensorflow
- Pandas
- scikit-learn
- and more dependencies. See the [configuration file here](./environment.yml)