Skip to content
View tejaslodaya's full-sized avatar
  • Purdue University
  • West Lafayette, IN, USA

Block or report tejaslodaya

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

Pinned Loading

  1. timeseries-clustering-vae Public

    Variational Recurrent Autoencoder for timeseries clustering in pytorch

    Python 486 85

  2. car-detection-yolo Public

    Autonomous driving - car detection using the very powerful YOLO model

    Python 84 37

  3. troop Public

    groupby. apply. multiprocess. at scale.

    R 1

  4. neural-style-transfer Public

    Generate novel artistic images using neural style transfer algorithm

    Python 7 4

  5. pandas DataFrame apply multiprocessing
    1
    import multiprocessing
    2
    import pandas as pd
    3
    import numpy as np
    4
    
                  
    5
    def _apply_df(args):