Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

Last synced: about 11 hours 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)