Skip to content
View ananya-y9's full-sized avatar

Block or report ananya-y9

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.

Maximum 250 characters. Please don't include any personal information such as legal names or email addresses. 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
ananya-y9/README.md
  • 👋 Hi, I’m Ananya Yadav! My github username is @ananya-y9
  • 👀 I’m interested in machine learning and data science
  • 🌱 I’m currently learning Machine Learning Principles and Data Science
  • 💞️ I’m looking to collaborate on anything DS/CS related!
  • 📫 How to reach me: [email protected]

Popular repositories Loading

  1. ananya-y9 ananya-y9 Public

    Config files for my GitHub profile.

  2. Infinity-War Infinity-War Public

    A Java program that calculates the shortest path within an adjacency matrix and returns if a graph of vertices is still connected after the random disappearance of a vertices by using DFS and BFS

    Java

  3. myshell myshell Public

    Implemented a version of bash that reads and parses arguments from the terminal until sent a terminating signal; Used system calls such as fork(), execv(), pipe(), and glob() to execute commands, p…

    C

  4. spellcheck spellcheck Public

    Built a recursive algorithm to traverse through directories and files and return the location of an incorrect spelling of a word using system calls

    C

  5. Naive-Bayes-Classification Naive-Bayes-Classification Public

    Generative classification model to diagnose patients with Diabetes

    Jupyter Notebook

  6. Regression Regression Public

    Given a training set, create an ols regression model using cross validation, find the optimal lambda for ridge regression, and create an ols model given a larger dataset to see impact of more data …

    Jupyter Notebook