<?xml version="1.0" encoding="UTF-8"?>
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
  <!-- ===== Root & Core ===== -->
  <url>
    <loc>https://angibuddy.com/</loc>
    <priority>1.0</priority>
    <changefreq>daily</changefreq>
    <lastmod>2025-10-27</lastmod>
  </url>
  <url><loc>https://angibuddy.com/learn/math</loc></url>
  <url><loc>https://angibuddy.com/learn/programming</loc></url>
  <url><loc>https://angibuddy.com/learn/data-lifecycle</loc></url>
  <url><loc>https://angibuddy.com/learn/classicalml</loc></url>
  <url><loc>https://angibuddy.com/learn/deep-learning</loc></url>
  <url><loc>https://angibuddy.com/learn/computer-vision</loc></url>
  <url><loc>https://angibuddy.com/learn/nlp-llms</loc></url>
  <url><loc>https://angibuddy.com/learn/time-series</loc></url>
  <url><loc>https://angibuddy.com/learn/recommenders</loc></url>
  <url><loc>https://angibuddy.com/learn/rl</loc></url>
  <url><loc>https://angibuddy.com/learn/generative-ai</loc></url>
  <url><loc>https://angibuddy.com/learn/mlops</loc></url>
  <url><loc>https://angibuddy.com/learn/domain</loc></url>
  <url><loc>https://angibuddy.com/learn/tiny-nuggets</loc></url>

  <!-- ===== Deep Learning: Section Landings ===== -->
  <url><loc>https://angibuddy.com/learn/deep-learning/basics</loc></url>
  <url><loc>https://angibuddy.com/learn/deep-learning/layers</loc></url>
  <url><loc>https://angibuddy.com/learn/deep-learning/activations</loc></url>
  <url><loc>https://angibuddy.com/learn/deep-learning/loss-functions</loc></url>
  <url><loc>https://angibuddy.com/learn/deep-learning/optimization</loc></url>
  <url><loc>https://angibuddy.com/learn/deep-learning/lr-schedules</loc></url>
  <url><loc>https://angibuddy.com/learn/deep-learning/training-engineering</loc></url>

  <!-- ===== Basics ===== -->
  <url><loc>https://angibuddy.com/learn/deep-learning/basics/perceptron</loc></url>
  <url><loc>https://angibuddy.com/learn/deep-learning/basics/mlp</loc></url>
  <url><loc>https://angibuddy.com/learn/deep-learning/basics/backpropagation</loc></url>
  <url><loc>https://angibuddy.com/learn/deep-learning/basics/computational-graphs</loc></url>
  <url><loc>https://angibuddy.com/learn/deep-learning/basics/autograd</loc></url>

  <!-- ===== Layers ===== -->
  <url><loc>https://angibuddy.com/learn/deep-learning/layers/dense</loc></url>
  <url><loc>https://angibuddy.com/learn/deep-learning/layers/conv1d</loc></url>
  <url><loc>https://angibuddy.com/learn/deep-learning/layers/conv2d</loc></url>
  <url><loc>https://angibuddy.com/learn/deep-learning/layers/conv3d</loc></url>
  <url><loc>https://angibuddy.com/learn/deep-learning/layers/pooling</loc></url>
  <url><loc>https://angibuddy.com/learn/deep-learning/layers/rnn</loc></url>
  <url><loc>https://angibuddy.com/learn/deep-learning/layers/lstm</loc></url>
  <url><loc>https://angibuddy.com/learn/deep-learning/layers/gru</loc></url>
  <url><loc>https://angibuddy.com/learn/deep-learning/layers/attention</loc></url>
  <url><loc>https://angibuddy.com/learn/deep-learning/layers/multi-head-attention</loc></url>
  <url><loc>https://angibuddy.com/learn/deep-learning/layers/transformer-encoder</loc></url>
  <url><loc>https://angibuddy.com/learn/deep-learning/layers/transformer-decoder</loc></url>
  <url><loc>https://angibuddy.com/learn/deep-learning/layers/residual-connections</loc></url>

  <!-- ===== Activations ===== -->
  <url><loc>https://angibuddy.com/learn/deep-learning/activations/sigmoid</loc></url>
  <url><loc>https://angibuddy.com/learn/deep-learning/activations/tanh</loc></url>
  <url><loc>https://angibuddy.com/learn/deep-learning/activations/relu</loc></url>
  <url><loc>https://angibuddy.com/learn/deep-learning/activations/leaky-relu</loc></url>
  <url><loc>https://angibuddy.com/learn/deep-learning/activations/elu</loc></url>
  <url><loc>https://angibuddy.com/learn/deep-learning/activations/gelu</loc></url>
  <url><loc>https://angibuddy.com/learn/deep-learning/activations/swish</loc></url>
  <url><loc>https://angibuddy.com/learn/deep-learning/activations/mish</loc></url>

  <!-- ===== Loss Functions ===== -->
  <url><loc>https://angibuddy.com/learn/deep-learning/loss-functions/mse</loc></url>
  <url><loc>https://angibuddy.com/learn/deep-learning/loss-functions/mae</loc></url>
  <url><loc>https://angibuddy.com/learn/deep-learning/loss-functions/huber</loc></url>
  <url><loc>https://angibuddy.com/learn/deep-learning/loss-functions/cross-entropy-softmax</loc></url>
  <url><loc>https://angibuddy.com/learn/deep-learning/loss-functions/bce</loc></url>
  <url><loc>https://angibuddy.com/learn/deep-learning/loss-functions/focal</loc></url>
  <url><loc>https://angibuddy.com/learn/deep-learning/loss-functions/contrastive</loc></url>
  <url><loc>https://angibuddy.com/learn/deep-learning/loss-functions/triplet</loc></url>
  <url><loc>https://angibuddy.com/learn/deep-learning/loss-functions/cosine-embedding</loc></url>
  <url><loc>https://angibuddy.com/learn/deep-learning/loss-functions/infonce</loc></url>

  <!-- ===== Optimization Algorithms ===== -->
  <url><loc>https://angibuddy.com/learn/deep-learning/optimization/sgd</loc></url>
  <url><loc>https://angibuddy.com/learn/deep-learning/optimization/momentum</loc></url>
  <url><loc>https://angibuddy.com/learn/deep-learning/optimization/nesterov</loc></url>
  <url><loc>https://angibuddy.com/learn/deep-learning/optimization/rmsprop</loc></url>
  <url><loc>https://angibuddy.com/learn/deep-learning/optimization/adam</loc></url>
  <url><loc>https://angibuddy.com/learn/deep-learning/optimization/adamw</loc></url>
  <url><loc>https://angibuddy.com/learn/deep-learning/optimization/adagrad</loc></url>
  <url><loc>https://angibuddy.com/learn/deep-learning/optimization/adadelta</loc></url>
  <url><loc>https://angibuddy.com/learn/deep-learning/optimization/lamb</loc></url>
  <url><loc>https://angibuddy.com/learn/deep-learning/optimization/lion</loc></url>

  <!-- ===== Learning Rate Schedules ===== -->
  <url><loc>https://angibuddy.com/learn/deep-learning/lr-schedules/step-decay</loc></url>
  <url><loc>https://angibuddy.com/learn/deep-learning/lr-schedules/exponential-decay</loc></url>
  <url><loc>https://angibuddy.com/learn/deep-learning/lr-schedules/cosine-annealing</loc></url>
  <url><loc>https://angibuddy.com/learn/deep-learning/lr-schedules/one-cycle</loc></url>

  <!-- ===== Training Engineering ===== -->
  <url><loc>https://angibuddy.com/learn/deep-learning/training-engineering/init-xavier</loc></url>
  <url><loc>https://angibuddy.com/learn/deep-learning/training-engineering/init-he</loc></url>
  <url><loc>https://angibuddy.com/learn/deep-learning/training-engineering/orthogonal-init</loc></url>
  <url><loc>https://angibuddy.com/learn/deep-learning/training-engineering/batch-norm</loc></url>
  <url><loc>https://angibuddy.com/learn/deep-learning/training-engineering/layer-norm</loc></url>
  <url><loc>https://angibuddy.com/learn/deep-learning/training-engineering/group-norm</loc></url>
  <url><loc>https://angibuddy.com/learn/deep-learning/training-engineering/instance-norm</loc></url>
  <url><loc>https://angibuddy.com/learn/deep-learning/training-engineering/dropout</loc></url>
  <url><loc>https://angibuddy.com/learn/deep-learning/training-engineering/label-smoothing</loc></url>
  <url><loc>https://angibuddy.com/learn/deep-learning/training-engineering/data-augmentation</loc></url>
  <url><loc>https://angibuddy.com/learn/deep-learning/training-engineering/mixup</loc></url>
  <url><loc>https://angibuddy.com/learn/deep-learning/training-engineering/cutmix</loc></url>
  <url><loc>https://angibuddy.com/learn/deep-learning/training-engineering/gradient-clipping</loc></url>
  <url><loc>https://angibuddy.com/learn/deep-learning/training-engineering/gradient-accumulation</loc></url>
  <url><loc>https://angibuddy.com/learn/deep-learning/training-engineering/checkpointing</loc></url>
  <url><loc>https://angibuddy.com/learn/deep-learning/training-engineering/mixed-precision</loc></url>
  <url><loc>https://angibuddy.com/learn/deep-learning/training-engineering/ddp-data-parallel</loc></url>
  <url><loc>https://angibuddy.com/learn/deep-learning/training-engineering/model-parallel</loc></url>
  <url><loc>https://angibuddy.com/learn/deep-learning/training-engineering/pipeline-parallel</loc></url>
  <url><loc>https://angibuddy.com/learn/deep-learning/training-engineering/zero-optimization</loc></url>
  <url><loc>https://angibuddy.com/learn/deep-learning/training-engineering/ddp</loc></url>
  <!-- ===== Root & Core ===== -->

  <url><loc>https://angibuddy.com/learn/math</loc></url>
  <url><loc>https://angibuddy.com/learn/programming</loc></url>
  <url><loc>https://angibuddy.com/learn/data-lifecycle</loc></url>
  <url><loc>https://angibuddy.com/learn/classicalml</loc></url>
  <url><loc>https://angibuddy.com/learn/deep-learning</loc></url>
  <url><loc>https://angibuddy.com/learn/computer-vision</loc></url>
  <url><loc>https://angibuddy.com/learn/nlp-llms</loc></url>
  <url><loc>https://angibuddy.com/learn/time-series</loc></url>
  <url><loc>https://angibuddy.com/learn/recommenders</loc></url>
  <url><loc>https://angibuddy.com/learn/rl</loc></url>
  <url><loc>https://angibuddy.com/learn/generative-ai</loc></url>
  <url><loc>https://angibuddy.com/learn/mlops</loc></url>
  <url><loc>https://angibuddy.com/learn/domain</loc></url>
  <url><loc>https://angibuddy.com/learn/tiny-nuggets</loc></url>

  <!-- ===== Data Lifecycle: Aliases ===== -->
  <url><loc>https://angibuddy.com/o01-00-data-collection</loc></url>
  <url><loc>https://angibuddy.com/o05-00-data-labeling</loc></url>
  <url><loc>https://angibuddy.com/o09-00-data-storage</loc></url>
  <url><loc>https://angibuddy.com/o13-00-data-preprocessing</loc></url>
  <url><loc>https://angibuddy.com/o16-00-feature-engineering</loc></url>
  <url><loc>https://angibuddy.com/o20-00-sampling</loc></url>
  <url><loc>https://angibuddy.com/o25-00-splitting</loc></url>
  <url><loc>https://angibuddy.com/o28-00-pipelines</loc></url>
  <url><loc>https://angibuddy.com/o32-00-data-quality-validation</loc></url>

  <!-- ===== Data Collection ===== -->
  <url><loc>https://angibuddy.com/data/o01_00_DataCollection</loc></url>
  <url><loc>https://angibuddy.com/data/o01_DataCollectionAPIs</loc></url>
  <url><loc>https://angibuddy.com/data/o02_DataCollectionWebScraping</loc></url>
  <url><loc>https://angibuddy.com/data/o03_DataCollectionTelemetry</loc></url>
  <url><loc>https://angibuddy.com/data/o04_DataCollectionSensors</loc></url>

  <!-- ===== Data Labeling ===== -->
  <url><loc>https://angibuddy.com/data/o05_00_DataLabeling</loc></url>
  <url><loc>https://angibuddy.com/data/o05_DataLabelingManual</loc></url>
  <url><loc>https://angibuddy.com/data/o06_DataLabelingCrowdsourcing</loc></url>
  <url><loc>https://angibuddy.com/data/o07_DataLabelingWeakSupervision</loc></url>
  <url><loc>https://angibuddy.com/data/o08_DataLabelingActiveLearning</loc></url>

  <!-- ===== Data Storage ===== -->
  <url><loc>https://angibuddy.com/data/o09_00_DataStorage</loc></url>
  <url><loc>https://angibuddy.com/data/o09_DataStorageDBMS</loc></url>
  <url><loc>https://angibuddy.com/data/o10_DataStorageWarehouses</loc></url>
  <url><loc>https://angibuddy.com/data/o11_DataStorageDataLakes</loc></url>
  <url><loc>https://angibuddy.com/data/o12_DataStorageLakehouse</loc></url>

  <!-- ===== Data Preprocessing ===== -->
  <url><loc>https://angibuddy.com/data/o13_00_DataPreprocessing</loc></url>
  <url><loc>https://angibuddy.com/data/o13_DataPreprocessingCleaning</loc></url>
  <url><loc>https://angibuddy.com/data/o14_DataPreprocessingMissingValues</loc></url>
  <url><loc>https://angibuddy.com/data/o15_DataPreprocessingOutliers</loc></url>

  <!-- ===== Feature Engineering ===== -->
  <url><loc>https://angibuddy.com/data/o16_00_FeatureEngineering</loc></url>
  <url><loc>https://angibuddy.com/data/o16_FeatureEngineeringEncoding</loc></url>
  <url><loc>https://angibuddy.com/data/o17_FeatureEngineeringScaling</loc></url>
  <url><loc>https://angibuddy.com/data/o18_FeatureEngineeringBinning</loc></url>
  <url><loc>https://angibuddy.com/data/o19_FeatureEngineeringPolynomialFeatures</loc></url>

  <!-- ===== Sampling ===== -->
  <url><loc>https://angibuddy.com/data/o20_00_Sampling</loc></url>
  <url><loc>https://angibuddy.com/data/o20_SamplingRandom</loc></url>
  <url><loc>https://angibuddy.com/data/o21_SamplingStratified</loc></url>
  <url><loc>https://angibuddy.com/data/o22_SamplingBootstrapping</loc></url>
  <url><loc>https://angibuddy.com/data/o23_SamplingSMOTE</loc></url>
  <url><loc>https://angibuddy.com/data/o24_SamplingUndersampling</loc></url>

  <!-- ===== Splitting ===== -->
  <url><loc>https://angibuddy.com/data/o25_00_Splitting</loc></url>
  <url><loc>https://angibuddy.com/data/o25_SplittingTrainValidationTest</loc></url>
  <url><loc>https://angibuddy.com/data/o26_SplittingTimeBased</loc></url>
  <url><loc>https://angibuddy.com/data/o27_SplittingNestedCV</loc></url>

  <!-- ===== Pipelines ===== -->
  <url><loc>https://angibuddy.com/data/o28_00_Pipelines</loc></url>
  <url><loc>https://angibuddy.com/data/o28_PipelinesSklearn</loc></url>
  <url><loc>https://angibuddy.com/data/o29_PipelinesAirflow</loc></url>
  <url><loc>https://angibuddy.com/data/o30_PipelinesPrefect</loc></url>
  <url><loc>https://angibuddy.com/data/o31_PipelinesDagster</loc></url>

  <!-- ===== Data Quality Validation ===== -->
  <url><loc>https://angibuddy.com/data/o32_00_DataQualityValidation</loc></url>
  <url><loc>https://angibuddy.com/data/o32_DataQualityValidationGreatExpectations</loc></url>
  <url><loc>https://angibuddy.com/data/o33_DataQualityValidationDeequ</loc></url>

  <!-- ===== Deep Learning (existing) ===== -->
  <url><loc>https://angibuddy.com/learn/deep-learning/basics</loc></url>
  <url><loc>https://angibuddy.com/learn/deep-learning/layers</loc></url>
  <url><loc>https://angibuddy.com/learn/deep-learning/activations</loc></url>
  <url><loc>https://angibuddy.com/learn/deep-learning/loss-functions</loc></url>
  <url><loc>https://angibuddy.com/learn/deep-learning/optimization</loc></url>
  <url><loc>https://angibuddy.com/learn/deep-learning/lr-schedules</loc></url>
  <url><loc>https://angibuddy.com/learn/deep-learning/training-engineering</loc></url>

  <!-- ===== Core Programming Foundations ===== -->
  <url><loc>https://angibuddy.com/learn/programming/syntax-variables</loc></url>
  <url><loc>https://angibuddy.com/learn/programming/data-types</loc></url>
  <url><loc>https://angibuddy.com/learn/programming/operators</loc></url>
  <url><loc>https://angibuddy.com/learn/programming/strings</loc></url>
  <url><loc>https://angibuddy.com/learn/programming/conditionals</loc></url>
  <url><loc>https://angibuddy.com/learn/programming/loops</loc></url>
  <url><loc>https://angibuddy.com/learn/programming/loop-control</loc></url>
  <url><loc>https://angibuddy.com/learn/programming/functions</loc></url>
  <url><loc>https://angibuddy.com/learn/programming/lambda-functions</loc></url>
  <url><loc>https://angibuddy.com/learn/programming/lists</loc></url>
  <url><loc>https://angibuddy.com/learn/programming/tuples</loc></url>
  <url><loc>https://angibuddy.com/learn/programming/sets</loc></url>
  <url><loc>https://angibuddy.com/learn/programming/dictionaries</loc></url>
  <url><loc>https://angibuddy.com/learn/programming/nested-data</loc></url>
  <url><loc>https://angibuddy.com/learn/programming/list-comprehensions</loc></url>
  <url><loc>https://angibuddy.com/learn/programming/generators</loc></url>
  <url><loc>https://angibuddy.com/learn/programming/iterators</loc></url>
  <url><loc>https://angibuddy.com/learn/programming/decorators</loc></url>
  <url><loc>https://angibuddy.com/learn/programming/context-managers</loc></url>
  <url><loc>https://angibuddy.com/learn/programming/modules</loc></url>
  <url><loc>https://angibuddy.com/learn/programming/error-handling</loc></url>
  <url><loc>https://angibuddy.com/learn/programming/raising-exceptions</loc></url>
  <url><loc>https://angibuddy.com/learn/programming/custom-exceptions</loc></url>
  <url><loc>https://angibuddy.com/learn/programming/logging</loc></url>
  <url><loc>https://angibuddy.com/learn/programming/debugging</loc></url>
  <url><loc>https://angibuddy.com/learn/programming/virtual-environments</loc></url>
  <url><loc>https://angibuddy.com/learn/programming/package-installation</loc></url>
  <url><loc>https://angibuddy.com/learn/programming/requirements</loc></url>
  <url><loc>https://angibuddy.com/learn/programming/dependency-management</loc></url>

  <!-- ===== File Handling ===== -->
  <url><loc>https://angibuddy.com/learn/programming/file-handling/text</loc></url>
  <url><loc>https://angibuddy.com/learn/programming/file-handling/binary</loc></url>
  <url><loc>https://angibuddy.com/learn/programming/file-handling/csv</loc></url>
  <url><loc>https://angibuddy.com/learn/programming/file-handling/json</loc></url>
  <url><loc>https://angibuddy.com/learn/programming/file-handling/pickle</loc></url>

  <!-- ===== OS & Object-Oriented ===== -->
  <url><loc>https://angibuddy.com/learn/programming/os-pathlib</loc></url>
  <url><loc>https://angibuddy.com/learn/programming/type-hints</loc></url>
  <url><loc>https://angibuddy.com/learn/programming/dataclasses</loc></url>
  <url><loc>https://angibuddy.com/learn/programming/classes</loc></url>
  <url><loc>https://angibuddy.com/learn/programming/inheritance</loc></url>
  <url><loc>https://angibuddy.com/learn/programming/dunder-methods</loc></url>

  <!-- ===== Functional Programming ===== -->
  <url><loc>https://angibuddy.com/learn/programming/functional-programming</loc></url>
  <url><loc>https://angibuddy.com/learn/programming/pure-functions</loc></url>

  <!-- ===== NumPy ===== -->
  <url><loc>https://angibuddy.com/learn/programming/numpy/arrays</loc></url>
  <url><loc>https://angibuddy.com/learn/programming/numpy/slicing</loc></url>
  <url><loc>https://angibuddy.com/learn/programming/numpy/vectorized</loc></url>
  <url><loc>https://angibuddy.com/learn/programming/numpy/random</loc></url>

  <!-- ===== Pandas ===== -->
  <url><loc>https://angibuddy.com/learn/programming/pandas/series</loc></url>
  <url><loc>https://angibuddy.com/learn/programming/pandas/dataframes</loc></url>
  <url><loc>https://angibuddy.com/learn/programming/pandas/indexing</loc></url>
  <url><loc>https://angibuddy.com/learn/programming/pandas/groupby</loc></url>
  <url><loc>https://angibuddy.com/learn/programming/pandas/pivot-tables</loc></url>
  <url><loc>https://angibuddy.com/learn/programming/pandas/merging</loc></url>
  <url><loc>https://angibuddy.com/learn/programming/pandas/missing-values</loc></url>
  <url><loc>https://angibuddy.com/learn/programming/pandas/apply-transform</loc></url>
  <url><loc>https://angibuddy.com/learn/programming/pandas/datetime</loc></url>

  <!-- ===== Visualization ===== -->
  <url><loc>https://angibuddy.com/learn/programming/matplotlib</loc></url>
  <url><loc>https://angibuddy.com/learn/programming/seaborn</loc></url>
  <url><loc>https://angibuddy.com/learn/programming/plotly</loc></url>

  <!-- ===== Databases ===== -->
  <url><loc>https://angibuddy.com/learn/programming/regex</loc></url>
  <url><loc>https://angibuddy.com/learn/programming/sql/select-where</loc></url>
  <url><loc>https://angibuddy.com/learn/programming/sql/joins</loc></url>
  <url><loc>https://angibuddy.com/learn/programming/sql/groupby</loc></url>
  <url><loc>https://angibuddy.com/learn/programming/sql/indexes</loc></url>
  <url><loc>https://angibuddy.com/learn/programming/nosql</loc></url>

  <!-- ===== APIs & Version Control ===== -->
  <url><loc>https://angibuddy.com/learn/programming/apis</loc></url>
  <url><loc>https://angibuddy.com/learn/programming/git</loc></url>
  <url><loc>https://angibuddy.com/learn/programming/github</loc></url>
  <url><loc>https://angibuddy.com/learn/programming/jupyter-colab</loc></url>

  <!-- ===== Advanced Extensions ===== -->
  <url><loc>https://angibuddy.com/learn/programming/cli-argparse</loc></url>
  <url><loc>https://angibuddy.com/learn/programming/unit-testing</loc></url>
  <url><loc>https://angibuddy.com/learn/programming/code-style</loc></url>
  <url><loc>https://angibuddy.com/learn/programming/performance-profiling</loc></url>
  <url><loc>https://angibuddy.com/learn/programming/async</loc></url>
  <url><loc>https://angibuddy.com/learn/programming/file-compression</loc></url>
  <url><loc>https://angibuddy.com/learn/programming/serialization</loc></url>
  <url><loc>https://angibuddy.com/learn/programming/packaging-cli</loc></url>

  <!-- === Classical ML: Section landings === -->
  <url><loc>https://angibuddy.com/learn/classicalml/regression</loc></url>
  <url><loc>https://angibuddy.com/learn/classicalml/classification</loc></url>
  <url><loc>https://angibuddy.com/learn/classicalml/unsupervised</loc></url>
  <url><loc>https://angibuddy.com/learn/classicalml/model-selection-tuning</loc></url>
  <url><loc>https://angibuddy.com/learn/classicalml/interpretability</loc></url>

  <!-- === Regression === -->
  <url><loc>https://angibuddy.com/learn/classicalml/regression/linearregression</loc></url>
  <url><loc>https://angibuddy.com/learn/classicalml/regression/ridgeregression</loc></url>
  <url><loc>https://angibuddy.com/learn/classicalml/regression/lassoregression</loc></url>
  <url><loc>https://angibuddy.com/learn/classicalml/regression/elasticnetregression</loc></url>
  <url><loc>https://angibuddy.com/learn/classicalml/regression/polynomialregression</loc></url>
  <url><loc>https://angibuddy.com/learn/classicalml/regression/robustregressionhuber</loc></url>
  <url><loc>https://angibuddy.com/learn/classicalml/regression/robustregressionransac</loc></url>
  <url><loc>https://angibuddy.com/learn/classicalml/regression/quantileregression</loc></url>

  <!-- === Classification === -->
  <url><loc>https://angibuddy.com/learn/classicalml/classification/logisticregression</loc></url>
  <url><loc>https://angibuddy.com/learn/classicalml/classification/naivebayesmultinomial</loc></url>
  <url><loc>https://angibuddy.com/learn/classicalml/classification/naivebayesbernoulli</loc></url>
  <url><loc>https://angibuddy.com/learn/classicalml/classification/naivebayesgaussian</loc></url>
  <url><loc>https://angibuddy.com/learn/classicalml/classification/knn</loc></url>
  <url><loc>https://angibuddy.com/learn/classicalml/classification/decisiontrees</loc></url>
  <url><loc>https://angibuddy.com/learn/classicalml/classification/cartclassification</loc></url>
  <url><loc>https://angibuddy.com/learn/classicalml/classification/randomforest</loc></url>
  <url><loc>https://angibuddy.com/learn/classicalml/classification/xgboost</loc></url>
  <url><loc>https://angibuddy.com/learn/classicalml/classification/lightgbm</loc></url>
  <url><loc>https://angibuddy.com/learn/classicalml/classification/catboost</loc></url>
  <url><loc>https://angibuddy.com/learn/classicalml/classification/svmlinear</loc></url>
  <url><loc>https://angibuddy.com/learn/classicalml/classification/svmkernelized</loc></url>

  <!-- === Unsupervised === -->
  <url><loc>https://angibuddy.com/learn/classicalml/unsupervised/kmeans</loc></url>
  <url><loc>https://angibuddy.com/learn/classicalml/unsupervised/kmedoids</loc></url>
  <url><loc>https://angibuddy.com/learn/classicalml/unsupervised/hierarchical</loc></url>
  <url><loc>https://angibuddy.com/learn/classicalml/unsupervised/dbscan</loc></url>
  <url><loc>https://angibuddy.com/learn/classicalml/unsupervised/hdbscan</loc></url>
  <url><loc>https://angibuddy.com/learn/classicalml/unsupervised/gmm</loc></url>
  <url><loc>https://angibuddy.com/learn/classicalml/unsupervised/pca</loc></url>
  <url><loc>https://angibuddy.com/learn/classicalml/unsupervised/ica</loc></url>
  <url><loc>https://angibuddy.com/learn/classicalml/unsupervised/kernelpca</loc></url>
  <url><loc>https://angibuddy.com/learn/classicalml/unsupervised/tsne</loc></url>
  <url><loc>https://angibuddy.com/learn/classicalml/unsupervised/umap</loc></url>
  <url><loc>https://angibuddy.com/learn/classicalml/unsupervised/isomap</loc></url>
  <url><loc>https://angibuddy.com/learn/classicalml/unsupervised/oneclasssvm</loc></url>
  <url><loc>https://angibuddy.com/learn/classicalml/unsupervised/isolationforest</loc></url>
  <url><loc>https://angibuddy.com/learn/classicalml/unsupervised/lof</loc></url>

  <!-- === Model Selection & Tuning === -->
  <url><loc>https://angibuddy.com/learn/classicalml/model-selection-tuning/crossvalidation</loc></url>
  <url><loc>https://angibuddy.com/learn/classicalml/model-selection-tuning/gridsearch</loc></url>
  <url><loc>https://angibuddy.com/learn/classicalml/model-selection-tuning/randomsearch</loc></url>
  <url><loc>https://angibuddy.com/learn/classicalml/model-selection-tuning/bayesianopt</loc></url>
  <url><loc>https://angibuddy.com/learn/classicalml/model-selection-tuning/hyperband</loc></url>
  <url><loc>https://angibuddy.com/learn/classicalml/model-selection-tuning/optuna</loc></url>
  <url><loc>https://angibuddy.com/learn/classicalml/model-selection-tuning/L1</loc></url>
  <url><loc>https://angibuddy.com/learn/classicalml/model-selection-tuning/L2</loc></url>
  <url><loc>https://angibuddy.com/learn/classicalml/model-selection-tuning/elasticnet</loc></url>
  <url><loc>https://angibuddy.com/learn/classicalml/model-selection-tuning/biasvariance</loc></url>

  <!-- === Interpretability & Explainability === -->
  <url><loc>https://angibuddy.com/learn/classicalml/interpretability/impurity-importance</loc></url>
  <url><loc>https://angibuddy.com/learn/classicalml/interpretability/permutation-importance</loc></url>
  <url><loc>https://angibuddy.com/learn/classicalml/interpretability/pdp</loc></url>
  <url><loc>https://angibuddy.com/learn/classicalml/interpretability/ice</loc></url>
  <url><loc>https://angibuddy.com/learn/classicalml/interpretability/shap</loc></url>
  <url><loc>https://angibuddy.com/learn/classicalml/interpretability/lime</loc></url>
  <url><loc>https://angibuddy.com/learn/classicalml/interpretability/anchors</loc></url>


  <!-- === Computer Vision: Section Landings === -->
  <url><loc>https://angibuddy.com/learn/computervision/preprocessing</loc></url>
  <url><loc>https://angibuddy.com/learn/computervision/classic</loc></url>
  <url><loc>https://angibuddy.com/learn/computervision/cnn-architectures</loc></url>
  <url><loc>https://angibuddy.com/learn/computervision/object-detection</loc></url>
  <url><loc>https://angibuddy.com/learn/computervision/segmentation</loc></url>
  <url><loc>https://angibuddy.com/learn/computervision/vision-transformers</loc></url>
  <url><loc>https://angibuddy.com/learn/computervision/generative-models</loc></url>
  <url><loc>https://angibuddy.com/learn/computervision/evaluation-metrics</loc></url>
  <url><loc>https://angibuddy.com/learn/computervision/additional-topics</loc></url>

  <!-- === Preprocessing === -->
  <url><loc>https://angibuddy.com/learn/computervision/preprocessing/image-resizing</loc></url>
  <url><loc>https://angibuddy.com/learn/computervision/preprocessing/image-normalization</loc></url>
  <url><loc>https://angibuddy.com/learn/computervision/preprocessing/augmentation-flips-rotations</loc></url>
  <url><loc>https://angibuddy.com/learn/computervision/preprocessing/augmentation-noise-blur-colorjitter</loc></url>
  <url><loc>https://angibuddy.com/learn/computervision/preprocessing/augmentation-cutout-mixup-cutmix</loc></url>

  <!-- === Classic CV === -->
  <url><loc>https://angibuddy.com/learn/computervision/classic/edges</loc></url>
  <url><loc>https://angibuddy.com/learn/computervision/classic/hog</loc></url>
  <url><loc>https://angibuddy.com/learn/computervision/classic/sift</loc></url>
  <url><loc>https://angibuddy.com/learn/computervision/classic/surf</loc></url>
  <url><loc>https://angibuddy.com/learn/computervision/classic/optical-flow</loc></url>

  <!-- === CNN Architectures === -->
  <url><loc>https://angibuddy.com/learn/computervision/cnn-architectures/lenet</loc></url>
  <url><loc>https://angibuddy.com/learn/computervision/cnn-architectures/alexnet</loc></url>
  <url><loc>https://angibuddy.com/learn/computervision/cnn-architectures/vgg</loc></url>
  <url><loc>https://angibuddy.com/learn/computervision/cnn-architectures/resnet</loc></url>
  <url><loc>https://angibuddy.com/learn/computervision/cnn-architectures/inception</loc></url>
  <url><loc>https://angibuddy.com/learn/computervision/cnn-architectures/densenet</loc></url>
  <url><loc>https://angibuddy.com/learn/computervision/cnn-architectures/mobilenet</loc></url>
  <url><loc>https://angibuddy.com/learn/computervision/cnn-architectures/efficientnet</loc></url>
  <url><loc>https://angibuddy.com/learn/computervision/cnn-architectures/convnext</loc></url>

  <!-- === Object Detection === -->
  <url><loc>https://angibuddy.com/learn/computervision/object-detection/rcnn</loc></url>
  <url><loc>https://angibuddy.com/learn/computervision/object-detection/fastrcnn</loc></url>
  <url><loc>https://angibuddy.com/learn/computervision/object-detection/fasterrcnn</loc></url>
  <url><loc>https://angibuddy.com/learn/computervision/object-detection/maskrcnn</loc></url>
  <url><loc>https://angibuddy.com/learn/computervision/object-detection/yolov1</loc></url>
  <url><loc>https://angibuddy.com/learn/computervision/object-detection/yolov2</loc></url>
  <url><loc>https://angibuddy.com/learn/computervision/object-detection/yolov3</loc></url>
  <url><loc>https://angibuddy.com/learn/computervision/object-detection/yolov4</loc></url>
  <url><loc>https://angibuddy.com/learn/computervision/object-detection/yolov5</loc></url>
  <url><loc>https://angibuddy.com/learn/computervision/object-detection/yolov6</loc></url>
  <url><loc>https://angibuddy.com/learn/computervision/object-detection/yolov7</loc></url>
  <url><loc>https://angibuddy.com/learn/computervision/object-detection/yolov8</loc></url>
  <url><loc>https://angibuddy.com/learn/computervision/object-detection/yolov9</loc></url>
  <url><loc>https://angibuddy.com/learn/computervision/object-detection/ssd</loc></url>
  <url><loc>https://angibuddy.com/learn/computervision/object-detection/retinanet</loc></url>
  <url><loc>https://angibuddy.com/learn/computervision/object-detection/detr</loc></url>

  <!-- === Segmentation === -->
  <url><loc>https://angibuddy.com/learn/computervision/segmentation/unet</loc></url>
  <url><loc>https://angibuddy.com/learn/computervision/segmentation/deeplab</loc></url>
  <url><loc>https://angibuddy.com/learn/computervision/segmentation/pspnet</loc></url>
  <url><loc>https://angibuddy.com/learn/computervision/segmentation/hrnet</loc></url>
  <url><loc>https://angibuddy.com/learn/computervision/segmentation/sam</loc></url>

  <!-- === Vision Transformers === -->
  <url><loc>https://angibuddy.com/learn/computervision/vision-transformers/vit</loc></url>
  <url><loc>https://angibuddy.com/learn/computervision/vision-transformers/swin</loc></url>
  <url><loc>https://angibuddy.com/learn/computervision/vision-transformers/deit</loc></url>
  <url><loc>https://angibuddy.com/learn/computervision/vision-transformers/perceiver</loc></url>
  <url><loc>https://angibuddy.com/learn/computervision/vision-transformers/timesformer</loc></url>

  <!-- === Generative Models === -->
  <url><loc>https://angibuddy.com/learn/computervision/generative-models/diffusion</loc></url>
  <url><loc>https://angibuddy.com/learn/computervision/generative-models/dcgan</loc></url>
  <url><loc>https://angibuddy.com/learn/computervision/generative-models/cyclegan</loc></url>
  <url><loc>https://angibuddy.com/learn/computervision/generative-models/stylegan</loc></url>
  <url><loc>https://angibuddy.com/learn/computervision/generative-models/biggan</loc></url>
  <url><loc>https://angibuddy.com/learn/computervision/generative-models/ganinversion</loc></url>

  <!-- === Evaluation Metrics === -->
  <url><loc>https://angibuddy.com/learn/computervision/evaluation-metrics/ssim</loc></url>
  <url><loc>https://angibuddy.com/learn/computervision/evaluation-metrics/psnr</loc></url>
  <url><loc>https://angibuddy.com/learn/computervision/evaluation-metrics/lpips</loc></url>
  <url><loc>https://angibuddy.com/learn/computervision/evaluation-metrics/map</loc></url>
  <url><loc>https://angibuddy.com/learn/computervision/evaluation-metrics/iou</loc></url>

  <!-- === Additional Topics === -->
  <url><loc>https://angibuddy.com/learn/computervision/additional-topics/fewshot-zeroshot</loc></url>
  <url><loc>https://angibuddy.com/learn/computervision/additional-topics/clip</loc></url>
  <url><loc>https://angibuddy.com/learn/computervision/additional-topics/multimodal</loc></url>
  <url><loc>https://angibuddy.com/learn/computervision/additional-topics/explainablecv</loc></url>
  <url><loc>https://angibuddy.com/learn/computervision/additional-topics/medical-imaging</loc></url>
  <url><loc>https://angibuddy.com/learn/computervision/additional-topics/3dvision</loc></url>
  <url><loc>https://angibuddy.com/learn/computervision/additional-topics/sfm</loc></url>

  <!-- NLP & LLMs: Section Landings -->
  <url><loc>https://angibuddy.com/learn/nlp-llms/tokenization</loc></url>
  <url><loc>https://angibuddy.com/learn/nlp-llms/static-word-embeddings</loc></url>
  <url><loc>https://angibuddy.com/learn/nlp-llms/contextual-embeddings</loc></url>
  <url><loc>https://angibuddy.com/learn/nlp-llms/transformers-mechanisms</loc></url>
  <url><loc>https://angibuddy.com/learn/nlp-llms/pretraining-tasks</loc></url>
  <url><loc>https://angibuddy.com/learn/nlp-llms/fine-tuning-methods</loc></url>
  <url><loc>https://angibuddy.com/learn/nlp-llms/prompt-engineering</loc></url>
  <url><loc>https://angibuddy.com/learn/nlp-llms/rag</loc></url>
  <url><loc>https://angibuddy.com/learn/nlp-llms/llm-evaluation</loc></url>
  <url><loc>https://angibuddy.com/learn/nlp-llms/inference-optimizations</loc></url>
  <url><loc>https://angibuddy.com/learn/nlp-llms/safety-responsible-ai</loc></url>
  <url><loc>https://angibuddy.com/learn/nlp-llms/applications</loc></url>

  <!-- Tokenization -->
  <url><loc>https://angibuddy.com/learn/nlp-llms/tokenization/word-level</loc></url>
  <url><loc>https://angibuddy.com/learn/nlp-llms/tokenization/subword-bpe</loc></url>
  <url><loc>https://angibuddy.com/learn/nlp-llms/tokenization/subword-wordpiece</loc></url>
  <url><loc>https://angibuddy.com/learn/nlp-llms/tokenization/subword-sentencepiece</loc></url>
  <url><loc>https://angibuddy.com/learn/nlp-llms/tokenization/character-level</loc></url>

  <!-- Static Word Embeddings -->
  <url><loc>https://angibuddy.com/learn/nlp-llms/static-word-embeddings/word2vec-cbow</loc></url>
  <url><loc>https://angibuddy.com/learn/nlp-llms/static-word-embeddings/word2vec-skipgram</loc></url>
  <url><loc>https://angibuddy.com/learn/nlp-llms/static-word-embeddings/glove</loc></url>
  <url><loc>https://angibuddy.com/learn/nlp-llms/static-word-embeddings/fasttext</loc></url>

  <!-- Contextual Embeddings -->
  <url><loc>https://angibuddy.com/learn/nlp-llms/contextual-embeddings/elmo</loc></url>
  <url><loc>https://angibuddy.com/learn/nlp-llms/contextual-embeddings/bert</loc></url>
  <url><loc>https://angibuddy.com/learn/nlp-llms/contextual-embeddings/gpt</loc></url>
  <url><loc>https://angibuddy.com/learn/nlp-llms/contextual-embeddings/xlnet</loc></url>
  <url><loc>https://angibuddy.com/learn/nlp-llms/contextual-embeddings/roberta</loc></url>

  <!-- Transformers & Mechanisms -->
  <url><loc>https://angibuddy.com/learn/nlp-llms/transformers-mechanisms/attention</loc></url>
  <url><loc>https://angibuddy.com/learn/nlp-llms/transformers-mechanisms/positional-sinusoidal</loc></url>
  <url><loc>https://angibuddy.com/learn/nlp-llms/transformers-mechanisms/positional-rope</loc></url>
  <url><loc>https://angibuddy.com/learn/nlp-llms/transformers-mechanisms/encoder-decoder</loc></url>

  <!-- Pretraining Tasks -->
  <url><loc>https://angibuddy.com/learn/nlp-llms/pretraining-tasks/mlm</loc></url>
  <url><loc>https://angibuddy.com/learn/nlp-llms/pretraining-tasks/clm</loc></url>
  <url><loc>https://angibuddy.com/learn/nlp-llms/pretraining-tasks/seq2seq-denoising</loc></url>

  <!-- Fine-Tuning Methods -->
  <url><loc>https://angibuddy.com/learn/nlp-llms/fine-tuning-methods/full-fine-tuning</loc></url>
  <url><loc>https://angibuddy.com/learn/nlp-llms/fine-tuning-methods/adapter-tuning</loc></url>
  <url><loc>https://angibuddy.com/learn/nlp-llms/fine-tuning-methods/lora</loc></url>
  <url><loc>https://angibuddy.com/learn/nlp-llms/fine-tuning-methods/qlora</loc></url>

  <!-- Prompt Engineering -->
  <url><loc>https://angibuddy.com/learn/nlp-llms/prompt-engineering/zero-shot</loc></url>
  <url><loc>https://angibuddy.com/learn/nlp-llms/prompt-engineering/few-shot</loc></url>
  <url><loc>https://angibuddy.com/learn/nlp-llms/prompt-engineering/chain-of-thought</loc></url>
  <url><loc>https://angibuddy.com/learn/nlp-llms/prompt-engineering/self-consistency</loc></url>
  <url><loc>https://angibuddy.com/learn/nlp-llms/prompt-engineering/retrieval-augmented-generation-rag</loc></url>

  <!-- Retrieval-Augmented Generation (RAG) -->
  <url><loc>https://angibuddy.com/learn/nlp-llms/rag/vector-databases-faiss</loc></url>
  <url><loc>https://angibuddy.com/learn/nlp-llms/rag/vector-databases-hnsw</loc></url>
  <url><loc>https://angibuddy.com/learn/nlp-llms/rag/vector-databases-milvus</loc></url>
  <url><loc>https://angibuddy.com/learn/nlp-llms/rag/retrievers-dense-sparse-hybrid</loc></url>
  <url><loc>https://angibuddy.com/learn/nlp-llms/rag/rerankers-cross-encoders-bi-encoders</loc></url>

  <!-- LLM Evaluation -->
  <url><loc>https://angibuddy.com/learn/nlp-llms/llm-evaluation/perplexity</loc></url>
  <url><loc>https://angibuddy.com/learn/nlp-llms/llm-evaluation/bleu</loc></url>
  <url><loc>https://angibuddy.com/learn/nlp-llms/llm-evaluation/rouge</loc></url>
  <url><loc>https://angibuddy.com/learn/nlp-llms/llm-evaluation/bertscore</loc></url>
  <url><loc>https://angibuddy.com/learn/nlp-llms/llm-evaluation/human-eval</loc></url>

  <!-- Inference Optimizations -->
  <url><loc>https://angibuddy.com/learn/nlp-llms/inference-optimizations/quantization-int8-int4-int2</loc></url>
  <url><loc>https://angibuddy.com/learn/nlp-llms/inference-optimizations/pruning</loc></url>
  <url><loc>https://angibuddy.com/learn/nlp-llms/inference-optimizations/knowledge-distillation</loc></url>
  <url><loc>https://angibuddy.com/learn/nlp-llms/inference-optimizations/kv-cache-optimization</loc></url>

  <!-- Safety & Responsible AI -->
  <url><loc>https://angibuddy.com/learn/nlp-llms/safety-responsible-ai/jailbreak-attacks-defenses</loc></url>
  <url><loc>https://angibuddy.com/learn/nlp-llms/safety-responsible-ai/hallucination-mitigation</loc></url>
  <url><loc>https://angibuddy.com/learn/nlp-llms/safety-responsible-ai/bias-fairness-testing</loc></url>
  <url><loc>https://angibuddy.com/learn/nlp-llms/safety-responsible-ai/content-filtering-moderation</loc></url>

  <!-- Applications -->
  <url><loc>https://angibuddy.com/learn/nlp-llms/applications/machine-translation</loc></url>
  <url><loc>https://angibuddy.com/learn/nlp-llms/applications/text-summarization</loc></url>
  <url><loc>https://angibuddy.com/learn/nlp-llms/applications/question-answering</loc></url>
  <url><loc>https://angibuddy.com/learn/nlp-llms/applications/dialogue-systems-chatbots</loc></url>

  <!-- === TIME SERIES: Section Landings === -->
  <url><loc>https://angibuddy.com/learn/time-series/classical-models</loc></url>
  <url><loc>https://angibuddy.com/learn/time-series/state-space-multivariate</loc></url>
  <url><loc>https://angibuddy.com/learn/time-series/deep-learning</loc></url>
  <url><loc>https://angibuddy.com/learn/time-series/forecasting-frameworks</loc></url>
  <url><loc>https://angibuddy.com/learn/time-series/evaluation-metrics</loc></url>

  <!-- === TIME SERIES: Classical Models === -->
  <url><loc>https://angibuddy.com/learn/time-series/classical/ar</loc></url>
  <url><loc>https://angibuddy.com/learn/time-series/classical/ma</loc></url>
  <url><loc>https://angibuddy.com/learn/time-series/classical/arma</loc></url>
  <url><loc>https://angibuddy.com/learn/time-series/classical/arima</loc></url>
  <url><loc>https://angibuddy.com/learn/time-series/classical/sarima</loc></url>

  <!-- === TIME SERIES: State-Space & Multivariate Models === -->
  <url><loc>https://angibuddy.com/learn/time-series/state-space/kalman-filter</loc></url>
  <url><loc>https://angibuddy.com/learn/time-series/state-space/var</loc></url>
  <url><loc>https://angibuddy.com/learn/time-series/state-space/varmax</loc></url>

  <!-- === TIME SERIES: Deep Learning for Time Series === -->
  <url><loc>https://angibuddy.com/learn/time-series/deep-learning/lstm</loc></url>
  <url><loc>https://angibuddy.com/learn/time-series/deep-learning/gru</loc></url>
  <url><loc>https://angibuddy.com/learn/time-series/deep-learning/tcn</loc></url>
  <url><loc>https://angibuddy.com/learn/time-series/deep-learning/transformer</loc></url>
  <url><loc>https://angibuddy.com/learn/time-series/deep-learning/informer</loc></url>
  <url><loc>https://angibuddy.com/learn/time-series/deep-learning/tft</loc></url>

  <!-- === TIME SERIES: Forecasting Frameworks === -->
  <url><loc>https://angibuddy.com/learn/time-series/forecasting/prophet</loc></url>
  <url><loc>https://angibuddy.com/learn/time-series/forecasting/nbeats</loc></url>

  <!-- === TIME SERIES: Evaluation Metrics === -->
  <url><loc>https://angibuddy.com/learn/time-series/metrics/mape</loc></url>
  <url><loc>https://angibuddy.com/learn/time-series/metrics/smape</loc></url>
  <url><loc>https://angibuddy.com/learn/time-series/metrics/rmse</loc></url>
  <url><loc>https://angibuddy.com/learn/time-series/metrics/pinball-loss</loc></url>

  <!-- === RECOMMENDERS: Section Landings === -->
  <url><loc>https://angibuddy.com/learn/recommenders/collaborative-filtering</loc></url>
  <url><loc>https://angibuddy.com/learn/recommenders/content-based</loc></url>
  <url><loc>https://angibuddy.com/learn/recommenders/hybrid-approaches</loc></url>
  <url><loc>https://angibuddy.com/learn/recommenders/neural</loc></url>
  <url><loc>https://angibuddy.com/learn/recommenders/ranking-objectives</loc></url>
  <url><loc>https://angibuddy.com/learn/recommenders/challenges</loc></url>
  <url><loc>https://angibuddy.com/learn/recommenders/evaluation-metrics</loc></url>

  <!-- === RECOMMENDERS: Collaborative Filtering === -->
  <url><loc>https://angibuddy.com/learn/recommenders/collaborative/user-based</loc></url>
  <url><loc>https://angibuddy.com/learn/recommenders/collaborative/item-based</loc></url>
  <url><loc>https://angibuddy.com/learn/recommenders/collaborative/matrix-factorization</loc></url>
  <url><loc>https://angibuddy.com/learn/recommenders/collaborative/svd</loc></url>

  <!-- === RECOMMENDERS: Content-Based === -->
  <url><loc>https://angibuddy.com/learn/recommenders/content/filtering</loc></url>
  <url><loc>https://angibuddy.com/learn/recommenders/content/text-tfidf</loc></url>

  <!-- === RECOMMENDERS: Hybrid Approaches === -->
  <url><loc>https://angibuddy.com/learn/recommenders/hybrid/models</loc></url>
  <url><loc>https://angibuddy.com/learn/recommenders/hybrid/knowledge-graph</loc></url>

  <!-- === RECOMMENDERS: Neural Recommenders === -->
  <url><loc>https://angibuddy.com/learn/recommenders/neural/wide-deep</loc></url>
  <url><loc>https://angibuddy.com/learn/recommenders/neural/deepfm</loc></url>
  <url><loc>https://angibuddy.com/learn/recommenders/neural/dssm</loc></url>
  <url><loc>https://angibuddy.com/learn/recommenders/neural/ncf</loc></url>
  <url><loc>https://angibuddy.com/learn/recommenders/neural/autoencoder-transformer</loc></url>

  <!-- === RECOMMENDERS: Ranking & Objective Functions === -->
  <url><loc>https://angibuddy.com/learn/recommenders/ranking/bpr</loc></url>
  <url><loc>https://angibuddy.com/learn/recommenders/ranking/pairwise-listwise</loc></url>

  <!-- === RECOMMENDERS: Challenges & Advanced Topics === -->
  <url><loc>https://angibuddy.com/learn/recommenders/challenges/cold-start</loc></url>
  <url><loc>https://angibuddy.com/learn/recommenders/challenges/session-context</loc></url>
  <url><loc>https://angibuddy.com/learn/recommenders/challenges/fairness-bias</loc></url>

  <!-- === RECOMMENDERS: Evaluation Metrics === -->
  <url><loc>https://angibuddy.com/learn/recommenders/metrics/precision-recall-ndcg</loc></url>
  <url><loc>https://angibuddy.com/learn/recommenders/metrics/map-mrr</loc></url>
  
</urlset>
