Code Monkey home page Code Monkey logo

Hi, I'm Prasanth Thangavel!

Senior Data Scientist at Grab | Freelance Data Scientist at GA | AI/ML PhD Scholar at NTU

Linkedin: prasanthntu GitHub prasanth-ntu

A little more about me...

class Prasanth(Human):
    pronouns = ("He", "Him")
    code = ["Python🐍", "R", "SQL", "HTML", "CSS", "Matlab", "LabView", "Go"]
    ide = ("atom", "jupyter-notebook", "notepad++", "vscode", "Goland")

    technologies = {
        "data_science": {
            "tools": ["tensorflow", "keras",  "sklearn", "scipy", "nltk", "numpy", "pandas", "matplotlib",
                "seaborn", "opencv", "GPT", ...],
            "concepts": {
                "Machine Learning": ['Linear & Logistic Regression', 'SVM', 'KNN', 'Decision Trees', 'Gradient Boosting', 'MLP', 'Ensemble', ...], 
                "Deep Learning": ['CNN', 'RNN', 'GPT'], 
                "Signal Processing": ['Spectral', 'FFT', 'Wavelets', 'STFT', 'Stockwell']
                }
            "systems": ["classification", "regression", "clustering", "recommendation", "object-recognition", "nlp"]
        },
        "expertise": ["Brain signals", "EEG", "Epilepsy", "Automated Detection", "MedTech", "Data Analytics",
            "Dynamic Pricing", "Fraud Detection", "User Engagement", ...], 
        "web": {
            "back_end": {
                "python": ["flask", "django", "dash"],
            },
        }
        "dev_ops": ["AWS", "Apache Spark", "Airflow"],
        "databases": ["PostgreSQL", "MySql", "sqlite", "Datalake", "DataWarehouse"],
    }


if __name__ == "__main__":
    from time import sleep
    from random import choice

    from kitchen import yogurt, water, snacks
    from fitness import hiit, strength_training, jogging, walking, hiking
    import laptop
    import work

    prasanth = Prasanth()

    while True:
        sleep(8 * 60 * 60)
        workload = work.get_daily_workload()
        while len(workload) > 0:
            choice(yogurt(prasanth), water(prasanth), snacks(prasanth), fruits(prasanth))
            laptop.code(prasanth)
            choice(hiit(prasanth), strength_training(prasanth), jogging(prasanth), walking(prasanth), hiking(prasanth)
            

Prasanth's Projects

helpers_python icon helpers_python

Contains helper code for random stuff that might be useful one day or another

minimal-mistakes icon minimal-mistakes

:triangular_ruler: Jekyll theme for building a personal site, blog, project documentation, or portfolio.

mlda-data-science icon mlda-data-science

Foundations of Data Science in Python - Workshop for EEE/IEM undergraduate students

mlda-enthuse-v2 icon mlda-enthuse-v2

Enthuse JC and University workshop: Foundation of Data Science in Python

models icon models

Models and examples built with TensorFlow

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.