Skip to content

Latest commit

 

History

History
47 lines (34 loc) · 2.98 KB

File metadata and controls

47 lines (34 loc) · 2.98 KB

Tensorflow Developer Certificate

Table of Contents

Prerequisites

To run the code and exercises in this repository, you will need to have the followings installed:

  • Python (version 3.6 or later)
  • Tensorflow (version 2.0 or later)
  • Additional dependencies as mentioned in each subdirectory's README file

Getting Started

  1. Clone this repository to your local machine:
git clone https://github.com/hasanzeynal/Tensorflow-Developer-Certificate.git
  1. Navigate to the specific directory for the project or topic you are interested in, e.g., computer_vision_cnn/ for computer vision and CNN-related projects.

  2. Follow the instructions provided in each project's README file to set up the environment and run the code.

Certification

The Tensorflow Developer Certificate is earned by completing the required projects and exercises in this repository and passing the final examination. Each project focuses on practical implementations of deep learning concepts using Tensorflow.

Resources

Feel free to explore the different directories and dive into the projects to gain a deeper understanding of Deep Learning, Tensorflow, Computer Vision, NLP, and Time Series analysis.

Note: This repository is a work in progress and will be continually updated with new projects and exercises as I progress through the Tensorflow Developer Certificate program.

If you have any questions or suggestions, feel free to reach out or submit an issue. Happy learning!