Skip to main content

Section outline

    • Pandas, NumPy for data exploration

    • Data visualization with Matplotlib and Seaborn

    • Introduction to ML with Scikit-learn

    • Lab: Analyze insurance and stock data, prepare datasets

    • Linear, Ridge, Lasso Regression

    • Model evaluation and tuning (R2, RMSE, Cross-validation)

    • Gradient Descent Algorithms

    • Lab: Forecast prices and tune regression models

    • Logistic Regression, Decision Trees, KNN, SVM, Naïve Bayes

    • Model evaluation: AUC, Precision, Recall, Confusion Matrix

    • NLP with SpaCy, TF-IDF, Sentiment Analysis

    • Lab: Classify credit risk, detect fraud, perform text analysis

    • Ensemble Learning: Bagging, Boosting, XGBoost

    • Dimensionality Reduction: PCA, Feature Selection

    • Clustering: K-means, Hierarchical, HMM

    • Lab: Marketing analysis, PCA on house price data

    • RL Fundamentals, MDP, Q-learning, Deep RL

    • Tools: OpenAI Gym

    • Lab: Solve Grid World, multi-agent deep learning simulation