Skip to content

Colab environment for Tensorflow Developer Certificate Exam

License

Notifications You must be signed in to change notification settings

maifzs/colab-tf-env

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Colab notebook to set the environment for Tensorflow Developer Certificate Exam

Python used in this notebook is version 3.8 (3.8.16), although you can change it, you just need to alter the first cell.
You can change the requirements.txt to match your need.
The requirements.txt in this repo only include basic packages for machine learning such as :

  1. tensorflow==2.9.0
  2. tensorflow-datasets==4.6.0
  3. Pillow==9.1.1
  4. pandas==1.4.2
  5. numpy==1.22.4
  6. scipy==1.7.3

The first 2 cells in this notebook are copied from here.

About

Colab environment for Tensorflow Developer Certificate Exam

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Jupyter Notebook 100.0%