Skip to content
View keshavganapathy's full-sized avatar
🙉
🙉

Highlights

  • Pro

Block or report keshavganapathy

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
keshavganapathy/README.md

Greetings! My name is Keshav Ganapathy  

Computer Science Student & Machine Learning Enthusiast

keshavganapathy

😀 Who Am I!?

class Keshav:

    def __init__(self):
        self.username = 'keshavganapathy'
        self.name = 'Keshav Ganapathy'
        self.school = 'University of Maryland College Park'
        self.portfolio = 'https://keshavganapathy.github.io/'
        self.interests = ['Machine Learning', 'Natural Language Processing', 'Software Engineering']
        self.current_internships = [Looking!]
        self.code = {
            'frontend': ['HTML', 'CSS', 'JavaScript', 'Boostrap', 'Bulma', 'Svelte'],
            'languages': ['Python', 'Java'],
            'libraries': ['Sklearn', 'Pandas', 'NumPy', 'TensorFlow', 'MatplotLib', 'PyTorch', 'Datascience'],
            'tools': ['GIT', 'GitHub', 'GitLab', 'Jupyter notebook'],
            'development-tools': ['Atom', 'Spyder'],
            'os': ['Windows', 'MacOS'],
        }
        
    def __str__(self):
        return self.name
        
if __name__ == '__main__':
    me = Keshav()

GitHub badge

Pinned Loading

  1. an-open-review-of-openreview an-open-review-of-openreview Public

    An Open Review of OpenReview: A Critical Analysis of the Machine Learning Conference Review Process. arXiv: https://arxiv.org/abs/2010.05137

    Jupyter Notebook 2 2

  2. harmony harmony Public

    Forked from agoldstein03/Blueprint-2021-Project

    Harmony is a web application that allows near-synchronous collaboration between musicians, with a focus on educational applications.

    Svelte

  3. groove groove Public

    Groove is an award-winning novel platform implementing computer vision for 3D animation that allows high quality fitness training to be accessible to all.

    JavaScript 1

  4. sbu-research sbu-research Public

    Over the summer, I worked in ML and NLP with Dr. Niranjan Balasubramanian. The code done during the summer can be found in this repository.

    Jupyter Notebook

  5. brainfun brainfun Public

    Forked from agoldstein03/Brainfun

    An award winning web application that teaches kids logical thinking via the esoteric programming language Brainf***.

    Vue

  6. ga ga Public

    Research Conducted at Johns Hopkins University on Genetic Algorithm for Hyperparameter Optimization

    Python