/YTaboutAIorMLorDL

YT tutorials about AI or ML or DL

Primary LanguageJupyter NotebookMIT LicenseMIT

YTaboutAIorMLorDL

YT tutorials about AI or ML or DL

TensorFlow

Create a new virtual environment (TensorFlow)

python -m venv YT001

Activate your virtual environment (TensorFlow)

.\YT001\Scripts\activate # Windows

Install dependencies and add virtual environment to the Python Kernel (TensorFlow)

python -m pip install --upgrade pip
pip list
pip install notebook
cd YT001
jupyter notebook

Learn TensorFlow and Deep Learning fundamentals with Python (code-first introduction) Part 1/2

Learn TensorFlow and Deep Learning fundamentals with Python (code-first introduction) Part 1/2

git clone https://github.com/mrdbourke/tensorflow-deep-learning

PyTorch

Create a new virtual environment (PyTorch)

python -m venv YT002

Activate your virtual environment (PyTorch)

.\YT002\Scripts\activate # Windows

Install dependencies and add virtual environment to the Python Kernel (PyTorch)

python -m pip install --upgrade pip
pip list
pip install notebook
cd YT002
jupyter notebook

Learn PyTorch for deep learning

Learn PyTorch for deep learning in a day. Literally.

git clone https://github.com/mrdbourke/pytorch-deep-learning