Skip to content
View Nalla-V's full-sized avatar

Block or report Nalla-V

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
Nalla-V/README.md

Nallathambi Vethiappan

MSc Computer Science, LIACS, Leiden University · Netherlands · LinkedIn

Over a decade in industry, starting on mainframe systems and moving through data engineering, analytics and machine learning, most recently in senior and lead roles. I returned to full-time study to go deeper on the modelling side. My thesis is on natural language inference and vision-language understanding, and I also work on deep learning and reinforcement learning.

Open to Data Scientist, Machine Learning Engineer, AI Engineer and Data Engineer roles in the Netherlands.

This account holds my academic and personal work; professional work is under employer NDA and is covered on my CV and LinkedIn. Every repository below leads with what the experiments actually showed — including the results that went against what the method predicted — and ships the full report alongside the code.

Natural language and information retrieval

Deep learning

Reinforcement learning

Three studies on CartPole-v1, from value-based methods through policy gradients to PPO.

Systems and cloud

Machine learning and algorithms

Computational creativity

Pinned Loading

  1. atomic-visual-entailment atomic-visual-entailment Public

    Atomic Visual Entailment: decomposing hypotheses into atomic facts for interpretable visual entailment. Master's thesis, LIACS, Leiden University.

    Python

  2. landmark-shortest-path-estimation landmark-shortest-path-estimation Public

    Fast approximate shortest-path distance estimation in large graphs using landmark selection strategies

    Python

  3. amazon-product-recommender amazon-product-recommender Public

    Hybrid recommender for Amazon beauty products under extreme sparsity (93% of users have one interaction): item-kNN, sequential co-occurrence, TF-IDF and popularity blending

    Python

  4. azure-video-watermarking azure-video-watermarking Public

    Distributed video watermarking pipeline on Azure: five queue-coordinated microservices splitting, watermarking, thumbnailing and reassembling video in parallel

    Python

  5. tell-the-time-cnn tell-the-time-cnn Public

    Five ways of representing clock time for a CNN, on the same 18k analog-clock images - sin/cos encoding cuts circular error from 182.93 minutes (chance) to 8.52. Plus a 48-config MLP/CNN sweep on Fa…

    Python

  6. ppo-cartpole ppo-cartpole Public

    PPO from scratch with clipped objective, GAE and advantage normalisation on CartPole-v1, against A2C and DQN - PPO's advantage turns out to be variance rather than ceiling, holding 490 flat where A…

    Python