Skip to content
View pranjal52's full-sized avatar

Block or report pranjal52

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. text_generators text_generators Public

    Python code for building a text generator using LSTMs.

    Jupyter Notebook 146 102

  2. brainwaves17_annual_returns brainwaves17_annual_returns Public

    Predicting a portfolio’s annual returns based given data.

    Jupyter Notebook 1

  3. brainwaves17_fraudulent brainwaves17_fraudulent Public

    A competition hosted by Societe Generale. Code for predicting fraudulent transaction problem..

    Jupyter Notebook 2 1

  4. audio_features audio_features Public

    Jupyter Notebook 4

  5. LSTM_model.py LSTM_model.py
    1
    # Importing dependencies numpy and keras
    2
    import numpy
    3
    from keras.models import Sequential
    4
    from keras.layers import Dense
    5
    from keras.layers import Dropout
  6. ltfs_hackathon_baseline ltfs_hackathon_baseline Public

    Python code for a baseline XGBoost model for Analytics Vidhya's LTFS Loan Prediction problem.

    Jupyter Notebook