Skip to content
View rameshrajk's full-sized avatar
🤠
🤠

Block or report rameshrajk

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

    This project analyzes the sentiment of real-time streaming data from Twitter based on a chosen hashtag. First, the tweets are scraped and filtered for emojis and special characters, and the locatio…

    Python

  2. Logistic_Regression_and_Naive_Bayes_Cpp_vs_R Logistic_Regression_and_Naive_Bayes_Cpp_vs_R Public

    This project implements Logistic Regression and Naive Bayes machine learning algorithms from scratch in C++ and then compares the results and performance to using the equivalent functions in R. The…

    C++

  3. Classification_and_Regression_Algorithms_Comparative_Analysis Classification_and_Regression_Algorithms_Comparative_Analysis Public

    This project is an investigation of how various regression and classification machine learning algorithms rank for the same large data set. The three regression algorithms used are multiple linear …

    R

  4. Game_JDBC_Project Game_JDBC_Project Public

    Java Database Connectivity (JDBC) project for a 'Games' schema. Developed persistence services and DAOs (Data Access Objects) that support a game application’s persistence requirements. The schema …

    Java

  5. Intro_Machine_Learning Intro_Machine_Learning Public

    Assignments completed as part of an 'Introduction to Machine Learning course. Also included are extra credit assignments done for Collegium V Honors extra credit. Explores cross-validation, decisio…

    R

  6. API_Bot_Project API_Bot_Project Public

    Weather API and a Dad Joke API connected to a PIRC Bot. Can ask the bot the weather by city or zip code or a random "dad joke"."

    Java