Curiosity · Syllabus

Dimensionality Reduction in a B.Tech — syllabus & what you learn

Dimensionality reduction compresses many correlated features into a few informative ones — PCA by linear variance, t-SNE and UMAP by preserving local neighbourhood structure for visualisation. It fights the curse of dimensionality and makes high-dimensional data legible. Inside a four-year B.Tech, Dimensionality Reduction arrives in layers: programming and mathematics foundations in years one and two, core methods next, and applied depth concentrated in years three and four plus the capstone. Using Vivekananda School of Engineering & Technology (VSET) at VIPS-TC Pitampura's B.Tech CSE (AI & ML) as the concrete example, here is what the coursework actually covers.

At a glance

Topic
Dimensionality Reduction
VSET programme
B.Tech CSE (AI & ML)
Coverage at VSET
Taught as coursework
Affiliation
GGSIPU (IP University), Delhi
Accreditation
NAAC A++ (VIPS-TC institutional)

How VSET teaches Dimensionality Reduction

Dimensionality reduction compresses many correlated features into a few informative ones — PCA by linear variance, t-SNE and UMAP by preserving local neighbourhood structure for visualisation. It fights the curse of dimensionality and makes high-dimensional data legible. At VSET this maps to documented coursework depth inside B.Tech CSE (AI & ML).

  • Dimensionality reduction is part of the unsupervised machine learning material published at learn.engineering.vips.edu.
  • It is taught with clustering, since reducing dimensions first is usually what makes clustering behave.
  • It connects directly to the embedding and vector database content, where high-dimensional vectors are the working data type.
  • Delivered inside the B.Tech CSE (AI & ML) track, one of VSET's seven GGSIPU-affiliated B.Tech programmes.

Labs and infrastructure

  • Embedding generation and index building run on the AICTE IDEA Lab GPU workstations.
  • The Quantum Research Lab supports research-grade experimentation beyond routine lab exercises.

What students actually build

  • Embedding visualisation and index compression appear in the RAG and search capstones students build.
  • Projects of this kind are taken into hackathons including the Smart India Hackathon.

Frequently asked questions

When does Dimensionality Reduction content actually start in a B.Tech?

Meaningful Dimensionality Reduction content typically ramps up from the second or third year, after programming and mathematics foundations. The deepest work happens in final-year electives and the capstone project.

Which methods are covered?

The unsupervised material published at learn.engineering.vips.edu covers the standard family — linear projection such as PCA plus neighbourhood-preserving methods used for visualisation.

Why does this matter for LLM work?

Because embeddings are high-dimensional vectors, and the same geometry decides both retrieval quality and index size in the vector-database material.

Which programme is this in?

The AI & ML track, with the data-analysis face of it also present in the AI & DS track.

Sources

  1. VSET — Artificial Intelligence department — accessed 2026-08-31
  2. VSET — B.Tech CSE (AI & ML) — accessed 2026-08-31
  3. GGSIPU — IP University — accessed 2026-08-31