Skip to content
View rehanguha's full-sized avatar
💭
Thinking
💭
Thinking
Block or Report

Block or report rehanguha

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
rehanguha/README.md
RGJ's Portfolio RGJ's Linkdein RGJ's Twitter RGJ's Github RGJ's Instagram RGJ's RSS

aboutMe.py

rehan_guha = {
    'pronouns': "he / him",
    'askMeAbout': ["A.I.", "Machine Learning", "Data Science", 
                    "Deep Learning", "Philosophy"],
    'domain': {
        'telecom': ["Time_Series", "Structured_Data"],
        'banking': ["Structured_Data", "Semi_Structured_Data"],
        'insurance': ["Computer_Vision", "NLP"],
        'litigation': ["Structured_Data", "Topic_Modelling"],
        '...': [...]
    },
    'algorithms': {
        'timeseries': ['Arima+', 'LSTM', 'FBProphet', '...'],
        'classical_ml': ['probabilistic_modelling', 'graphical_modelling', 
                            'xgboost', 'lightgbm', '...'],
        'deep_learning': ['CNN', 'LSTM', 'CRF', 'RBMs', 'SOMs', '...'],
        'others': ['LDA', 'GANs', 'Autoencoders', '...']
    },
    'framework': ['tensorflow', 'H2o.ai', 'sklearn'],
    'cloud': ['gcp', 'aws']
}

Pinned

  1. bpbpublications/Machine-Learning-Cookbook-with-Python bpbpublications/Machine-Learning-Cookbook-with-Python Public

    Jupyter Notebook 11 12

  2. basic-hand-gesture basic-hand-gesture Public

    This is the Python program for basic hand gestures which will display a perticular message depending on the current count of the fingers.

    Python 6 3

  3. brisque brisque Public

    Blind/Referenceless Image Spatial QUality Evaluator (BRISQUE)

    Python 42 6

  4. Dotfiles Dotfiles Public

    Shell

  5. Grid-Searching-2D-Array Grid-Searching-2D-Array Public

    Novel way of Searching 2D Array

    C++

  6. timeseries-decomposition timeseries-decomposition Public

    Time Series decomposition demystified

    Jupyter Notebook