Skip to content
View sj-0142's full-sized avatar

Highlights

  • Pro

Block or report sj-0142

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

Popular repositories Loading

  1. Netflix_clone Netflix_clone Public

    HTML

  2. City_Detector- City_Detector- Public

    Used K-Means Clustering Algorithm to identify the city centres from grayscale satellite images and therefore find distances between them

    Python

  3. Twitter_Sentiment_Analysis Twitter_Sentiment_Analysis Public

    Developed a Machine Learning Model that uses training data to learn the difference between positive and negative tweets and thereby distinguish between the same when a new tweet is fed into it.

    Jupyter Notebook

  4. Random-Forest Random-Forest Public

    Developed a Random Forest algorithm from scratch using Python, relying solely on the numpy library. This project showcases my deep understanding of machine learning concepts and my ability to impl…

    Python

  5. Spell-Checker Spell-Checker Public

    Implemented an autocorrect and spellcheck model using the Levenshtein algorithm, tested with a custom dataset of 10 words to enhance text processing accuracy and user experience.

    Python

  6. Logistic-Regression Logistic-Regression Public

    Built a logistic regression model from scratch, implementing core algorithms to ensure accurate predictions and classification.

    Python