1.11.1: Introduction: Why AI/ML matters in 4G/5G networks - Basics
1.21.2:Typical telecom datasets: CDRs, QoS metrics, session logs
1.31.3: Installing Python & Anaconda
1.41.4: Creating and activating a virtual environment
1.51.5: Conda create -n Telecom AI python=3.10
1.61.6:conda activate Telecom AI
1.71.7: Installing key libraries (pandas, numpy, scikit-learn, matplotlib, seaborn, xgboost)
1.81.8:Launching and working with Jupyter Notebooks
1.91.9: Intro to Git & GitHub: initializing repos, committing, pushing code
1.10LAB: Create virtual environment, Run a test notebook, Push your notebook to GitHub