Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/etienne-bobo/food101_classification_tensorflow
The model employs mixed-precision training within the TensorFlow framework, utilizing transfer learning techniques that encompass both feature extraction and fine-tuning stages. This approach is executed on the EfficientNetB0 architecture
https://github.com/etienne-bobo/food101_classification_tensorflow
deep-learning efficientnetb0 feature-extraction fine-tuning tensorflow2 tranfer-learning
Last synced: 8 days ago
JSON representation
The model employs mixed-precision training within the TensorFlow framework, utilizing transfer learning techniques that encompass both feature extraction and fine-tuning stages. This approach is executed on the EfficientNetB0 architecture
- Host: GitHub
- URL: https://github.com/etienne-bobo/food101_classification_tensorflow
- Owner: Etienne-bobo
- Created: 2023-08-10T18:09:41.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-08-10T18:18:56.000Z (over 1 year ago)
- Last Synced: 2024-11-11T20:41:13.718Z (2 months ago)
- Topics: deep-learning, efficientnetb0, feature-extraction, fine-tuning, tensorflow2, tranfer-learning
- Language: Jupyter Notebook
- Homepage:
- Size: 15.6 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
### Food vision project
Build a classification model on the [food101 dataset](https://www.tensorflow.org/datasets/catalog/food101) using tensorflow
This dataset consists of 101 food categories, with 101'000 images. For each class, 250 manually reviewed test images are provided as well as 750 training images. On purpose, the training images were not cleaned, and thus still contain some amount of noise. This comes mostly in the form of intense colors and sometimes wrong labels. All images were rescaled to have a maximum side length of 512 pixels.
The model employs ``mixed-precision`` training within the ``TensorFlow framework``, utilizing `transfer learning` techniques that encompass both `feature extraction` and `fine-tuning` stages. This approach is executed on the `EfficientNetB0` architecture, which serves as the foundational backbone for the neural network.