Ecosyste.ms: Awesome
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
Last synced: about 11 hours ago
JSON representation
π§ͺAn example of Fine-Tuning of CNN models using Keras and Tensorflow.
- Host: GitHub
- URL: https://github.com/gabrielsantoslima/fine-tuning-cnns-example
- Owner: gabrielSantosLima
- Created: 2024-11-01T10:42:41.000Z (6 days ago)
- Default Branch: main
- Last Pushed: 2024-11-02T15:13:52.000Z (5 days ago)
- Last Synced: 2024-11-02T16:23:02.593Z (5 days ago)
- Size: 1.95 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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)