Skip to content
View purnatag's full-sized avatar

Block or report purnatag

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

Hi, I am Purnata Ghosal 👋

GIF

I am a researcher, currently working at Subconscious Compute as a Computational Engineer, on the PRODUCT DESIGN side of things. I am an illustrator and artist on the side!

  • 🔭 I’m currently working on a randomized sequence detection module!
  • 🌱 I’m currently learning Rust, and AI/ML (who's not?)
  • 👯 I’m looking to collaborate on : any ideas that excite you! I am a data science enthusiast, more about me on my website, here.
  • 💬 Ask me about : Algorithm Design-related concepts, what is the P vs NP question, and exciting new AI results!
  • 📫 How to reach me: Email me at purnatag [at] gmail [dot] com, LinkedIn messages
  • 😄 Pronouns: she/her
  • ⚡ Fun fact: I once swam 5.5km in 5hrs, for no reason (It was a swimathon!!)

My Tech Stack

Markdown UML Github C C++ Java Python Rust R MySQL NumPy TensorFlow keras scikit-learn pandas

Pinned Loading

  1. online-skew-kurtosis online-skew-kurtosis Public

    Implementing the online algorithm used here:https://www.johndcook.com/blog/2013/06/11/computing-skewness-and-kurtosis-in-one-pass/ to compute skewness, kurtosis and bimodality of a dataset represen…

    Rust

  2. checkFP checkFP Public

    Program and test cases to detect if input python code is written in a purely functional programming format.

    Python

  3. learning-networkx learning-networkx Public

    I coded up Leetcode Problems like Evaluate Division, All Paths from Source to Target etc using networkx python package for practise, as Leetcode does not allow importing of packages.

    Python

  4. purnatag.github.io purnatag.github.io Public

    Forked from poole/hyde

    My Jekyll template website

    CSS

  5. SimpleAccumulator SimpleAccumulator Public

    Forked from SubconsciousCompute/SimpleAccumulator

    A simple accumulator inspired from boost::accumulator

    Rust

  6. web-scraping web-scraping Public

    Scraping Animal Crossing Fandom Wiki using Beautiful Soup

    Python