Skip to content

GlennChon/tensorflow_notes

Repository files navigation

TensorFlow - Course Outline

Google CoLab

Setup:

To run jupyter notebooks within WSL2 : Setup instructions

Create an a new virtual env: conda create --name ml

Switch over to ml Python environment: conda activate ml

Uninstall conda's version of pillow if it is installed: conda uninstall --force pillow

Install pip version of pillow: pip install pillow

Install other packages: pip install numpy matplotlib pandas scikit-learn tensorboard tensorflow-cpu

Restart Environment

Enter powershell command: WSL --shutdown

1 - Fundamentals

2 - Classification

3 - Computer Vision

4 - Transfer Learning 1

5 - Transfer Learning 2

6 - Transfer Learning 3

7 - Food 101 Milestone Project

About

Notes on TensorFlow

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published