https://github.com/ixgnoy/introduction_to_computer_vision
Introduction of Computer Vision by TensorFlow
https://github.com/ixgnoy/introduction_to_computer_vision
Last synced: 10 months ago
JSON representation
Introduction of Computer Vision by TensorFlow
- Host: GitHub
- URL: https://github.com/ixgnoy/introduction_to_computer_vision
- Owner: ixgnoy
- Created: 2024-04-26T07:39:45.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-04-26T08:06:53.000Z (over 1 year ago)
- Last Synced: 2025-02-02T17:26:14.018Z (11 months ago)
- Language: Python
- Size: 7.81 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Introduction_to_Computer_Vision
Introduction of Computer Vision by TensorFlow
Overview
TensorFlow is an open source, powerful, portable machine learning (ML) library developed by Google that can work with very large datasets.
In this lab, you will create and train a computer vision model to recognize different items of clothing using TensorFlow on Google Cloud Compute Engine.
What I have done:
- Set up the development environment in the IDE
- Design, compile, train and evaluate your model
- Save and load models
- Write your own callbacks to customize behaviour during training
- Complete a series of exercises to guide you through experimenting with the different layers of the network
