Skip to content
View tenglina's full-sized avatar

Block or report tenglina

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.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

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

Report abuse
tenglina/README.md

Hii πŸ‘‹, I'm Nandini

I am a Machine Learning Engineer. I am part of the Machine Learning and Algorithms team at Gentex, and I'm working on designing and optimizing Neural Networks for Driver Monitoring Systems. I port ML models onto hardware and perform runtime optimizations like quantization to minimize inference time while maintaining accuracy. I also perform hardware acceleration where appropriate - for instance -- the pre and post-processing steps of the models to reduce latency.

I am broadly interested in working in all things machine intelligence. I'm currently focusing on developing Machine Learning models that can run on compute-constrained devices, like mobile phones, tablets, and smart glasses.

At university, I was a research assistant at The Secure and Intelligent Things Lab, and working on the security of Autonomous Vehicles. I explored various methods of generating Adversarial Examples using DNNs, that fool state-of-the-art object detection models including those part of the YOLO family, in Autonomous driving scenarios.

My previous experience also includes working with United Airlines to develop a Machine Learning Quality Assurance web app, which used CNNs to score the quality of aircraft (accuracy 98%) automatically instead of Quality Engineers manually sifting through 1000s of images. The web app also helped the quality team automatically monitor the live sentiments of customers on X (then Twitter) using sentiment analysis

I love learning and experimenting, so here you will find all my hobby projects! I like to delve deep into things, so you will see some deep dives into common algorithms like Principal Component Analysis, code to visualize CNNs, and even some Assembly programming!

πŸ’» Languages

Python C++ C

πŸ€– Frameworks

TensorFlow PyTorch Keras

πŸ“‘ Databases

Firebase Neo4J

πŸ“± Platforms

Kaggle Medium

πŸ”— Let's Connect!

Gmail LinkedIn

Pinned Loading

  1. PCA PCA Public

    A deep dive into the Principal Component Analysis Algorithm (ML - unsupervised learning)

    Jupyter Notebook 2

  2. SpartyGnome SpartyGnome Public

    Flappy bird game with Sparty (Michigan State mascot) built using C++ and WxWidgets

    C++

  3. quantization quantization Public

    custom K-means Quantization for Deep Learning NNs

    Python 1

  4. AutonomousVehicles AutonomousVehicles Public

    Repository for ML related to Autonomous Vehicles using Roboflow datasets

    Jupyter Notebook

  5. AdversarialSearch AdversarialSearch Public

    This repository is for exploring adversarial search in Artificial Intelligence through games like TicTacToe

    Python 1

  6. TextSummarizer TextSummarizer Public

    TLDR - a chrome extension that generates summaries of webpages with power of LLMs and Natural Language Processing

    JavaScript