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
cnns fine-tuning keras machine-learning tensorflow
Last synced: 29 days 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 (3 months ago)
- Default Branch: main
- Last Pushed: 2024-11-10T00:17:11.000Z (3 months ago)
- Last Synced: 2024-11-10T01:19:34.227Z (3 months ago)
- Topics: cnns, fine-tuning, keras, machine-learning, tensorflow
- Language: Jupyter Notebook
- Homepage:
- Size: 529 KB
- Stars: 1
- 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)