Skip to content
View Rohilkan's full-sized avatar

Block or report Rohilkan

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

About Me

I am a recent CS graduate from Duke University working full time as a software engineer. Both within my work and outside, I am passionate about building and maintaining full-stack applications, and managing fully-fledged data pipelines, from database design to analytics and model deployment. I am always seeking to leverage my skills to tackle business problems and deliver quantifiable results.

Relevant Skills

Python Jupyter Pandas Polars Spark Scikit-Learn Tensorflow Docker AWS

Top Languages / Frameworks: Python, TypeScript, PostgreSQL, TailwindCSS, React, ExpressJS, FastAPI, PySpark, Scikit-Learn, Kafka, Docker
Relevant Courses: Bayesian Statistics, Algorithms, Data Structures and Algorithms, Databases, Probablity, Regression Analysis
Areas of Interest: Data Engineering, App Development (Web, Mobile), Data Science, ML Engineering, DevOps


Projects

  • Map Navigation Simulator - utilized graph traversal and shortest path algorithms to determine and display to users ideal highway routes between any two US cities given their coordinates.
  • Machine Learning COVID-era Stock Prediction - leveraged LSTM recurrent neural networks to predict performance of popular company stock prices in COVID and post-COVID era.
  • Employee Network Analysis ML Project - used various graph types (preferential attachment, small world networks) and node and edge-wise features (centrality, influence measures, connectivity) to model employee network, imputing missing data with machine learning ensemble models.
  • More...

Work Experience & Research

  • Data Science Intern at KBI Biopharma: renovated company DBMS by aiding cloud migration; implemented stagnancy triggers in python to rehabilitate company's excess inventory management; redefined company supply outflow metrics, modernizing expiry processes.
  • Research Assistant at Michelle Connolly's Spectrum Lab: analyzed broadband deployment measures and spectrum licensing incentives among service providers; leveraged Stata and Python ML libraries to develop models predicting reverse auctions outcomes and FCC state-level fund allocations.
  • Teaching Assistant for Duke University's CS 216 (Introduction to Data Science): helped design course curriculum, held office hours, graded exams.

Contact

Email: rohilkparti [at] gmail.com

Pinned Loading

  1. LSTM-Stock-Prediction-Project LSTM-Stock-Prediction-Project Public

    Leveraging LSTM RNNs to predict performance of popular company stock prices in COVID and post-COVID era

    Jupyter Notebook

  2. Map-Navigator-Project Map-Navigator-Project Public

    Utilizing graph traversal (depth-first search and Dijkstra's algorithms) to navigate the shortest path through highways between cities given their coordinates.

    Java 8 1

  3. Ensemble-NB-SVM-Model-Comp-Text-Classification Ensemble-NB-SVM-Model-Comp-Text-Classification Public

    NLP text classification on movie review data using various ML models to predict IMDb ratings.