Skip to content
View varunbommagunta's full-sized avatar
🎯
Focusing
🎯
Focusing
Block or Report

Block or report varunbommagunta

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

  1. Machine_Learning Machine_Learning Public

    Repository containing Machine Learning Algorithms

    Jupyter Notebook 1

  2. TreeModels TreeModels Public

    Jupyter Notebook 1

  3. ImageProcessing ImageProcessing Public

    Jupyter Notebook 1 1

  4. CNN CNN Public

    Jupyter Notebook 1

  5. ReduceLROnPlateau.py ReduceLROnPlateau.py
    1
    # Imports
    2
    from os import getcwd
    3
    import torch
    4
    import torch.nn as nn  
    5
    import torch.optim as optim