Skip to content
View SudarshananGSS's full-sized avatar

Block or report SudarshananGSS

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Maximum 250 characters. Please don’t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
SudarshananGSS/README.md

Sudarshanan

AI and LLM Systems | Retrieval-Augmented Generation | Applied Machine Learning

LinkedIn: https://www.linkedin.com/in/sudarshanan-santharam-9a596a192/
Portfolio: https://sudarshanangss.github.io/Personal-Website/


About Me

I am a Master of IT (Intelligent Systems) student at RMIT University with three years of professional software engineering experience.

My work focuses on designing and implementing AI systems that integrate retrieval pipelines, large language models, and scalable backend services. I am particularly interested in end to end systems that transform unstructured data into structured and actionable outputs.

Key areas of interest:

  • Retrieval-Augmented Generation (RAG)
  • Hybrid search using BM25 and FAISS
  • Multi-agent LLM orchestration
  • Multimodal deep learning
  • Reinforcement learning systems
  • Reproducible experimentation and evaluation

Selected Projects

Multi-Agent LLM System for Survey Data Analysis

Repository: https://github.com/SudarshananGSS/multi-agent-llm-pipeline

Designed and implemented a modular multi-agent architecture for structured knowledge extraction.
Integrated hybrid BM25 and FAISS retrieval with LLM reranking and stance classification.
Applied RRF, MMR, and RM3 for retrieval optimisation.
Conducted systematic ablation studies with a final Jensen-Shannon score of 0.308.


Real-world Multimodal Entailment Classifier

Repository: https://github.com/SudarshananGSS/multimodal-visual-entailment

Built a multimodal model combining vision and text representations for entailment classification.
Implemented reproducible data pipelines and structured evaluation using classification metrics.
Explored model interpretability using SHAP.


Information Retrieval Pipeline with Ranking Enhancements

Repository: https://github.com/SudarshananGSS/information-retrieval-pipeline

Designed and implemented a full information retrieval pipeline including indexing, preprocessing, and ranking. Implemented term-based retrieval using inverted indices and BM25 scoring. Integrated query expansion and ranking optimisation techniques to improve retrieval effectiveness. Evaluated performance using standard IR metrics such as MAP and precision at k.


RL-based Packet Scheduling for Routers

Repository: https://github.com/SudarshananGSS/packet-scheduling-rl

Developed a reinforcement learning scheduler for QoS-aware packet queues.
Designed a custom simulation environment and evaluated latency and throughput trade-offs.


White Blood Cell Image Classification (Multi-Task CNN)

Repository: https://github.com/SudarshananGSS/white-blood-cell-classification

Implemented a multi-head convolutional neural network to classify WBC type and morphological features.
Applied transfer learning, class-balanced sampling, and loss weighting for multi-task optimisation.


Other Project Repositories

Contact

Popular repositories Loading

  1. packet-scheduling-rl packet-scheduling-rl Public

    Reinforcement learning-based intelligent packet scheduling system for network routers handling QoS-aware traffic queues. Includes custom OpenAI Gym environment, training logic, and performance comp…

    Jupyter Notebook 1

  2. SudarshananGSS SudarshananGSS Public

  3. Personal-Website Personal-Website Public

    This is my personal portfolio website

    HTML

  4. Certificates Certificates Public

    This repository is created for certificates

  5. Database-Design-COVID19-Vaccinations Database-Design-COVID19-Vaccinations Public

    Database design and querying project using a COVID-19 vaccination dataset, featuring ER modeling, normalization, schema creation, and data visualization in SQLite.

  6. global-digital-connectivity-analysis global-digital-connectivity-analysis Public

    Cleaned and analyzed global data on internet connectivity among school-age children using Python and visualization tools.

    Jupyter Notebook