Skip to content
View Vengga's full-sized avatar
๐ŸŽฏ
Focusing
๐ŸŽฏ
Focusing

Highlights

  • Pro

Block or report Vengga

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.

Content in all repositories owned by your account will be closed.
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
Vengga/README.md
Header Banner
Typing SVG

Profile Views ย  Followers ย  Open to Internships ย  CGPA

๐Ÿง‘โ€๐Ÿ’ป About Me

class Venggadanaathan:
    def __init__(self):
        self.name       = "Venggadanaathan Salvam"
        self.alias      = "Vengga"
        self.location   = "Semenyih, Selangor, Malaysia"
        self.degree     = "B.Sc.(Hons.) CS - Data Science @ MMU"
        self.cgpa       = 3.64
        self.deans_list = ["2430", "2510", "2530"]  # 3 consecutive

        self.stack = [
            "Python", "Java", "C++", "SQL", "R",
            "scikit-learn", "XGBoost", "RoBERTa",
            "Qiskit", "PennyLane", "Streamlit", "Docker"
        ]

        self.learning = [
            "Quantum Algorithms (QAOA, VQE, QUBO)",
            "Advanced NLP & LLMs",
            "Cloud MLOps (GCP, Docker, CI/CD)",
            "Fintech AI & Algorithmic Trading"
        ]

        self.fun_fact = "Benchmarked quantum vs Wall Street"

    def motto(self):
        return "Build. Break. Benchmark. Repeat."

print(Venggadanaathan().motto())


๐Ÿ› ๏ธ Tech Stack

โ”€โ”€ Languages โ”€โ”€

Python Java C++ C SQL R JavaScript HTML5 CSS3 LaTeX

โ”€โ”€ ML ยท AI ยท Data โ”€โ”€

scikit-learn XGBoost Pandas NumPy HuggingFace OpenCV Power BI

โ”€โ”€ โš›๏ธ Quantum Computing โ”€โ”€

Qiskit PennyLane QAOA VQE

โ”€โ”€ Cloud ยท DevOps ยท Deploy โ”€โ”€

Docker Google Cloud Streamlit Cloud HuggingFace Spaces GitHub Pages

โ”€โ”€ Frameworks ยท Tools โ”€โ”€

Streamlit Django Git Jupyter VS Code Arduino MATLAB


๐Ÿ“Š GitHub Stats

๐Ÿงฎ By The Numbers

CGPA
Deans List
Algorithms
Apps
Competitions
Certifications

GitHub Stats ย ย  Top Languages

๐Ÿ”ฅ Streak Stats

GitHub Streak

๐Ÿ“ˆ Activity Graph

Activity Graph

๐Ÿ† Achievements & Certifications

๐ŸŽ–๏ธ Achievement Details
๐Ÿ† CodeNection 2025 โ€” Finalist Finalist from hundreds of nationwide entries; full-stack hackathon ยท IT Society Cyberjaya & MMU ยท Team: SyntaxSquad
๐Ÿฅˆ Programming League National 2025 โ€” 18th Nationwide Ranked 18th nationally; solved DP, graph algorithms & combinatorics in C++ under time pressure ยท Team: CodeCatalyst
๐ŸŽ“ Dean's List ร— 3 Consecutive Terms Term 2430 (Y2 T1) ยท Term 2510 (Y2 T2) ยท Term 2530 (Y3 T1) โ€” Multimedia University
๐Ÿ“œ Google AI Professional Certificate Professional-level certification in AI from Google
๐Ÿ“œ IBM Cybersecurity Fundamentals Professional certification in cybersecurity principles
๐Ÿ“œ Application of ML in Finance ML in financial modelling, risk assessment & predictive analytics
๐Ÿ“œ Introduction to Quantum Computing Quantum gates, superposition, entanglement & quantum optimisation
๐Ÿ“œ AI Fluency: Framework & Foundations AI architectures, ethics, and practical industry applications
๐Ÿ“œ Claude 101 โ€” AI Literacy Certified AI literacy certification

๐Ÿ’ผ Work & Research Experience

๐ŸŽ“ Multimedia University โ€” Final Year Researcher ย ยทย  Oct 2025 โ€“ Jul 2026 ย ยทย  Cyberjaya, Malaysia

Python Qiskit PennyLane QAOA VQE XGBoost S&P500

  • ๐Ÿ”ฌ Designed an end-to-end benchmarking pipeline comparing 6 portfolio optimisation algorithms โ€” 3 quantum-inspired (QAOA, VQE, Simulated Annealing) vs 3 classical (Markowitz, XGBoost, RL) โ€” on real S&P 500 datasets.
  • โš›๏ธ Implemented QAOA and VQE quantum circuits in Qiskit and PennyLane; classical baselines in scikit-learn, XGBoost, and a custom RL agent.
  • ๐Ÿ“Š Evaluated across Sharpe ratio, annualised volatility, max drawdown, runtime, and memory consumption under identical conditions.
  • ๐Ÿ“ฆ Delivered a fully reproducible open-source research framework with fintech adoption guidance for quantum method market scenarios.
๐Ÿ“š Self-Employed โ€” SPM Mathematics Tutor ย ยทย  Jun 2022 โ€“ Oct 2022 ย ยทย  Semenyih, Malaysia

Teaching Adaptive Progress

  • ๐Ÿ“ Designed personalised lesson plans for SPM Additional Mathematics based on individual student weaknesses.
  • ๐Ÿง  Managed multiple students across different learning styles simultaneously.
  • ๐Ÿ“ˆ Tracked progress against SPM objectives, adjusting pacing to maximise performance outcomes.

๐Ÿš€ Featured Projects

Project Stack Highlights
๐Ÿฆ Bank Subscription Predictor Python Random Forest Streamlit End-to-end ML pipeline on 41,188 records; real-time prediction with risk classification; live on Streamlit Cloud
๐Ÿ’ฌ ABSA & Spam Detection Python RoBERTa Transformers Transformer-powered Aspect-Based Sentiment Analysis + spam detection; deployed on HuggingFace Spaces
โœ๏ธ Handwritten Digit Recogniser Python OpenCV MNIST Full classical CV pipeline โ€” Gaussian โ†’ Otsu โ†’ watershed โ†’ template match; zero deep learning
โ™Ÿ๏ธ Kwazam Chess Java HTML/CSS/JS MVC Chess variant with Torโ†”Xor transformations, board flipping; browser-playable on GitHub Pages
๐Ÿค– ElderCare AI Django Docker GCP Gemini API Cloud-deployed AI elderly care platform โ€” posture monitor, SOS, medical chatbot
โš™๏ธ Robot Wars Simulator C++ Custom DSA OOP Turn-based grid battle built without STL โ€” custom arrays & linked lists

๐ŸŽ“ Education

Degree Institution Period Score
๐ŸŽ“ B.Sc. (Hons.) CS โ€” Data Science Multimedia University (MMU), Cyberjaya Oct 2023 โ€“ Oct 2026 CGPA 3.64 / 4.0 ยท Dean's List ร—3
๐Ÿ”ฌ Foundation in Science Manipal International University Oct 2022 โ€“ Oct 2023 โ€”
๐Ÿ“š SPM โ€” Pure Science Stream SMK Bandar Rinching, Semenyih Jan 2017 โ€“ Mar 2022 11A ยท PT3: 6A 4B

๐ŸŒฑ Currently Learning

โš›๏ธ  Quantum Algorithms   โ†’  QAOA circuit design ยท VQE ansatz optimisation ยท QUBO formulations
๐Ÿค–  Advanced NLP         โ†’  LLM fine-tuning ยท RAG pipelines ยท prompt engineering
โ˜๏ธ  Cloud & MLOps        โ†’  GCP ยท Docker ยท CI/CD for ML ยท model serving & monitoring
๐Ÿ“ˆ  Fintech AI           โ†’  Portfolio optimisation ยท algorithmic trading ยท risk modelling
๐Ÿ”ฌ  Research Methods     โ†’  Academic paper writing ยท benchmarking methodology ยท reproducibility

๐ŸŒ Connect With Me

LinkedIn ย  GitHub ย  Gmail ย  Location


Dev Quote

โš›๏ธ ย  "Build. Break. Benchmark. Repeat." ย  โš›๏ธ

Footer Wave

Popular repositories Loading

  1. Assembly-Language-Interpreter Assembly-Language-Interpreter Public

    The assembly language interpreter project programmed using C++ attempts to develop a stable and efficient virtual machine, as well as a versatile interpreter tailored to a certain architecture. Thiโ€ฆ

    C++

  2. Robot-Wars-Simulator Robot-Wars-Simulator Public

    The simulator is built using standard C++ without the use of standard library containers such as vectors, queues, and linked lists. The simulation demonstrates several Object-Oriented Programming (โ€ฆ

    C++

  3. Car-Arrival-Simulator Car-Arrival-Simulator Public

    The car wash center has three wash bays, each with different service times. Cars arrive randomly and form a single queue. When a wash bay becomes available, the next car in line proceeds to that baโ€ฆ

    MATLAB

  4. CDS6344_Group9_Project CDS6344_Group9_Project Public

    ABSA and opinion spam-risk detection app for CDS6344 Group 9

    Jupyter Notebook

  5. KwazamChess-Web KwazamChess-Web Public

    A browser-playable web version of Kwazam Chess built with HTML, CSS, and JavaScript.

    JavaScript

  6. Bank-Subscription-Prediction-App Bank-Subscription-Prediction-App Public

    A Streamlit decision-support app that predicts bank customer term deposit subscription using data mining and machine learning.

    Jupyter Notebook