Skip to content
View JeffreyTsa1's full-sized avatar

Block or report JeffreyTsa1

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

    Machine Learning Brute-force approach on Part of Speech Tagging. Estimated precision, recall, accuracy, and F-measure on the task using 5-fold cross-validation. Implemented classifiers in Python fo…

    Python

  2. sigchi-uiuc/2020-website sigchi-uiuc/2020-website Public

    Sigchi website revamp

    HTML 1

  3. a2975667/HourGlass a2975667/HourGlass Public

    1 hour glass, 2 hour glass, 3 hour glass

    JavaScript

  4. sentiment_analyzer_task sentiment_analyzer_task Public

    Sentiment Analyzer built with Python. Pre-processed data and built a basic Bag-of-words model. Implemented the Naive Bayes, Decision Tree, and Logistic Regression classifiers. Also ran classifiers …

    Python

  5. rl_task rl_task Public

    Trained an artificial intelligence agent using reinforcement learning to play a simple version of the game "Snake". Implemented a Temporal Difference version of the Q-learning Algorithm. Completed …

    Python