Work on Courses in Data Science, ML, and Deep Learning.
Courses:
- Data Analysis with Python
- Data Visualization with Python
- Machine Learning with Python
- Introduction to Deep Learning & Neural Networks with Keras
- Building Deep Learning Models with TensorFlow
- Kaggle: Intro to Deep Learning
- Kaggle: Computer Vision - CNNs
- Kaggle Competition Lessons
- QAT Notes
- TF Data Pipelines
- Misc. TF/Keras Notes and Cookbook
conda env create --file environment_ml.yml
orconda env create --file environment_dl.yml
conda activate ml
orconda activate dl
jupyter labextension install @jupyter-widgets/jupyterlab-manager
Source 1, Source 2jupyter-lab
conda activate ml # or dl
conda env update --file environment_ml.yml