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

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

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

![image](https://github.com/ixgnoy/Introduction_to_Computer_Vision/assets/115607618/b64323ce-6a7f-417a-9775-4901d141826f)